裝了 X 以後, Crash 了
Posted: Tue Nov 15, 2005 2:17 pm
hi all,
我安裝了 X.org 之後,因為我當時是在 Ubuntu 下面利用 chroot 來安裝 Gentoo 的. 所以沒有在那個時候就測試 X, 也沒有在那個時候用 Xorg -configure 來設定 xorg.conf
而為了不要龐大的套件, 我選擇安裝了 Gnome-light.
但是就在我重新開機要進入新的環境, 並且開始設定 X
用 X -config 進入 X 我發現我的 X 沒有辦法看到最基本的 twm.
整個螢幕只有灰灰的背景還有一個叉叉的游標.
但是如果使用 startx 來啟動 Xwindow
(我想 startx 應該還啟動了 Gnome 的 Session 吧?小弟對這部份架構及運作不是很懂..)
會發現進入一片黑暗, 然後好像螢幕跳了幾次, 最後就停在一片漆黑的螢幕, 然後螢幕中間有一塊方形的區塊, 區塊裏面是一片亂亂的東西.
然後我要 Ctrl+Alt+BackSpace 也沒有用, 切換 tty 也沒反應,
更別提 Ctrl+C Orz....
然後就要重新開機.
呼, 我 post 我的 xorg.conf 給大家看看, 希望能幫我找個方向, 謝謝. ^^
不知道這個要從 X 還是從 Gnome-light 下手呢?
我安裝了 X.org 之後,因為我當時是在 Ubuntu 下面利用 chroot 來安裝 Gentoo 的. 所以沒有在那個時候就測試 X, 也沒有在那個時候用 Xorg -configure 來設定 xorg.conf
而為了不要龐大的套件, 我選擇安裝了 Gnome-light.
但是就在我重新開機要進入新的環境, 並且開始設定 X
用 X -config 進入 X 我發現我的 X 沒有辦法看到最基本的 twm.
整個螢幕只有灰灰的背景還有一個叉叉的游標.
但是如果使用 startx 來啟動 Xwindow
(我想 startx 應該還啟動了 Gnome 的 Session 吧?小弟對這部份架構及運作不是很懂..)
會發現進入一片黑暗, 然後好像螢幕跳了幾次, 最後就停在一片漆黑的螢幕, 然後螢幕中間有一塊方形的區塊, 區塊裏面是一片亂亂的東西.
然後我要 Ctrl+Alt+BackSpace 也沒有用, 切換 tty 也沒反應,
更別提 Ctrl+C Orz....
然後就要重新開機.
呼, 我 post 我的 xorg.conf 給大家看看, 希望能幫我找個方向, 謝謝. ^^
不知道這個要從 X 還是從 Gnome-light 下手呢?
Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection