Hice lo que me indicaste pero sigue igual....

On Nov 16, 2007 12:11 PM, THOR (God of Thunder) <[EMAIL PROTECTED]> wrote:
> El Viernes, 16 de Noviembre de 2007 12:53, Gabo escribió:
> > Instalé compiz en mi debian 4, pero no tengo tarjeta de video,
> > sin embargo, se supone que mi board tiene un chip de aceleración de
> > video de 256 MB y pues incluso he corrido juegos que piden tarjeta de
> > video como doom3. se puede correr el compiz? ¿Cómo lo configuro?
> > Mi board es una intel D945GNT.
> tienes instalado los modulos de intel para la tarjeta?
> haz
> aptitude search intel
> y luego instala el que mas te convenga


 Gabo:/home/gabriel# aptitude search intel
i   dri-intel                       - DRI Package
v   intel-rng-tools                 -
p   intel2gas                       - A converter from NASM assembly language to
Gabo:/home/gabriel# apt-get install dri-intel
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
dri-intel ya está en su versión más reciente.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.

Supongo que el que debo instalar es dri-intel, también busqué por
apt-cache search intel | grep video:

Gabo:/home/gabriel# apt-cache search intel | grep video
gspca-modules-2.6-amd64 - gspca video for linux (v4l) driver modules
for Linux 2.6 on AMD64
gspca-modules-2.6.18-4-amd64 - gspca video for linux (v4l) driver
modules for Linux 2.6.18 on AMD64
gspca-modules-2.6.18-5-amd64 - gspca video for linux (v4l) driver
modules for Linux 2.6.18 on AMD64
xserver-xorg-video-i740 - X.Org X server -- i740 display driver
xserver-xorg-video-i810 - X.Org X server -- Intel i8xx, i9xx display driver
Gabo:/home/gabriel#

Y traté de instalar xserver-xorg-video-i810, pero me dice que ya está
en su versión mas reciente.


Luego configuré el archivo xorg.conf y me quedó así:

# /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    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "v4l"
        Load    "vbe"
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      "Intel Corporation 82945G/GZ Integrated Graphics 
Controller"
        Driver          "i810"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Monitor genérico"
        Option          "DPMS"
        HorizSync       28-49
        VertRefresh     43-72
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82945G/GZ Integrated Graphics 
Controller"
        Monitor         "Monitor genérico"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Group   0
        Mode    0666
EndSection



Pero cuando corro el compiz sigue saliendo:

Gabo:/home/gabriel# compiz
/usr/bin/compiz.real: No composite extension
Gabo:/home/gabriel#



¿Hay alguna otra cosa que se pueda hacer?

> luego tienes que configurar en /etc/X11/xorg.conf
> tiene que quedar algo asi...
>
> http://pastebin.com/m2f0121e9
>
> bytes,,
> --
> Juliocésar Prieto Lem -
> Programmers never dies.. Only GOSUB without RETURN
> user linux 218820. running linux 2.6.18-3-686
> Fingerprint = 04CC 8521 D3BF EB25 7F95 7E77 BB0A 5235 8C1B EF4B
>
>

Reply via email to