Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 09/04/2007, à 01:55

robesse

Beryl (encore...) et radeon mobility 7000

Salut à tous,

J'ai suivi le wiki d'installation de beryl mais il me reste le problème des barres de titres des fenêtres qui sont blanches (uniquement quand je maximise les fenêtres ou qu'elles le sont par défaut). J'ai recherché dans le forum et modifié mon xorg.conf en y ajoutant

Option "AddARGBGLXVisuals" "True"

dans la section device mais le problème persiste. Dois-je ajouter cette options aussi dans la section screen ? Ou y-a-t'il autre chose à faire ?

pour info : je suis sur ubuntu 6.10 edgy+AIGLX qui va bien

Dernière modification par robesse (Le 09/04/2007, à 09:51)

Hors ligne

#2 Le 09/04/2007, à 19:32

robesse

Re : Beryl (encore...) et radeon mobility 7000

Quelqu'un pourrait m'aider pour ce problème, peut-être avec mon 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	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "Extensions"
        Option "RENDER" "Enable"
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		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
	Option		"EmulateWheel"		"on"
	Option		"EmulateWheelButton"	"2" 
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
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	"ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
 	Option		"AllowGLXWithComposite" "true"
	Option		"XAANoOffscreenPixmaps"
	Option		"AddARGBGLXVisuals" 	"true"
	Option		"TripleBuffer" 		"true" 
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
	Monitor		"Écran générique"
	DefaultDepth	24
	Option         "AddARGBGLXVisuals" 	"true"
    	Option         "TripleBuffer" 		"true"
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	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"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Hors ligne

#3 Le 09/04/2007, à 20:25

Carmano

Re : Beryl (encore...) et radeon mobility 7000

Je ne sais pas comment tu as fait pour faire fonctionner Beryl avec une ati
en AIGLX car à priori ca ne devrait pas marcher...
Pour profiter de beryl avec une ati, pour moi le mieux est d'installer
les pilotes propriétaires fglrx + XGL (et non AIGLX)

Pour XGL tu as ici http://doc.ubuntu-fr.org/xgl_gnome
Pour pilotes graphique tu peux le faire soit manuellement http://doc.ubuntu-fr.org/fglrx
soit un petit script peut le faire pour toi http://doc.ubuntu-fr.org/envy

Voilà, moi j'ai aussi ati X700 et ca marche très bien cool

Hors ligne

#4 Le 09/04/2007, à 21:04

tiblebaro

Re : Beryl (encore...) et radeon mobility 7000

Perso j'ai une ati 7500 Mobility (sur un portable donc). Je suis actuellement sous feisty + driver libre et j'ai compiz totalement fonctionnel. Pour Beryl, je l'avais avant sur ma Dapper + driver libre et ça fonctionnait très bien aussi. Je te file mon 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 xorg.conf(5) manual page.
# (Type "man 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 "Module"
	Load	"i2c"
	Load	"bitmap"
        Load	"ddc"
	Load	"dbe"
	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"	"fr"
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"	"false"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
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	"ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
	Option		"AGPMode"	"4"
	Option		"AGPFastWrite"	"yes"
	Option		"EnablePageFlip" "true"
	Option           "Accel" 
	Option      "AGPSize"                   "64"
	Option      "BufferSize"                "2"
	Option      "ColorTiling" 		"no"
	Option 	    "DisplayPriority"           "BIOS"
	Option      "DynamicClocks"            "yes"
	Option      "EnableDepthMoves"          "yes"
#	Option      "RingSize"                  "8"
	Option "XAANoOffscreenPixmaps"
					    
	# use bios hot keys on thinkpad (aka fn+f7)
#        Option          "BIOSHotkeys" "on"
        # enable radeon specific xinerama
#        Option          "MergedFB" "true"
#        Option          "CRT2Position" "RightOf"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050"
	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"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Les sections importantes à modifier étant module et device (c'est celle qui sont spécifiques àla carte).

En espérant que ça t'aide...

Dernière modification par tiblebaro (Le 09/04/2007, à 21:05)

Hors ligne

#5 Le 10/04/2007, à 11:53

robesse

Re : Beryl (encore...) et radeon mobility 7000

Merci pour vos réponses, je ferai ça ce soir en rentrant du boulot !

Hors ligne

#6 Le 10/04/2007, à 12:15

Astier

Re : Beryl (encore...) et radeon mobility 7000

Et en rajoutant à la fin de ton xorg.conf ce qui suit :

Section
     Option     "RENDER" "Enable"
     Option     "Composite" "Enable"
EndSection

A+

Hors ligne

#7 Le 10/04/2007, à 14:21

robesse

Re : Beryl (encore...) et radeon mobility 7000

J'ai une section nommée "extensions" dans laquelle il ya déjà

Option     "RENDER" "Enable"

j'essaierai en y ajoutant l'option composite

Hors ligne

#8 Le 10/04/2007, à 19:48

robesse

Re : Beryl (encore...) et radeon mobility 7000

toujours rien....je commence à désespérer ! c'est dommage car beryl est vraiment sympa

j'ai essayé de modifier selon le xorg.conf de tiblebaro
j'ai ajouté la sections "extensions"

rien n'y fait

Si quelqu'un a une idée de plus...

Hors ligne

#9 Le 12/04/2007, à 10:22

robesse

Re : Beryl (encore...) et radeon mobility 7000

Merci de vos conseils mais j'ai décidé d'attendre sagement la sortie de feisty avec compiz !!! En attendant je me suis amusé avec e17, fluxbox et consors big_smile .

Dernière modification par robesse (Le 12/04/2007, à 10:22)

Hors ligne