I'm using xrandr to rescale the resolution on a netbook (Ubuntu 12.10). When I run the following command it works fine:
xrandr --output LVDS1 --mode 1024x600 --panning 1280x720 --scale 1.25x1.2
However when I put that command into .xprofile to load it at startup the screen has a black border in the expanded area rather than the proper output. I'm using exactly the same command so I'm not sure why it's not working.
echo "$PATH" >> ~/my-pathinto.xprofileas well, log out and back in, and post the resulting info from~/my-path. My gut feeling is that this is a path issue. – Michael Kjörling Feb 21 at 14:13which xrandrin a shell and use the full path instead of just the command name in.xprofile. – Michael Kjörling Feb 21 at 14:24