Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia problemen :( [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
hannesz112
n00b
n00b


Joined: 27 Jul 2005
Posts: 18

PostPosted: Tue Nov 29, 2005 8:07 pm    Post subject: Nvidia problemen :( [Solved] Reply with quote

HI,

Naar een tijdje wat andere distro's te hebben getest, heb ik besloten om maar bij gentoo te blijven.

Gnome staat er op maar ik loop keer op keer tegen die nvidia problemen op. Heb het ( volgens mij ) wel al gedeeltelijk aan de praat.

Zodra als ik
Code:
glxinfo
in typ krijg ik de volgende error message

Code:
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

   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
----------------------------------------------------------------------
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x22 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
Segmentation fault


als ik
Code:
dmesg
typ krijg ik de volgende output

Code:
eth0: no IPv6 routers present
usb 5-1: USB disconnect, address 2
glxinfo[6212]: segfault at 0000000000000000 rip 00002aaaaad86fb2 rsp 00007fffffa 75e70 error 4
glxinfo[6223]: segfault at 0000000000000000 rip 00002aaaaad86fb2 rsp 00007fffffc 04c90 error 4
glxinfo[6245]: segfault at 0000000000000000 rip 00002aaaaad86fb2 rsp 00007fffff8 72960 error 4
nvidia: module license 'NVIDIA' taints kernel.
nvidia: Unknown symbol register_ioctl32_conversion
nvidia: Unknown symbol unregister_ioctl32_conversion
ReiserFS: sda3: warning: vs-8301: reiserfs_kmalloc: allocated memory 202848
usb 5-1: new low speed USB device using uhci_hcd and address 3
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:10.3 -1
usb 5-1: USB disconnect, address 3
glxinfo[13472]: segfault at 0000000000000000 rip 00002aaaaad85fb2 rsp 00007fffff ed2be0 error 4
glxinfo[13486]: segfault at 0000000000000000 rip 00002aaaaad85fb2 rsp 00007fffff a11b60 error 4
glxinfo[13488]: segfault at 0000000000000000 rip 00002aaaaad85fb2 rsp 00007fffff d3d720 error 4
glxinfo[13518]: segfault at 0000000000000000 rip 00002aaaaad85fb2 rsp 00007fffff 9d7a50 error 4
glxinfo[13534]: segfault at 0000000000000000 rip 00002aaaaad85fb2 rsp 00007fffff e9f560 error 4
glxinfo[13536]: segfault at 0000000000000000 rip 00002aaaaad85fb2 rsp 00007fffff 969e30 error 4


Ik kom er echt niet meer. Wie kan mij uit de brand helpen. :(


thnx


Last edited by hannesz112 on Fri Dec 02, 2005 9:45 am; edited 1 time in total
Back to top
View user's profile Send private message
Po0ky
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2005
Posts: 142
Location: Belgium

PostPosted: Wed Nov 30, 2005 9:52 am    Post subject: Reply with quote

xorg.conf? (niet helemaaaaaaaal aub)

nvidia-kernel en nvidia-glx versie? kernel versie?

overlaatst kernel geupdate en uw nvidia toestandjes niet opnieuw gecompiled?

need more info ;)
_________________
-- I'll eat it--
Back to top
View user's profile Send private message
hannesz112
n00b
n00b


Joined: 27 Jul 2005
Posts: 18

PostPosted: Wed Nov 30, 2005 9:57 pm    Post subject: Reply with quote

Zie hier m'n xorg.conf ( niet helemaal :D teminste die mij iig nuttig lijken)



Code:
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
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 font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

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

EndSection

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

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Liteon"

    HorizSync   31.5 - 64.3
    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     "vga"
# 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   256

#    Clocks   25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "Nvidia"
    Driver      "nv"
    #VideoRam    131072
    Option "AllowGLXWithComposite""true"
    # Insert Clocks lines here if appropriate
EndSection


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

Section "Screen"
    Identifier  "Screen 1"
    Device      "Nvidia"
    Monitor     "Liteon"
    DefaultDepth 24

    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.
# **********************************************************************.

Section "ServerLayout"

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

    Screen "Screen 1"

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

EndSection

# Section "DRI"
#    Mode 0666
# EndSection


Quote:

nvidia-kernel en nvidia-glx versie? kernel versie?


Ik heb geen idee hoe ik de nvidia-kernel/glx versie kan bekijken.
Ik heb de xorg config ook al eens geprobeerd via xorgconf. Maar ook geen succes. :(

Als je nog meer nodig hebt Roept u maar :twisted:

Bij
Code:
modprobe nvidia
krijg ik de volgende output

Code:
FATAL: Error inserting nvidia (/lib/modules/2.6.14-gentoo-r2/video/nvidia.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Back to top
View user's profile Send private message
ruben-
Apprentice
Apprentice


Joined: 09 Nov 2004
Posts: 197

PostPosted: Thu Dec 01, 2005 9:54 am    Post subject: Reply with quote

See dmesg.
Back to top
View user's profile Send private message
Po0ky
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2005
Posts: 142
Location: Belgium

PostPosted: Thu Dec 01, 2005 10:07 am    Post subject: Reply with quote

Na kernel update:
Code:
emerge nvidia-kernel
emerge nvidia-glx

gedaan?
_________________
-- I'll eat it--
Back to top
View user's profile Send private message
hannesz112
n00b
n00b


Joined: 27 Jul 2005
Posts: 18

PostPosted: Thu Dec 01, 2005 1:52 pm    Post subject: Reply with quote

Quote:
Na kernel update:
Code:
Code:
emerge nvidia-kernel
emerge nvidia-glx


gedaan?


Schele ik :oops: ik heb niet goed je vorige post gelezen sry...maar hij werkt nu wel iig :roll:

thnx
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Thu Dec 01, 2005 1:57 pm    Post subject: Reply with quote

hannesz112 wrote:
Quote:
Na kernel update:
Code:
Code:
emerge nvidia-kernel
emerge nvidia-glx


gedaan?


Schele ik :oops: ik heb niet goed je vorige post gelezen sry...maar hij werkt nu wel iig :roll:

thnx

Zet ff "solved" in het topic dan :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch 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