BestTechie Forums: configure xorg on widescreen tv - BestTechie Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

configure xorg on widescreen tv


#1 User is offline   shanenin 

  • UberTechie
  • Group: Moderator
  • Posts: 3755
  • Joined: 24-February 05
  • Location:rochester , MN USA
  • Operating System:Ubuntu 8.04

Posted 05 March 2006 - 02:01 AM

I just purchased a new LCD tv. It has dvi input. I would like to run linux with xorg. If I use dvi out, instead of vga out on my video card, does my xorg need to be configed differently?

for example, if you set up a pci or agp of the same video card, you do not have to config them differntly. I was hoping a dvi video card would config the same as a vga card.

This post has been edited by shanenin: 05 March 2006 - 10:54 AM


#2 User is offline   iccaros 

  • UberTechie
  • Group: Linux Experts
  • Posts: 1292
  • Joined: 31-August 04
  • Location:Great State of Washingtion
  • Operating System:Gentoo,Iccaros-Linux(of course),Slackware,GentooX,Red Hat, Windows (3.1 to VISTA BETA), MAC OSX (10.4 currently),LFS, Solaris 8,9,10, Trusted Solaris, FreeBSD, OPENBSD, NETBSD

Posted 05 March 2006 - 11:23 AM

it depends.. what is the resolution of the TV (DVI would sugest its HD, so 1900x1080 onthe high end, and 1280x720(?? if I remember correctly), then you have interlaced or non-interlaced, DLP, Plasma and lcd are non-interlaced but CRT TV's are interlaced..


here is a artical that may help..
http://wilsonet.com/mythtv/mythhd.php

or
http://gentoo-wiki.com/HOWTO_Xorg_HDTV


its really not the diffrence on DVI and VGA, Its the TV and how it wants it's digital signal insted of the analog signal (vga or svideo )


for nvidia cards you just put
Option TVStandard "HD720p" in the Device configuration...

(change the 720 with 480, 1080 or 520 depecding on TV brand

#3 User is offline   shanenin 

  • UberTechie
  • Group: Moderator
  • Posts: 3755
  • Joined: 24-February 05
  • Location:rochester , MN USA
  • Operating System:Ubuntu 8.04

Posted 05 March 2006 - 01:17 PM

thanks. that is some great info. the tv is 720p the resolution is 1366x768. I forgot that the gentoo wiki has an article for just about anything. What a great resource.

#4 User is offline   shanenin 

  • UberTechie
  • Group: Moderator
  • Posts: 3755
  • Joined: 24-February 05
  • Location:rochester , MN USA
  • Operating System:Ubuntu 8.04

Posted 06 March 2006 - 01:23 AM

It is giving me some problems(I can't get X to start). I think it may be a modeline issue. I am pretty sure I will be able to get it to work

This post has been edited by shanenin: 06 March 2006 - 02:42 AM


#5 User is offline   shanenin 

  • UberTechie
  • Group: Moderator
  • Posts: 3755
  • Joined: 24-February 05
  • Location:rochester , MN USA
  • Operating System:Ubuntu 8.04

Posted 06 March 2006 - 06:13 PM

I wimped out. I spent till about three in the morning trying different xorg configs. Nothing was seeming to work. I was reading about a lot of people who got their tvs to work(with a lot of effort) but were still having overscan problems.

Windows fit everything perfectly without effort. So I think I will just use windows. I still love linux, and will use it everyday but will run windows with this tv. I am going to use this software.

http://www.gbpvr.com

This post has been edited by shanenin: 06 March 2006 - 06:14 PM


#6 User is offline   shanenin 

  • UberTechie
  • Group: Moderator
  • Posts: 3755
  • Joined: 24-February 05
  • Location:rochester , MN USA
  • Operating System:Ubuntu 8.04

Posted 16 March 2006 - 03:11 PM

Now that I have a working solution, using windows, I can relax. Now I can mess around and get linux and X to work.

#7 User is offline   shanenin 

  • UberTechie
  • Group: Moderator
  • Posts: 3755
  • Joined: 24-February 05
  • Location:rochester , MN USA
  • Operating System:Ubuntu 8.04

Posted 03 April 2006 - 09:23 PM

I decided to take another crack at getting X to dislplay on my wide screen tv, model ltv-32w1 (for the google bots). The problem was not haveing the correct modeline. I used the windows program Powerstrip(I am dual booting) to generate the modeline. It gives lots of useful info, including an xorg.conf style modeline. To get this output, you need to navigate to the "advanced timings" page. Then in the bottom right corner is a small icon that allows you to cut the info and paste it into a file. Below is the output from the program:
PowerStrip timing parameters:
1360x768=1360,88,136,192,768,3,5,22,84750,2050

Generic timing details for 1360x768:
HFP=88 HSW=136 HBP=192 kHz=48 VFP=3 VSW=5 VBP=22 Hz=60

VESA detailed timing details:
PClk=84.75 H.Active=1360 H.Blank=416 H.Offset=72 HSW=136 V.Active=768
V.Blank=30 V.Offset=3 VSW=5

Linux modeline parameters:
"1360x768" 84.750 1360 1448 1584 1776 768 771 776 798 -hsync +vsync


Useing the info I obtained from powerstrip(above), I then added this line to my "Moniter" section of my xorg.conf
Modeline  "1360x768" 84.750 1360 1448 1584 1776 768 771 776 798 -hsync +vsync


then in the "Screen" section, subsection "Display", I added my new resolution to the modes line, so it looked like this
Modes	   "1360x768" "1280x1024" "1024x768" "800x600" "640x480"

This post has been edited by shanenin: 22 April 2007 - 09:59 PM


#8 User is offline   iccaros 

  • UberTechie
  • Group: Linux Experts
  • Posts: 1292
  • Joined: 31-August 04
  • Location:Great State of Washingtion
  • Operating System:Gentoo,Iccaros-Linux(of course),Slackware,GentooX,Red Hat, Windows (3.1 to VISTA BETA), MAC OSX (10.4 currently),LFS, Solaris 8,9,10, Trusted Solaris, FreeBSD, OPENBSD, NETBSD

Posted 04 April 2006 - 06:50 PM

thanks for following up, so others may find the answer..

note to all others ... this is a great example of what to do...

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users