Bug 5438 - xorg 7.0 [nv] Geforce2 Ti --> undefined symbol: f86CreateCursorInfoRec
Summary: xorg 7.0 [nv] Geforce2 Ti --> undefined symbol: f86CreateCursorInfoRec
Status: RESOLVED DUPLICATE of bug 5585
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/nVidia (open) (show other bugs)
Version: 7.0.0
Hardware: x86 (IA32) Linux (All)
: high major
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-28 20:56 UTC by Tobias Kaminsky
Modified: 2006-01-20 11:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Tobias Kaminsky 2005-12-28 20:56:53 UTC
I installed sucessfully xorg-7.0, but when I press startx the computer says:

[16:18:57]|[root@tobi-rechner]|~$ startx
hostname: Unknown host


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.14.4 i686
Current Operating System: Linux tobi-rechner 2.6.14.4 #1 SMP PREEMPT Sat Dec 24
04:27:05 CET 2005 i686
Build Date: 25 December 2005
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 25 16:19:27 2005
(==) Using config file: "/etc/X11/xorg.conf"
dlopen: /usr/lib/xorg/modules/drivers/nv_drv.so: undefined symbol:
xf86CreateCursorInfoRec
(EE) Failed to load /usr/lib/xorg/modules/drivers/nv_drv.so
(EE) Failed to load module "nv" (loader failed, 7)
(EE) No drivers available.

Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.


Here's my xorg.conf:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (root@tobi-rechner)  Sa Dez 24 16:35:15 CET
2005
# /.../
# SaX generated XFree86 config file
# Created on: 2004-01-18.
#
# Version: 4.7
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (4.7)
# PLEASE DO NOT EDIT THIS FILE!
#
#Section "Extensions"
#    Option "Composite" "Enable"
#EndSection

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

Section "Files"
    InputDevices      "/dev/ttyS0"
    InputDevices      "/dev/ttyS1"
    InputDevices      "/dev/ttyS2"
    InputDevices      "/dev/ttyS3"
    InputDevices      "/dev/ttyS4"
    InputDevices      "/dev/ttyS5"
    InputDevices      "/dev/ttyS6"
    InputDevices      "/dev/ttyS7"
    InputDevices      "/dev/ttyS8"
    InputDevices      "/dev/psaux"
    InputDevices      "/dev/logibm"
    InputDevices      "/dev/sunmouse"
    InputDevices      "/dev/atibm"
    InputDevices      "/dev/amigamouse"
    InputDevices      "/dev/atarimouse"
    InputDevices      "/dev/inportbm"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/mouse"
    InputDevices      "/dev/usbmouse"
    InputDevices      "/dev/adbmouse"
    InputDevices      "/dev/input/mice"
    InputDevices      "/dev/input/event0"
    InputDevices      "/dev/pointer0"
    InputDevices      "/dev/pointer1"
    InputDevices      "/dev/pointer2"
    InputDevices      "/dev/pointer3"
    FontPath        "/usr/share/fonts/libdockapp-fonts"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/local"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/URW"
    FontPath        "/usr/share/fonts/Speedo"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/latin2/misc:unscaled"
    FontPath        "/usr/share/fonts/latin2/75dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/100dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/Type1"
    FontPath        "/usr/share/fonts/latin7/75dpi:unscaled"
    FontPath        "/usr/share/fonts/baekmuk:unscaled"
    FontPath        "/usr/share/fonts/japanese:unscaled"
    FontPath        "/usr/share/fonts/kwintv"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/uni:unscaled"
    FontPath        "/usr/share/fonts/CID"
    FontPath        "/usr/share/fonts/ucs/misc:unscaled"
    FontPath        "/usr/share/fonts/ucs/75dpi:unscaled"
    FontPath        "/usr/share/fonts/ucs/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/misc:unscaled"
    FontPath        "/usr/share/fonts/hellas/75dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/Type1"
    FontPath        "/usr/share/fonts/misc/sgi:unscaled"
    FontPath        "/usr/share/fonts/xtest"
EndSection

Section "Module"
    Load           "extmod"
#  Load         "speedo"
    Load           "glx"
    Load           "freetype"
#  Load                 "nvidia"
    Load           "type1"
#  Load         "v4l"
    Load           "dbe"
# Load          "ex"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail"
EndSection

Section "InputDevice"
    Identifier     "Keyboard"
    Driver         "kbd"
    Option         "MapName" "Standard Keyboard [ pc105 ]"
#  Option       "Protocol" "Standard"
    Option         "XkbLayout" "de"
    Option         "XkbModel" "pc105"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "ButtonNumber" "5"
    Option         "Device" "/dev/psaux"
    Option         "Name" "Autodetection"
    Option         "Protocol" "imps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Modes"
    Identifier         "Modes[0]"
    ModeLine     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066
+hsync +vsync
#  Modeline     "1024x768" 122.39 1024 1064 1240 1368 768 768 783 802
#  Modeline      "1024x768" 61.19 1024 1040 1216 1400 768 768 775 802
#  Modeline      "1024x768" 71.39 1024 1040 1216 1400 768 768 776 802
# --->  Modeline      "1024x768" 81.59 1024 1040 1216 1400 768 768 777 802
#  Modeline      "1024x768" 91.79 1024 1040 1216 1400 768 768 778 802
#  Modeline      "1024x768" 101.99 1024 1040 1216 1400 768 768 779 802
#  Modeline      "1024x768" 112.19 1024 1040 1216 1400 768 768 781 802
#  Modeline      "1024x768" 122.39 1024 1040 1216 1400 768 768 783 802
#  Modeline      "1024x768" 132.59 1024 1040 1216 1400 768 768 789 802
#  Modeline      "1024x768" 142.79 1024 1040 1216 1400 768 768 789 802
EndSection

Section "Monitor"
    Identifier     "Monitor [0]"
    ModelName      "IIYAMA Vision Master Pro 510"
    UseModes       "Modes[0]"
    DisplaySize     400    300
    HorizSync       31.0 - 82.0
    VertRefresh     30.0 - 60.0
EndSection

Section "Device"
    Identifier     "Device[0]"
    Driver         "nv"
    Option "HWCursor" "0"
    VendorName     "NVidia"
    BoardName      "GeForce2 Ti"
    Screen          0
EndSection

Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    Option         "HWCursor" "0"
    Option         "EnablePageFlip" "True"
#    Option         "AllowGLXWithComposite" "true"
    Option         "RenderAccel" "true"
#   Option      "UseFBDev" "on"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024"
    EndSubSection
EndSection

And xorg.0.log:

(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.6629
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
dlopen: /usr/lib/xorg/modules/drivers/nv_drv.so: undefined symbol:
xf86CreateCursorInfoRec
(EE) Failed to load /usr/lib/xorg/modules/drivers/nv_drv.so
(II) UnloadModule: "nv"
(EE) Failed to load module "nv" (loader failed, 7)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(EE) No drivers available.

Fatal server error:
no screens found
Comment 1 Adam Jackson 2006-01-21 06:26:05 UTC
please attach log files and config files to bugs, rather than pasting them into
the comment field.

you have built X with a toolchain that sets '-z now' in the linker flags.  this
is unsupported.  you need to compile the X server and drivers without -z now in
the linker flags, either by changing your compiler's specs or by passing in
-nonow in CFLAGS.

*** This bug has been marked as a duplicate of 5585 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.