beryl working on stock distro
#1
Posted 14 November 2007 - 03:41 PM
First we need to edit /etc/X11/xorg.conf to do so go into the console or terminal program and type
sudo kwrite /etc/X11/xorg.conf
scroll down to the device section for the video card and change the driver from "intel" to "i810" then scroll all the way to the bottom and change the option for composite from "Disabled" to "Enabled"
Now we need to edit /etc/apt/sources.list
add the following lines
deb http://http.us.debian.org/debian stable main
deb http://debian.beryl-project.org/ etch main
save and exit
now type
wget -O - http://debian.beryl-...upine.me.uk.gpg | sudo apt-key add -
then
sudo apt-get update
now we need to install beryl and sum other programs required so type
sudo apt-get install beryl beryl-core beryl-manager beryl-plugins beryl-plugins-data beryl-settings beryl-settings-bindings emerald-themes
no we need to mke beryl-manager start automatically so we go back into the console program and type
kwrite ~/.kde/Autostart/beryl-manager.desktop
add the following contents to the text file
[Desktop Entry]
Exec=beryl-manager
Name=Beryl
StartupNotify=true
Terminal=0
Type=Application
X-KDE-SubstitueUID=false
save the file and reboot.
When the system comes back up you should see a red diamond in the tasbar if you give it a right click a menu with many options appear you want your window manager to be "beryl" and window decorator to "emerald"
Sum usefull tips. One shadows dont look right so remove them via the emerald settings. Windows caint be moved above the screen that can be fixed in beryl setting manager, window management,move windows, Misc options. All of my windows where unresponsive and blank until I set the options in advanced beryl options to the following. rendering path = copy, Composite overlay window = cow, rendering platform = aiglx, binding automatic, rendering = indirect. That should get you going I would remove the repos we added except for the beryl one, also dont upgrade any packages with the debian repos enabled and dont install aquamarine it will hose your current install. hope this helps sumone
#2
Posted 14 November 2007 - 03:55 PM
According to the Beryl FAQ, Beryl ran acceptably well on a GeForce 3/Intel i855/Radeon 7500, 256MB of RAM, and a 1.2GHz processor. Version 7.1 of Xorg and a recent version of Mesa 3D was recommended. [1]
Are you saying that Beryl can acceptably run on eeepc?
It must be pretty slow though.
-polo-
#3
Posted 14 November 2007 - 04:14 PM
To the OP -- nice work, and thanks for sharing. Any possibility of some mad screenshots of what your setup looks like with some beryl actions going on?
#4
Posted 14 November 2007 - 07:20 PM
Thanks, I've been looking for something like this- especially for stock xandros. I will be trying compiz-fusion tonight. Has anyone tried yet? The process is essentially the same, other than different packages.
#5
Posted 14 November 2007 - 09:59 PM
#6
Posted 15 November 2007 - 12:49 PM
#7
Posted 15 November 2007 - 01:04 PM
can you post a guide for compiz-fusion?
#8
Posted 15 November 2007 - 03:28 PM
1. all emerald has shadows, and its all black,
2. 3D cube works fine
3. windows content can't display properly, probably means graphic card isn't good enough..
Edited by clevin, 15 November 2007 - 05:40 PM.
#9
Posted 15 November 2007 - 03:42 PM
#10
Posted 15 November 2007 - 04:23 PM
From previous post "All of my windows where unresponsive and blank until I set the options in advanced beryl options to the following. rendering path = copy, Composite overlay window = cow, rendering platform = aiglx, binding automatic, rendering = indirect. That should get you going I would remove the repos we added except for the beryl one, also dont upgrade any packages with the debian repos enabled and dont install aquamarine it will hose your current install"
#11
Posted 15 November 2007 - 10:29 PM
#12
Posted 16 November 2007 - 03:56 PM
If you like i could post my emerald theme its the base one without shadows. Also in response to running compiz/fusion on ubuntu, i installed ubuntu on the fastest 4gb sdhc card i could find and it wasnt nearly as responsive even when adding a swap partition
Edited by maddocks, 16 November 2007 - 04:06 PM.
#13
Posted 19 November 2007 - 05:27 AM
This, should be refined and added to the wiki
#14
Posted 19 November 2007 - 08:21 AM
Is anyone else having the white screen show up after following maddocks' instructions?
Thanks
#15
Posted 19 November 2007 - 07:37 PM
Section "Extensions"
Option "Composite" "Enable"
EndSection
and also check the advanced settings. Have you updated the kernel libs etc? is dri enabled? glxinfo seems to have disappeared from my install i know i used it before maybe u still got it run it and see if dri is enabled.Have you made any other changes to xorg.conf? the other lines most pages suggest would wreak serious havoc
#16
Posted 19 November 2007 - 07:41 PM
No matter what i tried the shadow borders on tool-tips wouldn't go away, and berly seemed to lag the EEE somewhat, would upgrading to 1 gig solve the lag?
#17
Posted 19 November 2007 - 08:45 PM
Quote
Section "Extensions"
Option "Composite" "Enable"
EndSection
and also check the advanced settings. Have you updated the kernel libs etc? is dri enabled? glxinfo seems to have disappeared from my install i know i used it before maybe u still got it run it and see if dri is enabled.Have you made any other changes to xorg.conf? the other lines most pages suggest would wreak serious havoc
I don't seem to have glxinfo on my system either (should be in /usr/X11R6/bin). I checked the xorg log file and it looks like the "dri" LoadModule is working.
(II) intel(0): [DRI] installation complete
One thing that might be interesting is that when I load "glx", I'm getting an AIGLX disabled in my log. I'm assuming that this is a non-issue, b/c I thought we are writing directly to the graphics hardware.
Any other ideas? Thanks for the help maddocks. You got me looking into dri, and I've learned a bit about X window rendering in the process. :)
#18
Posted 20 November 2007 - 02:02 AM
I looked at my /usr/lib/xorg/modules/drivers directory to see what drivers are present on the machine. Here, I noticed that the file "i810_drv.so" is simply a symbolic link to intel_drv.so. Is this the case on your system too, maddocks?
The intel_drv.so file is 293028 bytes and is dated 9/13.
Thanks
#19
Posted 20 November 2007 - 03:40 PM
i've also tried finding repos for compiz-fusion and that has been a no go. they want to change stock libraries and does not look compatible. anyone find anything for compiz-fusion? thanks all.
#20
Posted 21 November 2007 - 09:30 AM
The bigger problem is that the power button doesn't bring up the shutdown dialog any more! I use it a lot, so it seems that following these instructions broke it. Any ideas?
edit - The power button came back. But I've no idea why! I tried a few reboots/power downs which didn't fix it, then it started working.
Edited by barnesy, 21 November 2007 - 10:33 AM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












