Ubuntu 10.04無法進入xwindow? - Linux

Skylar DavisLinda avatar
By Skylar DavisLinda
at 2010-11-21T17:49

Table of Contents

昨天用更新管理員更新之後就無法進入xwindow
在登入畫面之前螢幕就變成一片黑
用修復模式的failsave重新啟動才能進入
請問是哪裡出了問題呢?謝謝!

xorg.conf 檔案
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "amdcccle-Screen[1]-1" 1280 0
EndSection

Section "Module"
EndSection

Section "ServerFlags"
Option "Xinerama" "on"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "0-LVDS"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1280x800"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection

Section "Monitor"
Identifier "0-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1440x900"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "amdcccle-Device[1]-1"
Driver "fglrx"
Option "Monitor-CRT1" "0-CRT1"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "amdcccle-Screen[1]-1"
Device "amdcccle-Device[1]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

--
Tags: Linux

All Comments

Xanthe avatar
By Xanthe
at 2010-11-23T14:07
我的救法是,先用 safemode 開機,進 failsafex 模式
Andrew avatar
By Andrew
at 2010-11-24T00:42
然後再正常開機一次就可以了
Enid avatar
By Enid
at 2010-11-25T11:29
查一下/var/log/Xorg.0.log看有什麼錯誤訊息

telnet 指令防呆?

Ina avatar
By Ina
at 2010-11-21T14:51
: 配合下面這段scritp就可以防閒置 : (綜合某前輩po過的文章再稍微修改) : 開一個文字編輯軟體 : 存起來 檔名自己訂 假設存成bbs : : 然後到你存檔的目錄下 : chmod +x bbs : cp ./bbs /usr/local ---------andgt; 這兩行要解釋嗎? ...

嵌入式Linux的問題

Jessica avatar
By Jessica
at 2010-11-21T12:23
有一個問題就是先插入裝置後使用insmod module 發現無法被啟動 原因是 usb_ether跟你額外載入的驅動衝突 .. 但系統還是使用內建的驅動去跑 解決方式 rmmod usb_ether ; insmod module .. 試著使用ifconfig 去看 HW address 有沒有東西 正 ...

main loop?

Victoria avatar
By Victoria
at 2010-11-21T11:01
Linux GUI設計似乎有使用到main loop的概念 但老實說 我查了資料 還是不確定main loop是什麼? 以及使用它的時機點 可以請有經驗的前輩指點一下嗎? 在這邊先謝謝各位前輩的幫忙 - ...

gcc版本不同發生問題

Una avatar
By Una
at 2010-11-21T02:12
make之後出現以下錯誤訊息 /home/eda/public/Linux/gcc-3.3.3/include/c++/3.3.3/bits/stl_alloc.h:242: undefined reference to `std::__default_alloc_templateandlt;true, 0 ...

ubuntu 10.10 macbuntu openoffice 亂봠…

Valerie avatar
By Valerie
at 2010-11-21T00:59
鄉民晚安 小弟昨天灌好也遇到這個問題 1. 我發現只要在桌面按右鍵 然後選擇and#34;更改桌面背景and#34;-andgt;選擇and#34;字型and#34; 然後修改and#34;應用程式字型and#34;為and#34;文泉譯微米黑and#34; 然後重開OO就可以了 2. 改用GEMAN 碰巧 ...