No me funciona Compiz en Sid

2007-10-02 Thread Mahica (Gustavo)
he intentado hacer andar Compiz en Sid y no pude.
Instale los paquetes nvidia-glx y compiz, ademas d todas las
dependencias q pedian con exito

El mensaje de error:
GLX_EXT_texture_from_pixmap is available with direct rendering.

Tengo una GForce FX 5200 con 128, y la RAM d la compu es d 1 Giga

-
Este es el xorg.conf
# /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 "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"dri"
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""pc105"
Option"XkbLayout""es"
EndSection

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

Section "Device"
Identifier"nVidia Corporation NV34 [GeForce FX 5200]"
Driver"nvidia"
BusID"PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "HWCursor" "true"
Option "AddARGBGLXVisuals""true"
Option  "DRI" "true"
Option "DisableGLXRootClipping" "True"
Option "TripleBuffer" "True"
EndSection

Section "Monitor"
Identifier"AL1916"
Option"DPMS"
EndSection

Section "Screen"
Identifier"Default Screen"
Device"nVidia Corporation NV34 [GeForce FX 5200]"
Monitor"AL1916"
DefaultDepth24
SubSection "Display"
Depth1
Modes"1280x1024" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth4
Modes"1280x1024" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth8
Modes"1280x1024" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth15
Modes"1280x1024" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth16
Modes"1280x1024" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth24
Modes"1280x1024" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode0666
EndSection

Section "Extensions"
Option"Composite" "Enable"
Option "RENDER""Enable"
EndSection
---
Esta es la salida de glxinfo:
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_texture_from_pixmap, 

Re: No me funciona Compiz en Sid

2007-10-02 Thread Alejandro Barcena Campos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mahica (Gustavo) wrote:
> he intentado hacer andar Compiz en Sid y no pude.
> Instale los paquetes nvidia-glx y compiz, ademas d todas las
> dependencias q pedian con exito
> 
...
> Section "Module"
> Load"i2c"
> Load"bitmap"
> Load"ddc"
> Load"dri"
> Load"extmod"
> Load"freetype"
> Load"glx"
> Load"int10"
> Load"vbe"
> Load "dbe"
> EndSection
> 

Al ver esta sección me doy cuenta que no te tomaste la molestia de leer
el README que acompaña al driver...


> Section "Device"
> Identifier"nVidia Corporation NV34 [GeForce FX 5200]"
> Driver"nvidia"
> BusID"PCI:1:0:0"
> Option "XAANoOffscreenPixmaps" "true"
> Option "RenderAccel" "true"
> Option "AllowGLXWithComposite" "true"
> Option "HWCursor" "true"
> Option "AddARGBGLXVisuals""true"
> Option  "DRI" "true"
> Option "DisableGLXRootClipping" "True"
> Option "TripleBuffer" "True"
> EndSection

Al ver esta otra, me imagino que seguiste un howto para una tarjeta de
video que *no* es nvidia...


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

No te falta una opción aiglx "true" ahí?


- --
Saludos,
Alejandro Bárcena Campos
http://alejandro.barcena.com.mx
Fingerprint: F84B 53AE 3E3A 23AC 1354 E5F6 A593 FA6C CAE2 74D6

He who sacrifices functionality for ease of use,
loses both and deserves neither.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHApoOpZP6bMridNYRAgs9AJ9iy0sMz+WJuHAc4Kfjl5H8g3j7BQCfdj/I
NmFQQXFxW30nBzqF/yGJTic=
=eXjA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]