Page 1 sur 1

[Gnome 3] Problème de couleur (résolu)

Publié : dim. 21 août 2011, 16:00
par cretingame
Bonjour,

Voilà je suis sous Gnome 3 et j'ai un problème qui m'énerve beaucoup. La barre noir en haut prend des mélange de couleur aléatoire et aussi parfois les icônes dans le dock et dans applications. J'ai aussi les fenêtre qui sacade légèrement quand je les déplace.

Ce problème est venu depuis que je suis passé des pilotes libre ATI au pilotes propriétaire.

Mes fichier de config de xorg :

05-server.conf

Code : Tout sélectionner

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection
10-evdev.conf

Code : Tout sélectionner

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
	Option "XkbLayout"	"ch"
	Option "XkbVariant"	"fr"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection
10-monitor.conf

Code : Tout sélectionner

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection
10-quirks.conf

Code : Tout sélectionner

# Collection of quirks and blacklist/whitelists for specific devices.


# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
Section "InputClass"
        Identifier "ThinkPad HDAPS accelerometer blacklist"
        MatchProduct "ThinkPad HDAPS accelerometer data"
        Option "Ignore" "on"
EndSection
20-catalyst.conf

Code : Tout sélectionner

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection
25-screen.conf

Code : Tout sélectionner

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
J'ai fait avec le tuto du wiki: http://wiki.archlinux.fr/ATI avec aticonfig.

Autrement la 3D fonctionne bien je l'ai tester avec unigine: http://unigine.com/products/heaven/download/.

Merci d'avance pour votre aide.

Re: [Gnome 3] Problème de couleur

Publié : dim. 21 août 2011, 16:37
par Archie
Gnome 3 et catalyst ne fonctionnent pas bien ensemble. Si tu veux conserver le pilote propriétaire, alors il faudra utiliser soit le mode dégradé de gnome 3 ou changer de bureau. :cry:

À noter qu’avec les pilotes libres, gnome 3 fonctionne de manière très fluide.

Re: [Gnome 3] Problème de couleur

Publié : lun. 22 août 2011, 11:13
par cretingame
Ok merci pour l'info. C'est vraiment dommage que ce soit pas compatible.