设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Debian Linux
›
求debian 下 intel 82845GL 集成显卡安装问题! ...
返回列表
查看:
1112
|
回复:
2
求debian 下 intel 82845GL 集成显卡安装问题!
[复制链接]
me4tic
me4tic
当前离线
积分
7
IP卡
狗仔卡
发表于 2006-9-21 12:02:21
|
显示全部楼层
|
阅读模式
谢谢!
非常感谢!
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
kingway
kingway
当前离线
积分
434
IP卡
狗仔卡
发表于 2006-9-21 21:08:02
|
显示全部楼层
直接用内核的i810驱动就可以了。
回复
支持
反对
使用道具
举报
显身卡
烟雨平生
烟雨平生
当前离线
积分
111
IP卡
狗仔卡
发表于 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没有找到其它的,可能是芯片有点乱,不好弄吧。呵呵。看你的了。
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
Gentoo Linux
Mandriva Linux
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表