Tagged Questions
1
vote
0answers
98 views
xrandr config not loading properly at startup from .xprofile
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
...
1
vote
2answers
387 views
Resolution resets after every reboot, Screen Resoultion stuck at 1024x768
I installed a fresh copy of ubuntu 12.10 but the problem is that it does not recognize my monitor which is LG E1942. The screen resolution is stuck at 1024x768 and the other option is 800x600 but my ...
1
vote
2answers
455 views
Create startup terminal program
I would like Ubuntu to open up a terminal window and apply the following code upon login:
xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
xrandr ...