For nVidia card owners ONLY!!!
Just for the protocol for anyone who was annoyed like me of Xorg.conf and nvidia-settings not saving after restart.
Open Terminal and write: su
Enter your 'root' (admin) password.
write: nvidia-settings
nVidia Settings pannel opens up. Go to resolution and freq settings adjust your preffered resolution, in my case it is: 1152x864 pixels and 85Hz freq refresh
Press 'Advanced' and choose once again, in my case it is: 10. 1152x864_85 +0+0
Press Save configuration! Close the porgram by pressing the 'x' window button (up-right).
IMPORTANT!!!
Go to Places, Computer, File System (Sabayon): /etc/X11/xorg.conf
right click, Open With Application... choose 'gedit' and open the Option command line (the triangle button below menu)!!!
You'll see: gedit
Just type: gksu
(it should read: gksu gedit)
then hit Open... now you may save in gedit as Administrator!
Scroll down in gedit (you have opened xorg.conf as admin) to the Section:
- Code: Select all
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "nvidia-auto-select +0+0; 1152x864_85 +0+0; 1152x864_85 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Imoprtant line is: Option "metamodes" "nvidia-auto-select
+0+0; 1152x864_85 +0+0; 1152x864_85 +0+0"
Just delete (with backspace: +0+0;) so it becomes as:
- Code: Select all
Option "metamodes" "nvidia-auto-select 1152x864_85 +0+0; 1152x864_85 +0+0"
The resolutin should be your preffered from nvidia-settings setup window allready spoken above. The above shown is just for my monitor, so be careful not to just copy/paste this one!
Save the file!
Restart and your resolution and freq config is remebered and used every time the computer starts!
