Enzo Cappa escribió:
On Jue 15 Oct 2009 14:02:17 Juan Lavieri escribió:

No se si es que no me llegó el correo, pero ¿exactamente cuál es el
problema?
El problema es que no me funciona el servidor de X con dicho controlador, solo veo un pantalla negra y luego no puedo volver a la consola, tengo que reiniciar la computadora.
Tengo una i915. lspci dice:

00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04) 00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics Controller (rev 04)

Con -v:
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04) (prog-if 00 [VGA controller]) Subsystem: Dell Device 0179 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at dff00000 (32-bit, non-prefetchable) [size=512K] I/O ports at e898 [size=8] Memory at c0000000 (32-bit, prefetchable) [size=256M] Memory at dfec0000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: i915 00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics Controller (rev 04) Subsystem: Dell Device 0179 Flags: bus master, fast devsel, latency 0 Memory at dff80000 (32-bit, non-prefetchable) [size=512K] Capabilities: <access denied>
La pc es una Dell Optiplex GX280.

¡Gracias!


A mi me dio ese problema recién instalado mi Debian, pero no recuerdo la solución de momento, déjame buscar.

Mientras tanto, has probado comentar de tu xorg.conf la línea "AllowEmptyInput off" o colocarla en "on" (esto para que hal haga su trabajo y detecte el hardware para xorg). Si quieres respalda tu xorg.conf y usa este.

Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "kbd"
EndSection

Section "InputDevice"
   Identifier    "Configured Mouse"
   Driver        "mouse"
EndSection

Section "Device"
   Identifier    "Generic Video Card"
EndSection

Section "Monitor"
   Identifier    "Generic Monitor"
EndSection

Section "Screen"
   Identifier    "Default Screen"
   Device        "Generic Video Card"
   Monitor        "Generic Monitor"
#    DefaultDepth    24
EndSection

Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
#    Option         "AllowEmptyInput"     "false"
EndSection


Si la máquina es una portátil, quizás no te detecte el touch pad, pero eso lo veremos luego.

Si no funciona, por favor manda la salida del comando #xrandr.

Otra cosa,  ¿has probado con el driver "vesa"?

Saludos


Juan Lavieri.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Responder a