pinduvoz
(usa Debian)
Enviado em 27/02/2011 - 20:01h
Vc usa o comando startx, não é?
==================================
A solução aqui:
GNOME SlackBuild includes Compiz-fusion, which is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including GNOME. It is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager. It seeks to provide an easy and fun-to-use windowing environment, allowing use of the graphics hardware to provide impressive effects, amazing speed and unrivalled usefulness.
GNOME SlackBuild comes with both an /etc/X11/xinitrc.gnome, which is the X startup script for a gnome-session with Metacity as the default window manager. We have also provided an /etc/X11/xinitrc.compiz-gnome script to use the compiz window manager instead. First be sure to have your video card properly configured for AIGLX. There is lots of information about doing this on the web, both for Nvidia or ATI drivers.
Using startx
If you prefer startx rather than GDM to start your X session, then you should copy one of the both (whichever you prefer) to your ~/.xinitrc. You can then tweak the scripts to your convenience.
Fonte:
http://gnomeslackbuild.org/configure/
==================================
Traduzindo (pelo que eu entendi):
Vc precisa copiar um dos arquivos abaixo para /home/seu_user/.xnitrc, ou seja, para ~/.xinitrc.
-- se quer usar o compiz, copie: /etc/X11/xinitrc.compiz-gnome
-- se não quer o compiz, copie: /etc/X11/xinitrc.gnome
Ex.: cp /etc/X11/xinitrc.gnome ~/.xinitrc
E não custa renovar a permissão de execução:
chmod +x ~/.xinitrc