04-03-2017, 01:58 AM
(This post was last modified: 04-03-2017, 02:03 AM by firenice03.)
I played with the xrandr more (as it should work best)...
So I came up with a work around..
You still want to use xrandr -s 1024x768
But yest TTY cant find display so we need to give the system a few seconds and manually switch back to the desktop..
I tested the ability to change resolution from a TTY with this method..
Again boot the PC once its up (log in should just type PW + enter)
Go into TTY1 with CTRL + ALT + F1
Run this command then immediately switch back CRTL + ALT + F7
If 5 seconds isn't long enough add additional seconds as needed... resolution should change automatically..
So I came up with a work around..
You still want to use xrandr -s 1024x768
But yest TTY cant find display so we need to give the system a few seconds and manually switch back to the desktop..
I tested the ability to change resolution from a TTY with this method..
Again boot the PC once its up (log in should just type PW + enter)
Go into TTY1 with CTRL + ALT + F1
Run this command then immediately switch back CRTL + ALT + F7
Code:
sleep 5; xrandr -s 1024x768 -d :0
If 5 seconds isn't long enough add additional seconds as needed... resolution should change automatically..
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2