[问题]5.10下的集成unichrome显卡的问题

CPU/显卡/打印机/USB设备等硬件问题
回复
Rei00yang
帖子: 12
注册时间: 2005-11-06 13:47

[问题]5.10下的集成unichrome显卡的问题

#1

帖子 Rei00yang » 2006-07-03 2:33

5.10下的集成unichrome显卡的问题
显:VIA/S3G unichrome pro ipg
主板芯片:p4m800
分辨率可以到很高但一直是60hz
ubuntu识别成vesa
5555555555555555555555555555555 :( :( :(
qchem
帖子: 106
注册时间: 2005-09-04 21:03

#2

帖子 qchem » 2006-07-07 12:09

驱动应该用via

不行就换成6.06吧

我的xorg.conf

代码: 全选

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video"
	Driver		"via"
	BusID		"PCI:1:0:0"
	VideoRam	78876
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-96
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video"
	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	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

头像
yhlfh
帖子: 579
注册时间: 2006-09-02 20:42
来自: 东海明珠

#3

帖子 yhlfh » 2006-09-02 20:54

楼上的,我的显卡也是via/s3g unichrome pro igp,可是没有direct rendering,你的有吗?一下是我的glxinfo

代码: 全选

root@ubuntu:/home/yhlfh# glxinfo
name of display: :0.0
__driCreateNewScreen_20050727 - succeeded
libGL warning: 3D driver claims to not support visual 0x22
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x2d
Error: couldn't find RGB GLX visual

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x22 24 tc  0 -1  0 r  y  . -1 -1  8  0  0 24  8  0  0  0  0  0 0 None
0x23 24 tc  0 -1  0 r  .  . -1 -1  8  0  0 24  8  0  0  0  0  0 0 None
0x24 24 tc  0 -1  0 r  y  . -1 -1  8  0  0 16  0  0  0  0  0  0 0 None
0x25 24 tc  0 -1  0 r  .  . -1 -1  8  0  0 16  0  0  0  0  0  0 0 None
0x26 24 tc  0 -1  0 r  y  . -1 -1  8  0  0  0  0  0  0  0  0  0 0 None
0x27 24 tc  0 -1  0 r  .  . -1 -1  8  0  0  0  0  0  0  0  0  0 0 None
0x28 24 tc  0 -1  0 r  y  . -1 -1  8  0  0 24  8 16 16 16 16  0 0 Slow
0x29 24 tc  0 -1  0 r  .  . -1 -1  8  0  0 24  8 16 16 16 16  0 0 Slow
0x2a 24 tc  0 -1  0 r  y  . -1 -1  8  0  0 16  0 16 16 16 16  0 0 Slow
0x2b 24 tc  0 -1  0 r  .  . -1 -1  8  0  0 16  0 16 16 16 16  0 0 Slow
0x2c 24 tc  0 -1  0 r  y  . -1 -1  8  0  0  0  0 16 16 16 16  0 0 Slow
0x2d 24 tc  0 -1  0 r  .  . -1 -1  8  0  0  0  0 16 16 16 16  0 0 Slow
空灵静世
帖子: 3
注册时间: 2006-10-20 10:12

#4

帖子 空灵静世 » 2006-10-20 10:23

我是6.06的也不行啊
空灵静世
帖子: 3
注册时间: 2006-10-20 10:12

#5

帖子 空灵静世 » 2006-10-20 10:31

2楼的你是怎么弄的,除了修改xorg.conf以外还做了什么操作啊
回复