LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   nVidia FX5200 at 1680x1050? (https://www.linuxquestions.org/questions/linux-hardware-18/nvidia-fx5200-at-1680x1050-641369/)

Tom Brown 05-10-2008 10:27 PM

nVidia FX5200 at 1680x1050?
 
I'm trying to run Ubuntu linux on a machine with an Abit Siluro FX5200. The display is an Acer flat panel with 1680x1050 native resolution.

nvidia-settings tells me the monitor reports the native resolution as being 1280x1024 and provides this as the maximum resolution.

I've tried both the nv and nvidia drivers. Both limit the maximum resolution to 1280x1024.

The thing is, I used to run a 21" Sony monitor at 1600x1200 on this exact box so I know this video card can do more.

How can I get this thing running at 1680x1024?


Any help would be appreciated.



# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Wed Sep 12 14:29:17 PDT 2007

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Acer"
ModelName "AL2216W"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Bruce Hill 05-11-2008 04:05 AM

The problem is that a 1680x1050 resolution goes beyond the
maximum pixel clock of 135MHz for the FX5200. I had one, and
irrc, could get to 1680x1050 by putting this in xorg.conf:
Code:

Option "ModeValidation" "NoMaxPClkCheck"
However, I could not find out if that might damage the card,
so I just bought a GeForce 7300 GT which gets that resolution
without any hack.

If that's not the option that works, you can Google and you
will find which one does. My recommendation is to buy a new
digital card that can do that resolution natively.


All times are GMT -5. The time now is 09:01 AM.