Originally Posted by mushroomboy ![]() It's probably trying but crashing to cli? Well I actually need more specifics though, like after it boots will it run gdm? |
Originally Posted by mushroomboy ![]() Here's what I would do... I'd login and run nvidia-xconfig then run: sudo /etc/init.d/gdm stop Do that again with start instead. Now if you don't get video I'd replace the nvidia driver with the opensource one so you can at least do the rest of this with a gui... ![]() sudo view /etc/X11/xorg.conf find where it says driver "nvidia" or something, press i and change that to "nv" then press Esc, wq!, enter. You should now be able to do the /ect/init.d/gdm start/stop again and you'll at least get 2d video. After you get there I'd go into synaptic and search "nvidia dkms" and install the nvidia-kernel-dkms package or whatever the name is (if you want the latest driver use a maverick repository such as "deb http://us.archive.ubuntu.com/ubuntu/ maverick main"). After that installs you should check the status of the dkms by running: sudo dkms status That should give you this (replace versions with yours): nvidia, 256.53, 2.6.32-5-amd64, x86_64: installed You should now be able re-edit that file back to nvidia, to do this in X I just run gksu and type: gedit /etc/X11/xorg.conf Replace gedit with whatever you use (kwrite, gedit, mousepad, ect...). Once the file is open edit "nv" in driver back to "nvidia" save and quit. To get it running restart X: sudo killall -9 Xorg Log back in and enjoy! If "nvidia, 256.53, 2.6.32-5-amd64, x86_64: installed" doesn't appear it didn't compile, though you'll probably get an error thrown at you before that so let us know. I choose the dkms way because it's pretty easy and auto-installs when you update kernels. =) |
Originally Posted by mushroomboy ![]() HDMI and nvidia? I don't think nvidia hdmi supports sound, only ATi (AMD) support it that I'm aware of. |
Originally Posted by 3dfxvoodoo ![]() ![]() I have use HDMI in Ubuntu before and it works along with the sound and that was out of the box |
Originally Posted by mushroomboy ![]() =( Hmmmm ALSA might detect the HDMI out and re-direct audio. Idk http://forums.nvidia.com/lofiversion...hp?t52765.html They talk about not installing the nvidia audio driver, so maybe they do have sound! lol I don't use hdmi as I still got an 8800GT =P |