fedora x86_64 安裝畫面都白白的 - Linux

Mary avatar
By Mary
at 2011-04-10T21:03

Table of Contents

最近剛下載完fedora14 x86_64
但是我在電腦上安裝畫面會白白的
http://ppt.cc/4f,Q
我的CPU是這個Intel® Core™2 Duo Processor E6550

然後我在另一台電腦
intel i5
就正常可以裝,這台我是用VMware

E6550那台沒有用VMware

另外,請問KDevelop我沒有辦法執行我的程式
可以build不能執行
不過我在終端機下可以執行
http://ppt.cc/TEIw

還有為什麼KDevelop 沒有C專案,只有C++專案呢
--
雲長曰 :“曹操望見煙,知有埋伏,如何肯來?”

孔明笑曰:“豈不聞兵法虛虛實實之論?操雖能用兵,只此可以瞞過他也。
他見煙起,將謂虛張聲勢,必然投這條路來。將軍休得容情。”

--
Tags: Linux

All Comments

Madame avatar
By Madame
at 2011-04-15T04:47
感覺很像是你E6550的CPU這台電腦的顯卡驅動問題,跟位元數
應該沒有關係,E6550這個時代的雙核心都有64位元支援,應不
Frederica avatar
By Frederica
at 2011-04-17T23:49
可能是位元的問題,應為顯卡驅動問題可能性較高.
Lucy avatar
By Lucy
at 2011-04-18T17:55
如果是顯卡問題該怎麼辦呢?我之前fedora10可以正常安裝
Kyle avatar
By Kyle
at 2011-04-20T23:56
這個我沒遇過,我只能推測"可能是",至於解決方法我不清楚.
Daph Bay avatar
By Daph Bay
at 2011-04-25T00:34
我想可能是"顯示器"找不到正確的解析度,換一顆顯示器
Audriana avatar
By Audriana
at 2011-04-27T12:22
fedora安裝光碟常常都會自動找最高的解析度,但一些舊
的monitor會超出顯示範圍, 我碰過好幾次了...
Rae avatar
By Rae
at 2011-04-28T02:06
開機畫面安裝選單選vesa的圖形介面應該就行

移除字串的標點符號

Quintina avatar
By Quintina
at 2011-04-10T14:18
※ 引述《dyoll (lloyd huang)》之銘言: : ※ 引述《antontw (三十個扮上進青年之一)》之銘言: : : 設計內容: : : $ cat file.txt : : 2000,and#34;1,234,567and#34;,and#34;5,678and#34;,3000,10000 ...

移除字串的標點符號

Steve avatar
By Steve
at 2011-04-10T09:55
※ 引述《antontw (三十個扮上進青年之一)》之銘言: : 設計內容: : $ cat file.txt : 2000,and#34;1,234,567and#34;,and#34;5,678and#34;,3000,10000,and#34;1,300and#34; : 1000,and#34;1,1 ...

FreeRadius一定得搭配LDAP嗎

Dorothy avatar
By Dorothy
at 2011-04-09T21:02
小弟安裝了FreeRadius 遵照 http://tw.myblog.yahoo.com/jw!xk77IlqaEQfH7drhkxfU3rmaCNnffP_1/article?mid=37 的步驟 但是在下這行指令後: radtest test test localhost 0 testing12 ...

VMWare Player做一個NAT

Olga avatar
By Olga
at 2011-04-09T15:40
※ 引述《WilliamTai (WilliamTai)》之銘言: : 感謝鄉民的協助,網路卡指定的問題解決了,現在又有另一個問題。 : 目前用VMware Player建立一個安裝Ubuntu 10.10的虛擬機器, : Host os是XP,配有兩張實體網路卡。 2張卡接在同一個HUB嗎? : VM的兩 ...

sed用法 插入

Frederic avatar
By Frederic
at 2011-04-09T14:44
剛開始學習,所以有些應用還是不太熟 我現在要在檔案的最前頭插入兩行 假設插入 example 1 example 2 在某個檔案內文的前頭 需要怎麼寫入 本來是想用網路所說的 # 在匹配式樣「regex」的行之前插入一空行 sed and#39;/regex/{x;p;x;}and#39; ...