Keyboard und Mouse unter X funktioniert nicht seit X-Update

lem77

Member
Bin ziemlicher BSD Neuling und schon total verzweifelt :eek:

Hatte vor einigen Tagen meine Ports aktualisiert. Da die letzte Aktualisierung ziemlich lange her war (3 Monate oder länger) war das auch recht (zeit)aufwendig.
Problem ist jetzt, das unter X (Xfce) Maus und Tastatur nicht mehr funktionieren (Protocoll Auto in der xorg.conf)

Maus funktioniert in sysinstall und auch in der Konsole. Bei startx wird X normal geladen, es kommen ein paar DBus Fehlermeldungen von pulseaudio, aber der Mauszeiger bleibt in der Mitte und lässt sich nicht mehr bewegen.
Tastatur (Alt-Tab ...) funktioniert auch nicht, allerdings kann ich über Alt-Fn in eine andere Konsole wechseln.

Ich bin totaler Anfänger und hab überhaupt keine Ahnung, wonach ich X-Server und Input suchen muss, bzw. finde ich nichts.

Ich hab schon xorg forciert komplett neu gebaut (mit input-mouse und input-keyboard).

Wäre über jede Hilfe super dankbar.
 
Zum Xorg 7.4 gibt es hier einige Threads im Forum. Vieleicht hilft auch schon ein Blick in UPDATING:

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
 
Danke, das war es :)

Wie gesagt lief das System ja bis jetzt ganz gut, und hab mehrere Monate keine Ports mehr aktualisiert.

Wie oft sollte man das denn generell machen?
Und wie oft git es diese UPDATE Datei?
*dummfragmodus* Schaut ihr da jeden Tag rein?
 
Wie oft sollte man das denn generell machen?
Und wie oft git es diese UPDATE Datei?
*dummfragmodus* Schaut ihr da jeden Tag rein?

Wenn ich Ports aktualisieren will, mache ich immer drei Dinge: Portstree updaten, UPDATING lesen, portmaster anwerfen.
Code:
cd /usr/ports
portsnap fetch update
less UPDATING
portmaster -D foo/bar
Wie oft Du das machen willst, ist deine Sache. Manchmal gibt portaudit(1) einen Anstoß ;-) Dann muß es eben sein.
 
Zurück
Oben