当前位置: 技术问答>linux和unix
我的笔记本装了fedora2,始终只能用800x600,高手个给外建议.
来源: 互联网 发布时间:2015-07-27
本文导语: rt,我的笔记本是迅驰的,装了fedora2, 升了2.6.8.1的内核,没有出错,启动时全部都是绿色的OK, 从INTEL官方站点Down了驱动,叫intelgraphics_20040607_i386.rpm,我用rpm -ivh intelgraphics_20040607_i386.rpm进行安装,还是显示: The DRI drivers...
rt,我的笔记本是迅驰的,装了fedora2, 升了2.6.8.1的内核,没有出错,启动时全部都是绿色的OK,
从INTEL官方站点Down了驱动,叫intelgraphics_20040607_i386.rpm,我用rpm -ivh intelgraphics_20040607_i386.rpm进行安装,还是显示:
The DRI drivers can not be installed without the latest kernel modules.Installation will be aborted.See the dri.log file for information on what went wrong.
Package is installed,but not configured.
You'll need to use rpm -e to remove this package before re-installing.
从intel站点的说明看,这个驱动支持2.4.21-4以上的内核,可我都是最新的了还是不行啊.
顺便说一下,在XP下可以支持到1400x1050的.现在看着800x600,感觉很不爽,各位有什么高招给支一把吧.
从INTEL官方站点Down了驱动,叫intelgraphics_20040607_i386.rpm,我用rpm -ivh intelgraphics_20040607_i386.rpm进行安装,还是显示:
The DRI drivers can not be installed without the latest kernel modules.Installation will be aborted.See the dri.log file for information on what went wrong.
Package is installed,but not configured.
You'll need to use rpm -e to remove this package before re-installing.
从intel站点的说明看,这个驱动支持2.4.21-4以上的内核,可我都是最新的了还是不行啊.
顺便说一下,在XP下可以支持到1400x1050的.现在看着800x600,感觉很不爽,各位有什么高招给支一把吧.
|
看看这个链接
http://www.fanqiang.com/a1/b1/20010510/100309.html
http://www.fanqiang.com/a1/b1/20010510/100309.html
|
是自己升级的内核?编译的时候make menuconfig中关于显卡的选项选择是否正确?
|
强行修改XFConfig文件,将分辨率设置为1024x768
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
|
你要从新装显卡驱动
有些显卡驱动是依赖内核的
有些显卡驱动是依赖内核的
|
Xconfigurator
或者手工修改/etc/X11/XF86Config
或者手工修改/etc/X11/XF86Config