VLC Problem

Gandalf2

Newbee in Sachen BSD
Hallo zusammen,
ich habe mir hier auf FreeBSD 6.2 VLC sowohl aus den Ports als auch aus den Packages installiert.
Wenn ich es aus dem Terminal aufrufe kommt immer
PHP:
> vlc
VLC media player 0.8.5 Janus
Segmentation fault (core dumped)

Als Grafik karte kommt hier eine Nvidia zum einsatz.
Hat einer eine Idee?

Auch wollte ich 3DDESKTOP wieder drauf haben. In der 6.1 er Version war es kein Problem damit.
Habe es aus den Ports installiert und wenn ich es aufrufe kommt immer

Code:
 3ddesk
Attempting to start 3ddesktop server.
Daemon started.  Run 3ddesk to activate.
Xlib:  extension "GLX" missing on 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".
Server not found after waiting 5 seconds.
Could not find server.
Try starting manually (3ddeskd)

> 3ddeskd
Daemon started.  Run 3ddesk to activate.
> Xlib:  extension "GLX" missing on 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".

In meiner xorg.conf steht bei Module aber folgendes

Code:
Section "Module"

    Load           "bitmap"
#    Load           "xtt"
    Load           "extmod"
    Load           "xtrap"
    Load           "dbe"
    Load           "glx"
    Load           "record"
    Load           "type1"
    Load           "freetype"
    Load           "type1"
        Load    "ddc"
#       Load    "dri"
#    Load           "speedo"
EndSection

Also ich bin mit meiner Weisheit am Ende.
Hat einer ein ähnliches Problem?
 
Moin,

mein erster Tip wäre: eine der Libs hat 'ne Schacke. Um dies zu prüfen müsste man vlc mit dem gdb starten.

Gibt es eigentlich eine Möglichkeit den Port mit Debugcode zu erstellen (wahrscheinlich) und wie stellt man das ein (in make.conf: CFLAGS+=-g und irgendwo ein NO_STRIP oder so)... ?! Hab auf die Schnelle nichts gefunden...

Gruss, Elwood
 
danke für die Antworten
aaaalso
Habe nen portupgrade -f nvidia-driver gemacht.
Brachte nix. Was soll das mit dem "WITH_DEBUG "
Kann ich mir nix druner vorstellen.
Naja wenn es im Betrieb abstürzt dann würd ich sagen ok. Runter und neu.
Aber ich krieg es drauf und er rennt noch nicht mal.
 
Dann liefer doch mal deine xorg.conf und deine Xorg.0.log. Unsere Kristallkugeln sind gerade in der Reinigung.
 
Klar sofern es nur daran liegen soll :-)

xorg.conf

Code:
#---------------------------------------------------------------------
# ServerLayout sections
#---------------------------------------------------------------------

Section "ServerLayout"

    Identifier     "Multi"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


#---------------------------------------------------------------------
# Section ServerFlags
# Zur Zeit ungenutzt
#---------------------------------------------------------------------
#
#Section "ServerFlags"
#	Option       "AllowMouseOpenFail"
#EndSection
#---------------------------------------------------------------------


#---------------------------------------------------------------------
# Fonts Section
#---------------------------------------------------------------------

Section "Files"

    
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    ModulePath	"/usr/X11R6/lib/modules"
    ModulePath	"/usr/X11R6/lib/X11/fonts/misc/"
    ModulePath	"/usr/X11R6/lib/X11/fonts/TTF/"
    ModulePath	"/usr/X11R6/lib/X11/fonts/Type1/"
    ModulePath	"/usr/X11R6/lib/X11/fonts/CID/"
    ModulePath	"/usr/X11R6/lib/X11/fonts/75dpi/"
    ModulePath	"/usr/X11R6/lib/X11/fonts/100dpi/"
    ModulePath	"/usr/X11R6/lib/
EndSection


#---------------------------------------------------------------------
# Module Section
#---------------------------------------------------------------------

Section "Module"

    Load           "bitmap"
#    Load           "xtt"
    Load           "extmod"
    Load           "xtrap"
    Load           "dbe"
    Load           "glx"
    Load           "record"
    Load           "type1"
    Load           "freetype"
    Load           "type1"
	Load	"ddc"
