※ 引述《movaughn (movaughn)》之銘言:
: 因為在ubuntu 8.04中
: 使用dpkg-reconfigure xserver-xorg時沒辦法設定到顯示部份
: 想請問一下有經驗的鄉民是否有其它的command可以做類似的設定
: 還是只能手動編輯/etc/X11/xorg.conf
: 感謝~~
: ps:小弟的linux沒有安裝任何window manager(如KDM, GNOME等)
不好意思小弟問題沒有說的很清楚,再補充說明如下。
目前的系統是由debootstrap hardy而來
接著只裝了xorg的package,並沒有裝任何的window manager
啟動startx進入X-WINDOW後發現解析度不是我要的
在GOOGLE之後發現要編輯/etc/X11/xorg.conf
但小弟發現此檔內容極陽春,內容如下
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
想請問一下是否有其它command可自動更新此檔,而不需要手動編輯?
若是只能手動編輯時,要如何知道內容該填些什麼,
如Device中的Identifier該填啥?
希望廣大的鄉民提供意見,謝謝~~
--
很多男人都說"我一秒鐘幾十萬上下"
---- 根據人體力學原理,不到半秒鐘就繳械了
--
: 因為在ubuntu 8.04中
: 使用dpkg-reconfigure xserver-xorg時沒辦法設定到顯示部份
: 想請問一下有經驗的鄉民是否有其它的command可以做類似的設定
: 還是只能手動編輯/etc/X11/xorg.conf
: 感謝~~
: ps:小弟的linux沒有安裝任何window manager(如KDM, GNOME等)
不好意思小弟問題沒有說的很清楚,再補充說明如下。
目前的系統是由debootstrap hardy而來
接著只裝了xorg的package,並沒有裝任何的window manager
啟動startx進入X-WINDOW後發現解析度不是我要的
在GOOGLE之後發現要編輯/etc/X11/xorg.conf
但小弟發現此檔內容極陽春,內容如下
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
想請問一下是否有其它command可自動更新此檔,而不需要手動編輯?
若是只能手動編輯時,要如何知道內容該填些什麼,
如Device中的Identifier該填啥?
希望廣大的鄉民提供意見,謝謝~~
--
很多男人都說"我一秒鐘幾十萬上下"
---- 根據人體力學原理,不到半秒鐘就繳械了
--
All Comments