PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : x will nicht unter Mandrake 9.0


sixfriends
18.03.03, 20:40
Mal gleich zu Anfang: Ich bin genervt, habe keine Lust mehr und bin kurz davor, die Schwelle zum Wahnsinn zu überschreiten! Vielleicht auch schon drüber.

Ich hab mir Mandrake 9.0 runtergeladen und installiert. Ging alles wunderbar bis zu dem Zeitpunkt, als ich mich einloggen wollte. Der graphische Login funzt nicht. Ich hab hier einiges zu diesem Thema gefunden, hab das, was ich gerafft hab auch ausprobiert, hat aber nix geholfen. Bin eigentlich noch mehr verwirrt als vorher. Was ich genau gerafft habe war auch nich so viel, bin Newbie.

Ich glaube aber verstanden zu haben, dass die Treiber meiner Graphikkarte (Nvidia GeForce 4200 Ti) nicht funktionieren. Ich hab mir die Dateien NVIDIA_kernel-1.0-4191.mdk90smp.i586.rpm und NVIDIA_kernel-1.0-4191.mdk90up.i586.rpm von der Nvidia Homepage runtergeladen. Ich weiß aber nicht so genau, welchen ich brauch und was ich damit machen soll. Von dem was ich bisher in diesem Forum gelesen habe, hier schon mal die Logfile:

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-23mdkenterprise i686 [ELF]
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/XFree86.0.log", Time: Tue Mar 18 20:21:53 2003
(==) Using config file: "/etc/X11/XF86Config-4"
Using vt 7
(EE) No devices detected.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

----------------------------------------------------------------------------------
und dann noch die /etc/X11/XF86Config-4----------------------------
----------------------------------------------------------------------------------
# File generated by XFdrake.

# ************************************************** ********************
# Refer to the XF86Config man page for details about the format of
# this file.
# ************************************************** ********************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de(nodeadkeys)"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/usbmouse"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "AOC"
ModelName "AOC SPECTRUM 7Glr & 7GlrA"
HorizSync 30.0-85.0
VertRefresh 50.0-130.0

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
BoardName "NVIDIA GeForce4 (generic)"
Driver "nv"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection

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

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------

HIIIIIIIIIIIIIIILLLLLLLLLLLLLLLLLLFFFFFFFFFFFFEEEE EEEEEEEEEEEEEEEEE!
Danke

FIREwaLKER
18.03.03, 21:16
also, ich würde das *UP.rpm paket installieren, weil das SMP glaub ich für Multiprozessor Kernel ist.
Dann das dazugehörige GLX-Paket von der nvidia page.
dann reboot --> Der grafische Login wird noch nicht gehen.
Jetzt als root in der Konsole einloggen und in der Datei die du gepostet hast die zeichenfolge "nv" in "nvidia" austauschen
und speichern.
Danach mit "startx" den XServer (grafischer Login) starten.

Sollte das nicht klappen kannst du auch drakeconfig starten (grafisches Setuptool für Mandrake --> geht auch in der Konsole)
und die Grafikkarte einstellen.

Einer der beiden Wege hat bei mir geklappt!

sixfriends
19.03.03, 00:06
Es hat gefunzt.

Thx a lot man.

cya - sixfriends

Razorfang
19.03.03, 00:11
klingt wie mein problem :=)