# tazpkg get-install xorg-server
# tazpkg get-install linux-source
For this part you're going to need a pencil and paper as we now have to work in text mode without a X-server running
When you're ready press alt-ctrl-del, you should now see a command line:-
# Xorg -configure # cp /root/xorg.conf.new /etc/X11/xorg.conf
# cd /usr/src/linux # make oldconfig && make prepare # make menuconfig (not required - but if you've come this far, you can take a peek) # make bzImage # make modules # make modules_install
# chmod +x NVIDIA-Linux-x86-177.80.pkg1.run # ./NVIDIA-Linux-x86-177.80.pkg1.run --kernel-source-path=/usr/src/linux
# cd /usr/src/linux # cp arch/x86/boot/bzImage /boot
# reboot - Hard drive users # tazusb writefs gzip && reboot - USB users
Don't forget to pass the screen=text option at startup, (it may well boot into text mode anyway, if not just press alt-ctrl-del again)
# modprobe -v nvidia
# vi /etc/slim.conf
default_xserver /usr/bin/Xorg #default_xserver /usr/bin/Xvesa #xserver_arguments -ac -shadow dpms +extension Composite -screen 1024x768x24
# /etc/init.d/slim start
Err… that's it
(If you want the nvidia module to persist, just add it to the LOAD_MODULES variable in /etc/rcS.conf)
Page Review Section | |
---|---|
Quality | Low |
Review | |
Priority | Medium |
Problems | add a forum post link |
OR add a lab issue tracker link | |
How to Improve | Nvidia pkgs are in repos, no need to compile anymore |
Missing “tazhw setup nvidia –non-free” |