folgendes Anliegen hab ich:
Ich habe auf meinem PC die LinuxMint Community Edition XFCE laufen. Dieses System habe ich mittels partimage in die Virtuelle Umgebung von VirtualBox gebracht. Dort habe ich die Einstellungen für für meinen Zielrechner gemacht. Das soll heißen, hab die Konfiguration für ISDN und FritzCard gemacht. Das alles abgeschlossen hab ich wieder ein Image aus der virtuellen Umgebung erstellt.
Dieses Image hab ich dann auf den älteren Zielrechner eingespielt. Soweit läuft alles gut. Bootloader von der LiveCD installiert und die xorg.conf angepasst.
Bis dahin alles okay. Bootvorgang funktioniert und der X-Server startet auch wie gewollt. Einzig die Eingabe über die Tastatur schlägt fehl. Der Rechner hat nicht wie das anfangs System eine USB Tastatur, sondern eine PS2. Die bekomme ich nicht zum laufen.
Da LinuxMint keine Init Runlevels verwendet, hab ich das auch nicht auf die Reihe bekommen, ohne XServer das System zu starten. Da würde ich dpkg-reconfigure xserver-org aus der Konsole starten wollen, um das Problem zu beseitigen.
Meine xorg.conf sieht dort so aus:
- Code: Select all
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV43 [GeForce 6600]"
Driver "nvidia"
Busid "PCI:5:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600]"
Monitor "Generic Monitor"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Meine Frage: Wie bekomme ich die PS2-Tastatur zum laufen?
Ich denke mal wenn beim Start der XServer nicht gestartet wird, könnte ich das denke mal am einfachsten nachkonfigurieren. Was muß ich da ändern?
Bzw. wie kann man dpkg-reconfigure xserver-org beim Start ausführen lassen?
Danke für die Hilfe!
Grüße Schranze

