Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: Måns Rullgård <mru@xxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 18:33:23 +0100
dminer84@xxxxxxxxx writes:
I did indeed use that utility to generate a 1680x1050 at 60Hz (and it'sand the monitor can do
in the EDID of the display). However, its pclk is over the monitor's
stated max pclk (135 MHz). And the latest nVidia on Linux with Xorg
6.7 is limiting to 60 Hz refresh for some reason (using a DVI
connection amd tje ,pmotpr cam dp 50-75 Hz). I believe a 50 Hz version
would work if I could select it somehow. The other strange issue seems
to be the driver will remove *any* modeline with a X-resolution over
1280 as being too large. I generated all multiples from 1280 to 1680
in 16:10 format and the driver rejected them *all*. However, I easily
made 1024x640 and 800x500 (16:10 versions of 1024x768 and 800x600) and
the driver took them happily.
So, I'm totally clueless why it believes my display can only do
1280x1024 max when it uses 1680x1050 for the DPI computation (I had
these problem with the nv with X too).
I have a monitor with that resolution, and it's working fine with an
nvidia card and this xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/baekmuk-fonts"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/kochi-substitute"
FontPath "/usr/share/fonts/corefonts"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor"
VendorName "HP"
ModelName "f2105"
ModeLine "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089
EndSection
Section "Device"
Option "NoLogo" # [<bool>]
Option "ConnectedMonitor" "DFP" # <str>
Identifier "DVI"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "DVI"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
--
Måns Rullgård
mru@xxxxxxxxxxxxx
.
- Follow-Ups:
- Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: dminer84
- Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- References:
- Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: dminer84
- Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: Henrik Carlqvist
- Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: dminer84
- Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- Prev by Date: Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- Next by Date: Need a good print server
- Previous by thread: Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- Next by thread: Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- Index(es):
Relevant Pages
|