Hi,
I have tried to get Porteus 3.2.2 running on my wife's Asus T101HA 2-in-1 laptop - although Windows 10 runs OK on it, it only has 2GB of memory and a 32GB eMMC drive so Porteus looks like a good alternative.
I had to use the NOMODESET cheatcode to get Porteus 3.2.2 x64 XFCE to boot properly - I just get a black screen without that. However, when I do get to the desktop, the orientation is wrong. The keyboard is detachable so the machine can be used as a laptop or a tablet but it is defaulting to portrait mode irrespective of whether the keyboard is attached. I haven't been able to find anything in the settings to change the orientation.
What am I missing? I've tried xrandr with no success but, to be honest, I'm not familiar with it.
Thanks!
Wrong screen orientation in 2-in-1 laptop
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Wrong screen orientation in 2-in-1 laptop
Hello advb69
detect how your monitor is named
it is VGA-0 in this case
now try
(replace VGA-0 if your monitor is named different)
to switch back use
detect how your monitor is named
Code: Select all
guest@porteus:~$ xrandr --listmonitors
Monitors: 1
0: +*VGA-0 1360/410x768/230+0+0 VGA-0
now try
Code: Select all
guest@porteus:~$ xrandr --output VGA-0 --rotate left
or
--rotate right
to switch back use
Code: Select all
--rotate normal
-
- White ninja
- Posts: 12
- Joined: 28 Apr 2014, 12:40
- Distribution: Porteus Mate V3
- Location: London
Wrong screen orientation in 2-in-1 laptop
Thanks Donald. I'll try that when my wife's not using the laptop.