Just in case anyone was wondering, Feisty (Ubuntu 7.04) works flawlessly on my Dell Inspiron 6400 now. I posted a previous entry on this topic, back when I installed Dapper (6.06) on the machine and had a few issues getting everything working.
The wifi card—Intel Pro Wireless 3945—works out of the box and is looked after by the restricted driver manager. After Intel kindly opened it’s video drivers, the GMA 945 runs a composite desktop (ie. the ‘desktop effects’ or Beryl) without a problem either. If anyone is interested, just for trivial purposes, the driver is xserver-xorg-video-i810 and installed by default when installing Ubuntu.
The bluetooth module and the SD-card slot work without issue either; plug n’ play.
You will find that upon installing Feisty the screen resolution is still something like 1280x1024 SXGA, wide-screen resolution. Previously - as detailed in the entry linked above - you had to manually configure 915resolution, but now it’s just a matter of installing it. Thus you have two options. Install it via Synaptic and restart the graphics server (log out/log in) or pop into the tty# terminal (press Ctrl + Alt + F1 once you hit the login screen) and log in*.
sudo apt-get update
sudo apt-get upgrade
It’s a good idea to upgrade first because there might already be newer packages out for things that 915resolution works with (ie. the kernel and xserver-xorg). Note that this might take a while.
apt-get install 915resolution
This should restart the xserver meaning that as soon as 915resolution is installed it’ll send you back to a refreshed log in screen and your resolution should now be a widescreen resolution. If this doesn’t happen you’ll need to restart the xserver and it’s easily done by restarting GDM:
/etc/init.d/gdm restart
* If you need to return to the log in screen at any time just press Ctrl + Alt + F7. Using the same combination where F(<7) will give you a tty terminal (ie. Ctrl + Alt + F3 will give you tty3).
3 comments
Hey Klepas! Good to see it is all working like a charm!
Maybe you could take some time to fill in a few laptop testing pages for the ubuntu community.
https://wiki.ubuntu.com/LaptopTesting
;) AndrewB
Thanks for your persistent research. I’m getting me an Inspiron in a few days time, so if I get stuck, I’ll refer back to this. :-)
@Ash: Thanks. I had a friend here locally who recently just bought one and I helped him with the install. The whole process took all but ten minutes. Sucks that they only offer WXGA 1440x900 now ( *love* my 1680x1050 WSXGA screen).