It took me about five minutes to get dual monitors working on my Dell Inspiron 1501 under Ubuntu 7.04. Here’s how I did it.
- I tried the xorg driver, which had been working fine on just the laptop display, but it wouldn’t work; I could get either the external display or the internal display to show, but not both. If you get it working, post a comment and let me know.
- I enabled the proprietary driver via Ubuntu’s Restricted Drivers Manager.
- I read the Gentoo Wiki page on dual monitors.
- As root, I ran
aticonfig --initial=dual-head --screen-layout=above -v - I rebooted.
At the moment, I’m typing into Firefox on the laptop monitor. My Dell 1800FP monitor is perched right above it; it’s the same width in pixels, and almost the same physical width. I have no windows open on that monitor, but I do have a nice background image! XFCE configures the backgrounds for each display separately.
I’ve been using this setup for about a week now. It’s not flawless, but the flaws don’t get in my way much. Here are the problems I’ve noticed:
- The driver is proprietary. Okay, this is a major flaw.
- The driver doesn’t work perfectly. Occasionally a weird defect in the screen image appears and won’t go away until X is restarted. It looks like a bar code and usually shows up near the bottom right of one of the monitors, often right over the clock in my system tray.
- If I log out of XFCE, my system hangs and I have to use the Alt-PrntScrn keys to shut it down and restart it.
- When I start my laptop, only the display on my laptop shows anything (perhaps the login screen isn’t dual-monitor capable). As soon as I log in, both monitors become active. While this is happening, my mouse randomly jumps between the top-left corner of the two monitors.
- The two monitors are running two different X displays. I’m not crystal-clear on how this should normally work, but I get the idea Xinerama isn’t the same as this and should work better (I don’t know if I can set up Xinerama with the proprietary driver, but I don’t think so). This has a variety of side effects:
- Windows I open on one display can’t be moved to the other (oddly, I can drag and drop between displays, which I didn’t expect).
- I can’t alt-tab to the other display.
- When I click on a link in Thunderbird, if Firefox is running on the other display, it says Firefox is already running but not responding, and refuses to open the link. I can’t get Firefox running on both displays at once.
- My XFCE panel on the laptop display doesn’t show windows on the other display. I tried creating a panel for that display too (XFCE recognizes that there are two displays and lets me place the panel on either one), but I couldn’t place it at the bottom of the display. When I chose to place it at the bottom, it seemed to place itself 768 pixels from the top (the external monitor is 1280×1024, but the laptop display is 1280×768). So I placed it at the top of the display, added a taskbar applet to it, and voila I had what I wanted — but when I rebooted, the panel showed up on the laptop display again.
Otherwise I haven’t noticed any troubles. Anyone who has suggestions on these issues, feel free to post a comment!
Technorati Tags:dell inspiron 1501, dual monitors, ubuntu, xfce, xorg
The rss feeds doesn’t contain the whole post but only a few lines, why don’t you publish the whole post via feeds.
Because I don’t want my content re-published all over the web on splogs that are just trying to exploit it for AdSense revenue.
Bit of a late reply, but to drag windows between monitors you only need to enable xinerama.
Start X with: startx — xinerama
or add
Option “Xinerama” “0″
to the ServerFlags section in xorg.conf
Thanks! I thought the ATI driver didn’t like Xinerama. This does turn my desktop into one display stretched across the two monitors. There are still issues with the mouse, though. On the external monitor, the mouse is an opaque square with a blue tiled background, about 50 pixels by 50 pixels. Pretty bizarre. I’ll have to fool around with some driver options and see if I can get that to go away.
This makes my desktop much more usable: I can now have, for example, multiple windows of OpenOffice on different desktops. Thanks again.