PDA

View Full Version : Downscaling with xrandr does not work properly on reboot.



The_Forgotten_King
January 3rd, 2016, 06:07 PM
I used the command
xrandr --output LVDS1 --panning 1536x900 --scale 1.5x1.5 to downscale from 1024x600 to 1536x900. I created a script saying
#!/bin/bash
xrandr--output LVDS1 --panning 1536x900 --scale 1.5x1.5 to do this every time the system starts. I made it an executable. I then added it to the list of autostart programs, but on reboot, the screen looks like this:
http://i.xomf.com/bdzrx.jpg
The desktop is downscaled but does not use the full screen. Upon re-running the command, it works properly. Any ideas on how to fix?