|
|
|
Ubuntu: Dual Monitors....Feisty and Gutsy!!!OKAY, I've got dual displays working on my dell 600m with Mobility Radeon 9000 64mb with Ubuntu 7.10 Gutsy (caveat: no video playback regardless of file type, hrrmmmm....) After deleting my WinXP partition (FREEDOM!) I decided to try Ubuntu 7.10 in that space, and see if I could get dual displays working. And low and behold, I did it. So, I deleted that partition, and dedicated the space on my hard drive to Ubuntu, the current working installation being 6.06 LTS, in dual display glory. In an effort to keep all my programs and settings, I decided to UPGRADE from 6.06 up to 7.10, making all stops (6.06->6.10->7.04->7.10). This worked great up until I tried to upgrade from 7.04 to 7.10. Even my dual display setup worked great in 7.04. However, trying to upgrade to 7.10 left me with a laptop that would not boot into a usable desktop, and a buggy command line, which was not useful to me for trouble shooting (when it worked at all) ***step one ->7.04 ->7.10 STOP!!! ***Clean 7.10 install ***from here on it is info I found here - http://www.thinkwiki.org/wiki/Xorg_RandR_1.2 ***step two - clean up the xorg.conf file (restart x after each change to ensure it still works...) see http://www.thinkwiki.org/wiki/Xorg_RandR_1.2 for details. The only change I had to make to my conf file was this, add the following line so the "Display" subsection of "Screen" looks something like this: ***step three - get xrandr working for you in a terminal: After going over all the info at the ThinkWiki (link above), I found this command got my displays working together like I want (dual display, external right of main, which is LVDS in my case) ***step four - get xrandr working at boot time (well, after log-in anyway) create a text document, should look like this: save it (I saved mine as xorg_710_bigdesktopscript in my /home/username directory) , then in nautilus, right click to get the properties and set it to "Execute- allow executing file as program" under the Permissions tab. Now go to menu System->Preferences->Sessions and Add your new file. Now restart x, press ctrl-alt-backspace it should look like your main display is being mirrored, however, this should |
|