[compiz] configuration en standalone - écran blanc [résolu]

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
rvai
newbie
Messages : 3
Inscription : dim. 19 juil. 2009, 20:15

[compiz] configuration en standalone - écran blanc [résolu]

Message par rvai »

Bonjour,

j'ai installé archlinux hier dans le but de le faire tourner avec compiz en standalone.
Toutefois, je n'arrive pas à initialiser ma session (écran blanc).

Pouvez-vous m'aider ? J'ai un eee pc 900. Voici quelques infos supplémentaires :

.xinitrc

Code : Tout sélectionner

exec start-compiz.sh
/usr/bin/start-compiz.sh
(j'ai aussi essayé LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp & et fusion-icon à la place de compiz)

Code : Tout sélectionner

#!/bin/sh

feh --bg-scale ~/Pictures/road.jpg &
(sleep 1s && wbar) &
fusion-icon
xorg.conf

Code : Tout sélectionner

Section "ServerLayout"
    Identifier     "Arch Linux"
    Screen      0  "Screen0"
    InputDevice    "keyboard"
    InputDevice    "mouse"
    InputDevice    "synaptics"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri"
    Load  "extmod"
    Load  "synaptics"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail"
    Option        "BlankTime" "5"
    Option        "AIGLX"   "false"
    Option        "AutoAddDevices" "false"
EndSection

Section "InputDevice"
    Identifier  "keyboard"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option      "XkbLayout" "be"
    Option      "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier  "mouse"
    Driver      "mouse"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "IMPS/2"
    Option        "Emulate3Buttons" "yes"
    Option        "ZAxisMapping" "4 5"
    Option        "CorePointer"
EndSection

Section "InputDevice"
    Identifier  "synaptics"
    Driver      "synaptics"
    Option      "Device"           "/dev/psaux"
    Option      "Protocol"         "auto-dev"
    Option      "LeftEdge"         "60"
    Option      "RightEdge"        "1070"
    Option      "TopEdge"          "90"
    Option      "BottomEdge"       "680"
    Option      "PalmDetect"       "0"
    Option      "SHMConfig"        "true"
    Option      "SendCoreEvents"   "yes"    
    Option      "HorizEdgeScroll"  "1"
    Option      "VertEdgeScroll"   "1"  
    Option      "RBCornerButton"   "0"
    Option      "RTCornerButton"   "0"
    Option      "MaxSpeed"         "0.9"

  # You will also need the following 3 lines if you're using Xorg 1.5RC6 or newer
    Option      "TapButton1"       "1"
    Option      "TapButton2"       "2"
    Option      "TapButton3"       "3"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "ASUS"
    ModelName    "eeePC P900"
    Modeline     "1024x600"  29.58  800 816 896 992  480 481 484 497  -HSync +Vsync # 60 Hz
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID       "PCI:0:2:0"
    Option      "AccelMethod" "EXA"
    Option      "MigrationHeuristic" "greedy"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Section "Extensions"
    Option "Composite" "Enable" 
EndSection
glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Interl(R) 915GM GEM 20090418 2009Q1 x86/MMX/SSE2
partie de rc.conf

Code : Tout sélectionner

DAEMONS=(syslog-ng dbus hal gamin alsa fuse @network @net-auto @crond @acpid)
Merci beaucoup
Dernière modification par rvai le lun. 20 juil. 2009, 16:13, modifié 1 fois.
rvai
newbie
Messages : 3
Inscription : dim. 19 juil. 2009, 20:15

Re: [compiz] configuration en standalone - écran blanc

Message par rvai »

Quand je passe en tty 1, je vois "couldn't open display :0".

J'ai rajouté une option tiling= false dans mon xorg, mais ça ne change rien.

Une idée ?
rvai
newbie
Messages : 3
Inscription : dim. 19 juil. 2009, 20:15

Re: [compiz] configuration en standalone - écran blanc

Message par rvai »

Eureka, j'ai trouvé.

J'avais oublié d'activer AIGLX dans le xorg.

Résolu, je sors ==>[ ]
Répondre