Fedora10的Xorg.conf - Linux

Table of Contents

※ 引述《GABA (EDWIN 503 原生藍 賣)》之銘言:
: 那請問 沒有Xorg.conf的話 如何更改X Window相關設定?

可以執行 xrandr 指令來更改X window的設定

例如說,這個指令是把laptop螢幕(LVDS)的解析度改成 1024x768
xrandr --output LVDS --mode 1024x768

這個指令是把接在DVI port的螢幕的解析度改成 1600x1200
xrandr --output DVI-0 --mode 1600x1200

更詳細的用法請看
http://tinyurl.com/yuftlh


--

All Comments