Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

installing the latest nvidia drivers for ubuntu 6.06

  • 09-06-2006 2:19pm
    #1
    Registered Users Posts: 79 ✭✭


    this usually causes people new to linux some trouble, so i thought i post this, its a synopsis of http://doc.gwos.org/index.php/Latest_Nvidia_Dapper

    This REQUIRES THE REMOVAL OF THE RESTRICTED MODULES. Therefore if you use a wireless card (or another device) which requires the restricted modules, please avoid using this method. If this applies to you your better off clicking the link and following method 1.

    just type this in a shell.
    sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev
    sudo apt-get --purge remove linux-restricted-modules-`uname -r` linux-restricted-modules-common nvidia-glx nvidia-settings nvidia-kernel-common
    sudo rm /etc/init.d/nvidia-*
    sudo /etc/init.d/gdm stop
    
    //you will now be at a command prompt with no gui
    cd “the directory where you saved the nvidia drivers”
    
    //Extract the content of the installer
    sh /the directory where you saved the nvidia drivers/NVIDIA-Linux-x86-1.0-8762-pkg1.run --extract-only
    cd NVIDIA-Linux-x86-1.0-8762-pkg1
    
    //backup your current configuration
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
    
    sudo ./nvidia-installer -n -s --x-prefix=/usr/lib/xorg/ --kernel-source-path=/usr/src/linux-headers-`uname -r`
    sudo apt-get install nvidia-xconfig
    sudo nvidia-xconfig
    sudo /etc/init.d/gdm restart
    


Advertisement