well the subject basically says it all. I just got a hanns-g hi221 22" widescreen for xmas. I can get 1024x768 within gnome, but I want the native 1680x1050. Here are the things I've tried
1. using graphical menu>system>admin>display to change
2. using graphical menu>system tools>nvidia xorg settings
3. manually editing xorg.conf to add the 1680x1050
4. making 1680x1050 the only mode entry in xorg.conf
5. uninstalling nvidia drivers that I had installed with the nvidia package (1.0-9755) and installing from livna (kmod-nvidia 100.14.19-1.2.6.22.14). This required uninstalling my i565 kernel and getting the i686 due to a weird bug in anaconda that everyone else knows about but I just discovered.
6. repeating the attempt with the nvidia xorg settings tool.
7. banging head repeatedly against the wall
edit: video card is geforce 6200 turbocache
gdm starts up and brings up the standard login screen in 1680x1050. I put in the password and the desktop loads up in 1024x768. the graphical tools mentioned claim that the changes will be made when x is restarted, but they revert to 1024x768 after I restart X.
Lastly, in the Xorg log in /var/log/Xorg.0.log there is a line that says
(II) NVIDIA(0): Setting mode "1680x1050+0+0"
then there's a bunch of stuff about keyboard blah blah blah. a few warnings about font renderers being registered at priority 0 already. I assume that this all ends when the gdm login appears. Then, there is a final line
(II) NVIDIA(0): Setting mode "1024x768"
So apparently the driver thinks that it should be resetting the mode. there are no error messages before or after. But I can't find anything in the xorg.conf file that would make it think this. any ideas?
xorg.conf follows
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Wed Sep 12 14:30:30 PDT 2007
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftmult"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HSD Hanns.G Hi221"
HorizSync 24.0 - 94.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200 TurboCache(TM)"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1680x1050 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
thanks in advance.
bill