bash-3.2$ xrandr -q
Screen 0: minimum 1440 x 900, current 1440 x 900, maximum 1440 x 900
default connected 1440x900+0+0 0mm x 0mm
1440x900 0.0*
and the following command will fail because the size can only be 1440x900.
bash-3.2$ xrandr -fb 1280x1024
This is annoying because I have to restart xwin after switching the monitor. Finally I found this thread solved my problem.
add the following options into /usr/bin/startx
serverargs="-screen 0 1440x1024x32 -multiwindow -clipboard"
Basically it creates a screen large enough to cover any monitor.
No comments:
Post a Comment