MisterESauce
Member
okay guys, total n00b question... i need to quit x to instal my nvidia drivers but i don't know how. i tried ctrl-alt-F1 to get to a shell prompt but it can still see x running. how do i quit it completely?
Originally posted by: MisterESauce
okay cool! thanks to you guys i got the driver installed but during the process it told me of a conflict with 'rivafb' which said that if both were used simultaneously the nvidia driver would not work. hence i haven't yet changed my xorg.conf file to use the new drivers. does anyone know what this 'rivafb' file is and whether i need it (and if not how to remove it)? thanks a lot!
Originally posted by: Jero
Originally posted by: MisterESauce
okay cool! thanks to you guys i got the driver installed but during the process it told me of a conflict with 'rivafb' which said that if both were used simultaneously the nvidia driver would not work. hence i haven't yet changed my xorg.conf file to use the new drivers. does anyone know what this 'rivafb' file is and whether i need it (and if not how to remove it)? thanks a lot!
probably in
/lib/modules/<kernel-version>/kernel/ (somewhere in there, I'm not entirely sure)
if you want to remove old driver, make sure it is not loaded in /etc/modules.conf
reboot.
Originally posted by: MCrusty
Originally posted by: Jero
Originally posted by: MisterESauce
okay cool! thanks to you guys i got the driver installed but during the process it told me of a conflict with 'rivafb' which said that if both were used simultaneously the nvidia driver would not work. hence i haven't yet changed my xorg.conf file to use the new drivers. does anyone know what this 'rivafb' file is and whether i need it (and if not how to remove it)? thanks a lot!
probably in
/lib/modules/<kernel-version>/kernel/ (somewhere in there, I'm not entirely sure)
if you want to remove old driver, make sure it is not loaded in /etc/modules.conf
reboot.
Yeah, but removing the driver while still trying to use it will not be too good 😉.
First is to fix xorg.conf then worry about getting rid of the old driver.
Originally posted by: Jero
Originally posted by: MCrusty
Originally posted by: Jero
Originally posted by: MisterESauce
okay cool! thanks to you guys i got the driver installed but during the process it told me of a conflict with 'rivafb' which said that if both were used simultaneously the nvidia driver would not work. hence i haven't yet changed my xorg.conf file to use the new drivers. does anyone know what this 'rivafb' file is and whether i need it (and if not how to remove it)? thanks a lot!
probably in
/lib/modules/<kernel-version>/kernel/ (somewhere in there, I'm not entirely sure)
if you want to remove old driver, make sure it is not loaded in /etc/modules.conf
reboot.
Yeah, but removing the driver while still trying to use it will not be too good 😉.
First is to fix xorg.conf then worry about getting rid of the old driver.
but if he is using console....then whether or not he has a video driver loaded....is irrevelant right?
Originally posted by: MCrusty
Originally posted by: Jero
Originally posted by: MCrusty
Originally posted by: Jero
Originally posted by: MisterESauce
okay cool! thanks to you guys i got the driver installed but during the process it told me of a conflict with 'rivafb' which said that if both were used simultaneously the nvidia driver would not work. hence i haven't yet changed my xorg.conf file to use the new drivers. does anyone know what this 'rivafb' file is and whether i need it (and if not how to remove it)? thanks a lot!
probably in
/lib/modules/<kernel-version>/kernel/ (somewhere in there, I'm not entirely sure)
if you want to remove old driver, make sure it is not loaded in /etc/modules.conf
reboot.
Yeah, but removing the driver while still trying to use it will not be too good 😉.
First is to fix xorg.conf then worry about getting rid of the old driver.
but if he is using console....then whether or not he has a video driver loaded....is irrevelant right?
Only if he isn't using the console under a framebuffer.
edit: Doh, too slow 😉
Originally posted by: MisterESauce
okay, awesome. well the 'lsmod' command didn't work for me but as far as i can tell the rivafb file is not in use (i have no rivafb.ko file). i also have no /etc/modules.conf. i have /etc/modprobe.conf and there's nothing in there about rivafb so i'll modify my xorg.conf file and see what happens 😉
Wouldn't "whereis rivafb" find it?Originally posted by: drag
to find it you would go:
find /lib/modules |grep rivafb
or
locate rivafb
😉
Originally posted by: drag
to find it you would go:
find /lib/modules |xargs grep rivafb
or
locate rivafb
😉
Nope.Originally posted by: OffTopic
Wouldn't "whereis rivafb" find it?Originally posted by: drag
to find it you would go:
find /lib/modules |grep rivafb
or
locate rivafb
😉
Originally posted by: Jero
Originally posted by: drag
to find it you would go:
find /lib/modules |xargs grep rivafb
or
locate rivafb
😉
fixed 🙂
Originally posted by: xcript
Originally posted by: Jero
Originally posted by: drag
to find it you would go:
find /lib/modules |xargs grep rivafb
or
locate rivafb
😉
fixed 🙂
Only if you want to search the contents of everything in /lib/modules for the string 'rivafb'.
Otherwise drag was correct. 🙂