I would like to edit xorg.conf to suit my monitor vertical refresh, horizontal synchronization and display size.
On opening nano /etc/X11/xorg.conf it contains just
Section "Device"
Identifier "Default Device"
Option "NoLogo" "True"
EndSection
and nothing else, is this right ?
Should I run the following to generate xorg.conf?
1/ # "Xorg -configure" to produce the file.
2/ # "Xorg -config /root/xorg.conf.new -retro to test,
Does adding the "-retro" allows "Ctrl+Alt+Backspace" to force quit still work?
3/ # "nano /root/xorg.conf.new" to edit.
4/ # "Run 2 again.
5/ # "cp /root/xorg.conf.new /etc/X11/xorg.conf to produce the new xorg.conf file in the right place.
Thanks
Ken
On opening nano /etc/X11/xorg.conf it contains just
Section "Device"
Identifier "Default Device"
Option "NoLogo" "True"
EndSection
and nothing else, is this right ?
Should I run the following to generate xorg.conf?
1/ # "Xorg -configure" to produce the file.
2/ # "Xorg -config /root/xorg.conf.new -retro to test,
Does adding the "-retro" allows "Ctrl+Alt+Backspace" to force quit still work?
3/ # "nano /root/xorg.conf.new" to edit.
4/ # "Run 2 again.
5/ # "cp /root/xorg.conf.new /etc/X11/xorg.conf to produce the new xorg.conf file in the right place.
Thanks
Ken
Comment