s_spiff
May 5th, 2008, 03:44 AM
I'm on Hardy Haron x64. Amd 3500+ on a Gigabyte iDNA series motherboard, having a NVidia 6100 graphic card onboard. I installed the nvidia drivers using EnvyNG ( available in the repositories ), automatic mode.
In case of Gutsy, I had an option ( System > Preferences > Screen Resolution ) of upto 1280x1024 with a refresh rate of 96 Hz.
Since I've upgraded to Hardy, the max resolution I'm offered is 1024x786. I bypass this by using System > Administration > Nvidia Server Settings, where I'm able to set a 1280x1024 resolution. But on a reboot, this doesn't seem to stick. It reverts back to 1024x786.
I'm attaching my xorg.conf file. Can someone let me know how to make the settings stick, if by modding the xorg.conf? or any other way for that matter!
# xorg.conf (X.Org 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Thanks in advance.
In case of Gutsy, I had an option ( System > Preferences > Screen Resolution ) of upto 1280x1024 with a refresh rate of 96 Hz.
Since I've upgraded to Hardy, the max resolution I'm offered is 1024x786. I bypass this by using System > Administration > Nvidia Server Settings, where I'm able to set a 1280x1024 resolution. But on a reboot, this doesn't seem to stick. It reverts back to 1024x786.
I'm attaching my xorg.conf file. Can someone let me know how to make the settings stick, if by modding the xorg.conf? or any other way for that matter!
# xorg.conf (X.Org 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Thanks in advance.