#	Load	"dri"
#    Load           "speedo"
EndSection


#---------------------------------------------------------------------
# InputDevice section
#---------------------------------------------------------------------

Section "InputDevice"

    Identifier     "Keyboard0"
    Driver         "kbd"
    Option       "XkbModel" "pc105"
    Option        "XkbLayout" "de"
EndSection


Section "InputDevice"
    Identifier     "Mouse0"
    Driver          "mouse"
    Option         "Protocol" "SysMouse"
    Option         "Device" "/dev/sysmouse"
    Option         "Buttons" "12"
    Option         "ZAxisMapping" "4 5"
    Option      "Resolution" "800"
    Option      "SampleRate" "800"
EndSection


#---------------------------------------------------------------------
# Monitor section
#---------------------------------------------------------------------

Section "Monitor"

    Identifier     "Monitor[0]"
    Option         "DPMS"
#>-------------------------------------------------------------
# Uncomment if you don't want to default to DDC:
#>--------------------------------------------------------------
	HorizSync    31-110
	VertRefresh  55-150
	Modeline "1600x1200@75" 245.66 1600 1632 2560 2592 1200 1223 1238 1261
EndSection


#---------------------------------------------------------------------
# Graphics device section
#---------------------------------------------------------------------

Section "Device"

    Identifier     "nvidia0"
    Driver         "nv"
    VendorName     "NVIDIA"
    BoardName      "GeForce4 MMX440"
    Screen          0
EndSection


#---------------------------------------------------------------------
# Screen sections
#---------------------------------------------------------------------

Section "Screen"

    Identifier     "Screen0"
    Device         "nvidia0"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    Option         "NvAGP" "3"
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "Coolbits" "1"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
	Modes	  "1600x1200" "1280x1024" "1024x768"
#        Option         "Xinerama" "on"
    EndSubSection
EndSection


#---------------------------------------------------------------------
# Section Extensions
#---------------------------------------------------------------------

Section "Extensions"

    Option         "Composite" "enable"
    Option         "RENDER" "enable"
    Option         "DOUBLE-BUFFER" "enable"
    Option         "BIG-REQUESTS" "enable"
    Option         "GLX" "enable"
EndSection

Xorg.0.log
Code:
X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: FreeBSD 6.2 i386 [ELF] 
Current Operating System: FreeBSD merlin.scify.loc 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 16 October 2006
	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: Mon Jan 29 19:54:31 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Multi"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "nvidia0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(**) Extension "DOUBLE-BUFFER" is enabled
(**) Extension "BIG-REQUESTS" is enabled
(**) Extension "GLX" is enabled
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(--) Using syscons driver with X support (version 2.0)
(++) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 9005,0081 card 9005,62a1 rev 02 class 01,00,00 hdr 00
(II) PCI: 00:09:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:09:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:0a:0: chip 9004,6178 card 9004,7861 rev 03 class 01,00,00 hdr 00
(II) PCI: 00:0b:0: chip 11c1,5811 card 1061,1158 rev 61 class 0c,00,10 hdr 00
(II) PCI: 00:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1133,e005 card 1133,e005 rev 01 class 02,80,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0181 card 0000,0000 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] rev 162, Mem @ 0xe0000000/24, 0xd8000000/27
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe3005000 - 0xe3005fff (0x1000) MX[B]E
	[1] -1	0	0xe3004000 - 0xe3007fff (0x4000) MX[B]E
	[2] -1	0	0xe3003000 - 0xe3003fff (0x1000) MX[B]E
	[3] -1	0	0xe3002000 - 0xe3003fff (0x2000) MX[B]E
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[5] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[6] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[7] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[8] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[9] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[10] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[11] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[12] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[13] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) Inactive PCI resource ranges:
	[0] -1	0	0xe3001000 - 0xe3001fff (0x1000) MX[B]E
	[1] -1	0	0xe3000000 - 0xe3ffffff (0x1000000) MX[B]E
