Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dreh bald am Rad (Gnome Installation, Maus und...) [gelöst]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Mon Jan 24, 2005 11:34 pm    Post subject: Dreh bald am Rad (Gnome Installation, Maus und...) [gelöst] Reply with quote

Hi!

Hab schon ne menge gelesen und ne menge probiert aber irgendwie komme ich nicht richtig weiter.

Ziel: Wollte Gnome installieren
Problem: Gnome läuft nicht
Massnahme: /usr/X11R6/bin/Xorg -configure
Problem: Maus wird nicht erkannt
Gedanke: Egal, muss ja trotzdem starten
Versuch: Bildschirm bleibt schwarz, nix geht mehr.
Idee: Hmm... vielleicht doch die Maus
Getestet mit Kernel 2.4.: ein cat /dev/mouse funktioniert, Xorg -configure liefert trotzdem den gleichen Fehler
Idee: Vielleicht ist es mit udev besser
Problem: Kein 2.6
Massnahme: 2.6. kompiliert und gestartet
Probleme: Einige neue Probleme, die ich aber lösen konnte. Bin aber mit dem Ursprunsproblem wieder am Anfang. Sprich: Maus wird nicht erkannt, Bildschirm bleibt dunkel.

So nach mehreren Stunden bin ich irgendwie wieder am Anfang und weiss nicht mehr so richtig weiter. Heul...

Nehmt mich mal bitte ans Händchen... ; )
_________________
Schedule conflict


Last edited by Scruffy on Wed Jan 26, 2005 8:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Mon Jan 24, 2005 11:58 pm    Post subject: Reply with quote

Gerade beim booten ist mir noch zusätzlich ne Fehlermeldung aufgefallen (war vorher nicht da):

modprobe: Fatal error inserting nvidia (/lib/modules/2.6.10-gentoo-r6/video/nvidia.ko)

Invalid module format.

can't load module nvidia.

Hmmm... und nü?

Ausserdem wollte ich diese Startmeldung mit dmesg näher betrachten, aber da tauchte sie garnicht auf?! Wieso, weshalb, warum?
_________________
Schedule conflict
Back to top
View user's profile Send private message
reptile
Guru
Guru


Joined: 19 Nov 2002
Posts: 363

PostPosted: Tue Jan 25, 2005 7:14 am    Post subject: Reply with quote

zum nvidia-problem:
erstmal einen symlink von deinen kernel-quellen auf /usr/src/linux setzen
dann emerge nvidia-kernel

und zum xorg-problem:
was ist denn in der xorg.conf bei dem mouse-device eingetragen?
edit: und was ist das überhaupt für eine maus (hersteller, anschlusstyp, anzahl der knöpfe und räder...)?

hth
Back to top
View user's profile Send private message
flubber
Tux's lil' helper
Tux's lil' helper


Joined: 28 Dec 2004
Posts: 136

PostPosted: Tue Jan 25, 2005 9:12 am    Post subject: Reply with quote

Ich habe an meinem Notebook eine USB-Maus mit PS/2 Adapter angeschlossen, die wurde auch nicht erkannt. Ein Umstellen des Device auf /dev/psaux, in der xorg.conf, brachte aber den Erfolg.

Schau Dir mal diese Anleitung an, hat bei mir fehlerfrei funktioniert
http://www.gentoo.de/doc/de/xorg-config.xml

Flubber
Back to top
View user's profile Send private message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Tue Jan 25, 2005 9:55 am    Post subject: Reply with quote

reptile wrote:
zum nvidia-problem:
erstmal einen symlink von deinen kernel-quellen auf /usr/src/linux setzen
dann emerge nvidia-kernel

Hatte ich schon vorher gemacht. Ohne Erfolg.

reptile wrote:

und zum xorg-problem:
was ist denn in der xorg.conf bei dem mouse-device eingetragen?
edit: und was ist das überhaupt für eine maus (hersteller, anschlusstyp, anzahl der knöpfe und räder...)?
hth


