小筆電的解析度1024*600
可增加桌面虛擬尺寸
讓螢幕模擬成1024*768

在終端機中

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak 先作備份檔
sudo gedit /etc/X11/xorg.conf 開啟顯示設定檔


找到類似這的區段

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1024x600" "800x600" "640x480"
EndSubSection
EndSection


在SubSection "Display"區段裡加入設定 改成

SubSection "Display"
Depth 24
Modes "1024x600" "800x600" "640x480"
Virtual 1024 768
Viewport 0 0

EndSubSection


這樣就有1024x600解析度下的1024X768尺寸桌面了
Virtual 桌面虛擬大小
Viewport 是起始對準點 0 0 即最左上方

arrow
arrow
    全站熱搜

    雷克斯 發表在 痞客邦 留言(0) 人氣()