#1 Le 30/05/2007, à 10:47
- Daniel Moyne
[X300 PCIE Bureau 3D : résolu]Bureau 3D sans se prendre la tête
:)Jusqu'à aujourd'hui j'avais la 3D avec le driver "fglrx" donc propriétaire mais pas de bureau-cube qui tourne seulement les fenêtres élastiques ; j'ai maintenant le driver libre "radeon" (dans "xorg.conf") qui me permet de faire tourner non pas les tables mais le fameux bureau-cube ; voici coment j'ai procédé :
- en fait avec Feisty tout est préinstallé ; pour cela il suffit de charger Compiz et ses dépendances qui fonctionne avec AIGLX (si j'ai bien compris),
- puis après ouverture d'une session classique Gnome ou KDE d'exécuter :
$ compiz-tray-icon
Alors une applet se place dans le tableau de bord permettant de cliquer sur l'option "Bureau 3D" ; un sous-menu "Préférences" autorise quelques ajustements.
Donc avec cette méthode pas de script et pas de prise de tête ; seul bémol je n'arrive pas à conserver le look KDE car il semble avant tout que cette méthode soit particulièrement adaptée à Gnome.
Si on essaie de lancer :
$ beryl-manager
on arrive à rien car il y a visiblement des conflits.
Voici mon "xorg.conf" probablement améliorable car avec cette méthode je ne suis pas sur d'avoir correctement et entièrement paramétré ce fichier.
# /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-xorgSection "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
Option "XkbVariant" "oss"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. Radeon X300 SE (RV370)"
# Driver "ati"
Driver "radeon"
Option "XaaNoOffscreenPixmaps" "1"
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "GARTSize" "64"
BusID "PCI:5:0:0"
EndSectionSection "Monitor"
Identifier "Samsung, SyncMaster 930BF"
Option "DPMS"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon X300 SE (RV370)"
Monitor "Samsung, SyncMaster 930BF"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "AIGLX" "true"
EndSectionSection "DRI"
Mode 0666
EndSection
Pour info je suis en 64 bits.
AMD 64 bits 1024 Mb DDR + ATI Radeon X300 (RV370) 128 Mb PCIE
K8N Neo4
Hors ligne