PDA

View Full Version : Ubuntu Gutsy dualhead help


bohsocks
05-11-2008, 02:02 AM
I have an HP laptop with VGA-Out and an ATI (Radeon Mobility 9100IP) card.... it worked fine to connect my laptop to my TV through MergedFB in feisty.....

There are a number of reasons I want to upgrade from Feisty to Gutsy (Trevino's repo is half-dead, ipod-convenience for my iPhone, compiz ccsm, etc.) but when I do I lose my MergedFB obviously... and cannot figure out how to get my dual-monitors back.

Since my card is pre-9500, fglrx doesn't work for me.....

When I have my VGA cable connected (to my new Vizio with a RGB(VGA) input.... Xrandr doesn't recognize it as being connected.....

I have had no success editing my xorg.conf on my own... because I have no idea what I'm doing... but I'm hoping that's the key to getting this to work.....

Here is my current xorg.conf:

Section "Device"
Identifier "ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]"
Driver "ati"
BusID "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection


Here is what I have tried:

Section "Device"
Identifier "radeon0"
Driver "ati"
BusID "PCI:1:5:0"
Screen 0
EndSection

Section "Device"
Identifier "radeon1"
Driver "ati"
BusID "PCI:1:5:0"
Screen 1
EndSection

Section "Monitor"
Identifier "monitor0"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "monitor1"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen0"
Device "radeon0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "screen1"
Device "radeon1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1368x768" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1368x768" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1368x768" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1368x768" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1368x768" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1368x768" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "screen0"
Screen "screen1" RightOf "screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Don't forget xinerama!!!111oneoneone11!eleven!!11
Option "xinerama" "on"
Option "clone" "off"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection


Here are some of the edits I've tried... to no success!!!!!

Section "Device"
Identifier "radeon0"
Driver "ati"
BusID "PCI:1:5:0"
Screen 0
EndSection

Section "Device"
Identifier "radeon1"
Driver "intel"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Monitor"
Identifier "monitor0"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "monitor1"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen0"
Device "radeon0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "Screen"
Identifier "screen1"
Device "radeon1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "screen0"
Screen "screen1" RightOf "screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Don't forget xinerama!!!111oneoneone11!eleven!!11
Option "xinerama" "on"
Option "clone" "off"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

jonmcc33
05-11-2008, 03:15 AM
Put Windows XP back on it. That will help.

bohsocks
05-11-2008, 03:46 AM
Hey, good idea, guy.

Does anyone have any actual suggestions or help or is this forum full of d-bags like this one?

dark2099
05-11-2008, 03:59 AM
Unfortunately there are a few in every forum. Here are a couple of links I found searching for MergedFB on google.

http://ubuntuforums.org/showthread.php?t=221174
http://dri.freedesktop.org/wiki/MergedFB

bohsocks
05-11-2008, 04:03 AM
Okay well that's good. Thank you very much :)

Unfortunately MergedFB worked fine in Feisty Fawn (7.04) but was removed in the next version (Gutsy, 7.10)

I'm having issues getting anything else to work since my standby, MergedFB, is no longer an option.

Thank you very much

dark2099
05-11-2008, 04:13 AM
I see, can't guarentee you will find anything helpful, but when I played around with Feisty, I used a guide I found online, here is a Gutsy guide from the same source.

http://ubuntuguide.org/wiki/Ubuntu:Gutsy

DanTheBanjoman
05-11-2008, 11:42 AM
Put Windows XP back on it. That will help.

If you have nothing useful to add please don't reply.

jonmcc33
05-12-2008, 03:50 AM
Hey, good idea, guy.

Does anyone have any actual suggestions or help or is this forum full of d-bags like this one?

Linux community...so hostile! :eek:

If you have nothing useful to add please don't reply.

It was useful. You don't think it would work on his laptop or something? :confused:

xfire
05-12-2008, 02:35 PM
Did you try it with the latest ubuntu(Hardy Henon) and Gusty isnt really that good. Fiesty was good but Gusty had a few problems with compiz integration.Havent tried hardy henon though.