octapult 寫:
在 /etc/X11/XF86Config-4 裡面加上:
- 代碼: 選擇全部
Section "Screen"
Identifier "RealPlayer"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
請修改 Device 和 Monitor,對應成您的 Device 和 Monitor。
接著退出 X,再執行下面這個指令:
- 代碼: 選擇全部
xinit -- /usr/bin/X11R6/bin/X :1 -screen RealPlayer
X 就會使用 RealPlayer 這個 800x600 全螢幕的 screen 了。
缺點是如果要在這個 screen 執行其他的應用程式會有一些麻煩,而且所有的視窗都沒有 title bar,沒辦法移動視窗位置。
請問一下,
如果要讓 xinit 不要去讀取預設的設定檔 ~/.xinitrc,
而是使用指定的設定檔,如:~/.xintrc-wmaker,
該怎麼下指令呢﹖
因為我發現,
只要有 ~/.xinitrc 這一個檔案,
『沒有 title bar,沒辦法移動視窗位置』的問題就不見了。