Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-12-2004, 10:48 AM
|
#1
|
|
Member
Registered: Feb 2003
Location: u.s.
Distribution: Suse 9.0
Posts: 42
Rep:
|
Uninstalling patches from YOU (nvidia driver)
Hey all,
I tried to install the NVidia driver using YOU, and it didn't work (black screen, funny lines on bottom, hard freeze). Is there any way to uninstall patches in YOU? It doesn't seem like it, and the fetchnvidia patch isn't listed in the programs. I uninstalled manually using "nvidia-installer --uninstall", but I worry that there is still crap laying around that yast installed.
Thanks
|
|
|
|
08-12-2004, 11:58 AM
|
#2
|
|
Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
download the installer from nvidia.com for linux IA32 (or IA64 if you hve a 64bit porcessor)
drop into commane line mode...
find / | grep libGL
delete all libGL.so* files and all libGLcore.so* files
then 'sh /path/toNVIDIA-installer.sh'
follow onscreen instructions.
then edit your /etc/X11/xorgconfig file.
change Driver "nv" to Driver "nvidia" and make sure Load "GLX" is in there at the top.
the installer wil take care of all.
|
|
|
|
08-25-2004, 03:03 PM
|
#3
|
|
Member
Registered: Oct 2003
Posts: 203
Rep:
|
i tried something like this but after doing that, the 6111 driver kept saying
Code:
ERROR: If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.
If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the appropriate nvidia-installer command line option.
using 2.6.8.1 and my kernel source and config are in the dir pointed to by /usr/src/linux. but i did do make mrproper. options?
|
|
|
|
08-25-2004, 05:47 PM
|
#4
|
|
Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
ooOOoooops.
make mr-proper returns the kernel tree to how it is acter a download.. u'know, the default kernel tree... this destroys all the stuff which is created dureing the kernel compile.
the nvidia driver needs to know info about your kernel to build a driver, you destroyed this date when you make mrproper. only ever make mrproper directly before a new compile.
have you still got the .config file you used to make the kernel ? if yes, copy it to /usr/src/linux
then
make oldconfig &&
make bzImage &&
make modules
now the nvidia driver should compile.
if you dont have the same .config file, then you must re compile and install your kernel.
make menuconfig
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/
cp .config /boot/BACKUP_CONFIG
then edit your /boot/grub/menu.conf
|
|
|
|
08-28-2004, 12:27 PM
|
#5
|
|
Member
Registered: Oct 2003
Posts: 203
Rep:
|
yeah i had my old config. i recompiled. and used the -K -k 2.6.x options.
abs
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:15 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|