Add one of these to the bottom:
display_rotate=0 Normal
display_rotate=1 90 degrees
display_rotate=2 180 degrees
NOTE: You can rotate both the image and touch interface 180ยบ by entering lcd_rotate=2 instead
display_rotate=3 270 degrees
display_rotate=0x10000 horizontal flip
display_rotate=0x20000 vertical flip
source: https://www.raspberrypi.org/forums/viewtopic.php?t=120793
For Raspbian Pixel desktop on VirtualBox,How to adjust screen display size in VirtualBox?
In VirtualBox, you need to install the Guest Additions before it will recognized any other resolutions.
- In VirtualBox, choose Insert Guest Additions CD image... from the Devices menu.
- Next, you'll need to install the Guest Additions in a Terminal window.sudo sh /media/cdrom/VBoxLinuxGuestAdditions.run
- Reboot.
- After rebooting, open a new Terminal and use the following command.lxrandr
- Choose your preferred resolution and enjoy!.
0 comments:
Post a Comment