Debian Lenny

Todo tema relacionado con la informática y la diagnosis de averías, activación de módulos, interfaces, etc.

Moderador: cvillajos

Seguidores: DuckToy, Sonic_206

Debian Lenny

Notapor DuckToy el 19 Jun 2008, 14:54

Como ya dije en mi post en el hilo de Ubuntu (http://www.clubseatleon.net/index.php?name=PNphpBB2&file=viewtopic&p=791741#791741), abro este para comentar ciertos problemas que me surgen en mi nueva instalación de Debain Lenny.

Mi primer problema surge con la configuración del fichero xorg.conf para hacer funcionar Compiz-Fusion com mi tarjeta ATi Radeon X300. La primera sorpresa me la encuentro al ver que el comando dpkg-reconfigure xserver-xorg sólo configura el teclado dentro del fichero xorg.conf.

Leo en los foros de debian que esto pasa desde la versión 7.3 de Xorg por que se supone que han mejorado la autodetección de Hardware y ya no es necesario. Después de batallar y probar varias cosas, llego a la conclusión que ni con el driver de "ati" ni con el de "radeon" funciona bien ya que el comando "glxgears" muestra una aceleración muy pobre y el comando "glxinfo" me dice "Direct Rendering = NO".

Decido instalar el dirver propietario (fglrx-glx), navegando por foros y mas foros consigo instalarlo y configurarlo para que funcione. El problema viene cuándo hago un "Ctrl+ Alt + Backspace" para matar las X y se me queda "colgado" con el fondo de debian y no responde ni a un "Ctrl+Alt+F1" para cambiar a consola ni a un "Ctrl+Alt+Supr".

Aquí podéis ver mu xorg.conf:

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "Teclat"
InputDevice "Mouse"
#Activacio AIGLX
Option "AIGLX" "true"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
Load "xtrap"
Load "int10"
Load "record"
Load "ati"
EndSection

Section "InputDevice"
Identifier "Teclat"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection

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

Section "Monitor"
Identifier "Monitor generic"
Option "DPMS"
EndSection

Section "Device"

#Compiz
#fglrx NO
# Option "AllowGLXWithComposite" "true"
# Option "RenderAccel" "true"
#EndCompiz
Identifier "ATIX300"
Driver "fglrx"
Option "UseFBDev" "true"
Option "XAANoOffscreenPixmaps" "True"
Option "AddARGBGLXVisuals" "True"
Option "DRI" "true"
Option "AGPMode" "8"
Option "AGPFastWrite" "1"
Option "GARTSize" "64"
Option "EnablePageFlip" "64"
Option "ColorTiling" "1"
Option "AccelMethod" "XXA"
# Option "Capabilities" "0×00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:3:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATIX300"
Monitor "Monitor generic"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
# Group "video"
Mode 0666
EndSection

Section "Extensions"

# Option "DAMAGE" "true"
# Option "RENDER" "true"
Option "Composite" "False"
EndSection


Está algo "sucio" porque voy peleando con él.También decir que he leído que las tarjetas ATI dan problemas con AIGLX ya que los drivers no traen las extensiones necesarias para ello (nVidia e Intel si). No obstante como podéis ver, tengo la opción de AIGLX en ON y me funciona. Por otro lado no se como probarlo con XGL ya que la información que he encontrado hasta ahora no ha funcionado.

Alguna idea de lo que pasa?

Por otro lado, tengo problemas tambien con el sonido. Tengo 2 tarjetas, una en la placa base (A8N32-SLI Deluxe) que es AC'97 y otra Sound Blaster Live 24 Bit. Cuándo ejecuto alsaconf sólo me confgura una de las 2 tarjetas y en el caso de la Sound Blaster no suena.

Os dejo un lspci i un lsmod:

DuckToy:/home/ducktoy# lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a4)
00:0a.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a4)
00:0a.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:0b.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:0b.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a4)
00:0d.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
00:0f.0 IDE interface: nVidia Corporation CK804 IDE (rev f3)
00:12.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
00:13.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
00:16.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:17.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 Mass storage controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 15)
03:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
03:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]
04:08.0 Multimedia audio controller: Creative Labs SB Audigy LS
04:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)


