[已解决!!!] ati9550在7.10下不能开启3D桌面。。。

各种窗口管理器和美化相关
回复
头像
hyd0215
帖子: 107
注册时间: 2006-06-22 1:11

[已解决!!!] ati9550在7.10下不能开启3D桌面。。。

#1

帖子 hyd0215 » 2007-12-18 2:15

代码: 全选

sudo gedit /etc/xdg/compiz/compiz-manager
在compiz-manager里面添加一句
SKIP_CHECKS="yes"


------------------------------------------------------------------------------------------------------
用开源驱动radeon开启不了3d桌面。。
compiz用的是cn99源里的。。
请高手帮我看下xorg哪里设置不对。。

代码: 全选


Section "Files"
EndSection

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

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

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

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

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

Section "Device"
	Identifier	"ATI Technologies Inc RV350 AS [Radeon 9550]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
   Option "DRI" "true"
   Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
	Identifier	"Acer AL1916W"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 AS [Radeon 9550]"
	Monitor		"Acer AL1916W"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1440x1440" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
   Option "AIGLX" "true"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection

Section "Module"
Load "dbe"
Load "v4l"
Load "glx"
Load "dri"
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


Section "Extensions"
Option "Composite" "Enable"
EndSection

上次由 hyd0215 在 2007-12-19 2:29,总共编辑 2 次。
头像
hyd0215
帖子: 107
注册时间: 2006-06-22 1:11

#2

帖子 hyd0215 » 2007-12-18 15:33

高手帮忙看下啊
头像
zhizunbao
帖子: 264
注册时间: 2007-10-18 13:50
系统: Ubuntu 14.10

#3

帖子 zhizunbao » 2007-12-18 18:09

看起来没什么不对的地方,不过不知道你的compiz初始文件有没有修改,如果没有当然开不了。
头像
dogfox
论坛版主
帖子: 5311
注册时间: 2006-09-02 14:18
来自: 汉桑城
联系:

#4

帖子 dogfox » 2007-12-18 19:01

代码: 全选

:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.0.6473 (8.37.6)

我的显卡就是9550的
可以正常使用compiz
全世界linux爱好者联合起来 !
头像
hyd0215
帖子: 107
注册时间: 2006-06-22 1:11

#5

帖子 hyd0215 » 2007-12-18 22:11

zhizunbao 写了:看起来没什么不对的地方,不过不知道你的compiz初始文件有没有修改,如果没有当然开不了。
初始文件怎么修改????
头像
hyd0215
帖子: 107
注册时间: 2006-06-22 1:11

#6

帖子 hyd0215 » 2007-12-18 22:12

dogfox 写了:

代码: 全选

:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.0.6473 (8.37.6)

我的显卡就是9550的
可以正常使用compiz
你用的是闭源驱动+xgl吧,我不想用xgl,想直接用开源驱动。。
头像
lanif08
帖子: 149
注册时间: 2007-07-02 20:53

#7

帖子 lanif08 » 2007-12-18 22:59

装xgl了没
头像
hyd0215
帖子: 107
注册时间: 2006-06-22 1:11

#8

帖子 hyd0215 » 2007-12-18 23:31

没有装xgl
头像
milujite
帖子: 644
注册时间: 2007-01-01 22:14
联系:

#9

帖子 milujite » 2007-12-19 12:11

Section "Extensions"
Option "Composite" "Enable"
EndSection
去掉
头像
zhizunbao
帖子: 264
注册时间: 2007-10-18 13:50
系统: Ubuntu 14.10

#10

帖子 zhizunbao » 2007-12-19 13:02

hyd0215 写了:
zhizunbao 写了:看起来没什么不对的地方,不过不知道你的compiz初始文件有没有修改,如果没有当然开不了。
初始文件怎么修改????
对了,这样修改就好了吧?如果把fglrx加入compiz的白名单,就更锦上添花了。
回复