Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » GNU/Linux » Slackware 10.2, unter X weder Tastatur noch Maus

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
31.10.2005, 21:48 Uhr
Bruder Leif
dances with systems
(Operator)


Moinsen!

Ich versteh grad die Welt nicht mehr: Will auf meinem Grabbelkiste-Selbstbau-Weil-Alle-Teile-Aus-Geschenkten-PCs-Kostenlos-Zusammengeschnorrt-Hab-Rechner Slackware 10.2 aufspielen. Soweit kein Problem. Mit xorgconfig schnell die Graphik (i810-Chipsatz, 17"-TFT-Bildschirm) konfiguriert, quertz-de-nodeadkeys eingerichtet, alles kein Problem. Dann starte ich X: NUMLOCK schaltet sich ab, läßt sich nicht mehr anschalten, die Maus funktioniert nicht, die Tastatur auch nicht, STRG-ALT-BACKSPACE oder STRG-ALT-DELETE funktionieren nicht mehr, CTRL-ALT-F2 usw. Nix geht! ABER: DIE UHR im XFCE-Panel läuft munter weiter!!!
Zweiter Versuch: Als root angemeldet, "killall Xorg" per "at" auf "in zwei Minuten" geschaltet, dann X gestartet. Wieder: Nix geht. Nicht mal killall: Der Server läuft einfach weiter, die Uhr zeigt stundenlang (testweise stehen lassen) die richtige Zeit an. Nur Maus und Tastatur funktionieren nicht.
Dritter Versuch: Maus abgestöpselt, in der xorg.conf rausgeschmissen. Selbes Problem: Die Tastatur schaltet sich ab und reagiert einfach nicht mehr. Keine virtuellen Konsolen mehr. Kein Abschießen des X-Servers. Kein Neustart. Langsam wird das langweilig.

Unter Ubuntu, Debian, Knoppix und FreeBSD läuft X ohne Probleme, funktioniert alles einwandfrei. Ich will aber Slackware zum Laufen bringen! *heul* Die xorg.conf von Ubuntu läuft mit Slackware auch nicht...

Könnt Ihr Euch was denken, was ich noch ausprobieren könnte? Ich hab hier langsam keine Lust mehr...
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
31.10.2005, 22:22 Uhr
Pablo
Supertux
(Operator)


Ohne Konfigurationsdatei können wir nur raten. Poste mal die /etc/X11/xorg.conf
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
01.11.2005, 18:55 Uhr
Bruder Leif
dances with systems
(Operator)


Moin!

Mann muss ich müde gewesen sein gestern... bitte schön:


Code:
Section "Files"
    FontPath    "unix/:7100"
    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"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
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"    "de"
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 "Device"
    Identifier    "i810"
    Driver        "i810"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Standardbildschirm"
    Option        "DPMS"
    HorizSync    30-65
    VertRefresh    50-75
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "i810"
    Monitor        "Standardbildschirm"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection



Das ist die Ubuntu-Version, läuft einwandfrei. Nur auf Slackware übertragen lässt sich nix davon.
Ich installier das ganze Gelump jetzt nochmal frisch und poste dann die Slackware-Version dazu...
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
08.11.2005, 20:44 Uhr
Bruder Leif
dances with systems
(Operator)


Hat sich erledigt, /dev/input/mice war nicht vorhanden. Warum auch immer...
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
09.11.2005, 01:45 Uhr
Pablo
Supertux
(Operator)


sorry, ich hab völlig vergessen, hier weiter zu machen
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ GNU/Linux ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: