[网上搜索到很多提问的都没有比较好的回答]集成显卡驱动

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
thankwsx
帖子: 132
注册时间: 2006-02-28 20:26
来自: 江苏淮安周恩来故居
联系:

[网上搜索到很多提问的都没有比较好的回答]集成显卡驱动

#1

帖子 thankwsx » 2006-03-07 17:25

希望在这里能有人给我一个可以进行下去的答案
我的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
Module

代码: 全选

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection
Device

代码: 全选

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"vesa"
	BusID		"PCI:1:0:0"
EndSection
Monitor

代码: 全选

Section "Monitor"
	Identifier	"LXM-L17CH2"
	Option		"DPMS"
EndSection
Screen,其中的1280×1024是我运行了,dpkg-reconfigure后自己添加上去的。

代码: 全选

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
ServerLayout

代码: 全选

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
DRI

代码: 全选

Section "DRI"
	Mode	0666
EndSection
我的显卡是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下就不敢乱动了,希望有高人能指点三四啊~~
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

#2

帖子 内存不足 » 2006-03-07 17:57

在网上看到的说K字头的显卡对应AMD的CPU P字头的对用奔腾系列。

我的是KM266 CPU是赛扬。也正常在工作 :P
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
头像
thankwsx
帖子: 132
注册时间: 2006-02-28 20:26
来自: 江苏淮安周恩来故居
联系:

#3

帖子 thankwsx » 2006-03-07 18:17

你的意思是你用对应AMD的芯片运行Celeron的CPU?
哈哈~~
头像
thankwsx
帖子: 132
注册时间: 2006-02-28 20:26
来自: 江苏淮安周恩来故居
联系:

#4

帖子 thankwsx » 2006-03-07 18:53

下面是我的硬件管理器截图,这个里面显示可以认出显卡,可是为什么Xorg.conf里面确是VESA呢?
总是不得其解。
附件
硬件管理器中的显卡描述
硬件管理器中的显卡描述
头像
ct
帖子: 2201
注册时间: 2005-04-06 21:15
来自: 安徽黄山
联系:

#5

帖子 ct » 2006-03-07 20:11

内存不足 写了:在网上看到的说K字头的显卡对应AMD的CPU P字头的对用奔腾系列。

我的是KM266 CPU是赛扬。也正常在工作 :P
你的应该是PM266,不过其实和KM266是一样的显卡。VIA有很长一段时间用的都是那一块,说是能上32bit,其实比810的显卡还烂。
头像
thankwsx
帖子: 132
注册时间: 2006-02-28 20:26
来自: 江苏淮安周恩来故居
联系:

#6

帖子 thankwsx » 2006-03-07 21:39

我刚才重新运行了一下

代码: 全选

sudo dpkg-reconfigure xserver-xorg
把vesa改成了via,
然后那个名称那里好象没有影响嘛~
现在果然有了好转,就是屏幕好象比原来变黑了~~
算了,我也不准备装那个什么VIA提供的驱动了,
就这样凑合着用吧!
一个新手,我还能说什么?
我把机器说明里面的频率拿出来对一下,看能不能改好一点~~
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

#7

帖子 内存不足 » 2006-03-08 10:12

图片

没敢试过上32bit 默认是16bit我改为24倒是没什么 8)
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
头像
thankwsx
帖子: 132
注册时间: 2006-02-28 20:26
来自: 江苏淮安周恩来故居
联系:

#8

帖子 thankwsx » 2006-03-08 14:16

呵呵?
试一下好了, 不行赶紧REBOOT好了~~
回复