DuckToy:/home/ducktoy# lsmod
Module Size Used by
snd_ca0106 41856 0
snd_ac97_codec 118616 1 snd_ca0106
snd_pcm_oss 47392 0
snd_mixer_oss 21760 1 snd_pcm_oss
snd_pcm 87688 3 snd_ca0106,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 8580 0
snd_seq_oss 38272 0
snd_seq_midi 13376 0
snd_rawmidi 30752 2 snd_ca0106,snd_seq_midi
snd_seq_midi_event 12544 2 snd_seq_oss,snd_seq_midi
snd_seq 59392 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 29064 2 snd_pcm,snd_seq
snd_seq_device 13076 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 68040 11 snd_ca0106,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 13216 1 snd
ac97_bus 6912 1 snd_ac97_codec
snd_page_alloc 15760 2 snd_ca0106,snd_pcm
ipv6 286248 14
ppdev 13832 0
parport_pc 42408 0
lp 17476 0
parport 44812 3 ppdev,parport_pc,lp
sbs 20880 0
video 25620 0
output 8704 1 video
container 9856 0
ac 11400 0
dock 16032 0
battery 19976 0
sbshc 12032 1 sbs
powernow_k8 18464 2
cpufreq_conservative 13320 0
cpufreq_ondemand 13712 1
cpufreq_powersave 6272 0
cpufreq_userspace 9604 0
cpufreq_stats 10528 0
freq_table 9728 3 powernow_k8,cpufreq_ondemand,cpufreq_stats
fglrx 1805568 20
loop 22788 0
analog 15328 0
gameport 20496 1 analog
k8temp 10496 0
pcspkr 7808 0
usblp 19840 0
i2c_nforce2 11136 0
i2c_core 29824 1 i2c_nforce2
button 13984 0
evdev 17024 3
ext3 139024 3
jbd 55976 1 ext3
mbcache 13952 1 ext3
dm_snapshot 21960 0
dm_mirror 27008 0
dm_mod 67832 9 dm_snapshot,dm_mirror
ide_cd 44704 0
cdrom 39464 1 ide_cd
ata_generic 13060 0
usbhid 35168 0
hid 41792 1 usbhid
usb_storage 92096 0
amd74xx 14360 0 [permanent]
sd_mod 33536 3
floppy 66664 0
generic 9732 0 [permanent]
firewire_ohci 24192 0
firewire_core 49472 1 firewire_ohci
crc_itu_t 6656 1 firewire_core
ide_core 144920 3 ide_cd,amd74xx,generic
forcedeth 54540 0
ehci_hcd 39692 0
ohci_hcd 28164 0
sky2 53508 0
sata_sil24 22404 2
libata 162992 2 ata_generic,sata_sil24
scsi_mod 170296 3 usb_storage,sd_mod,libata
thermal 22688 0
processor 45032 2 powernow_k8,thermal
fan 9864 0


Gracias de antemano
In a world without walls & fences, who needs windows & gates?
Do you've seen my little fear? See it Here
Avatar de Usuario
DuckToy
Leoner@ avanzad@
 
Mensajes: 410
Registrado: 15 Dic 2005, 00:14
Ubicación: Catalan Countries
Coche: Leon MK1 1.9 TDI 100cv
Agradecido: 5 veces

Notapor DuckToy el 19 Jun 2008, 15:14

En cuánto al sonido. Después de ejecutar alsaconf por última vez. Ningún error pero no suena. He accedido al control de volumen de Gnome y he desmarcado la opción de "Conectores" dónde había la opción de IEC958 activada.

Por lo que veo en http://bbs.archlinux.org/viewtopic.php?id=45590 la opción IEC958 es para usar con S/PDIF (no es mi caso).

Sólo me queda saber como configurar la tarjeta de la placa para poder usarla en caso que lo necesite. Alguna idea?
In a world without walls & fences, who needs windows & gates?
Do you've seen my little fear? See it Here
Avatar de Usuario
DuckToy
Leoner@ avanzad@
 
Mensajes: 410
Registrado: 15 Dic 2005, 00:14
Ubicación: Catalan Countries
Coche: Leon MK1 1.9 TDI 100cv
Agradecido: 5 veces

Notapor Sonic_206 el 02 Jul 2008, 23:57

Tio, creo que estas solo con debian lenny :?
Avatar de Usuario
Sonic_206
Leoner@ de pura raza
 
Mensajes: 5901
Registrado: 27 Jul 2006, 14:42
Coche: Leon MK1 1.6 16v 105cv
Agradecido: 14 veces

Notapor DuckToy el 03 Jul 2008, 14:23

Lo veo xD
In a world without walls & fences, who needs windows & gates?
Do you've seen my little fear? See it Here
Avatar de Usuario
DuckToy
Leoner@ avanzad@
 
Mensajes: 410
Registrado: 15 Dic 2005, 00:14
Ubicación: Catalan Countries
Coche: Leon MK1 1.9 TDI 100cv
Agradecido: 5 veces

Notapor fanbe el 07 Jul 2008, 23:45

DuckToy escribió:En cuánto al sonido. Después de ejecutar alsaconf por última vez. Ningún error pero no suena. He accedido al control de volumen de Gnome y he desmarcado la opción de "Conectores" dónde había la opción de IEC958 activada.

