Opensuse 11.4 無法進入 X windows - Linux

Frederic avatar
By Frederic
at 2011-04-21T13:28

Table of Contents


各位大大

安裝過程一切都算順利 (我是裝i586 32位元版)

也可以跑到輸入帳密的地方

但是 一但我按下 登入以後 過一下子馬上就出現黑畫面

可以改到文字模式下登入

我有試過改VGA參數 可是改了很多組還是不行


另外我有試過在grub選單那邊 選擇safe mode (選單第二個)

是可以正常登入的

請問我該往哪個方向去解決呢?

--
Tags: Linux

All Comments

Kyle avatar
By Kyle
at 2011-04-21T21:28
黑畫面有游標還是沒游標? Xorg 有跑起來嗎?
Edward Lewis avatar
By Edward Lewis
at 2011-04-23T11:43
沒游標 會整個當掉 我想xorg應該是沒有跑 >.<
Lauren avatar
By Lauren
at 2011-04-26T23:07
xinit可以用嗎?
Mary avatar
By Mary
at 2011-04-29T13:56
目前改用 11.0-i386版 問題解決 ~
Sarah avatar
By Sarah
at 2011-04-30T22:10
我也有相同問題,有游標圈圈一直轉.
George avatar
By George
at 2011-05-03T13:20
我昨天開始也這樣 我用ubuntu

RH網頁伺服器連不上(已檢查apache及iptable)

Carol avatar
By Carol
at 2011-04-21T11:38
我在 redhat linux 上裝了 apache,但是卻無法由瀏覽器連上主機 我做了下面的檢查但找不出原因 1. 檢查 apache status: $sudo /etc/init.d/httpd status 主機回應: httpd (pid 30588) is running... ...

使用vsftp 建立僅能上傳帳號

Gilbert avatar
By Gilbert
at 2011-04-21T02:28
想請問各位,我的主機上有許多使用者帳號 如ftp1,ftp2,ftp3,ftp4 目前的需求是建立一個目錄and#34;uploadand#34;,ftp1 ~ ftp3都能編修檔案 但ftp4這個帳號僅能在and#34;uploadand#34;這個目錄上傳檔案 無法做修改與讀取,請問有什麼手段可以 ...

請問firefox 安裝...

Lauren avatar
By Lauren
at 2011-04-20T21:33
新手提問... 之前我們server是sun的unix系統..想安裝firefox... 但是有網友說..下載之後...解壓縮直接執行即可... 但是我卻無法執行... 是否我還需要另外安裝其他軟體..例如:JDS... 或是我需下載其他版本的firefox呢... 我有找到似乎是不同版本的fir ...

stoptheviruscold.invaliduc_server

Candice avatar
By Candice
at 2011-04-20T19:41
discuz論壇退出時,頁面會出現 Found The document has moved here. Apache/2.0.52 (Red Hat) Server at xxx.xxx Port 80 其中xxx.xxx是域名 而here有底線,超連結後會跳到 http://stopthevi ...

在linux下如何找出C程式中loop較多的區段

David avatar
By David
at 2011-04-20T19:07
※ 引述《BoxsterX ()》之銘言: : 由於要做平行程式 : 要先找出重複較多的區段再下手處理 : 請問有甚麼方法能達到這個目標 平行程式的重點在於找出執行時間(CPU time)最久的地方最佳化 不一定是重複最多的次的區段 至於要找出這些地方的工具叫做 profiler 我自己比較常用的 I ...