Posts Tagged: Canonical


15
Oct 09

NVidia 185 driver couldn’t be activated (Ubuntu – Karmic Koala)

After I installed the graphic drivers I've done a reboot and ended up with a blank screen (black).
Booting from a Live CD and editing the /etc/X11/xorg.conf file was the fastest way the fix this.
You have to alter the Driver entry of line 12 from nvidia to nv. Save and reboot.
Section "Screen"
 Identifier    "Default Screen"
 DefaultDepth    24
EndSection

Section "Module"
 Load    "glx"
EndSection

Section "Device"
 Identifier    "Default Device"
 Driver    "nvidia"
 Option    "NoLogo"    "True"
EndSection

After this I was back Online and I've executed this command:

sudo dpkg-reconfigure nvidia-185-kernel-source

It [dpkg-reconfigure] reconfigures packages after they've already been configured and installed.
Reboot and afterwards it should work properly.

More information:

[1] Google Results on: activate nvidia 185 driver ubuntu
[2] Ubuntu Launchpad - jockey does not correctly install nvidia 185 driver
[3] Ubuntu Launchpad - xorg: failed to load module "nvidia"

Cheers,
Prometheus


30
Oct 08

Official Release of Ubuntu 8.10 – Intrepid Ibex

Finally it is one more time to say:

“The new Version of Ubuntu is out now.” :)

Again Canonical has released a new version of it’s great Operating System. A big thanks to Canonical and the community for enriching our virtual an real world too, with such a amazing OS which is Open Source and available for anyone in the world.

Downloads:

Download: http://www.ubuntu.com/getubuntu/download

Upgrade: http://www.ubuntu.com/getubuntu/upgrading

Find out more: http://www.ubuntu.com/products/whatisubuntu/810features/

Download – Install – Be free, independence and happy. :)

Best regards,

Prometheus