I used to edit the startup script for the GDM (/etc/gdm/Init/Default) to permanently change my display resolution.
How can I do this with LigthDM in Ubuntu Oneiric?
lightdmxrandr
I used to edit the startup script for the GDM (/etc/gdm/Init/Default) to permanently change my display resolution.
How can I do this with LigthDM in Ubuntu Oneiric?
Best Answer
I think you can add the display modes to
/etc/X11/xorg.conf
.If you don't have a
xorg.conf
, then you can use the following as a basis. You need to replace the entries with the namesModeline
,Driver
andModes
with the correct entries for your system. Depending on your hardware, you may need additional entries, for example if your system has more than one graphic chip.If you don't know the name of the video driver that your system is using then you may get the name as follows (if you have an intel graphic chip, the driver name is just "intel"):
The modelines can be generated with
cvt
: