saegen@gmail.com wrote:
A mi me esta pasando lo mismo tras pasar a unstable desde testing y cambiar xfree por xorg , pero en otra maquina que he hecho lo mismo , va bien , la unica diff es que la que funciona tiene kernel 2.6 y la que no 2.4. que kernel usas tu??? , de todas maneras te comento que a mi no me funciona ni siquiera cuando ya me he autenticado , tengo que tirar las X abajo para poder ir a consola.saludos El Miércoles, 8 de Marzo de 2006 20:33, antonio rodriguez escribió:Hola, Cuando luego de arrancar el sistema se me presenta la ventana de login del kdm, no consigo pasar a modo consola con las combinaciones ctrl+alt+fn hasta que inicio mi sesión. Qué puede estar pasando? Antonio
Hola,A mí me pasó al pasar de xserver-xfree86 a xserver-xorg (uso testing). Mi kernel es:
Linux laptop 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/LinuxAsí que parece que no es cosa del kernel. Te adjunto una copia de mi xorg.conf por si te sirve de algo (yo uso un Toshiba Satellite A40-201):
Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "XkbVariant" "es" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "Tarjeta de vídeo genérica" Driver "i810" BusID "PCI:0:2:0" Option "UseFBDev" "true" EndSection Section "Monitor" Identifier "Monitor genérico" Option "DPMS" HorizSync 28-49 VertRefresh 43-72 EndSection Section "Screen" Identifier "Default Screen" Device "Tarjeta de vídeo genérica" Monitor "Monitor genérico" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Saludos, Antonio