nvidia treiber probleme

B

black_mosaic

Grünschnabel
Hallo,
ich hab vor kurzem Gentoo installiert und jetzt probleme direct rendering meiner GeForce6600GT zu aktivieren. Alle tips die ich im forum gefunden habe, haben nicht geholfen.
Schon mal danke im voraus.

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/share/X11/rgb"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "ddc"
        Load  "vbe"
        Load  "int10"
        Load  "record"
        Load  "dbe"
        Load  "GLcore"
        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"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

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

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV43 [GeForce 6600 GT]"
        BusID       "PCI:1:0:0"
        Option      "AllowGLXWithComposite" "true"
        Option      "AddARBGLXVisuals"  "true"
        Option      "RenderAccel" "true"
        Option      "NoLogo"    "true"
        Option      "DPMS"
        Option      "IgnoreEDID"        "0"
        Option      "UseEdidFreqs"      "1"
        Option      "HWCursor"  "1"
        Option      "NvAGP"     "1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option "Composite" "true"
EndSection

Section "DRI"
        Mode 0666
EndSection

make.conf:
Code:
# Build Flags:
#
USE="apci X ipv6 glitz gtk gtk2 -gnome -qt3 -qt4 -kde dri alsa cdrom cups cdr cd
rw dvd dvdrw nvidia ssl msn nsplugin"

# Host Setting
#
CHOST="x86_64-pc-linux-gnu"

# Host and optimization settings 
# gcc:
#
CFLAGS="-march=athlon64 -O2 -pipe"

#
# g++:
CXXFLAGS="${CFLAGS}"

# Synchronizing Portage
#
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

# Emerge default options
#
EMERGE_DEFAULT_OPTS=" --ask --verbose "

# Make options (number of parralel proyesses)
#
MAKEOPTS="-j2"

# Xwindows settings
#
INPUT_DEVICES="keyboard mouse joystick"
VIDEO_CARD="nvidia"

lsmod:
Code:
[Module                  Size  Used by
cifs                  214160  0 
vfat                   13120  0 
fat                    48240  1 vfat
ntfs                  222088  0 
udf                    74344  0 
nvidia               8108664  34 
i2c_core               23296  1 nvidia

glxinfo
Code:
name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_framebuffer_sRGB
GLX version: 1.2
GLX extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_SGIX_fbconfig, 
    GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 6600 GT/PCI/SSE2
OpenGL version string: 1.2 (2.1.1 NVIDIA 100.14.11)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_cube_map, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_window_pos, GL_ARB_texture_non_power_of_two, GL_ARB_vertex_program, 
    GL_ARB_fragment_program, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_pixels, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, 
    GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod, 
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_vertex_array, 
    GL_ATI_texture_mirror_once, GL_IBM_texture_mirrored_repeat, 
    GL_NV_blend_square, GL_NV_texgen_reflection, GL_NV_texture_rectangle, 
    GL_NV_texture_env_combine4, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, 
    GL_SGIX_depth_texture, GL_SGIX_shadow

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2d 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x2e 32 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 Ncon
0x2f 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon
 
Hast du dich strikt ans gentoo-wiki gehalten?

Wenn ja, ist alles sauber durchgelaufen?
 
Ja ich hab die instalation entsprechend der wiki durchgeführ und soweit ich das beurteilen kann keine fehlermeldungen erhalten.
 
Sieht ja so aus als sei das Modul geladen und die xorg.conf sollte es auch benutzen. Das sieht alles okay aus.
Hast du mal einen Blick in das Xorg-log geworfen? Vllt findet sich da der kleine Fehelrteufel.
 
Das Xorg log bring ein paar Fehler- und Hinweismeldungen mit dennen ich aber nicht wirklich was anfangen kann

Code:
cat Xorg.0.log | grep nvidia
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
(WW) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Setting mode "nvidia-auto-select"

cat Xorg.0.log | grep dri
        X.Org XInput driver : 0.7
(II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
        ABI class: X.Org XInput driver, version 0.7
        ABI class: X.Org XInput driver, version 0.7
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
(II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI

cat Xorg.0.log | grep glx
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"

bei "dri" zeigt er reinstalling an, allerdings aendert sich das danach auch nicht.
 
Versuch' mal
# eselect opengl set nvidia
und wenn das nicht hilft poste bitte mal
# grep EE /var/log/Xorg.0.log

MfG
Psyjo
 
eselect hat nichts geändert.
Das sind die Fehlermeldungen aus dem log
Code:
(EE) Failed to load module "wfb" (module does not exist, 0)
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
(EE) AIGLX: DRI module not loaded
 
Ist das Nvidia-Modul auch geladen ?
> # lsmod

Der Nvidia-Treiber verträgt sich soweit ich weis nicht mit DRI, deshalb kannst du mal versuchen was passiert wenn du
Code:
Section "DRI"
        Mode 0666
EndSection
entfernst

Wenn das immer noch nicht hilft, poste mal die Ausgabe von
# eselect opengl list

MfG
Psyjo
 
Zuletzt bearbeitet:
Code:
 eselect opengl list
Available OpenGL implementations:
  [1]   nvidia *
  [2]   xorg-x11
.

 

Ähnliche Themen

X11 Monitor Position

Samba Dateien und Ordner verschieben

X startet nichtmehr

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

NagiosGrapher 1.7.1 funktioniert nicht

Zurück
Oben