Linux
為什麼我的帶有 Intel Mobile GME965/GLE960 集成圖形控制器的 Fedora 14 系統會顯示錯誤的縱橫比?
我有一個:
Compaq 610 VC275EA 15,6" WXGA i CELERON T1500
,我在上面安裝了 Fedora 14。一切都很好,除了一個:螢幕的縱橫比不是很好:\
http://pastebin.com/raw.php?i=dCbg5qNt
http://pastebin.mozilla.org/1165203
00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)
有人可以說它無法修復,或者說:是的,它可以修復,做 xy,閱讀 xy 等。:\ 這幾個月來對我來說是個問題.. :\ 請幫忙
我更改了兩個文件來解決這個問題:
/boot/grub/grub.conf
- 消除nomodeset
/etc/X11/xorg.conf
– 替換vesa
為intel
根據您的連結資訊,您似乎擁有一個 Intel GME965 集成圖形控制器。看來驅動程序不起作用,您正在獲得通用 VESA 驅動程序。我懷疑你遇到了這個錯誤:
https://bugzilla.redhat.com/show_bug.cgi?id=650888
這表明安裝程序(錯誤地)
nomodeset
在/boot/grub/grub.conf
. 編輯該文件(仔細)並刪除該單詞出現的任何位置。然後,重新啟動,一切都應該神奇地正常工作。(如果沒有,請嘗試刪除任何 xorg.conf —
rm /etc/X11/xorg.conf
,以便 X 以其預設值和自動檢測開始。)