Ubuntu 9.04 on Dell XPS m1530 and Inspiron 1420n

Yesterday I installed Ubuntu 9.04 (Jaunty Jackalope) on two Dell laptops, the XPS m1530, and an Inspiron 1420n. Both installations went smoothly.

XPS m1530,
The XPS m1530 already had a beta version of 9.04, and it upgraded without a hitch. As I indicated before, Ubuntu no longer has trouble with the touch pad on the XPS m1530.

Microphone and Video Cam
I have found that using a USB VOIP phone works well for Skype. The built-in Microphone works poorly, and I had trouble making it work at all with Skype, but a USB headset or an inexpensive USB VOIP phone seemed to work fine. The built-in video camera seems to work fine as well. I did have an initial problem getting Skype to recognize both the USB VOIP phone and the built-in video camera. But the solution was fairly simple. I had to first start up Skype without the VOIP phone, and test the video cam, which worked fine. Then I exited Skype, and restarted with the VOIP phone plugged in. At that point, Skype recognized both devices, and continues to do so without a fuss. I have no problem making a Skype call with both audio and video.

Twin View
I like to use the laptop with an external monitor, if I can. I have different external monitors at home and at work. Each have lower resolution than the 1920×1200 screen on the laptop. I was able to do this without much trouble at work, when I did not have an external UBS hard drive attached. There seemed to be a hitch when I had both the monitor and the external drive connected. At home, with an older monitor, I was asked to work with the proprietary NVIDIA configuration tool. This failed when it tried to re-write an /etc/X11/xorg.conf file, for lack of adequate privileges, and I had to do this manually, which is not something that you want to have many users do. My guess is that this issue will be fixed at some point. In any event, the laptop now works well with both external monitors, in the Twin View mode, which is basically an expanded desktop.

If the battery life was longer for the XPS, I would be pretty happy with it.

The shutdown/start up time for my machine do not seem to be that much faster than was the case for Ubunbu 8.10. My shut down, with the applications I normally have running (Firefox, OpenOffice, gedit, tweetdeck and the Evolution mail client), took 43 seconds. My boot time, including my login, took 111 seconds.

Inspiron 1420n
The Inspiron 1420n shipped with Ubuntu 7.04. It has Intel Graphics Media Accelerator X3100 integrated graphics. My screen is the 1400×900 14.1 inch version, and it is very nice. Ubuntu 9.04 uses “free” open source drivers, and everything in terms of the graphics works very well, including the Twin View when I connect an LDC monitor for an extended desktop. My 1420n does not have a video camera. Skype works fine, when I use a USB external VOIP phone.

OpenOffice.Org 3.0
Now I finally can use OpenOffice.Org 3.0 with Ubuntu, which is more compatible with Microsoft Office than earlier versions of OOO. This is important when you are collaborating on a document.

Getting Multimedia to work
I recommend people add the Medibuntu repositories. If you can, start up a terminal window, and copy and run these commands:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list –output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get –yes -q –allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update

sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list –output-document=/etc/apt/sources.list.d/medibuntu.list

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

Then from the System/Administration menu on Ubuntu, at the top left of the screen, look for the Synaptic Package Manager. Make sure in the setting menu that Synaptic is using both free and non-free repositories, from Ubuntu and third parties.

Then make sure the following packages are added:
ubuntu-restricted-extras
Linux-restricted-modules

And to make sure everything you need is working, check to see if these are installed:

libdvdcss2
w32codecs (for an intel i386 installation)

I always add few extras right away, since I have come to depend upon them.

acroread (the Adobe Acrobat reader)
adobe-flashplug-in
bluefish
gftp
gimp-data-extras
gpass
openoffice-base (the sql database program).
p7zip-full
skype
vlc
wine

And other favorite programs. I have grown found lately of tweetdeck, which requires an installation of Adobe Air (which you can get for free from Adobe).

Update 1. Below is the xorg.conf file from my Dell Inspiron 1420n.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section “Monitor”
Identifier “Configured Monitor”
EndSection

Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
SubSection “Display”
Virtual 2880 900
EndSubSection
EndSection
Section “Device”
Identifier “Configured Video Device”
EndSection

Update 2:
The following is the xorg.conf file for my Dell XPS m1530:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section “ServerLayout”
Identifier “Default Layout”
Screen 0 “Screen0” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
EndSection

Section “Module”
Load “glx”
EndSection

Section “ServerFlags”
Option “Xinerama” “0”
EndSection

Section “InputDevice”
# generated from default
Identifier “Keyboard0”
Driver “kbd”
EndSection

Section “InputDevice”
# generated from default
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/psaux”
Option “Emulate3Buttons” “no”
Option “ZAxisMapping” “4 5”
EndSection

Section “Monitor”
Identifier “Configured Monitor”
EndSection

Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Seiko”
HorizSync 30.0 – 75.0
VertRefresh 60.0
EndSection

Section “Device”
Identifier “Configured Video Device”
Driver “nvidia”
Option “NoLogo” “True”
EndSection

Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “GeForce 8600M GT”
EndSection

Section “Screen”
Identifier “Default Screen”
Device “Configured Video Device”
Monitor “Configured Monitor”
DefaultDepth 24
SubSection “Display”
Virtual 3600 1200
EndSubSection
EndSection

Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “TwinView” “1”
Option “metamodes” “DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0”
SubSection “Display”
Depth 24
EndSubSection
EndSection

Tags: , ,

2 Comments

  • gmoney says:

    Thanks for the post. I just got my m1530 and am a little hesistant to install 9.04 just yet – currently on the oem 8.04

    my biggest concern is the video drivers for the 256mb Nvidia, but it seems the few posts I’ve read haven’t run into problems.

    thanks again.

  • rwhetsel says:

    Jamie could you please post your xorg.conf file that solved you twin view problem?