**Hi! **
Which file(s) I have to edit, instead of xorg.conf?
I used to manually enter xorg.conf, in order to display a different resolution, instead of default 1024X768.
My monitor needs a 16:9 one.
(I have nvidia drivers installed).
I used to edit Monitor (for entering a modeline) and Screen (for entering a metamode) sections.
Now what? TIA!
You can still create a working /etc/X11/xorg.conf if you wnat to. Otherwise, the newer configuration files reside in/etc/X11/xorg.conf.d/ directory, and each file essentially corresponds to separate section of the former xorg.conf file. Add your modeline to 50-monitor.conf, (and if necessary, you can add the corresponding ‘Modes’ entry within 50-screen.conf).
Examine /var/log/Xorg.0.log first to make sure that your nvidia driver is loaded correctly and that there are no other issues preventing the desired display resolution.
Be careful with your syntax concerning any manual configuration edits you make, as bad entries can result in a broken X-server, and you’ll need to undo the changes from runlevel 3 with a CLI editor.
Well done. Post your working xorg.conf here - it may be helpful to others who come searching. Fonts and icons can be adjusted separately. Which desktop environment are you using?