[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: le tandem d'enfer: fglrx et DRI sur une X700 mobility radeon --> grrrrrrrr



Salut à tous,

voilà le résultat de mes derniers tests quand à l'utilisation et l'activation de l'accélération graphique de ma X700 ;-)

Ce que me retourne:
$ glxinfo |grep direct
Direct rendering: Yes

En fait j'utilise non pas les drivers d'ATI ( je ne les ai pas installés ) mais j'utilise les drivers Radeon ( cf le xorg.conf )
J'ai donc réussi à activer cette accélération :-D

Par contre, maintenant j'ai un autre souci, j'ai installé Beryl sur ma Etch. Je modifie le xorg.conf comme voulu ( avec les options à rajouter ),
seulement voilà le résultat lors du reboot de Xorg :

Lorsque je tape :
$ startx&
[...]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,

   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log",

Time: Thu Dec  7 23:48:46 2006
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 139 of section Extensions in file /etc/X11/xorg.conf
"Composite" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file


Fatal server error:
no screens found

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
     after 0 requests (0 known processed) with 0 events remaining.

----------

Je n'ai plus qu'à l'arrêter et enlever l'option "Composite" qui se trouve dans ma section "Extensions" et il redémarre sans erreurs...
J'ai rajouté le log en pièce jointe également ;-)

Dernière chose, si je tape ( en ayant commenté l'option "Composite" donc ):
$ beryl
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No composite extension


Voilà, en espérant avoir fait avancer le schmilblick ... Si quelqu'un a une solution, je suis evidemment preneur ! ( Surtout s'il me dit en pourquoi l'option "Composite" n'est pas reconnue )

Merci d'avance. :-)
# /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/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/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	"Type10"
	Load	"dbe"
	Load	"vbe"
EndSection

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

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver		"radeon"
	Option		"MonitorLayout" "LVDS,AUTO"
EndSection

Section "Monitor"
	Identifier	"écran générique"
	Option		"DPMS"
	HorizSync	28-80
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor		"écran générique"
	Option         	"RenderAccel" "true"
    	Option         	"AllowGLXWithComposite" "True"
    	Option         	"AddARGBGLXVisuals" "True"
	DefaultDepth	24

	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
#	"Composite" "0"
EndSection
$ cat /var/log/X.0.log|grep WW

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.

(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.

(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.

(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.

(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.

(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.

(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.

(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.

(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.

(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled

(WW) RADEON(0): LVDS Info:
(WW) RADEON(0): Mode 1600x1200 is out of range.

(WW) RADEON(0): Valid modes must be between 320x200-1280x800

(WW) RADEON(0): Option "AllowGLXWithComposite" is not used

(WW) RADEON(0): Option "AddARGBGLXVisuals" is not used

(WW) AIGLX: 3D driver claims to not support visual 0x23

(WW) AIGLX: 3D driver claims to not support visual 0x24

(WW) AIGLX: 3D driver claims to not support visual 0x25

(WW) AIGLX: 3D driver claims to not support visual 0x26

(WW) AIGLX: 3D driver claims to not support visual 0x27

(WW) AIGLX: 3D driver claims to not support visual 0x28

(WW) AIGLX: 3D driver claims to not support visual 0x29

(WW) AIGLX: 3D driver claims to not support visual 0x2a

(WW) AIGLX: 3D driver claims to not support visual 0x2b

(WW) AIGLX: 3D driver claims to not support visual 0x2c

(WW) AIGLX: 3D driver claims to not support visual 0x2d

(WW) AIGLX: 3D driver claims to not support visual 0x2e

(WW) AIGLX: 3D driver claims to not support visual 0x2f

(WW) AIGLX: 3D driver claims to not support visual 0x30

(WW) AIGLX: 3D driver claims to not support visual 0x31

(WW) AIGLX: 3D driver claims to not support visual 0x32

Reply to: