I can’t find my xorg.conf.
There is no xorg.conf file by default in Ubuntu 11.04.
If I run: “whereis xorg.conf” I am seeing: xorg: /usr/lib/xorg /usr/lib64/xorg /usr/include/xorg
may be I just can create it by myself? at /etc/X11/xorg.conf?
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
https://wiki.ubuntu.com/X/Config
To create an initial /etc/xorg.conf file, you can have Xorg’s autoconfiguration output a full blown static one for you:
sudo Xorg -configureor create an /etc/xorg.conf containing only those sections and options that you need to override Xorg’s autoconfigurated settings.
Method 2
The modern implementations of Xorg doesn’t need a xorg.conf file, the configuration is automatic. And the correct place for the xorg.conf file is /etc/X11/xorg.conf.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0