(II) PCI Memory resource overlap reduced 0xe3004000 from 0xe3007fff to 0xe3004fff
(II) PCI Memory resource overlap reduced 0xe3002000 from 0xe3003fff to 0xe3002fff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe3005000 - 0xe3005fff (0x1000) MX[B]E
	[1] -1	0	0xe3004000 - 0xe3004fff (0x1000) MX[B]E
	[2] -1	0	0xe3003000 - 0xe3003fff (0x1000) MX[B]E
	[3] -1	0	0xe3002000 - 0xe3002fff (0x1000) MX[B]E
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[5] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[6] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[7] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[8] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[9] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[10] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[11] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[12] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[13] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0xe3000000 from 0xe3ffffff to 0xe3000fff
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xe3001000 - 0xe3001fff (0x1000) MX[B]E
	[1] -1	0	0xe3000000 - 0xe3000fff (0x1000) MX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe3005000 - 0xe3005fff (0x1000) MX[B]E
	[6] -1	0	0xe3004000 - 0xe3004fff (0x1000) MX[B]E
	[7] -1	0	0xe3003000 - 0xe3003fff (0x1000) MX[B]E
	[8] -1	0	0xe3002000 - 0xe3002fff (0x1000) MX[B]E
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[10] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[12] -1	0	0xe3001000 - 0xe3001fff (0x1000) MX[B]E
	[13] -1	0	0xe3000000 - 0xe3000fff (0x1000) MX[B]E
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[17] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[18] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[19] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[20] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[21] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.9.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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9746
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.9.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) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.9.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) Reloading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
	GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
	GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
	0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
	0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
	Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
	GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
	GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
	GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, 0x032F,
	GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT,
	GeForce FX 5950 Ultra, Quadro FX 700, GeForce FX 5900ZT,
	Quadro FX 3000, GeForce FX 5700 Ultra, GeForce FX 5700,
	GeForce FX 5700LE, GeForce FX 5700VE, 0x0345, GeForce FX Go5700,
	GeForce FX Go5700, 0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100,
	0x034F, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, 0x0043,
	GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 XT, 0x0049,
	Quadro FX 4000, 0x00C0, GeForce 6800, GeForce 6800 LE,
	GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra,
	Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400,
	GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, 0x0143,
	GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE,
	GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, 0x014B, 0x014C,
	0x014D, Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, 0x016B, 0x016C,
	0x016D, 0x016E, 0x0210, GeForce 6800, GeForce 6800 LE,
	GeForce 6800 GT, 0x0220, GeForce 6200, 0x0222, 0x0228, 0x0090,
	GeForce 7800 GTX, GeForce 7800 GT, 0x0093, 0x0094, GeForce Go 7800,
	GeForce Go 7800 GTX, 0x009C, Quadro FX 4500, 0x009E
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce4 MX 440 with AGP8X found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe3005000 - 0xe3005fff (0x1000) MX[B]E
	[6] -1	0	0xe3004000 - 0xe3004fff (0x1000) MX[B]E
	[7] -1	0	0xe3003000 - 0xe3003fff (0x1000) MX[B]E
	[8] -1	0	0xe3002000 - 0xe3002fff (0x1000) MX[B]E
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[10] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[12] -1	0	0xe3001000 - 0xe3001fff (0x1000) MX[B]E
	[13] -1	0	0xe3000000 - 0xe3000fff (0x1000) MX[B]E
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[17] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[18] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[19] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[20] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[21] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe3005000 - 0xe3005fff (0x1000) MX[B]E
	[6] -1	0	0xe3004000 - 0xe3004fff (0x1000) MX[B]E
	[7] -1	0	0xe3003000 - 0xe3003fff (0x1000) MX[B]E
	[8] -1	0	0xe3002000 - 0xe3002fff (0x1000) MX[B]E
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[10] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[12] -1	0	0xe3001000 - 0xe3001fff (0x1000) MX[B]E
	[13] -1	0	0xe3000000 - 0xe3000fff (0x1000) MX[B]E
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[20] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[21] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[22] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[23] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[24] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[25] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[26] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[27] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) NV(0): Initializing int10
(==) NV(0): Write-combining range (0xa0000,0x20000) was already clear
(==) NV(0): Write-combining range (0xc0000,0x40000) was already clear
(II) NV(0): Primary V_BIOS segment is: 0xc000
(==) NV(0): Write-combining range (0x0,0x1000) was already clear
(--) NV(0): Chipset: "GeForce4 MX 440 with AGP8X"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD8000000
(--) NV(0): MMIO registers at 0xE0000000
(==) NV(0): Write-combining range (0xe0000000,0x1000000) was already clear
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.so
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor[0]: Using hsync range of 31.00-110.00 kHz
(II) NV(0): Monitor[0]: Using vrefresh range of 55.00-150.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NV(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NV(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NV(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NV(0): Not using default mode "1792x1344" (width too large for virtual size)
(--) NV(0): Virtual size is 1600x1200 (pitch 1600)
(**) NV(0): *Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) NV(0): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) NV(0): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) NV(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(**) NV(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NV(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) NV(0):  Mode "1600x1200@75": 245.7 MHz, 94.8 kHz, 75.2 Hz
(II) NV(0): Modeline "1600x1200@75"  245.66  1600 1632 2560 2592  1200 1223 1238 1261
(**) NV(0):  Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(II) NV(0): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) NV(0):  Default mode "1600x1200": 189.0 MHz, 87.5 kHz, 70.0 Hz
(II) NV(0): Modeline "1600x1200"  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) NV(0):  Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz
(II) NV(0): Modeline "1600x1200"  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) NV(0):  Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) NV(0):  Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
(II) NV(0): Modeline "1400x1050"  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync
(**) NV(0):  Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(II) NV(0): Modeline "1400x1050"  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync
(**) NV(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) NV(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) NV(0):  Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) NV(0): Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
(**) NV(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) NV(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) NV(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) NV(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) NV(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) NV(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "1024x768"  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "960x720"  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync
(**) NV(0):  Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "928x696"  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync
(**) NV(0):  Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "896x672"  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync
(**) NV(0):  Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "896x672"  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync
(**) NV(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) NV(0):  Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) NV(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) NV(0):  Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "800x600"  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) NV(0):  Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "800x600"  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) NV(0):  Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "800x600"   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(II) NV(0): Modeline "800x600"   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0):  Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) NV(0):  Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) NV(0): Modeline "700x525"   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync
(**) NV(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "640x512"   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) NV(0): Modeline "640x480"   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NV(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) NV(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) NV(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) NV(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) NV(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) NV(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) NV(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) NV(0): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) NV(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) NV(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) NV(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) NV(0): Write-combining range (0x0,0x1000) was already clear
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B]
	[1] 0	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xe3005000 - 0xe3005fff (0x1000) MX[B]E
	[8] -1	0	0xe3004000 - 0xe3004fff (0x1000) MX[B]E
	[9] -1	0	0xe3003000 - 0xe3003fff (0x1000) MX[B]E
	[10] -1	0	0xe3002000 - 0xe3002fff (0x1000) MX[B]E
	[11] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[12] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[14] -1	0	0xe3001000 - 0xe3001fff (0x1000) MX[B]E
	[15] -1	0	0xe3000000 - 0xe3000fff (0x1000) MX[B]E
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[22] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[23] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[24] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[25] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[26] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[27] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xd8000000,0x8000000)
(==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(WW) NV(0): Option "NvAGP" is not used
(WW) NV(0): Option "RenderAccel" is not used
(WW) NV(0): Option "AllowGLXWithComposite" is not used
(WW) NV(0): Option "Coolbits" is not used
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(**) Option "Protocol" "SysMouse"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "SysMouse"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "2"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "Buttons" "12"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 16
(**) Option "SampleRate" "800"
(**) Mouse0: SampleRate: 800
(**) Option "Resolution" "800"
(**) Mouse0: Resolution: 800
(**) Mouse0: BaudRate: 1200
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Keyboard0: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Warning: font renderer for ".cid" already registered at priority 0


Wo wir gerade dabei sind. Wie krig ich mal abgesehn von 1600 x 1200 die Hz auf 72 hz
Kann die Auflösung nur mit 85 Hz fahren. Ist mir auf die dauer für den monitor zu viel
 
Hi
habe gerade eben was gefunden.
In der xorg.0.log steht folgendes

"(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)"

Kann man mir das evtl. mal erklären ??
 
Ja, du verwendest nv, das ist der Open Source 2D only Treiber. Wenn du 3D willst musst du natürlich den nvidia Treiber verwenden.
 
Driver "nv"

zu

Driver "nvidia"

Ob das Case sensitiv ist, weiß ich nicht. Ich würde mal raten: Ja.


Was vlc angeht, etwas besseres als

# portupgrade -fR vlc

fällt mir da auch nicht ein.
 
ja klar das mit dem Case Sensitive ist ne sache die ich mir anschauen muss
Das mit dem VLC probiere ich aus.

Danke
 
Hi Kamikaze
nochmal danke für die Antworten.
Habs eben ausprobiert mit dem Wechsel von nv nach nvidia.
X startete darauf hin gar nicht.
Es kam folgende Meldung
gdm_slave_xioerror_handle Fatal X error-restarting
Failed to start X server serval timesin a short time period; disabling display
Anscheind kann das System nicht mit dem Parameter
 
@ CMW,
sorry welches Kernelmodul. :-)
Lass mich nicht doof sterben.

