Debian Installation?
Not sure if it's the right place to find out about this problem, But I'm just trying to install Debian and after along install I can't seem to start up the Gui,
I've tried to use "startx" and I get a message that it can't recognize my video card, Which is EVGA that works in my other distro (Fedora 5) fawless.
Well I'm just trying to see if anyone else has had this problem? I have been browsing Googles and different forums, no luck yet. Thanks. fvs
I've tried to use "startx" and I get a message that it can't recognize my video card, Which is EVGA that works in my other distro (Fedora 5) fawless.
Well I'm just trying to see if anyone else has had this problem? I have been browsing Googles and different forums, no luck yet. Thanks. fvs
0
Comments
apt-get install module-assistant nvidia-kernel-common
m-a prepare
m-a auto-install nvidia
apt-get -t $NVDIST install nvidia-glx
* say 'yes' to "install TLS libraries"
dpkg-reconfigure xserver-xfree86
* select 'nvidia' for your X server driver
* deselect 'GLCore' and 'dri' in your X server modules
* select 'glx' in your X server modules.
Try to use Debian's package manager to manage your system where possible. It will save you a whole lot of grief later on when you need to update.
-drasnor