LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to uninstall the existing driver? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-the-existing-driver-253307/)

dimsun 11-10-2004 01:21 PM

How to uninstall the existing driver?
 
Hi everyone,
I want to kill the existing graphic card/video card driver that is installed when I first install the OS.
How do I exit the X server and set my default run level boot to a
vga console and not boot directly into X ?

Thanks

Matir 11-10-2004 01:27 PM

Edit /etc/inittab to change your default runlevel.

dimsun 11-10-2004 01:29 PM

Thank you, and how do I uninstall the existing video card driver? sorry I am a newbie.

kevinatkins 11-10-2004 01:33 PM

to unload a module, as root type -

#rmmod <module name>

if youu need to see a list of modules so that you can see what the video driver module is called, type -

#lsmod (list modules)

and finally, for the sake of completeness, to load a module, type -

#modprobe <module name>

dimsun 11-10-2004 01:51 PM

Thank you =)
so the last step #modprobe <module name> is just to make sure it's gone completely, right?

kevinatkins 11-10-2004 02:00 PM

hi,

Quote:

so the last step #modprobe <module name> is just to make sure it's gone completely, right?
No, sorry, I was getting ahead of things - modprobe installs modules (drivers); so if for example you wanted to reload your video driver after unloading it, you'd use modprobe.

dimsun 11-10-2004 02:08 PM

ic....that's really good to know. Thanks one more time. :cool:


All times are GMT -5. The time now is 08:43 AM.