You are not logged in.
Hi,
I install BL on my VMware fusion on my OSX.
Every time I turn on the BL, screen resolution is 800x600.
How can I change the resolution when I start BL?
Last edited by zihado (2015-10-25 15:53:24)
Offline
Preferences -> Display
Set the resolution then save the settings (the default is to save in ~/.screenlayout)
You can then run the script from autostart. For example, I have bl-1920.sh, which contains
#!/bin/sh
xrandr --output VGA-0 --mode 1920x1080 --pos 0x0 --rotate normal
This is run from autostart with
##### set screenlayout
bl-1920.sh &
(It may be that you have to use additional settings for your VM)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thanks!!
I checked my display using below command.
xrandr --query
Offline
You can use in short also xrandr without --query ...will bring same results.
Tumbleweed (Server) | KDE Plasma (Wayland)
Offline