Drivers Nvidia et FreeBSD: la galere

Drivers Nvidia et FreeBSD: la galere - Installation - Linux et OS Alternatifs

Marsh Posté le 02-02-2004 à 19:47:43    

Quelle galere...
 
Bon, je possede une GeForce3 Ti500, j'installe FreeBSD 5.2-RELEASE.  Je fais un cvsup de tous les ports, un portupgrade -a, tout passe comme un charme, ca compile ca compile et j'ai un freeBSD come on les aime : rapide, secure, simple a utiliser et stable.
 
Je me dis "bon et les drivers nvidia" ? Je DL donc les drivers nvidia pour freebsd, les pose la ou il faut, je vais dans le dir du port des drivers, fais un make install, ca compile ca installe c'est ok.
 
Je change mon XF86Config comme il se doit, je passe en user, startx... et la je me retrouve avec des caracteres a la matrix a l'ecran. Seule chose que je peux faire ctrl-alt-del et ca reboot.
 
Je check les logs et... ils m'indiquent que tout s'est bien passe, qu'il choisit la bonne resolution. Hum...
 
Ayant eu un probleme similaire avec une machine similaire sous linux (et ayant reussi a m'en sortir), j'ajoute Option "IgnoreDisplayDevices" "DFP, TV", mais ca ne change rien... dans le doute, j'epure mon fichier, reprends un max de sections telles quelles (seules les lignes concernant le font server different) et rebelotte : caracteres a la matrix :(
 
Bref impossible d'utiliser les drivers nvidia sous freebsd.
 
HELP !
 
... et merci d'avance


Message édité par Kahyman le 02-02-2004 à 19:52:03
Reply

Marsh Posté le 02-02-2004 à 19:47:43   

Reply

Marsh Posté le 02-02-2004 à 20:02:31    

avec des nv de bases c'est la meme chose :??:
 
Ton fichier de config affiché serait d'un aide potentielle :jap:


---------------
Fais le ou ne le fais pas, mais il n'y a pas d'essai !!!
Reply

Marsh Posté le 03-02-2004 à 01:00:23    

non avec le nv de base tout est ok
 
le fichier de config :
 


# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
 
Section "Module"
 Load "bitmap"
 Load "extmod"
 Load "dbe"
 Load "type1"
 Load "glx"
 Load "freetype"
 # Load "bitmap"
 # Load "speedo"
 # Load "xtt"
 # Load "dri"
 # SubSection "extmod"
 #  Option "omit xfree86-dga"
 # EndSubSection
EndSection
 
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
 
Section "Files"
 RgbPath  "/usr/X11R6/lib/X11/rgb"
 # FontPath "/usr/X11R6/lib/X11/fonts/local/"
 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
 # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
 FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
 # ModulePath "/usr/X11R6/lib/modules"
EndSection
 
# **********************************************************************
# Server flags section.
# **********************************************************************
 
Section "ServerFlags"
 Option  "AllowMouseOpenFail"
 # Option  "Dont Zoom"
 # Option "NoTrapSignals"
 # Option "DontVTSwitch"
 # Option "DontZap"
 # Option "DisableVidModeExtension"
 # Option "AllowNonLocalXvidtune"
 # Option "DisableModInDev"
 # Option "AllowNonLocalModInDev"
EndSection
 
# **********************************************************************
# Input devices
# **********************************************************************
 
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
 
Section "InputDevice"
 Identifier "Keyboard1"
 Driver  "Keyboard"
 Option  "AutoRepeat" "500 30"
 Option  "XkbRules" "xfree86"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "fr_CH"
 
EndSection
 
 
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
 
Section "InputDevice"
 Identifier "Mouse1"
 Driver  "mouse"
 Option   "Protocol" "Auto"
 Option  "Device" "/dev/sysmouse"
 Option  "Buttons" "5"
 Option  "ZAxisMapping" "4 5"
 # Option "Resolution" "256"
 # Option "Protocol" "Xqueue"
 # Option "BaudRate" "9600"
 # Option "SampleRate" "150"
EndSection
 
 
# **********************************************************************
# Monitor section
# **********************************************************************
 
Section "Monitor"
 Identifier "Monitor0"
 ModelName "Flat Panel 1280x1024"
 HorizSync 31.5 - 67
 VertRefresh 60-75
EndSection
 
 
# **********************************************************************
# Graphics device section
# **********************************************************************
 
Section "Device"
 Identifier "Card0"
 Driver  "nvidia"
 VendorName "NVidia"
 BoardName "AGP GeForce3 Ti 500"
 BusID  "PCI:1:0:0"
 Option  "NvAGP"   "1"
 Option  "NoDDC"   "false"
 Option  "IgnoreDisplayDevices" "DFP, TV"  
 Option  "NoLogo"  "1"
 Option  "CursorShadowAlpha" "64"
 Option  "CursorShadowXOffset" "4"
 Option  "DigitalVibrance" "175"
 Option  "CursorShadow"  "1"
 Option  "CursorShadowYOffset" "4"
 Option  "NoBandWidthTest" "1"
 Option  "NoMTRR"  "1"
 Option  "Rotate"  "off"
 Option  "DPMS"
EndSection
 
# **********************************************************************
# Screen sections
# **********************************************************************
 
Section "Screen"
 Identifier "Screen 1"
 Device  "Card0"
 Monitor  "Monitor0"
 DefaultColorDepth 24
     
 Subsection "Display"
  Depth 8
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
 EndSubsection
 
 Subsection "Display"
  Depth 15
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
 EndSubsection
     
 Subsection "Display"
  Depth 16
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
 EndSubsection
     
 Subsection "Display"
  Depth 24
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
 EndSubsection
 
EndSection
 
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
 
Section "ServerLayout"
 Identifier "Simple Layout"
 Screen  "Screen 1"
 InputDevice "Mouse1" "CorePointer"
 InputDevice "Keyboard1" "CoreKeyboard"
EndSection


 
Et le log qui va avec :
 

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.2 i386 [ELF]  
Build Date: 07 December 2003
 Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Sun Feb  1 22:02:53 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr_CH"
(**) XKB: layout: "fr_CH"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/freefont/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9
 
(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.6
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(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 8086,2570 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1043,80f3 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0202 card 1681,0071 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:03:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:05:0: chip 10b7,1700 card 1043,80eb rev 12 class 02,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,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xfc900000 - 0xfe9fffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xf4700000 - 0xfc7fffff (0x8100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
 [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV20 [GeForce3 Ti 500] rev 163, Mem @ 0xfd000000/24, 0xf8000000/26, 0xf7e80000/19, BIOS @ 0xfe9f0000/16
(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 0xe0000000 from 0xffffffff to 0xdfffffff
(II) Active PCI resource ranges:
 [0] -1 0 0xfeaf8000 - 0xfeafffff (0x8000) MX[B]E
 [1] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E
 [2] -1 0 0xfebff400 - 0xfebff7ff (0x400) MX[B]E
 [3] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]E
 [4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E
 [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO
 [6] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
 [7] -1 0 0xf7e80000 - 0xf7efffff (0x80000) MX[B](B)
 [8] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
 [9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
 [10] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [11] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
 [12] -1 0 0x0000ee80 - 0x0000eeff (0x80) IX[B]E
 [13] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [14] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E
 [15] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]E
 [16] -1 0 0x0000ef80 - 0x0000efff (0x80) IX[B]E
 [17] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
 [18] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
 [19] -1 0 0x0000ef00 - 0x0000efff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0xfeaf8000 from 0xfeafffff to 0xfeafbfff
(II) PCI Memory resource overlap reduced 0xfebff800 from 0xfebfffff to 0xfebffbff
(II) PCI I/O resource overlap reduced 0x0000ef00 from 0x0000efff to 0x0000ef1f
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E
 [1] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E
 [2] -1 0 0xfebff400 - 0xfebff7ff (0x400) MX[B]E
 [3] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]E
 [4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E
 [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO
 [6] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
 [7] -1 0 0xf7e80000 - 0xf7efffff (0x80000) MX[B](B)
 [8] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
 [9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
 [10] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [11] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
 [12] -1 0 0x0000ee80 - 0x0000eeff (0x80) IX[B]E
 [13] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [14] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E
 [15] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]E
 [16] -1 0 0x0000ef80 - 0x0000efff (0x80) IX[B]E
 [17] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
 [18] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
 [19] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[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 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E
 [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E
 [7] -1 0 0xfebff400 - 0xfebff7ff (0x400) MX[B]E
 [8] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]E
 [9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E
 [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO
 [11] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
 [12] -1 0 0xf7e80000 - 0xf7efffff (0x80000) MX[B](B)
 [13] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
 [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
 [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [18] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
 [19] -1 0 0x0000ee80 - 0x0000eeff (0x80) IX[B]E
 [20] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [21] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E
 [22] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]E
 [23] -1 0 0x0000ef80 - 0x0000efff (0x80) IX[B]E
 [24] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
 [25] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
 [26] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]E
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 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 FontCache
(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: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(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.4365
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 2.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.4365
 Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.4
(II) NVIDIA XFree86 Driver  1.0-4365  Wed May 28 09:23:41 PDT 2003
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU 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 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E
 [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E
 [7] -1 0 0xfebff400 - 0xfebff7ff (0x400) MX[B]E
 [8] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]E
 [9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E
 [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO
 [11] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
 [12] -1 0 0xf7e80000 - 0xf7efffff (0x80000) MX[B](B)
 [13] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
 [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
 [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [18] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
 [19] -1 0 0x0000ee80 - 0x0000eeff (0x80) IX[B]E
 [20] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [21] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E
 [22] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]E
 [23] -1 0 0x0000ef80 - 0x0000efff (0x80) IX[B]E
 [24] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
 [25] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
 [26] -1 0 0x0000ef00 - 0x0000ef1f (0x20) 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 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E
 [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E
 [7] -1 0 0xfebff400 - 0xfebff7ff (0x400) MX[B]E
 [8] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]E
 [9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E
 [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO
 [11] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
 [12] -1 0 0xf7e80000 - 0xf7efffff (0x80000) MX[B](B)
 [13] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
 [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
 [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [21] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
 [22] -1 0 0x0000ee80 - 0x0000eeff (0x80) IX[B]E
 [23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [24] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E
 [25] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]E
 [26] -1 0 0x0000ef80 - 0x0000efff (0x80) IX[B]E
 [27] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
 [28] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
 [29] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]E
 [30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.6
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "DigitalVibrance" "175"
(**) NVIDIA(0): Option "NoLogo" "1"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "NoDDC" "false"
(**) NVIDIA(0): Option "CursorShadow" "1"
(**) NVIDIA(0): Option "CursorShadowAlpha" "64"
(**) NVIDIA(0): Option "CursorShadowXOffset" "4"
(**) NVIDIA(0): Option "CursorShadowYOffset" "4"
(**) NVIDIA(0): Option "NoBandWidthTest" "1"
(**) NVIDIA(0): Option "IgnoreDisplayDevices" "DFP, TV"
(**) NVIDIA(0): enabling cursor shadow
(**) NVIDIA(0): cursor shadow alpha = 64
(**) NVIDIA(0): cursor shadow offset = 4
(**) NVIDIA(0): cursor shadow offset = 4
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(--) NVIDIA(0): Linear framebuffer at 0xF8000000
(--) NVIDIA(0): MMIO registers at 0xFD000000
(**) NVIDIA(0): Option "Nomtrr" "1"
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce3 Ti 500
(--) NVIDIA(0): VideoBIOS: 03.20.00.17.07
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(**) NVIDIA(0): Digital Vibrance for display 0 set to 175
(II) NVIDIA(0): Monitor0: Using hsync range of 31.50-67.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 60.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): Display dimensions: (360, 290) mm
(--) NVIDIA(0): DPI set to (90, 89)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.6
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xf7e80000 - 0xf7efffff (0x80000) MX[B]
 [1] 0 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
 [2] 0 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [8] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E
 [9] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E
 [10] -1 0 0xfebff400 - 0xfebff7ff (0x400) MX[B]E
 [11] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]E
 [12] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E
 [13] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO
 [14] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
 [15] -1 0 0xf7e80000 - 0xf7efffff (0x80000) MX[B](B)
 [16] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
 [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
 [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
 [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
 [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
 [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [23] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [24] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
 [25] -1 0 0x0000ee80 - 0x0000eeff (0x80) IX[B]E
 [26] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [27] -1 0 0x00000400 - 0x000004ff (0x100) IX[B]E
 [28] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]E
 [29] -1 0 0x0000ef80 - 0x0000efff (0x80) IX[B]E
 [30] -1 0 0x0000ef40 - 0x0000ef7f (0x40) IX[B]E
 [31] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]E
 [32] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]E
 [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1280x1024"


 
C'est a ce moment que ca freeze... j'ai attendu 15 minutes mais rien ne se passe, que quelques caracteres a la matrix aleatoirement a l'ecran.
 
Notez que si dans le XF86Config je remplace nvidia par nv tout se passe bien.
 
A+ et merci...


Message édité par Kahyman le 03-02-2004 à 01:05:43
Reply

Marsh Posté le 03-02-2004 à 11:24:49    

J'avais le même problème avec d'anciens drivers nVidia sous linux, la seule solution que j'avais trouvé était de mettre NvAGP à 0...

Reply

Marsh Posté le 03-02-2004 à 16:53:48    

djdie a écrit :

J'avais le même problème avec d'anciens drivers nVidia sous linux, la seule solution que j'avais trouvé était de mettre NvAGP à 0...


 
Deja essaye mais ca ne change rien du tout...
 
:(

Reply

Marsh Posté le 03-02-2004 à 18:19:29    

Mettre une debian :whistle:


---------------
Fais le ou ne le fais pas, mais il n'y a pas d'essai !!!
Reply

Marsh Posté le 03-02-2004 à 20:06:41    

no comment...

Reply

Marsh Posté le 03-02-2004 à 20:09:26    

Enfin si klaimant : tu demandais les logs, vois-tu qqe chose que j'aurais rate ?

Reply

Marsh Posté le 03-02-2004 à 20:12:51    

Rien de spécial dans les logs :/
 
Sinon tu as essayer à d'autres résolutions et à d'autres profondeurs :??:
 
Tu as essayer d'autres drivers de chez nvidia :??:


---------------
Fais le ou ne le fais pas, mais il n'y a pas d'essai !!!
Reply

Marsh Posté le 03-02-2004 à 20:20:05    

j'en ai pas trouve d'autres (de drivers) pour freebsd (pas vraiment cherche ceci dit...)
 
Pour les profondeurs definitions : oui... toujours pareil. Aucun message d'erreur, tout se passe bien sauf que rien ne s'affiche.

Reply

Marsh Posté le 03-02-2004 à 20:20:05   

Reply

Marsh Posté le 03-02-2004 à 20:23:17    

Tu as mis les Free BSD Latest Version: 1.0-4365 ??


---------------
Fais le ou ne le fais pas, mais il n'y a pas d'essai !!!
Reply

Marsh Posté le 03-02-2004 à 21:40:30    

oui

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed