在ubuntu 8.04中如何重設xorg? - Linux

Table of Contents

※ 引述《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該填啥?
希望廣大的鄉民提供意見,謝謝~~

--
很多男人都說"我一秒鐘幾十萬上下"
---- 根據人體力學原理,不到半秒鐘就繳械了

--

All Comments

Hamiltion avatarHamiltion2008-08-21
Xorg -configure
Jake avatarJake2008-08-24
剛試了一下,真的有改變,感謝~~~
Heather avatarHeather2008-08-27
再請問一下,Subsection "Display"中皆無Modes這欄位
Selena avatarSelena2008-08-29
這樣無法得知解析度為多少x多少,是要自己編輯嗎?謝謝
Catherine avatarCatherine2008-09-03
我的理解是這樣的(錯了不管) -> 沒偵測到你就自己填
Faithe avatarFaithe2008-09-04
這跟螢幕以及顯卡有關 我有看過偵測到螢幕解析度的
Kumar avatarKumar2008-09-05
那你就會看到螢幕的部份生了一堆解析度出來
那你就可以把它照抄到顯卡部份去
Edith avatarEdith2008-09-07
但是唯有螢幕以及顯卡都支援,系統才會工作
Hazel avatarHazel2008-09-09
它應該有個log在/var/log下面 Xorg.log之類的
測試過的解析度 成功或失敗 在log裡看得出 (好像啦)
Callum avatarCallum2008-09-10
我現在是WinXP,因為Ubuntu的網路智障了 沒法給你看
Kyle avatarKyle2008-09-14
非常詳細,再次感謝~~
Jessica avatarJessica2008-09-16
最後再問一下,我在Modes中加了1024*768一個而己
Caitlin avatarCaitlin2008-09-18
但是進X-win之後解析度似乎還是640*480(怎麼改都沒用)
Skylar DavisLinda avatarSkylar DavisLinda2008-09-22
有什麼方法能夠改變解析度到1024*768呢?謝謝
Dorothy avatarDorothy2008-09-24
有個 displayconfig-gtk 的套件,試看看
Yuri avatarYuri2008-09-26
己解決,感恩~~~