Also: Das ist eine Razer Diamondback (Ist Infrarot, 7 Tasten und ein Mausrad)

Die Maus wurde unter 2.4 beim booten erkannt, aber Xorg -configure erkannte die auch nicht. Unter 2.6. kommt keine Bootmeldung über die Maus.

Folgendes steht in xorg.config.new:


Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
_________________
Schedule conflict
Back to top
View user's profile Send private message
flubber
Tux's lil' helper
Tux's lil' helper


Joined: 28 Dec 2004
Posts: 136

PostPosted: Tue Jan 25, 2005 10:24 am    Post subject: Reply with quote

Stell doch mal auf /dev/psaux, schau ob es dann geht.

Flubber
Back to top
View user's profile Send private message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Tue Jan 25, 2005 10:40 am    Post subject: Reply with quote

flubber wrote:
Stell doch mal auf /dev/psaux, schau ob es dann geht.

Flubber


Geht auch nicht. Zumindest bleibt der Bildschirm schwarz. Kann somit auch nicht nachvollziehen, ob die Maus funktioniert oder nicht. Denke ich muss erstmal das nvidia Problem lösen.
_________________
Schedule conflict
Back to top
View user's profile Send private message
reptile
Guru
Guru


Joined: 19 Nov 2002
Posts: 363

PostPosted: Tue Jan 25, 2005 2:45 pm    Post subject: Reply with quote

mach mal
Code:
cat /dev/input/mice
und schau, ob sich auf der konsole was tut, wenn du die maus bewegst. falls ja, mal so in xorg.conf eintragen.
hth
Back to top
View user's profile Send private message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Tue Jan 25, 2005 6:13 pm    Post subject: Reply with quote

reptile wrote:
mach mal
Code:
cat /dev/input/mice
und schau, ob sich auf der konsole was tut, wenn du die maus bewegst. falls ja, mal so in xorg.conf eintragen.
hth


Habbisch auch direkt probiert, leider ohne Erfolg... Shit...
_________________
Schedule conflict
Back to top
View user's profile Send private message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Wed Jan 26, 2005 6:50 pm    Post subject: Reply with quote

So Maus geht jetzt:

Lösung: Musste OHCI einstellen im Kernel. Rausgefunden durch lspci -v | grep HCI ; )

Und dann in Xorg.conf in Section Input Device /dev/mice

Das nvidia Modul wird auch eingebunden. Nochmal mit modprobe getestet.
Lösung: nochmal einen emerge gestartet und Problem war behoben.

Hab noch ein Problem, und zwar das "No screens found" Problem.
_________________
Schedule conflict
Back to top
View user's profile Send private message
morbus
Tux's lil' helper
Tux's lil' helper


Joined: 10 May 2004
Posts: 139
Location: Munich

PostPosted: Wed Jan 26, 2005 7:16 pm    Post subject: Reply with quote

Kannst du genauere Ausgaben posten, also die letzten paar Zeilen von /var/log/Xorg.log oder so? Insbesondere Zeilen mit (EE) oder (WW) vornedran-
Back to top
View user's profile Send private message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Wed Jan 26, 2005 7:26 pm    Post subject: Reply with quote

Nehme mal an, dass die Monitorangaben noch fehlen:

Lese mir gerade die Kapitel über Section Screen und Section Monitor durch...

(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(WW) NVIDIA(0): Mode pool is empty
(EE) NVIDIA(0): No modes remaining for display device CRT-0
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ddc"
(II) Unloading /usr/lib/modules/libddc.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
_________________
Schedule conflict
Back to top
View user's profile Send private message
Scruffy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2004
Posts: 97
Location: 127.0.0.1

PostPosted: Wed Jan 26, 2005 8:19 pm    Post subject: Reply with quote

Okay, alles läuft! Hurra... :D

Danke an alle fleissigen Helfer!
_________________
Schedule conflict
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum