Main
Personal Messaging temporarily unavailable.
I have set my laptop display to 1366x786. Looks sweet. but every time I boot the machine anew it defaults to old settings , Is there anyway to lock down the new settings tom
When you into the Configure your Desktop -> Display and Monitor. Is the 1366x768 resolution available to you?If not then you might try this.Open the Configure your ComputerConfigure VideoSet your resolution to 1366x768Save and exit.Open a terminal consolesu to roottype chattr +i /etc/X11/xorg.confThis will prevent xorg.conf from being able to be modified.To reverse the above setting:chattr -i /etc/X11/xorg.conf