Por lo que veo en http://bbs.archlinux.org/viewtopic.php?id=45590 la opción IEC958 es para usar con S/PDIF (no es mi caso).

Sólo me queda saber como configurar la tarjeta de la placa para poder usarla en caso que lo necesite. Alguna idea?


Buenas,

Del compiz ni idea que no lo he utilizado. Por el sonido, no veo que te haya instalado bien los módulos de la blaster, pero el AC97 si tiene todos. Has comprobado que el sonido no te sale por la salida de la placa?

Saludos.
Avatar de Usuario
fanbe
Asidu@ en la selva
 
Mensajes: 122
Registrado: 26 Sep 2004, 11:16

Notapor DuckToy el 08 Jul 2008, 14:22

Sobre alsa ya lo tengo solucionado, me fijé que en el arranque del sistema se detectan las tarjetas disponibles y alsa las configura en consecuencia.

Por otro lado ya tengo Compiz Fusion más o menos funcionando. Aunque no rinde al màximo por el momento voy jugando un poquito. Os dejo mi xorg.conf (algo "sucio") por si a alguien se le ocurre como mejorar la configuración:

Código: Seleccionar todo
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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    "Teclat"
   InputDevice    "Mouse"
   #Activacio AIGLX
   Option       "AIGLX" "true"
EndSection

Section "Module"
        # To understand these comments, understand that there are three methods of running acceleration:
        #       XGL, AIGLX, NVidia

        # The GLX module provides the hardware OpenGL extensions to the X server
        # Through AIGLX, this loads the open source GLX
        # Through NVidia, this loads NVidia's GLX modules (closed source)
        Load            "glx"
        Load            "dbe"
        Load            "extmod"
        # The freetype module completely replaces the "type1" module
        Load            "freetype"
        Load            "i2c"
        Load            "bitmap"
        Load            "ddc"
        Load            "int10"
        Load            "vbe"
        # DRI = Direct Rendering Infrastructure
        # DRI is an X server extensions that allows "3d" acceleration calls to bypass the X server.
        #       This leads the term "Direct Rendering" as the calls are routed directly to the hardware
        #       This also leads to dramatic speed improvements/increases
        # DRI is AIGLX's response to XGL. However, DRI provides the benefit that the entire screen is compositing as well.
        # Loading this module is harmless unless it is enabled in the "Device" section.
        # NVidia will not use this module as it's direct rendering calls are processed internally
        Load            "dri"
        # Load the mesa software acceleration libraries
        #Load           "GLcore"

#   Load  "xtrap"
#   Load  "record"
#   Load  "ati"
EndSection

Section "InputDevice"
   Identifier  "Teclat"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "es"
EndSection

Section "InputDevice"
   Identifier  "Mouse"
   Driver      "mouse"
   #Option "CorePointer"
   #    When this is set, the input device is installed as the core (primary)
   #    pointer device. There must be exactly one core pointer. If this option
   #    is not set here, or in the ServerLayout section, or from the -pointer
   #    command line option, then the first input device that is capable of
   #    being used as a core pointer will be selected as the core pointer.
   #    This option is implicitly set when the obsolete Pointer section is used.
   Option       "CorePointer"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "ImPS/2"
   Option       "Emulate3Buttons" "true"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier  "Monitor generic"
   VendorName  "Benq"
   ModelName   "FP767-12"

   #http://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html#toc9
   #
   #vendorName "vendor"
   #    This optional entry specifies the monitor's manufacturer.
   #ModelName "model"
   #    This optional entry specifies the monitor's model.
   #HorizSync horizsync-range
   #   gives the range(s) of horizontal sync frequencies supported by the monitor.
   #   horizsync-range may be a comma separated list of either discrete values
   #   or ranges of values. A range of values is two values separated by a dash. By default
   #   the values are in units of kHz. They may be specified in MHz or Hz if MHz or Hz is
   #   added to the end of the line. The data given here is used by the Xorg server to
   #   determine if video modes are within the specifications of the monitor. This information
   #   should be available in the monitor's handbook. If this entry is omitted, a default range
   #   of 28-33kHz is used.
   #VertRefresh vertrefresh-range
   #    gives the range(s) of vertical refresh frequencies supported by the monitor.
   #    vertrefresh-range may be a comma separated list of either discrete values or ranges of
   #    values. A range of values is two values separated by a dash. By default the values are
   #    in units of Hz. They may be specified in MHz or kHz if MHz or kHz is added to the end of
   #    the line. The data given here is used by the Xorg server to determine if video modes are
   #    within the specifications of the monitor. This information should be available in the
   #    monitor's handbook. If this entry is omitted, a default range of 43-72Hz is used.

        #http://www.superwarehouse.com/BenQ_FP767-12_Silver_Black_17_LCD_Monitor/FP767-12/ps/368315
   HorizSync   30-83
   VertRefresh 50-76
   #Gamma       10
   # To control Energy Star (DPMS) features
   Option       "DPMS"
