cfdd
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have installed nvidia-driver, nvidia-xconfig and nvidia-settings following the advice on in this thread:
http://forums.freebsd.org/showthread.php?t=28851 Installation worked: Code:
$ pkg_info | grep nvidia nvidia-driver-290.10 NVidia graphics card binary drivers for hardware OpenGL ren nvidia-settings-290.10 Display Control Panel for X NVidia driver nvidia-xconfig-290.10 Tool to manipulate X configuration files for the NVidia dri Code:
# nvidia-xconfig WARNING: Unable to locate/open X configuration file. ps: Process environment requires procfs(5) New X configuration file written to '/etc/X11/xorg.con Code:
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 15 14:24:45 2012 (==) Using config file: "/etc/X11/xorg.conf" NVIDIA: could not open the device file /dev/nvidiactl (No such file or directory ). (EE) Jan 15 14:24:47 NVIDIA(0): Failed to initialize the NVIDIA kernel module. P lease see the (EE) Jan 15 14:24:47 NVIDIA(0): system's kernel log for additional error mes sages and (EE) Jan 15 14:24:47 NVIDIA(0): consult the NVIDIA README for details. (EE) NVIDIA(0): *** Aborting *** (EE) Screen(s) found, but none have a usable configuration. 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 informati on. xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error |
|
#2
|
||||
|
||||
|
It's complaining the kernel module isn't loaded.
# kldload nvidiaTo automatically load it when the system boots, add to /boot/loader.conf: Code:
nvidia_load="YES"
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
mu (January 16th, 2012) | ||
|
#3
|
|||
|
|||
|
Perfect. Thank you.
|
|
#4
|
|||
|
|||
|
loading the nvidia module on boot time has _side_effects_ though... at least over here (9.0-STABLE doesn't boot with it, and 9.0-PRERELEASE wasn't able to unload the module at runtime)
|
|
#5
|
||||
|
||||
|
Works fine here. Make sure you use a custom kernel without device agp.
Code:
dice@williscorto:~>uname -a FreeBSD williscorto.dicelan.home 9.0-STABLE FreeBSD 9.0-STABLE #1: Sat Jan 14 00:21:42 CET 2012 root@molly.dicelan.home:/usr/obj/usr/src/sys/CORTO amd64 dice@williscorto:~>dmesg | grep nvidia nvidia0: <GeForce 7600 GT> on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io dice@williscorto:~>
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] FreeBSD 9-STABLE hangs with nvidia-driver on Nvidia GT 555M | mamalos | Mobile Computing | 18 | September 23rd, 2012 13:37 |
| Nvidia 190.53 Driver FreeBSD x86 | marthyr | System Hardware | 4 | December 23rd, 2009 00:12 |
| nvidia driver on FreeBSD 8.0 | Learning | Mobile Computing | 12 | December 15th, 2009 11:56 |
| [Solved] nVidia driver and FreebSD 8.0RC1 | SPlissken | X.Org | 11 | October 12th, 2009 19:03 |
| AMD-64 and Nvidia. | tiko | FreeBSD Development | 11 | August 29th, 2009 03:35 |