Ubuntu 10.04 on HP Compaq nx9005
Ubuntu 10.04 LTS (Lucid Lynx) is the slickest new Ubuntu release in a long time. But installing on my crusty old notebook (an HP Compaq nx9005 of 2003 vintage), I had some trouble with the onboard graphics, the R100-based Radeon IGP 320M.
Running glxgears, I'd get about 20 frames of smooth animation, then a 2 second stall, a single frame, another stall, etc. Even after disabling compiz desktop effects, this jerkiness blighted the entire desktop experience, regardless of whether I was running any 3D applications. The machine seemed to run even hotter and noisier than usual, and games like Beneath A Steel Sky and Armagetron Advanced were unusable.
Tom Morton (creator of open source space sim Pioneer) suggested the culprit. Recent Ubuntus have enabled kernel mode-setting (KMS), which you can disable by passing "nomodeset" to the kernel at boot. Here's how to do this permanently:
Edit /etc/default/grub and add nomodeset to GRUB_CMDLINE_LINUX_DEFAULT, so it ends up looking something like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
Then run sudo update-grub and restart the machine. Now Lucid Lynx is usable — even snappy.
Post a comment
Comments
Try to install Lubuntu 10.10
works ok on my laptop compaq nx9005
I cant even get it to load the homescreen to install it while running livecd it keeps freezing i enabled what you said but it still freezes
Hi,
I have the same machine and I've installed Linux Mint LXDE (based on Ubuntu 10.4). The option I enabled was "irqpoll". "nomodeset" didn't do anything, as far as I can tell. I've also upgraded to kernel version 2.6.35 and I am using the xorg edge drivers found at: http://wiki.cchtml.com/index.php/Ubuntu_Lucid_Installation_Guide
glxgears runs at around 180 fps and games like Supertux2 and Armagetron Advanced run smoothly.
I've also setup the 4 line performance boost found at: http://www.webupd8.org/2010/11/alternative-to-200-lines-kernel-patch.html
I had exactly this problem on a nx9005 after upgrading to 10.04 LTS. Using the "nomodeset" option fixed it - thanks!
Many thanks. I will try this.
Powered by clunkyblog release 3.10. Generated in 18ms.
