Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/12/2005, 19:47
Avatar de arthpix
arthpix
 
Fecha de Ingreso: diciembre-2003
Ubicación: Cancún
Mensajes: 2.340
Antigüedad: 20 años, 11 meses
Puntos: 93
revisa el archivo /etc/x11/xorg.conf ahi debe de estar registrado el mouse en la sección "input device" y debe decir algo mas o menos asi:
Código:
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
y un poco más abajo debe aparecer también en esta sección:
Código:
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
Es posible que no se hubieran configurado correctamente las X, para corregirlo prueba a editar manualmente el archivo xorg.conf o reconfigurar las X:
Código:
sudo dpkg-reconfigure xserver-xorg
__________________
Antes de hacer rabietas infórmate: Linux != Windows