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

Re: Compiz - Sin Bordes en las ventanas



Marcel Caraballo escribió:
On Sun, 2 Dec 2007 13:05:25 -0300
"Rigierte Ricardo [Debian - List]" <debian@ciberblackjam.com.ar> wrote:

----- Original Message ----- From: "Marcel Caraballo" <maqndon@cantv.net>
To: <debian-user-spanish@lists.debian.org>
Sent: Sunday, December 02, 2007 2:40 PM
Subject: Compiz - Sin Bordes en las ventanas


Saludos compañeros,

Al correr compiz en mi Debian Etch AMD64 no me muestra las ventanas, tengo una Nvidia (legacy) y la verdad es que he leido cuanto foro hay en la red y no he podido solucionar el problema:

#compiz --replace

y me vuela los bordes de las ventanas. No he instalado Emerald porque tengo que actualizar una buena parte de mi sistema a SID y acabo de compilar mi Kernel baja latencia, no quisiera tener un inconveniente solo por tener el compiz instalado jejeje, saludos y espero que me puedan ayudar en algo...


*********************

uff hace un tiempo que no lo veo, pero lo que tenias que hacer era poner un pequeño code en el Xorg.conf

Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals" "True"

estas las busque rapida por inet.. pero no estoy seguro si eran estas..
busca por: windows borders xorg.conf o cadenas similares.. era una pavada.

saludos


Gracias por tu respuesta compañero, tengo mi xorg.conf perfecto (o eso creo!) aqui voy a colocar una copia a ver si tiene algun detalle:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Wed Sep  5 19:04:41 PDT 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
    Load           "dbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor genérico"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Tarjeta de vídeo genérica"
    Driver         "nvidia"
    Option "AllowGLXWithComposite" "true"
    Option "RenderAccel" "true"
    Option   "XAANoOffscreenPixmaps"   "true"
    Option   "TripleBuffer"   "true"
EndSection

Section "Extensions"
        Option "Composite" "enable"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Tarjeta de vídeo genérica"
    Monitor        "Monitor genérico"
    Option "AddARGBGLXVisuals" "True"
    Option "AddARGBVisuals" "True"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Yo tenía este problema, pero, en la configuración de los plugins del compiz, hay uno que se llama Decoración de Ventanas, lo marqué y listo.

Así de Fácil fue en mi caso..

Saludos...



Reply to: