Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg.conf wo ist der ** fehler? Black screen... [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jan 22, 2006 10:51 pm    Post subject: xorg.conf wo ist der ** fehler? Black screen... [SOLVED] Reply with quote

Hi leute ,
Ich hab hier ein Xorg.conf problem,
meine xorg.conf wil nich:
Code:
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 22 23:41:11 2006
(==) Using config file: "/etc/X11/xorg.conf"

Using vt 7
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.


so siet das file aus :
Code:

#  X   X                                         FF
#   X X    OO   RR    GG        CC   OO   N N   F  F
#    X    O  O  R R  G         C    O  O  NN N  FF
#   X X   O  O  RR   G GG      C    O  O  N  N  F
#  X   X   OO   R R   GG    o   CC   OO   N  N  F


Section "ServerLayout"
   Identifier     "dualhead"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Mouse1" "SendCoreEvents"
   InputDevice    "Keyboard0" "CoreKeyboard"
   Option          "Xinerama" "true"
EndSection

Section "ServerLayout"
        Identifier     "singlehead"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load "bitmap"
   Load "dbe"
   Load "dri"
   Load "glx"
   Load "int10"
   Load "record"
   Load "type1"
   Load "vbe"
        SubSection "extmod"
            Option  "omit XFree86-DGA"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
   Option "Composite" "Enable"
   Option "RENDER" "Enable"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option "XkbLayout" "de"
   Option "XkbModel" "pc105"
   Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/psaux"
EndSection

Section "InputDevice"
        Identifier "Mouse1"
   Driver  "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "Device" "/dev/input/mice"
   Option "ZAxisMapping" "4 5"
EndSection
               
Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
#       HorizSync    "30-60"
#       VertRefresh  "50-70"
EndSection

Section "Device"
        Option     "NoAccel" "true"            
        Option     "Dac6Bit" "true"              
        Option     "ShowCache" "true"             
   Option      "RenderAccel" "true"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "GeForce 2"
   BoardName   "82852/855GM Integrated Graphics Device"
   BusID       "PCI:2:0:0"
   Option      "MonitorLayout" "CRT,LFP"
   Option      "DevicePresence" "yes"
   Option      "VBERestore" "yes"
   VideoRam    131072
   Screen      0
        Option      "RenderAccel" "true"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
        Option     "AllowGLXWithComposite" "true"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1024x768"
   EndSubSection
EndSection

lspci sagt mir folgendes:
Code:
MultiMedia-Pc mediauser # lspci
00:00.0 Host bridge: nVidia Corporation nForce CPU bridge (rev b2)
00:00.1 RAM memory: nVidia Corporation nForce 220/420 Memory Controller (rev b2)
00:00.2 RAM memory: nVidia Corporation nForce 220/420 Memory Controller (rev b2)
00:00.3 RAM memory: nVidia Corporation Unknown device 01aa (rev b2)
00:01.0 ISA bridge: nVidia Corporation nForce ISA Bridge (rev c3)
00:01.1 SMBus: nVidia Corporation nForce PCI System Management (rev c1)
00:02.0 USB Controller: nVidia Corporation nForce USB Controller (rev c3)
00:03.0 USB Controller: nVidia Corporation nForce USB Controller (rev c3)
00:04.0 Ethernet controller: nVidia Corporation nForce Ethernet Controller (rev c2)
00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio (rev c2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce Audio (rev c2)
00:08.0 PCI bridge: nVidia Corporation nForce PCI-to-PCI bridge (rev c2)
00:09.0 IDE interface: nVidia Corporation nForce IDE (rev c3)
00:1e.0 PCI bridge: nVidia Corporation nForce AGP to PCI Bridge (rev b2)
01:06.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
02:00.0 VGA compatible controller: nVidia Corporation NVCrush11 [GeForce2 MX Integrated Graphics] (rev b1)  <----
MultiMedia-Pc mediauser #

daraus schliesse ich doch das die BusID 2:0:0 ist oder ? so hab ich es auch obern eingetragen .
was hab ich den noch faltsch ?

MFG
BlackBurns_Gentoo


Last edited by Blackburns_gentoo on Sun Jan 29, 2006 11:49 am; edited 3 times in total
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sun Jan 22, 2006 11:05 pm    Post subject: Reply with quote

welche version von nvidia-kernel auf welcher linux version?

GF2 funktioniert seit 2.6.15 mit den neuen treibern nicht mehr soweit ich weiß, daher erst mal die frage

EDIT: erm..
* DRI gibts bei nvidia nicht, also raus aus den modules damit (siehe nvidia readme)
* AllowGLXWithComposite steht in section screen, das gehört da aber nicht hin
* RenderAccel is doppelt
* evtl brauchst du noch
Code:
Option  "IgnoreEDID" "true"
@ section device
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay


Last edited by gimpel on Sun Jan 22, 2006 11:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jan 22, 2006 11:20 pm    Post subject: Reply with quote

em,
linux 2.6.14-gentoo-r5
und nvidia:
Code:

*  media-video/nvidia-kernel
      Latest version available: 1.0.6629-r5
      Latest version installed: 1.0.6629-r5
      Size of downloaded files: 16,116 kB
      Homepage:    http://www.nvidia.com/
      Description: Linux kernel module for the NVIDIA X11 driver
      License:     NVIDIA

hmm :?: :?:
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sun Jan 22, 2006 11:21 pm    Post subject: Reply with quote

oops, hat sich jetzt knapp überschnitten... schau nochmal ab EDIT oben ;)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jan 22, 2006 11:43 pm    Post subject: Reply with quote

np, habs geschnallt,
okey, ich hab jetzt ales so geändert,
ich war mir nicht sicher dieses
Code:
Option  "IgnoreEDID" "true"

hab ich bei section Device hingetan oder ?
naja auf jedenfall siets jetzt so aus :
Code:
#  X   X                                         FF
#   X X    OO   RR    GG        CC   OO   N N   F  F
#    X    O  O  R R  G         C    O  O  NN N  FF
#   X X   O  O  RR   G GG      C    O  O  N  N  F
#  X   X   OO   R R   GG    o   CC   OO   N  N  F


Section "ServerLayout"
   Identifier     "dualhead"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Mouse1" "SendCoreEvents"
   InputDevice    "Keyboard0" "CoreKeyboard"
   Option          "Xinerama" "true"
EndSection

Section "ServerLayout"
        Identifier     "singlehead"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load "bitmap"
   Load "dbe"
   Load "glx"
   Load "int10"
   Load "record"
   Load "type1"
   Load "vbe"
        SubSection "extmod"
            Option  "omit XFree86-DGA"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
   Option "Composite" "Enable"
   Option "RENDER" "Enable"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option "XkbLayout" "de"
   Option "XkbModel" "pc105"
   Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/psaux"
EndSection

Section "InputDevice"
        Identifier "Mouse1"
   Driver  "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "Device" "/dev/input/mice"
   Option "ZAxisMapping" "4 5"
EndSection
               
Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
#       HorizSync    "30-60"
#       VertRefresh  "50-70"
EndSection

Section "Device"
   Option        "IgnoreEDID" "true"
        Option      "NoAccel" "true"            
        Option      "Dac6Bit" "true"              
        Option      "ShowCache" "true"             
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "GeForce 2"
   BoardName   "82852/855GM Integrated Graphics Device"
   BusID       "PCI:2:0:0"
   Option      "MonitorLayout" "CRT,LFP"
   Option      "DevicePresence" "yes"
   Option      "VBERestore" "yes"
   VideoRam    131072
   Screen      0
        Option      "RenderAccel" "true"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
#        Option     "AllowGLXWithComposite" "true"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1024x768"
   EndSubSection
EndSection
der fehler bleibt der gleiche
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Mon Jan 23, 2006 12:02 am    Post subject: Reply with quote

also
Option "NoAccel" "true"
und
Option "RenderAccel" "true"
passen auch nicht ganz zusammen, aber daran liegts auch nicht glaub ich.

ist schon etwas her dass ich mich mit der basis meiner xorg.conf rumgeschlagen habe, aber ich glaube mich zu erinnern dass die explizite angabe der BusID hier keine gute idee war. versuch mal und kommentier' die zeile aus

und wenn alle stricke reißen: trick 17
knoppix booten, und die XF86Config-4 kopüieren, bzw die section device und monitor ;)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay


Last edited by gimpel on Mon Jan 23, 2006 12:06 am; edited 1 time in total
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Mon Jan 23, 2006 12:06 am    Post subject: Reply with quote

ich han noaccel weg gemacht, und BUSID auch , genau gar kein unterschied,
*seufts* die Xorg hat sich gegen mich verschworen :cry:
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Mon Jan 23, 2006 12:08 am    Post subject: Reply with quote

shit.. schonwieder :P ich sollt besser pennen gehen

Quote:
und wenn alle stricke reißen: trick 17
knoppix booten, und die XF86Config-4 kopieren, bzw die section device und monitor

_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
NightDragon
Veteran
Veteran


Joined: 21 Aug 2004
Posts: 1156
Location: Vienna (Austria)

PostPosted: Mon Jan 23, 2006 7:02 am    Post subject: Reply with quote

Also Optionen die nicht korrekt sind, werden von X einfach ignoriert.
Darann liegts nicht.

Ich würde X mal mit
Code:
startx -layout "singlehead"

starten versuchen.
Ansonsten könnts noch dranna liegen das er die Auflösung nicht mag. Versuch mal 800x600 anstelle von 1024x768


[EDIT]

äääääähm:
Quote:
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!

Naja.... wenn er kein Grafiktreibermodul hat, wird er auch nicht hochstarten können.
Wie schauts mit dem Treiber "nv" aus, oder mit dem Treiber "vga" ... startet er da?
[/EDIT]
_________________
You are the problem too all my solutions ;)
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Mon Jan 23, 2006 8:04 am    Post subject: Reply with quote

Woher hast Du denn diese xorg.conf? Irgendwoher kopiert?

Blackburns_gentoo wrote:
naja auf jedenfall siets jetzt so aus :
Code:
[...]
Section "Module"
   Load "bitmap"
   Load "dbe"
   Load "glx"
   Load "int10"
   Load "record"
   Load "type1"
   Load "vbe"
        SubSection "extmod"
            Option  "omit XFree86-DGA"
        EndSubSection
EndSection
SubSection "extmod"
Option "omit XFree86-DGA"
EndSubSection kann auch raus. Und, was ist 'vbe'?

Blackburns_gentoo wrote:
Code:
Section "DRI"
        Mode 0666
EndSection
Kann raus, brauchst Du bei nvidia nicht!

Blackburns_gentoo wrote:
Code:
Section "Extensions"
   Option "Composite" "Enable"
   Option "RENDER" "Enable"
EndSection
Was'n das, an der Stelle?

Blackburns_gentoo wrote:
Code:
Section "Device"
   Option        "IgnoreEDID" "true"
        Option      "NoAccel" "true"            
        Option      "Dac6Bit" "true"              
        Option      "ShowCache" "true"             
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "GeForce 2"
   BoardName   "82852/855GM Integrated Graphics Device"
   BusID       "PCI:2:0:0"
   Option      "MonitorLayout" "CRT,LFP"
   Option      "DevicePresence" "yes"
   Option      "VBERestore" "yes"
   VideoRam    131072
   Screen      0
        Option      "RenderAccel" "true"
EndSection
Hm, Du hast da aber n Haufen Zeugs drin ... Braucht man das alles bei zwei Monitoren?

Blackburns_gentoo wrote:
Code:
Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
#        Option     "AllowGLXWithComposite" "true"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1024x768"
   EndSubSection
EndSection
Die vielen Optionen, die Du so schön verteilt hast gehören alle zur Section Device wo die Grafikkarten Infos eingetragen werden.

Blackburns_gentoo wrote:

der fehler bleibt der gleiche
Versuch doch mal mit xorgcfg oder xorgconfig oder X -configure eine neue xorg.conf zu bauen!
Oder boote, wie schon vorgeschlagen mit Knoppix oder Gentoo Live CD und versuche diese xorg.conf zu nehmen, die dabei erstellt wird.
Ansonsten kannst Du mal hier schauen. Das ist meine, evtl. als Vorlage, die hier wunderbar funktioniert.
Die Font-Pfade musst Du nur anpassen, je nachdem welche Du installiert hast.

Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
AWO
Tux's lil' helper
Tux's lil' helper


Joined: 24 May 2005
Posts: 144
Location: 52°32N / 11°58E

PostPosted: Mon Jan 23, 2006 8:50 am    Post subject: Reply with quote

Nvidia-Framebuffer im Kernel aktiviert? Wenn ja, dann versuchs mal ohne!

Gruß AWO
Back to top
View user's profile Send private message
klemi
Guru
Guru


Joined: 26 May 2004
Posts: 494
Location: Erbach b. Ulm

PostPosted: Mon Jan 23, 2006 8:50 am    Post subject: Reply with quote

Quote:
Section "Extensions"
Option "Composite" "Enable"
EndSection


Wozu enable.

Wofür braucht man das. Zu compsite gabes doch vor kurzen ellenlange Threads - besser ausschalten hies es da.

Gruß

Klemi[/quote]
_________________
Gentoo 2.6.16-r12; AMD Athlon 3GHz; NVidia GeForce 5700; Hauppauge nexus-s
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Mon Jan 23, 2006 9:38 am    Post subject: Reply with quote