Falls Du es noch nicht gemacht hast musst Du natürlich den Treiber auch installieren.

cd /usr/ports/x11/nvidia-driver/ && make install clean


Aber mal eine andere Frage: Seit ihr euch sicher dass nv kein 3d unterstützt? Auch nicht per DRI?
 
axoooo na klar
das hab ich gemacht. Ich musste ja den Treiber erst mal installieren und das hab ich dann mit mak install clean gemacht

In der /boot/loader.conf steht ja auch
nvidia_load="YES"
agp_load="YES"

Das sollte doch ok sein oder?

Was das DRI angeht, so hab ich es mal auf anraten eines bekannten probiert. Ich kann es ja mal wieder reinsetzen.
 
Poste doch mal den error log von xorg. Das ist immer recht aufschlussreich.

Ob das Model auch wirklich geladen ist, sieht man "ubrigens auch mit
Code:
# kldstat
 
Aloha
also hier mal die kldstat
> kldstat
Id Refs Address Size Name
1 19 0xc0400000 6f6544 kernel
2 3 0xc0af7000 1adb8 linux.ko
3 1 0xc0b12000 6d3efc nvidia.ko
4 1 0xc11e6000 10ad0 snd_emu10kx.ko
5 2 0xc11f7000 22b88 sound.ko
6 1 0xc121a000 59f20 acpi.ko
7 1 0xc4fec000 6000 linprocfs.ko
8 1 0xc5042000 1b000 smbfs.ko
9 2 0xc505d000 3000 libiconv.ko
10 2 0xc5060000 3000 libmchain.ko

