Skip to main content
Topic: LightDM doesnt show correctly... (Read 524 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

LightDM doesnt show correctly...

Hi guys
I have installed Artix linux in a laptop, but the lightDM screen resolution is bad.



How to fix, any link about it ?
 Thanks in advance.


Re: LightDM doesnt show correctly...

Reply #2
lspci -v | grep -A1 -e VGA -e 3D

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device 3671


 

Re: LightDM doesnt show correctly...

Reply #4
Open your /etc/lightdm/lightdm.conf, include this line in the [Seat:*] section

Code: [Select]
display-setup-script=xrandr --output your_screen_name --mode your_screens_resolution

and restart X.

Your screen name and resolution can be found from,

Code: [Select]
$xrandr -q