mal ne andere frage hast du überhaupt das paket nvidia-kernel installiert und das nvidia modul auch geladen ??
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Jan 23, 2006 9:48 am    Post subject: Reply with quote

Was für eine Xorg Version willst du denn zum Laufen bekommen?

Die 7ener kannst du im Moment mit ner GeForce2 total vergessen.

Hab da schon nen Bug gemeldet, auch wenn der Fehler anders aussieht als deiner jetzt.

Tobi
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Jan 23, 2006 9:51 am    Post subject: Reply with quote

Und teste mal Folgendes:

In Section "Device" nur:

Identifier
BusID
Driver

mehr ist eigentlich nicht nötig, bzw nur für Dualhead und so.

Kommentier mal alles andere zum Test aus.


Tobi
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Mon Jan 23, 2006 6:48 pm    Post subject: Reply with quote

8O wow , hey danke viel mals für eure hillfe !

also, ich hab hier die xorg meines grossen Pc (signatur) verwentet ich hab dort dualhead im betrieb, ich dachte, es wäher einfacher dieses bstehende file anzupassen, und hab so screen 1 rausgeschniten , das erklärt auch wiso obern noch was von dualhead steht, ich dachte das sei nicht so wichtig.

Naja , war doch nits so gut, nun hab ich es anders versucht:
Code:
Xorg -configure

also als output bekamm ich :
Code:

.......
(++) Using config file: "/root/xorg.conf.new"


Xorg is not able to detect your mouse.
Edit the file and correct the Device.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'

in diesem file steht bei der maus :
Code:

......

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection
.....

/dev/mouse giebts aber nicht.
meine maus is ne USB maus ein stinknormale Logitech, mir ist aber auch aufgefallen das si garnicht leuchtet.
was kann das sein ?
voralem ist das soo wichtig?
mfg
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Mon Jan 23, 2006 6:57 pm    Post subject: Reply with quote

hast du usb-hid im kernel aktiviert und auch das modul(wenn als modul) geladen ??
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Mon Jan 23, 2006 6:58 pm    Post subject: Reply with quote

Blackburns_gentoo wrote:
[/code]
in diesem file steht bei der maus :
Code:

......

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection
.....

/dev/mouse giebts aber nicht. [...] was kann das sein ?

Probier mal:
Code:
Option      "Device"        "/dev/input/mice"

Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
derflo
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jan 2006
Posts: 77

PostPosted: Mon Jan 23, 2006 7:09 pm    Post subject: Reply with quote

Oder

Code:
/dev/misc/psaux


Jedenfalls wird meine USB Notebookmaus da erkannt
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Mon Jan 23, 2006 8:01 pm    Post subject: Reply with quote

also, /dev/misc/psaux giebt es , aber komischerweisse eigell ob ich di maus eingestekt hab oder nicht , di hartware is ja in ordnung mit /dev/input/mice gehts genau so wehnich
aber was macht den hier so probleme , ein normales nforce board von asus mit ner integrierten GF2 und einer USB maus angeschlossesn hää?
mfg
Back to top
View user's profile Send private message
derflo
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jan 2006
Posts: 77

PostPosted: Mon Jan 23, 2006 8:54 pm    Post subject: Reply with quote

geht denn /dev/misc/psaux ?
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Mon Jan 23, 2006 9:16 pm    Post subject: Reply with quote

ich hab keine ahnung wie kann ich das testen , meine maus leuchtert nicht mal ,
aber mein eigentliches problem ist immer noch di Xorg
ich komm einfach nicht in den X-server

Xorg.conf :
Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "glx"
   Load  "record"
   Load  "extmod"
   Load  "dbe"
