Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kein nvidia nach Kernel mit devfs
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
demeter
n00b
n00b


Joined: 27 Jul 2004
Posts: 31
Location: Linz, Austria

PostPosted: Thu Nov 11, 2004 9:32 pm    Post subject: kein nvidia nach Kernel mit devfs Reply with quote

Hallo!

Schon wieder ein Postin bzgl. nvidia und X :roll: Sorry, aber ich weiss wirklich nicht mehr was ich machen soll. Beim jedem Bootvorgang hat mir gentoo vorgeschlagen einen kernel mit devfs zu verwenden. nach 15 sekunden gings dann weiter. Nvidia, tvkarte usw. funzte ohne Probleme. Nun dachte ich mir, ich mach mal einen Kernel mit devfs um diese meldung loszuwerden. gesagt - getan. reboot ohne Fehler. nur x verweigert den start. treiber auf nv in xorg umgestellt, kdm startet. Nachdem ich im Forum nichts gefunden hatte, habe ich nvidia-kernel, nvidia-glx opengl-update neu geemerged (war zu voreilig). Wenn ich jetzt im xorg.conf nvidia als Treiber einstelle und X starte gibts nen schwarzen bildschirm und das wars (tot). kann mir jemand einen Tipp geben wie ich die nvidia-treiber wieder zum laufen bekomme? Tv-Karte funzt auch nimma (Is ma aber im moment wurscht, Hauptsache ich bekomm die Geforce wieder zum laufen da ich am Samstag an eine LAN-Party teilnehmen möchte (mit opengl und nicht mit software renderer *gggg*)
Hier ein paar infos zu meiner Kiste:

Kernel 2.6.7, Geforce5
* media-video/nvidia-glx
Latest version available: 1.0.5336-r2
Latest version installed: 1.0.5336-r2
Size of downloaded files: 6,661 kB
Homepage: http://www.nvidia.com/
Description: XFree86 GLX libraries for the NVIDIA's X driver
License: NVIDIA

* media-video/nvidia-kernel
Latest version available: 1.0.5336-r4
Latest version installed: 1.0.5336-r4
Size of downloaded files: 6,661 kB
Homepage: http://www.nvidia.com/
Description: Linux kernel module for the NVIDIA's X driver
License: NVIDIA

Hier die nvidiameldung von dmesg
Code:

nvidia: module license 'NVIDIA' taints kernel.
0: nvidia: loading NVIDIA Linux x86 NVIDIA Kernel Module  1.0-5336  Wed Jan 14 18:29:26 PST 2004


und hier von lspci
Code:

0000:01:00.0 VGA compatible controller: nVidia Corporation NV31 [GeForce FX 5600XT] (rev a1)


Hier ist noch ein ausschnitt von xorg.conf
Code:

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 82.0

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-70

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset   "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "nvidia"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

   VideoRam   128

#    Clocks   25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nvidia"
    VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 16

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

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection


und lsmod
Code:

bash-2.05b# lsmod
Module                  Size  Used by
snd_emu10k1            93672  -
snd_rawmidi            20356  -
snd_ac97_codec         66248  -
snd_util_mem            3268  -
snd_hwdep               6980  -
snd_pcm_oss            49608  -
snd_pcm                88836  -
snd_page_alloc          8812  -
snd_timer              22248  -
snd_mixer_oss          17348  -
snd                    48452  -
analog                  9952  -
emu10k1_gp              2308  -
nvidia               2075464  -
sis900                 17032  -
joydev                  8000  -
evdev                   7392  -
bash-2.05b


Hab auch im Forum gesucht, aber nix gefunden...is es möglich das defv die xorg.conf ändert?

mfG,
Martin
Back to top
View user's profile Send private message
muecke
n00b
n00b


Joined: 16 Oct 2004
Posts: 46

PostPosted: Thu Nov 11, 2004 9:51 pm    Post subject: Reply with quote

welchen packete hast du von nvidia runter geladen und welchen kernel??
_________________
PC1 Intel Pentium II 400 Gentoo 2.4.27
Labtop HD1 Intel Pentium 4 2G Gentoo 2.6.1 Nvidia
HD2 Gentoo 2.6.9-r1 Nvidia
Back to top
View user's profile Send private message
marc
Apprentice
Apprentice


Joined: 13 Jan 2003
Posts: 290

PostPosted: Fri Nov 12, 2004 12:32 am    Post subject: Reply with quote

Neueres NVidia installieren. 5336 is obselete for Kernel 2.6

Quote:
nvidia: module license 'NVIDIA' taints kernel.
0: nvidia: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-5336 Wed Jan 14 18:29:26 PST 2004
Back to top
View user's profile Send private message
demeter
n00b
n00b


Joined: 27 Jul 2004
Posts: 31
Location: Linz, Austria

PostPosted: Fri Nov 12, 2004 6:54 am    Post subject: Reply with quote

@muecke: laut emerge -s nvidia sind diese pakete installiert, Kernel 2.6.7:

* media-video/nvidia-glx
Latest version available: 1.0.5336-r2
Latest version installed: 1.0.5336-r2
Size of downloaded files: 6,661 kB
Homepage: http://www.nvidia.com/
Description: XFree86 GLX libraries for the NVIDIA's X driver
License: NVIDIA

* media-video/nvidia-kernel
Latest version available: 1.0.5336-r4
Latest version installed: 1.0.5336-r4
Size of downloaded files: 6,661 kB
Homepage: http://www.nvidia.com/
Description: Linux kernel module for the NVIDIA's X driver
License: NVIDIA

@marc: werde dies gleich testen wenn ich von der abeit heimkomme...(ich dachte das mit dem befehl "emerge nvidia-kernel" die neuesten treiber installiert werden...)

danke für eure hilfe,
martin
Back to top
View user's profile Send private message
demeter
n00b
n00b


Joined: 27 Jul 2004
Posts: 31
Location: Linz, Austria

PostPosted: Fri Nov 12, 2004 2:35 pm    Post subject: Reply with quote

Mit folgender nvidia-kernel version funzt jetzt wieder alles:

* media-video/nvidia-glx
Latest version available: 1.0.6111
Latest version installed: 1.0.6111
Size of downloaded files: 15,138 kB
Homepage: http://www.nvidia.com/
Description: NVIDIA X11 driver and GLX libraries
License: NVIDIA

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

Ich danke euch für die schnelle Hilfe!
Martin
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