EndSection

Section "Device"
   Identifier  "ATIX300"

   # http://dri.freedesktop.org/wiki/ATIRadeon#head-b7838bf182d6dfa8ab3988ed1352180e28790e2d
   Driver "radeon"
   # Option "AccelMethod" "XAA"
   Option "AccelMethod" "EXA"
   # XAA/EXA
   Option "AccelDFS"    "1"
   # 1/0 On for PCIE, off for AGP
   # Manpage: Use  or  don't  use accelerated EXA DownloadFromScreen hook
   # when possible.
   #Option "AGPMode" "1"
   # 1-8 Does not affect PCIE models.
   # Option "AGPFastWrite" "1"
   # 1/0 Does not affect PCIE models. Not recommended.
   Option "GARTSize" "64"
   # 0-64 Megabytes of gart (system) memory used.
   # Wrongly defaults to 8MB sometimes, see your logfile.
   # Bigger seems better.
   Option "EnablePageFlip" "1"
   # 1/0 Increases 3D performance substantially
   # seemingly in XAA mode only
   Option "ColorTiling" "1"
   # 1/0 Increases 3D performance substantially
   # affected stability only positively on my system

   #http://en.wikipedia.org/wiki/Xorg.conf
        # Forces the driver to allow GLX when composite on the X server is enabled.
        # Not necessary on modern X servers; might decrease stability
        #Option         "AllowGLXWithComposite"         "True"
        # Experimental : enable hardware acceleration of the X render extension
        # Enabled by default in newer drivers however
        #Option          "RenderAccel"           "True"
        # Adds support for 32-bit rendering on ARGB colorspace windows and pixmaps
        # ARGB = alpha, red, green, blue
        # AKA you should enable this on the new NVidia driver
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"                "True"
   # An X server option to disable accel. writes into offscreen video memory
        # Might be needed if using AIGLX instead of proprietary NVidia interface
        # Probably ignored if using the NVidia method
   #ATI Radeon X300 - Per poder veure que es tecleja
   Option       "XAANoOffscreenPixmaps" "True"
        # Forces the driver to allow GLX when composite on the X server is enabled.
        # Not necessary on modern X servers; might decrease stability
        #Option         "AllowGLXWithComposite"         "True"
   # Disable clipping OpenGL rendering to the root window
        Option          "DisableGLXRootClipping"        "True"
   # Improves performance by using OS to notify X to update direct-rendered visuals instead of running through the hardware.
        # Enabled by default in newer drivers
        #Option          "DamageEvents"          "True"
   # An X server option to allow occluded window pixel data to be remembered
        # Caution in enabling. It might be faster to redraw the information than to fetch it
        # BackingStore is implemented in a very hackish but memory-efficient way. Therefore, it tends to be slow
        #Option          "BackingStore"                  "True"
#   Option       "DRI" "true"
#   Option   "Capabilities" "0×00000000"
#   Option       "VideoOverlay" "on"
#   Option       "OpenGLOverlay" "off"

   #Enable BusID to configure options for a Device with
   # DualVGA Card
   # BusID       "PCI:3:0:0"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATIX300"
   Monitor    "Monitor generic"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

#DRI activation
#http://dri.freedesktop.org/wiki/ATIRadeon#head-b7838bf182d6dfa8ab3988ed1352180e28790e2d
# Specific only to the DRI module.
Section "DRI"
   Group   "video"
   # Allows all users to access DRI
   Mode         0666
EndSection

# Transparency = compositing
# Fancy Effects = GLX
# Using compositing with NVidia or AIGLX should incur no performance penalties
# Therefore:
# Disabling composite will disallow compiz, transparency, etc...
# This may also lead to high cpu usage on nautilus
Section "Extensions"

#   Option "DAMAGE" "true"
#   Option "RENDER" "true"
   #Option Composite Required by Compiz-check (/usr/bin/compiz-check)
   Option "Composite" "True"
EndSection


El problema más grave lo tengo al pasar a consola con "Ctrl+Alt+F1" después de que se inicie el servidor X i gdm porque casi no se ven las letras.
In a world without walls & fences, who needs windows & gates?
Do you've seen my little fear? See it Here
Avatar de Usuario
DuckToy
Leoner@ avanzad@
 
Mensajes: 410
Registrado: 15 Dic 2005, 00:14
Ubicación: Catalan Countries
Coche: Leon MK1 1.9 TDI 100cv
Agradecido: 5 veces


Volver a Informática / Interfaces / Diagnosis


Temas similares


¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 4 invitados