Maus geht nicht mit Xorg unter FSBD 7.2

E

ex-user_4198

Guest
Hallo Leute

Ich hab heute FBSD 7.2 installiert und meine Maus funzt nicht mehr unter X. Mit 7.1 hatte ich da keine Probleme. Der Mauszeiger erscheint auf dem Monitor aber bewegt sich nicht.
Im Textmodus funzt die Maus aber. Na wunderbar, jetzt kann ich nicht mal X benutzen, kein Firefox, kein garnichts. Wird schwierig das Logfile ins Netz hoch zu laden. Ich benutze jetzt einen anderen Rechner. Die X server Version ist glaube ich 1.6.0.1
Kann mir jemand weiterhelfen? Danke
 
Habe das gleiche Problem.
Gibt es eigentlich xorg-cfg nicht mehr?
Oder muss man jetzt etwas anderes wie sysmouse in die xorg.conf eintragen?
 
Ich hab Xorg mit "Xorg -configure" eingestellt. Hab ich auch schon bei 7.1 so gemacht und dort hat die Maus noch funktioniert.
 
Hängt das eventuell mit der neuen Automagie von xorg und hal zusammen?
Probier es mal mit
Code:
Section "ServerFlags"
   Option "AutoAddDevices" "False"
   Option "AutoEnableDevices" "False"
EndSection
in deiner "xorg.conf".
 
Schau mal in http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING?rev=1.798;content-type=text%2Fplain;only_with_tag=RELEASE_7_2_0

dort steht

Code:
20090124:
  AFFECTS: users of x11-servers/xorg-server, sysutils/hal
  AUTHOR: rnoland@FreeBSD.org

  sysutils/hal has been updated and should now properly detect
  mice for use in Xorg.  Use of AllowEmptyInput should no longer
  be needed for most users and moused should now work fine.

20090123:
  AFFECTS: users of x11-servers/xorg-server
  AUTHOR: rnoland@FreeBSD.org

  If you are using an older xorg.conf several config lines are
  no longer needed and will generate warnings when X is started.
  RgbPath will cause X to fail to start, remove it from your config.

  Server 1.5.3 also really wants to configure its input devices
  via hald.  This is causing some issues with moused and
  /dev/sysmouse.  There are a couple of options for how to deal
  with it.

  1. Add Option "AllowEmptyInput" "off" to your ServerLayout section.
     This will cause X to use the configured kbd, mouse, and vmmouse
     sections from your xorg.conf

  2. Don't use moused.  If you want it to work with addon usb mice
     set this in rc.conf:

     moused_enable="NO"
     moused_nondefault_enable="NO"

  I'm working on fixing hald or the mouse driver or both.

Ich habe übrigens auch /dev/sysmouse auf /dev/psm0 umgestellt.
 
Ich glaube meine USB-Maus mochte erst nicht gefunden werden so lange noch "USB Legacy support" im BIOS aktiviert war.
Bin nur nicht sicher ob das nur in der Konsole oder auch in X war, schon etwas her.
 
Wenn sicher in beiden. Wäre seltsam, wenn es nur auf einer Ebene spinnt. Andererseits ist es USB, was prinzipbedingt seltsam ist...
 
Schau mal in http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING?rev=1.798;content-type=text%2Fplain;only_with_tag=RELEASE_7_2_0

dort steht

Code:
20090124:
  AFFECTS: users of x11-servers/xorg-server, sysutils/hal
  AUTHOR: rnoland@FreeBSD.org

  sysutils/hal has been updated and should now properly detect
  mice for use in Xorg.  Use of AllowEmptyInput should no longer
  be needed for most users and moused should now work fine.

20090123:
  AFFECTS: users of x11-servers/xorg-server
  AUTHOR: rnoland@FreeBSD.org

  If you are using an older xorg.conf several config lines are
  no longer needed and will generate warnings when X is started.
  RgbPath will cause X to fail to start, remove it from your config.

  Server 1.5.3 also really wants to configure its input devices
  via hald.  This is causing some issues with moused and
  /dev/sysmouse.  There are a couple of options for how to deal
  with it.

  1. Add Option "AllowEmptyInput" "off" to your ServerLayout section.
     This will cause X to use the configured kbd, mouse, and vmmouse
     sections from your xorg.conf

  2. Don't use moused.  If you want it to work with addon usb mice
     set this in rc.conf:

     moused_enable="NO"
     moused_nondefault_enable="NO"

  I'm working on fixing hald or the mouse driver or both.

Ich habe übrigens auch /dev/sysmouse auf /dev/psm0 umgestellt.


Danke!
 
Zurück
Oben