Hi,
I have small issue with changing resolution after every reboot. My specs http://zaproszenia.friko.pl/Report.htm . Everething look fine i have 1440x900 resolution but after reboot i have to change it from 800x600. My xorg.conf looks
What should i change to save this res.
Thanks in advance for your help.
I have small issue with changing resolution after every reboot. My specs http://zaproszenia.friko.pl/Report.htm . Everething look fine i have 1440x900 resolution but after reboot i have to change it from 800x600. My xorg.conf looks
Code:
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" "pl" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" Inputdevice "Synaptics Touchpad" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Thanks in advance for your help.
Comment