![]() |
Unable to login after changing display scale. - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Unable to login after changing display scale. (/showthread.php?tid=8340) |
Unable to login after changing display scale. - Przemys?aw Wojtkun - 06-08-2022 I've a problem, I've moved from my previous Linux Mint install to Linux Lite 6.0 and I proceeded to configure everything how I like and I was forcibly stopped after changing display scale from 1.0 to custom 1.4. After doing that I was booted out to Lockscreen and when I try to log in it just boots me out to the Lockscreen again. I cannot change the setting even using xrandr command because I can't open terminal on the lockscreen, I don't know where the monitor settings are since I'm new to Linux Lite. I would really like to have display scaled to 1.4 if i can't it's a deal-breaker for me for this distribution. Re: Unable to login after changing display scale. - stevef - 06-08-2022 At the login screen press Ctrl+Alt+F2. This should give you a non-gui login. If you can log in here, it should allow you to enter any cli commands you may have available to undo the change. Entering Code: startx Re: Unable to login after changing display scale. - Przemys?aw Wojtkun - 06-08-2022 (06-08-2022, 06:34 PM)stevef link Wrote: At the login screen press Ctrl+Alt+F2. This should give you a non-gui login. If you can log in here, it should allow you to enter any cli commands you may have available to undo the change. I've tried restarting the GUI using startx, it just fails. At the end of Xorg.1.log there is Code: Segmentation fault at address 0x0 I can't use xrandr command if xorg server is not running right? How can I change the scaling setting then? Re: Unable to login after changing display scale. - stevef - 06-08-2022 Sorry, I don't know much about xrandr really. I was thinking the display settings are in a hidden xml file in the home directory. At the terminal try this command. Code: xfconf-query -c displays -l -v The X & Y scale factors should be 1.000000 - If the values you see are 1.4 you may try carefully hand editing this file ~./config/xfce/xfconf/xfce-perchannel-xml/displays.xml Otherwise, if you have an earlier backup of your home directory (using deja-dup maybe), boot from live media and try to revert that file. Re: Unable to login after changing display scale. - Przemys?aw Wojtkun - 06-08-2022 (06-08-2022, 07:40 PM)stevef link Wrote: Sorry, I don't know much about xrandr really. I was thinking the display settings are in a hidden xml file in the home directory. Thanks! That allowed me to at least get to desktop, what could have caused it to behave like that? |