Results 1 to 3 of 3
OK, it's a little bit more complicated than most cases. I have a monitor that is actually a TV (it's a Syntax LT27HV 27" LCD TV). It has a VGA ...
- 01-07-2006 #1Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Translating resolution from Win to Linux
OK, it's a little bit more complicated than most cases. I have a monitor that is actually a TV (it's a Syntax LT27HV 27" LCD TV). It has a VGA input, which I currently use under windows and have it set to 1280x720, 32bit color and 60Hz refresh rate. So my problem is that there isn't enough info on the TV to set horizontal and vertical refresh rates in the xorg.conf file. So I went searching for it, and found that a lot of people us PowerStrip in Win to adjust the TV using these settings:
1280x720p=1280,48,160,200,720,24,10,48,81000,2052
or:
Horizontal
Active:1280
Front Porch: 48
Sync Width: 160
Back Porch: 200
Vertical
Active: 720
Front Porch: 24
Sync Width: 10
Back Porch: 48
I also know that the TV can supports 24-bit natively, so this shouldn't be a problem. So far, I've only been able to run X at 16-bit, at 24-bit I get no signal to the TV, I figured this is due to the refresh rate problem.
- 01-08-2006 #2Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Bumping this back up! There's gotta be a way of doing it...
I currently have it set up at 1024x768, which means I can only use 4:3 view instead of full screen (or else the screen looks really stretched. I put the 1280x720 mode in there but the xserver still starts with a 1024x768 (which I'm guess is because it's having problems with the 1280x720). Currently this is what my xorg.conf looks like:
Code:# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Dec 14 16:39:22 PST 2005 # xorg.conf (Xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum # dpkg-reconfigure xserver-xorg Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "Files" # local font server # if the local font server has problems, we can fall back on these FontPath "unix/:7100" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 28.0 - 38.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV34 [GeForce FX 5200]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "800x600" EndSubSection SubSection "Display" Depth 4 Modes "800x600" EndSubSection SubSection "Display" Depth 8 Modes "800x600" EndSubSection SubSection "Display" Depth 15 Modes "800x600" EndSubSection SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "1280x720" "1024x768" EndSubSection EndSection
- 01-10-2006 #3Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
I would just like to say, I have succeeded! I was able to find this site (if someone else in the future needs help):
http://www.linuxis.us/linux/media/ho...iguration.html
Which pretty much was what pushed me to success. Turns out I had to do set the Modeline option in my monitor section.


Reply With Quote
