PDA

View Full Version : [ubuntu] Loading Nvidia Settings Automatically :(



KoPC
June 15th, 2008, 08:27 AM
Hi :)
I have installed the driver and it's work fine but my problem is when i reboot my PC the X server loads the default settings !
So every time i start my PC i write this command in the terminal

gksudo nvidia-settings
to load my settings .

this is xorg.confg


# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Mon May 19 00:34:28 PDT 2008


Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
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 "ServerFlags"
Option "Xinerama" "0"
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"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "AcerMFMTV"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GTX"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024_75 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


Help a new linux user here :(

PmDematagoda
June 15th, 2008, 09:08 AM
Did you instruct Nvidia Settings to save the settings to the xorg.conf file after making the changes?

KoPC
June 15th, 2008, 05:09 PM
Did you instruct Nvidia Settings to save the settings to the xorg.conf file after making the changes?

yes ,
and when i saw that it's not working , i used this command to backup xorg.conf

sudo nvidia-xconfig
but nothing works with me :mad:
i almost forgot .. i have noticed that Nvadia settings saves my settings .So as soon as i enter nvidia-settings the X server loads my settings automatically !