Nvidia po raz kolejny.

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
mascom
Posty: 6
Rejestracja: 03 sierpnia 2007, 20:57

Nvidia po raz kolejny.

Post autor: mascom »

Witam.
Mam taki oto problem:
zainstalowałem sobie debiana Etcha, od razu po świezej instalacji postanowiłem go przemienić na wersję testową, tak też zrobiłem zgodnie z poradnikiem: http://debian.linux.pl/viewtopic.php?t=645 Dodatkowo do sources.list dodałem rezpozytoria od kogos listy ( okaząło sie ze tam były tez z 2 adresy dla Sida. Teraz po wydaniu polecenia cat /etc/debian_version mam lenny/sid.

No i teraz mój problem, chodzi o instalacje sterowników od nvidii.
Sciągam sterownik *.run ze strony nvidii, daje ctrl+alt+f1, wyłanczam gnoma, ustawiam prawa dostepu dla pliku rnu no i na początku było tak - znany błąd zwiążany z niezgodnościa wersjii gcc 4.2 - 4.1 :/ Znalazłem sposób na to, stworzyłem dowiązanie: ln - s /usr/bin/gcc-4.1 /usr/bin/gcc.
Dzieki temu wygląda tak jakby sterownik naprawdę dobrze sie instalował, daje w instalatorze aby został zaktualizaowany plik konfiguracyjny xów, potem startx lub /etc/init.d/gdm start i niby jest próba uruchomienia trybu graficznego ale pisze ze nie mozna uruchomic xów i prosi o przejrzenie pliku xorg.conf. Oto on: nvidia-xconfig:

Kod: Zaznacz cały

X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Jun 13 18:39:30 PDT 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "DELL P1130"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "DELL P1130"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Jesli zamienię wpis z nvidia na nv to wtedy xy uruchamiają sie normalnie na otwartym sterowniku.

I co z tym zrobic żeby tryb graficzny uruchomił sie ze sterownikiem od nvidii?
Awatar użytkownika
draco
Beginner
Posty: 258
Rejestracja: 03 grudnia 2006, 15:23
Lokalizacja: Inna rzeczywistość

Post autor: draco »

Wystaw gdzieś (np. http://phpfi.com/) logi tej "dobrej" instalacji sterwonika.
mascom
Posty: 6
Rejestracja: 03 sierpnia 2007, 20:57

Post autor: mascom »

Wystaw gdzieś (np. http://phpfi.com/) logi tej "dobrej" instalacji sterwonika.
Jestem początkujacy jesli chodzi o debiana, jakie pliki dokładnie Ci dołączyc?
Komunikat po próbie uruchomienia xów:
Obrazek1
Obrazek2
Obrazek3
jerryS
Beginner
Posty: 122
Rejestracja: 07 maja 2007, 16:30
Lokalizacja: Bydgoszcz

Post autor: jerryS »

Jest nowa wersja sterowników. Zajrzyj w ten wątek
tam jest link do tej wersji.
ODPOWIEDZ