|
|
#1 | |
|
Registered User
Join Date: Jul 2010
Posts: 1
|
Hi,
I have a problem with Nvidia Go 6100 and nvidia driver - the driver wont load. Xorg.0.log: Code:
(EE) Jul 26 11:05:50 NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the (EE) Jul 26 11:05:50 NVIDIA(0): system's kernel log for additional error messages and (EE) Jul 26 11:05:50 NVIDIA(0): consult the NVIDIA README for details Module seems to be loaded: Code:
# kldstat -v |fgrep nvidia
55 pci/ata_nvidia
210 hostb/agp_nvidia
13 1 0xcbb3f000 946000 nvidia.ko (/boot/modules/nvidia.ko)
Code:
FreeBSD 8.1-RELEASE i386 nvidia-driver-195.36.15 xorg-7.5 xorg-server-1.7.5,1 My kernel config: Code:
# sed -e 's/#.*//' /sys/i386/conf/CHT0N-8 | uniq cpu I686_CPU ident CHT0N-VIMAGE options SCHED_ULE options PREEMPTION options INET options INET6 options SCTP options FFS options SOFTUPDATES options UFS_ACL options UFS_DIRHASH options UFS_GJOURNAL options MD_ROOT options NFSCLIENT options NFSSERVER options NFSLOCKD options NFS_ROOT options MSDOSFS options CD9660 options PROCFS options PSEUDOFS options GEOM_PART_GPT options GEOM_LABEL options COMPAT_43TTY options COMPAT_FREEBSD4 options COMPAT_FREEBSD5 options COMPAT_FREEBSD6 options COMPAT_FREEBSD7 options SCSI_DELAY=5000 options KTRACE options STACK options SYSVSHM options SYSVMSG options SYSVSEM options P1003_1B_SEMAPHORES options _KPOSIX_PRIORITY_SCHEDULING options PRINTF_BUFR_SIZE=128 options KBD_INSTALL_CDEV options HWPMC_HOOKS options AUDIT options MAC options FLOWTABLE options INCLUDE_CONFIG_FILE options SMP device apic device cpufreq device acpi device pci device ata device atadisk device atapicd options ATA_STATIC_ID device scbus device da device atkbdc device atkbd device psm device kbdmux device vga device splash device sc device agp device pmtimer device miibus device re device wlan options IEEE80211_DEBUG options IEEE80211_AMPDU_AGE options IEEE80211_SUPPORT_MESH device wlan_wep device wlan_ccmp device wlan_tkip device wlan_amrr device an device ath device ath_hal options AH_SUPPORT_AR5416 device ath_rate_sample device ral device wi device loop device random device ether device vlan device tun device pty device md device gif device faith device firmware device bpf options USB_DEBUG device uhci device ohci device ehci device usb device uhid device ukbd device ulpt device umass device ums device urio device u3g device uark device ubsa device uftdi device uipaq device uplcom device uslcom device uvisor device uvscom device aue device axe device cdce device cue device kue device rue device udav device rum device uath device ural device zyd Code:
# cat xorg.conf
Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
Option "DefaultServerLayout" "cht0n"
Option "AllowEmptyInput" "0"
EndSection
Section "ServerLayout"
Identifier "cht0n"
Screen 0 "Screen" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "dpms"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Device"
Identifier "Card"
Driver "nvidia"
#VendorName "nVidia Corporation"
#BoardName "MCP51 PCI-X GeForce Go 6100"
#Option "SWcursor" "True"
#Option "HWcursor" "False"
#Option "NvAgp" "3"
#BusID "PCI:0:5:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "Card"
Monitor "Monitor"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
|
|
|
|
![]() |
| Thread Tools | |
|
|