View previous topic :: View next topic |
Author |
Message |
ArtX Tux's lil' helper
Joined: 24 Sep 2006 Posts: 129 Location: near Pordenone ITALY
|
Posted: Sat Nov 25, 2006 12:21 pm Post subject: RISOLTO -XGL e beryl |
|
|
ciao, finalmente ho nstallato xgl seguendo la guida
http://gentoo-wiki.com/HOWTO_XGL
solo che qando lo faccio partire non mi attiva beryl, ma solo se do da root beryl-manager
cosa ho sbagliato?
io penso qua
File: /usr/bin/compizrc.modified
Code: |
#!/bin/bash
#
# Start compiz within gnome-session
#
if [ `ps -A -o comm | grep -c '^Xgl$'` == "1" ]; then
# For old versions
# DISPLAY=:0 LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ compiz --replace gconf &
# For Compiz-Quinnstorm with csm
DISPLAY=:0 LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ compiz --replace dbus csm &
DISPLAY=:0 dbus-launch cgwd --replace &
# DISPLAY=:0 setxkbmap -model br-abnt2 -layout br -variant br
else echo "${0}: Error: Compiz and cgwd not launched. Xgl not running?"
fi
|
o altro?
che figata che è
Last edited by ArtX on Sat Nov 25, 2006 1:17 pm; edited 1 time in total |
|
Back to top |
|
|
ArtX Tux's lil' helper
Joined: 24 Sep 2006 Posts: 129 Location: near Pordenone ITALY
|
Posted: Sat Nov 25, 2006 1:16 pm Post subject: |
|
|
risolto |
|
Back to top |
|
|
lopio Veteran
Joined: 22 Dec 2003 Posts: 1161 Location: savona, Italy
|
Posted: Sun Nov 26, 2006 9:16 am Post subject: |
|
|
ciao ricordati di riportare come hai risolto -)))) |
|
Back to top |
|
|
ArtX Tux's lil' helper
Joined: 24 Sep 2006 Posts: 129 Location: near Pordenone ITALY
|
Posted: Sun Nov 26, 2006 11:23 am Post subject: |
|
|
lopio wrote: |
ciao ricordati di riportare come hai risolto -)))) |
ops, scusa ma era un problema ridicolo,
non facevo partire beryl con gnome ma compizrc che fa partire compiz ma che non è installato.
risolto aggiugnendo a gnome-->session-->beryl.manager invece del file compizrc.
tutto qua
byez |
|
Back to top |
|
|
|