#   Load  "dri"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"       # <i>
        #Option     "NoFlip"                # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "NoLogo"                # [<bool>]
        #Option     "UBB"                   # [<bool>]
        #Option     "Stereo"                # <i>
        #Option     "SWcursor"              # [<bool>]
        Option     "HWcursor"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "NvAGP"                 # <i>
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ConnectedMonitor"      # <str>
        #Option     "ConnectedMonitors"     # <str>
        #Option     "TVStandard"            # <str>
        #Option     "TVOutFormat"           # <str>
        Option     "RenderAccel"           # [<bool>]
        #Option     "CursorShadow"          # [<bool>]
        #Option     "CursorShadowAlpha"     # <i>
        #Option     "CursorShadowXOffset"    # <i>
        #Option     "CursorShadowYOffset"    # <i>
        #Option     "UseEdidFreqs"          # [<bool>]
        #Option     "FlatPanelProperties"    # <str>
        #Option     "TwinView"              # [<bool>]
        #Option     "TwinViewOrientation"    # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"    # <str>
        #Option     "MetaModes"             # <str>
        #Option     "UseInt10Module"        # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"     # [<bool>]
        #Option     "Overlay"               # [<bool>]
        #Option     "CIOverlay"             # [<bool>]
        #Option     "ForceEmulatedOverlay"    # [<bool>]
        #Option     "TransparentIndex"      # <i>
        #Option     "OverlayDefaultVisual"    # [<bool>]
        #Option     "NvEmulate"             # <i>
        #Option     "NoBandWidthTest"       # [<bool>]
        #Option     "CustomEDID-CRT-0"      # <str>
        #Option     "CustomEDID-CRT-1"      # <str>
        #Option     "CustomEDID-DFP-0"      # <str>
        #Option     "CustomEDID-DFP-1"      # <str>
        #Option     "CustomEDID-TV-0"       # <str>
        #Option     "CustomEDID-TV-1"       # <str>
        #Option     "TVOverScan"            # <f>
        #Option     "IgnoreDisplayDevices"    # <str>
        #Option     "MultisampleCompatibility"    # [<bool>]
        #Option     "RegistryDwords"        # <str>
        #Option     "RegistryBinary"        # <str>
        #Option     "NoPowerConnectorCheck"    # [<bool>]
        #Option     "AllowDFPStereo"        # [<bool>]
        #Option     "XvMCUsesTextures"      # [<bool>]
        #Option     "HorizSync"             # <str>
        #Option     "VertRefresh"           # <str>
        #Option     "AllowGLXWithComposite"    # [<bool>]
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NVCrush11 [GeForce2 MX Integrated Graphics]"
   BusID       "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Card0"
    Monitor     "Monitor0"
    DefaultDepth 24
#    Option     "AllowGLXWithComposite" "true"

    Subsection "Display"
        Depth       24
        Modes      "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection
EndSection

und das log file sagt mir anscheinend das mein kernel modul nich workt,:
Code:

   [22] -1   0   0x00005000 - 0x0000500f (0x10) IX[B]
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [24] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "HWcursor"
(**) NVIDIA(0): Option "RenderAccel"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(--) NVIDIA(0): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xED000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

hää was soll das ??
mein modul is korrekt geladen:
Code:
MultiMedia-Pc ~ # lsmod
Module                  Size  Used by
nvidia               3465020  -



ihr hab mal was erwähnt das neuhere versionen vom kernel oder dem nvidia-kernel die geforce2 nicht mehr unterstützen oder ?
nun das wären jeweils die versionen die ich hab :
Code:

*  sys-kernel/gentoo-sources
      Latest version available: 2.6.15-r1
      Latest version installed: 2.6.15-r1
      Size of downloaded files: 39,086 kB
      Homepage:    http://dev.gentoo.org/~dsd/genpatches
      Description: Full sources including the gentoo patchset for the 2.6 kernel tree
      License:     GPL-2

*  media-video/nvidia-kernel
      Latest version available: 1.0.6629-r5
      Latest version installed: 1.0.6629-r5
      Size of downloaded files: 16,116 kB
      Homepage:    http://www.nvidia.com/
      Description: Linux kernel module for the NVIDIA X11 driver
      License:     NVIDIA


hilfe was kann ich noch tun ?
bin um jede hilfe froh.
MFG
Back to top
View user's profile Send private message
derflo
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jan 2006
Posts: 77

PostPosted: Mon Jan 23, 2006 9:26 pm    Post subject: Reply with quote

Code:
Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
EndSection


Das ändern in

Code:
Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/misc/psaux"
EndSection


Zieh die maus mal ab, steck sie wieder an, und poste eine ausgabe von
Code:
dmesg



Außerdem wäre die fehlermeldung nicht schlecht die du bekommst poste doch m al die xorg.conf.log
Back to top
View user's profile Send private message
energyman76b
Advocate
Advocate


Joined: 26 Mar 2003
Posts: 2048
Location: Germany

PostPosted: Tue Jan 24, 2006 12:03 am    Post subject: Reply with quote

Hi,

lad einfach das nvidia-Modul bevor du X startest, und lösch diesen 'busid' und 'vberestore' kram aus deiner config.
_________________
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Jan 24, 2006 8:50 am    Post subject: Reply with quote

Blackburns_gentoo: hast du die maus am usb-port oder über einen usb-ps/2 adapter am ps/2 port hängen ??

wenn am usb-port dann must du noch den usb-hid-support im kernel aktivieren damit die mous als imput-device erkannt wird.
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
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
Goto page 1, 2  Next
Page 1 of 2

 
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