und hier mal die Xorg.0.log.old von gestern
X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: FreeBSD 6.2 i386 [ELF]
Current Operating System: FreeBSD merlin.scify.loc 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 16 October 2006
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: Tue Jan 30 19:52:51 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Multi"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor[0]"
(**) | |-->Device "nvidia0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
Entry deleted from font path.
(==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(**) Extension "DOUBLE-BUFFER" is enabled
(**) Extension "BIG-REQUESTS" is enabled
(**) Extension "GLX" is enabled
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(--) Using syscons driver with X support (version 2.0)
(++) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 9005,0081 card 9005,62a1 rev 02 class 01,00,00 hdr 00
(II) PCI: 00:09:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:09:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:0a:0: chip 9004,6178 card 9004,7861 rev 03 class 01,00,00 hdr 00
(II) PCI: 00:0b:0: chip 11c1,5811 card 1061,1158 rev 61 class 0c,00,10 hdr 00
(II) PCI: 00:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1133,e005 card 1133,e005 rev 01 class 02,80,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0181 card 0000,0000 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] rev 162, Mem @ 0xe0000000/24, 0xd8000000/27
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe3005000 - 0xe3005fff (0x1000) MXE
[1] -1 0 0xe3004000 - 0xe3007fff (0x4000) MXE
[2] -1 0 0xe3003000 - 0xe3003fff (0x1000) MXE
[3] -1 0 0xe3002000 - 0xe3003fff (0x2000) MXE
[4] -1 0 0xd0000000 - 0xcfffffff (0x0) MXEO
[5] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX(B)
[6] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
[7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IXE
[8] -1 0 0x0000e800 - 0x0000e8ff (0x100) IXE
[9] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
[10] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[11] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[12] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[13] -1 0 0x0000d400 - 0x0000d4ff (0x100) IXE
(II) Inactive PCI resource ranges:
[0] -1 0 0xe3001000 - 0xe3001fff (0x1000) MXE
[1] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MXE
(II) PCI Memory resource overlap reduced 0xe3004000 from 0xe3007fff to 0xe3004fff
(II) PCI Memory resource overlap reduced 0xe3002000 from 0xe3003fff to 0xe3002fff
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe3005000 - 0xe3005fff (0x1000) MXE
[1] -1 0 0xe3004000 - 0xe3004fff (0x1000) MXE
[2] -1 0 0xe3003000 - 0xe3003fff (0x1000) MXE
[3] -1 0 0xe3002000 - 0xe3002fff (0x1000) MXE
[4] -1 0 0xd0000000 - 0xcfffffff (0x0) MXEO
[5] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX(B)
[6] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
[7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IXE
[8] -1 0 0x0000e800 - 0x0000e8ff (0x100) IXE
[9] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
[10] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[11] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[12] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[13] -1 0 0x0000d400 - 0x0000d4ff (0x100) IXE
(II) PCI Memory resource overlap reduced 0xe3000000 from 0xe3ffffff to 0xe3000fff
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xe3001000 - 0xe3001fff (0x1000) MXE
[1] -1 0 0xe3000000 - 0xe3000fff (0x1000) MXE
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX(B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[5] -1 0 0xe3005000 - 0xe3005fff (0x1000) MXE
[6] -1 0 0xe3004000 - 0xe3004fff (0x1000) MXE
[7] -1 0 0xe3003000 - 0xe3003fff (0x1000) MXE
[8] -1 0 0xe3002000 - 0xe3002fff (0x1000) MXE
[9] -1 0 0xd0000000 - 0xcfffffff (0x0) MXEO
[10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX(B)
[11] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
[12] -1 0 0xe3001000 - 0xe3001fff (0x1000) MXE
[13] -1 0 0xe3000000 - 0xe3000fff (0x1000) MXE
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX
[16] -1 0 0x0000ec00 - 0x0000ecff (0x100) IXE
[17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IXE
[18] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
[19] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[20] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[22] -1 0 0x0000d400 - 0x0000d4ff (0x100) IXE
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.9.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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9746
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.9.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) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.9.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) Reloading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "NVIDIA"
(WW) Warning, couldn't open module NVIDIA
(II) UnloadModule: "NVIDIA"
(EE) Failed to load module "NVIDIA" (module does not exist, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.1
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

Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 
Aloha
also hier mal die kldstat


und hier mal die Xorg.0.log.old von gestern

Moin,

das Problem scheint bei dir nicht das kernel-modul zu sein, sondern der X11-Driver (sprich die Shared-Lib). Guck doch mal bitte nach, ob du die Datei nvidia_drv.so in /usr/X11R6/lib/modules/drivers/ hast. Wenn nicht, stimmt irgendwas mit deiner X-Installation oder bei nvidia-driver Port klappt etwas beim Bauen nicht. Dort wird die .so gebacken! Oder du musst NVIDIA einfach klein schreiben ?!?!!?

bei dir:
Code:
(II) LoadModule: "NVIDIA"
(WW) Warning, couldn't open module NVIDIA
(II) UnloadModule: "NVIDIA"

So sieht es richtig aus:
Code:
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so

Gruss, Elwood
 
Hallo Elwood,
hab gerade nachgesehen. Das Modul ist an der besagten Stelle. :-(
Sorry aber es ist da. Anscheinend wird es nicht richtig geladen.
Soll ich mal probieren den Port raus zuhauen und neu zu installieren??
In der xorg.conf hab ich NVIDIA und nvidia ausprobiert.
Beides führte zu dem selben Problem.
Uaaaaaahhh ich will nicht mehr
Ich glaub ich zauber mir einen neune fertig installierten Rechner :-)
 
Zurück
Oben