si me pinchaba con kubuntu y con debian etch y sid que fueron los que
probé, pero desde que quita kde y puse ubuntustudio desde el repo, dejo
de pincha y era el mismo xorg.conf. Salu2

Con fecha 13/5/2008, "Roberto Manzano" <[EMAIL PROTECTED]>
escribió:

>No te pincha? A mí no me pincha en Etch. Cuando le edito el xorg.conf según 
>los docs de compiz se me tumba el xserver.
>
>bienvenido al club, esa es la tarjeta que tengo en la pc de la casa.
>
>creo que es un rollo del mismo compiz.
>
>yaroldi manzano
>
>
>----- Original Message ----- 
>From: "Arian Molina Aguilera" <[EMAIL PROTECTED]>
>To: ""l >> \"Soporte técnico para Software Libre y GNU/Linux.\""" 
><[email protected]>
>Sent: Monday, May 12, 2008 8:35 AM
>Subject: [linux-l] Compiz en ubuntu gutsy 7.10 con chitset intel 
>82865Gintegrado.
>
>
>Hola tengo instalado ubuntu gutsy + update al día y no me quiere
>funcionar el compiz, mi placa es intel con chitset i865 y antes cuando
>tenía debian me funcionaba a la perfección ahora cuando ejecuto glxinfo
>| grep direct me dice que no tengo aceleración gráfica ya he hecho de
>todo por activarla y nada, mi archivo de config de xorg es el siguiente:
>
>Section "ServerLayout"
>
>        # Uncomment if you have a wacom tablet
>        #       InputDevice     "stylus"        "SendCoreEvents"
>        #       InputDevice     "cursor"        "SendCoreEvents"
>        #       InputDevice     "eraser"        "SendCoreEvents"
>        Identifier      "Default Layout"
>        screen 0        "Default Screen" 0 0
>        Inputdevice     "Generic Keyboard"
>        Inputdevice     "PS/2 Mouse"
>        Inputdevice     "USB Mouse"
>        Option          "AIGLX" "true"
>EndSection
>
>Section "ServerFlags"
>        Option          "AllowMouseOpenFail"    "true"
>EndSection
>
>Section "Files"
>        Rgbpath         "/usr/share/X11/rgb"
>        Modulepath      "/usr/lib/xorg/modules"
>        Fontpath        "/usr/share/fonts/X11/misc:unscaled"
>        Fontpath        "/usr/share/fonts/X11/75dpi:unscaled"
>        Fontpath        "/usr/share/fonts/X11/100dpi:unscaled"
>Fontpath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>EndSection
>
>Section "Module"
>        # Comments: see
>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
>        Load            "freetype"# Freetype fonts.
>        #Load           "type1"# Type 1 fonts
>        Load            "record"# Developer extension, usually not needed
>        Load            "extmod"# This is okay, but if you look into
>"man xorg.conf" you'll find option NOT to include DGA e$
>        SubSection "extmod"
>                Option          "omit xfree86-dga"
>        EndSubSection
>        #       Load            "speedo" # Speedo fonts, this module
>doesn't exist in Xorg 7.0.17
>        # The following are deprecated/unstable/unneeded in Xorg 7.0
>        #       Load            "ddc"  # ddc probing of monitor, this
>should be never present, as it gets automatically load$
>        #       Load            "bitmap" # Should be never present, as
>it gets automatically loaded. This is a font module, $
>        Load            "GLcore"
>        Load            "glx"
>        Load            "dbe"
>        Load            "dri"
>        Load            "v4l"
>        Load            "int10"
>EndSection
>
>Section "InputDevice"
>        Identifier      "Generic Keyboard"
>        Driver          "kbd"
>        Option          "CoreKeyboard"
>        Option          "XkbRules"      "xorg"
>        Option          "XkbModel"      "pc105"
>        Option          "XkbLayout"     "es"
>EndSection
>
>Section "InputDevice"
>        Identifier      "PS/2 Mouse"
>        Driver          "mouse"
>        Option          "Protocol"      "auto"
>        Option          "ZAxisMapping"  "4 5"
>        Option          "Device"        "/dev/psaux"
>        Option          "Emulate3Buttons"       "false"
>        Option          "Emulate3Timeout"       "70"
>        Option          "SendCoreEvents"        "true"
>EndSection
>
>Section "InputDevice"
>        Identifier      "USB Mouse"
>        Driver          "mouse"
>        Option          "Device"        "/dev/input/mice"
>        Option          "SendCoreEvents"        "true"
>        Option          "Protocol"      "IMPS/2"
>        Option          "ZAxisMapping"  "4 5"
>        Option          "Buttons"       "5"
>EndSection
>
>Section "InputDevice"
>        Identifier      "stylus"
>        Driver          "wacom"
>        Option          "Device"        "/dev/input/wacom"
>        Option          "Type"  "stylus"
>        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
>EndSection
>
>Section "InputDevice"
>        Identifier      "eraser"
>        Driver          "wacom"
>        Option          "Device"        "/dev/input/wacom"
>        Option          "Type"  "eraser"
>        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
>EndSection
>
>Section "InputDevice"
>        Identifier      "cursor"
>        Driver          "wacom"
>        Option          "Device"        "/dev/input/wacom"
>        Option          "Type"  "cursor"
>        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
>EndSection
>
>Section "Monitor"
>        Identifier      "CT500n"
>        Vendorname      "Plug 'n' Play"
>        Modelname       "Plug 'n' Play"
>        modeline  "[EMAIL PROTECTED]" 65.0 1024 1048 1184 1344 768 771 777 806
>-vsync -hsync
>        Gamma   1.0
>EndSection
>
>Section "Device"
>        Identifier      "Intel Corporation 82865G Integrated Graphics
>Controller"
>        Boardname       "Intel i810 and later"
>        Driver          "i810"
>        Busid           "PCI:0:2:0"
>        Option          "DPMS"
>        Option          "XaaNoOffscreenPixmaps" "1"
>        Option          "XaaNoScanlineImageWriteRect"   "true"
>        Option          "XaaNoScanlineCPUToScreenColorExpandFill"
>"true"
>        Option          "RenderAccel"   "true"
>        Option          "AllowGLXWithComposite" "true"
>        Screen  0
>        Vendorname      "Intel"
>        Option          "UseFBDev"      "true"
>EndSection
>
>Section "Screen"
>        Identifier      "Default Screen"
>        Device          "Intel Corporation 82865G Integrated Graphics
>Controller"
>        Monitor         "CT500n"
>        Defaultdepth    24
>        Option          "AddARGBGLXVisuals"     "true"
>        Option          "DisableGLXRootClipping"        "true"
>        SubSection "Display"
>                Depth   24
>                Virtual 1024    768
>                Modes           "[EMAIL PROTECTED]"
>        EndSubSection
>EndSection
>
>Section "Extensions"
>        Option          "Composite"     "Enable"
>EndSection
>Section "DRI"
>        Mode    0666
>EndSection
>
>He ejecutado el script para el chequeo y me devuelve lo siguiente:
>
>[EMAIL PROTECTED]:~$ . /home/linuxcuba/Desktop/compiz-check
>
>Gathering information about your system...
>
> Distribution:          Ubuntu 7.10
> Desktop environment:   GNOME
> Graphics chip:         Intel Corporation 82865G Integrated Graphics
>Controller (rev 02)
> Driver in use:         i810
> Rendering method:      AIGLX
>
>Checking if it's possible to run Compiz on your system...
>
> Checking for texture_from_pixmap...               [FAIL]
> Checking for non power of two support...          [FAIL]
> Checking for composite extension...               [ OK ]
> Checking for FBConfig...                          [ OK ]
> Checking for hardware/setup problems...           [ OK ]
>
>Por favor alguna ayuda. Salu2
>
>-- 
>______________________________________________
>Arian Molina Aguilera
>Administrador de Redes y Servicios Telemáticos
>Linux Usuario Registrado #392892
>Telfs: (5347)861200 Ext 295, (5347)861294
>jabber: [EMAIL PROTECTED]
>Visitenos en http://www.eiefd.co.cu
>EIEFD La Habana. Cuba.
>
>_______________________________________________
>Cancelar suscripción
>https://listas.softwarelibre.cu/mailman/listinfo/linux-l
>Buscar en el archivo
>http://listas.softwarelibre.cu/buscar/linux-l 
>
>_______________________________________________
>Cancelar suscripción
>https://listas.softwarelibre.cu/mailman/listinfo/linux-l
>Buscar en el archivo
>http://listas.softwarelibre.cu/buscar/linux-l
_______________________________________________
Cancelar suscripción
https://listas.softwarelibre.cu/mailman/listinfo/linux-l
Buscar en el archivo
http://listas.softwarelibre.cu/buscar/linux-l

Responder a