Nvidia Proprietary Drivers

Bug #1578374 reported by e1z0
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntuBSD
In Progress
Medium
e1z0

Bug Description

I've started to port nvidia drivers to UbuntuBSD, this small script should start compilation of nvidia driver
#!/bin/sh
ver=340.96 # nvidia drivers version
apt-get install bmake # we need to install bsd make
# make symlink to kernel headers
ln -s /usr/src/kfreebsd-headers-`uname -r`/sys /usr/src/sys
source="ftp://download.nvidia.com/XFree86/FreeBSD-x86_64/${ver}/NVIDIA-FreeBSD-x86_64-${ver}.tar.gz"
MODULE_PATH="`sysctl -n kern.module_path`"
echo "Downloading From: $source"
wget $source
rm -r NVIDIA-FreeBSD-x86_64-${ver}
tar xzf NVIDIA-FreeBSD-x86_64-${ver}.tar.gz
cd NVIDIA-FreeBSD-x86_64-${ver}
unset CFLAGS LDFLAGS CPPFLAGS CXXFLAGS
export CFLAGS="-O -I/usr/src/sys -I/usr/src/sys/amd64/compile/DEBCUSTOM"
bmake LINUX=YES

Tags: nvidia
e1z0 (eizo)
tags: added: nvidia
Revision history for this message
e1z0 (eizo) wrote :

I've added a build log with errors, ahhgrrrrr...

e1z0 (eizo)
Changed in ubuntubsd:
assignee: nobody → e1z0 (eizo)
importance: Undecided → Medium
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.