nullpointer.at

Beryl unter Debian Etch


Nachdem ich mir auf meinem Standrechner Debian Etch installiert hatte, um von jeglichen Versuchungen (Spielen) abgelenkt zu sein und für die Uni zu werken, begann ich mit Linux zu spielen. Da muss natürlich der Cube her. Also flott mal nach Informationen gegoogelt inwiefern Beryl bereits unter Debian zum laufen gebracht wurde.
Folgender Link hat mir dahingehend alle Informationen geliefert die ich brauchte und noch ein paar mehr. Natürlich hat am Schluss nicht meine NVIDIA geglänzt sondern meine ATI :P

lunapark6 und debian

I was half way there but I still needed to install Beryl. The procedure was pretty easy. I had to first add two new repositories to my /etc/apt/sources.list :

deb http://debian.beryl-project.org/ etch main
deb-src http://debian.beryl-project.org/ etch main

then in the terminal install the gpg key for that repository via :

wget -O – http://debian.beryl-project.org/root@lupine.me.uk.gpg | sudo apt-key add –

after that :

su –
apt-get install beryl-manager emerald-themes

Beryl was installed but I had to manually edit the xorg.conf to make it work with the Nvidia drivers. Basically I did :

su –
nano /etc/X11/xorg.conf

then added these two lines under the “Screen” section :

Option „XAANoOffscreenPixmaps“
Option „AddARGBGLXVisuals“ „true“

then added these lines under “Device” :

Option „AllowGLXWithComposite“ „true“
Option „RenderAccel“ „true“

added one line under “Server Layout” :

Option “AIGLX” „on“

Finally at the end of the file I added these lines :

Section „Extensions“
Option „Composite“ „Enable“
EndSection

With a reboot, beryl and nvidia were doing its magic.

Ähnliche Artikel:


Beitrag veröffentlicht

in

von

Schlagwörter:

Kommentare

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

*