[网上搜索到很多提问的都没有比较好的回答]集成显卡驱动
发表于 : 2006-03-07 17:25
希望在这里能有人给我一个可以进行下去的答案
我的Xorg.conf文件于显卡有关的部分:
Files
Module
Device
Monitor
Screen,其中的1280×1024是我运行了,dpkg-reconfigure后自己添加上去的。
ServerLayout
DRI
我的显卡是VIA/S3G UniChrome IGP整合显卡,主板芯片型号是K8M800,去VIA的网站上寻找驱动,
http://www.viaarena.com/default.aspx?PageID=2
这个页面让我选择系统类型,我选了SOURCE,因为发现没有合适的系统类型,
最后到了这里
http://www.viaarena.com/default.aspx?Pa ... bCatID=109
下载了那两个文件就进行不下去了。因为好象和我的显卡及操作系统类型并不符合,一个是XFree86,现在的Ubuntu不是用的Xorg吗?
虽然在WIN下,还敢把适合98的装到W2K下,但是LINUX下就不敢乱动了,希望有高人能指点三四啊~~
我的Xorg.conf文件于显卡有关的部分:
Files
代码: 全选
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
代码: 全选
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
代码: 全选
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
代码: 全选
Section "Monitor"
Identifier "LXM-L17CH2"
Option "DPMS"
EndSection
代码: 全选
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "LXM-L17CH2"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
代码: 全选
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
代码: 全选
Section "DRI"
Mode 0666
EndSection
http://www.viaarena.com/default.aspx?PageID=2
这个页面让我选择系统类型,我选了SOURCE,因为发现没有合适的系统类型,
最后到了这里
http://www.viaarena.com/default.aspx?Pa ... bCatID=109
下载了那两个文件就进行不下去了。因为好象和我的显卡及操作系统类型并不符合,一个是XFree86,现在的Ubuntu不是用的Xorg吗?
虽然在WIN下,还敢把适合98的装到W2K下,但是LINUX下就不敢乱动了,希望有高人能指点三四啊~~