PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Suse7.3 und GeForce2Pro



markus-b
11.01.02, 20:10
Hi,

ich habe Suse7.3 geschenkt bekommen, dises ist mir aber schon beim Instalieren immer abgestürzt. :confused:
Als ich dann meine GeForce2 Pro Grafikkarte durch eine alte S3 ersetzte konnte ich Linux Instalieren und es lief auch einwandfrei.:)
Aber trotz Treiberinstalation und Editiren der Datei XF86Config(wie beschrieben), kam es beim Wiedereibau der Geforce sofort wieder zum Absturz (bei grafischen Login):mad: .

Was kann ich tun?

Meine Hardware:
Athlon1400
Board: Gigabyte GA-7DXR
Grafik: Leadtec GeForce2 Pro


Vielen dank im Voraus für euere Hilfe :)

hunter
11.01.02, 22:23
Was hast du denn in deine XF86Config eingetragen ? Du musst als Driver ja "nv" nehmen. Poste mal was du bislang hast.

markus-b
12.01.02, 18:17
Danke für deine Antwort, hunter, aber es funktioniert immerer noch nicht. Ich hab mal die Datei kopiert, wahrscheinlich ist da noch Einiges im Argen. Vielleicht liegt es an der Eintragung für den Bus?
Wenn du mal einen Blick darauf werfen würdest, wäre ich dir dankbar.


# generic XFree86 4.x configuration file

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/uni/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "BlankTime" "0"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
# extensions
EndSection

Section "InputDevice"
Driver "keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbRules" "xfree86"
Option "XkbKeycodes" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/mouse"
Option "Protocol" "imps/2"
EndSection

Section "Monitor"
HorizSync 25-40
Identifier "Monitor[0]"
ModelName "Initial"
VendorName "Initial"
VertRefresh 47-75
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Try
Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Try
Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Try
Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Try
Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Try
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
EndSection

# Screen Section for module X support
# -------------------------------------
Section "Screen"
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

# Screen Section for fbdev support
# ----------------------------------
Section "Screen"
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
SubSection "Display"
Depth 24
Modes "default"
EndSubSection
SubSection "Display"
Depth 32
Modes "default"
EndSubSection
SubSection "Display"
Depth 8
Modes "default"
EndSubSection
Device "Device[fbdev]"
Identifier "Screen[fbdev]"
Monitor "Monitor[0]"
EndSection

# Screen Section for vga support
# ----------------------------------
Section "Screen"
SubSection "Display"
Depth 4
Modes "640x480"
EndSubSection
Device "Device[vga]"
Identifier "Screen[vga]"
Monitor "Monitor[0]"
EndSection

Section "Device"
Driver "nv"
Identifier "NVIDIA GeForce"
BusID "0:9:0"
# device_options
Option "sw_cursor" "on"
EndSection

Section "Device"
Driver "fbdev"
Identifier "Device[fbdev]"
BusID "0:9:0"
# fbdev_options
EndSection

Section "Device"
Driver "vga"
Identifier "Device[vga]"
BusID "0:9:0"
# vga_options
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[vga]"
EndSection


Danke für deine/eure Hilfe :)

Nil Filter
13.01.02, 16:42
Hi,
schalte als erstes den grafischen Login ab. Danach würde ich sax2 starten, wobei Du auf die Frage, ob 3D aktiviert werden soll, mit *nein* antwortest.
Nach Konfiguration (3D nicht aktivieren) solltest Du zumindest 2D am Laufen haben.
Falls Du 3D-Beschleunigung brauchst (wozu sonst Geforce?), musst Du dir Nvidias Treiber runterladen und installieren.
Ciao

PeDrO
13.01.02, 17:24
HI markus-b,

lies dir mal hier die Seite durch, ich garantiere dir, dass deine Karte danach funktioniert!!!! (Hoffentlich *ggg* )

http://holarse.wue.de/index.php?content=treiber_nvidia

cya PeDrO

schumi
15.01.02, 12:28
im bios alle apm optionen abschalten hat bei mir geholfen.

Gruss pit