LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1113|回复: 2

求debian 下 intel 82845GL 集成显卡安装问题!

[复制链接]
发表于 2006-9-21 12:02:21 | 显示全部楼层 |阅读模式
谢谢!
非常感谢!
发表于 2006-9-21 21:08:02 | 显示全部楼层
直接用内核的i810驱动就可以了。
回复 支持 反对

使用道具 举报

发表于 2006-9-22 15:20:12 | 显示全部楼层
你看看你的/etc 下有没有一个叫xorg.conf 的文件,里面有自己的显卡驱动不?如果没有xorg.conf,就看看有没有XFree86-4这个文件,功能与xorg.conf一样。

# bare-bones XFree86 config to start the server in probe-only mode
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
RgbPath "/etc/X11/rgb.txt"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "rotocol" "ImPS/2"
EndSection
Section "Device"
Identifier "Generic Device"
Driver ":RIVER::"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection

其中:
Section "Device"
Identifier "Generic Device"
Driver ":RIVER::"
EndSection
看到这一段没有?在driver这里要添加你的driver模块。比如你的是intel的,就要去/lib/modules/2.6.17-8pm/kernel/drivers/video这里找你的模块,懂吧?
我找了一下,好像只有intelfb.ko没有找到其它的,可能是芯片有点乱,不好弄吧。呵呵。看你的了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表