[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiz fusion en lenny amd64



2008/10/10 xploiting <xploiting@gmail.com>:
> Hola lista, he intentado instalar compiz fusion, siguiendo varios
> manuales en la red, y con ninguno lo he conseguido.
>
> Utilizo Debien Lenny plataforma amd64 tarjeta envidia 7900 GS .
>
> Cada vez que hago apt-get install nvidia-glx se me estropea el
> servidor grafico y tengo que reinstalar gdm o kdm
>
> alguna sugerencia?

Instala utilizando el binario de Nvidia:
http://www.nvidia.com/object/linux_display_amd64_177.80.html

teniendo instalado los headers

# apt-get install linux-headers-`uname -r`

gcc, build-essential

seteas la variable de entorno del compilar, ya que utiliza la version 4.1

# export CC=gcc-4.1

y entonces ejecuta el binario(si lo deseas este te configura el
fichero del x server, pero no del todo para utilizar compiz, hay que
hacer unos retoques).

* Yo siempre utilizo este, y me trabaja bien(tambien uso Lenny AMD64).

Ejemplo de mi xorg.conf

=====

Section "ServerLayout"
    Identifier     "Layout0"
    Screen         0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbRules" "xorg"                       # añadido manualmente
    Option         "XkbLayout"  "us, es"                  # añadido manualmente
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Dell"
    ModelName      "1908FP"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "XAANoOffscreenPixmaps" "true"  # añadido manualmente
    Option 	   "RenderAccel" "true"                        # añadido manualmente
    Option         "AllowGLXWithComposite" "true"   # añadido manualmente
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option          "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"                                            #
añadido manualmente
    Option          "Composite" "Enable"                    # añadido
manualmente
EndSection                                                          #
añadido manualmente

=====

-- 
シャカ
mbrenes.blogspot.com | sibu.homelinux.org
debian gnu/linux

Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail

Reply to: