You are not logged in.
I've installed aiglx, emerald and beryl just like the wiki instructed.
And am trying to use "No Desktop, Beryl as window manager only" .
my .xinitrc looks like this:
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
exec emerald & exec beryl-manager & gnome-panelbut when I try running the beryl-manager I get this:
libGL warning: 3D driver claims to not support visual 0x4b
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.but I can't really understand this error, since my intel i810 is suposed to be supported.
HELP!!
Offline
Your .xinitrc is only executed to the first "exec" line, so only emerald is started. And btw, dbus is not necessary to start beryl.
Offline
Sorry to disagree, but beryl-manager and gnome-panel get executed.
The panel shows up :-) and the beryl icon appears on its taskbar.
Offline
Well, compiz here, but I use aiglx and i810 driver. As far as I can tell, these 2 lines show up on any OpenGL program I run... but they work as expected, so probably they're not the error you're looking for.
Offline
libGL warning: 3D driver claims to not support visual 0x4bThat error is ok to ignore.
Offline
Be sure to configure xorg.conf as 24bit colors, otherwise you'll have problems with beryl. Another thing you don't specify is what graphics chipset you use. At this moment the 965G driver is broken due to missing options in CFLAGS in the xf86-video-i810 package, other chips should work though.
Offline
my lspci:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)and my xorg.conf is here
I always used the i810driver for X.
Note: in the wiki page, it talks about a gbe module, but Xorg doesn't have it.
Can anyone see anything wrong here?
Offline
Problem solved.
Don't really know if this was the problem, but when I installed a beryl configuration manager everything started working.
Offline
what do you mean by 'beryl configuration manager'? i have a similiar problem - at least i try the same with the same hardware and get the same output. what was your actual problem? messed up windows in beryl?
They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!
Offline
ok, now it works for me, too... I additionally installed 'beryl-settings' which did the job... so it really seems to be the problem.
They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!
Offline
Well, I installed something like:
unstable/beryl-settings-simple-svn
or
unstable/beryl-settings-svn
and it worked
Offline