You are not logged in.

#1 2009-06-21 01:26:40

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

AWN and black bar (nevermind, pekwm's fault)

edit: ok, so I tested it with openbox and it works fine, so I guess the problem is pekwm. Apparently, AWN 0.4 won't need compositing anymore, so it won't be a problem.

When I run avant-window-navigator, a black bar appears at the bottom of the screen. I've already made a search and all the results I found are about missing composition, but I've already enabled composition in my xorg.conf and I'm also running xcompmgr.

Everything is up to date, my video card is an Intel GMA965 and my window manager is pekWM and I've tried using both AWN from repositories as the bzr version from AUR. I don't know why it isn't working. sad

My xorg.conf:

Section "ServerLayout"
     Identifier    "Xorg Configured"
     Screen        "LVDS"
EndSection

Section "Module"
     Load  "dri"
     Load  "glx"
EndSection

Section "Device"
     Identifier  "Intel GM965"
     Driver      "intel"
EndSection

Section "Screen"
     Identifier "LVDS"
     Device     "Intel GM965"
     DefaultColorDepth 24
     SubSection "Display"
         Depth    24
         Modes    "1280x800"
         Virtual    2048 2048 
     EndSubSection
EndSection

Section "DRI"
     Mode 0666
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Last edited by andre.ramaciotti (2009-06-21 01:44:20)


(lambda ())

Offline

Board footer

Powered by FluxBB