我有一台:
Compaq 610 VC275EA 15,6" WXGA i CELERON T1500
,我在上面安装了 Fedora 14。一切都很好,除了一个:屏幕的宽高比不是很好 :\
http://pasted.co/cdeae
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 等。:\ 这对我来说是几个月来的问题..:\ 请帮忙
答案1
从您的链接信息来看,您似乎有一个 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 以其默认值和自动检测启动。)
答案2
我更改了两个文件来解决此问题:
/boot/grub/grub.conf
- 消除nomodeset
/etc/X11/xorg.conf
-vesa
用。。。来代替intel