techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > Linux / BSD / Mac OS X

Reply
 
Thread Tools
Old May 11, 2008, 01:02 AM   #1
bohsocks
 
Join Date: May 2008
Posts: 3 (0.00/day)
Thanks: 0
Thanked 0 Times in 0 Posts

Ubuntu Gutsy dualhead help

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:
Quote:
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:
Quote:
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!!!!!
Quote:
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
bohsocks is offline  
Reply With Quote
Old May 11, 2008, 02:15 AM   #2
jonmcc33
Banned
 
Join Date: Mar 2008
Location: Fort Myers, FL
Posts: 528 (0.28/day)
Thanks: 18
Thanked 40 Times in 38 Posts

System Specs

Put Windows XP back on it. That will help.
jonmcc33 is offline  
Reply With Quote
Old May 11, 2008, 02:46 AM   #3
bohsocks
 
Join Date: May 2008
Posts: 3 (0.00/day)
Thanks: 0
Thanked 0 Times in 0 Posts

Hey, good idea, guy.

Does anyone have any actual suggestions or help or is this forum full of d-bags like this one?
bohsocks is offline  
Reply With Quote
Old May 11, 2008, 02:59 AM   #4
dark2099
3500 Posts
 
Join Date: Feb 2008
Location: where everyone wants to be
Posts: 4,152 (2.16/day)
Thanks: 472
Thanked 751 Times in 624 Posts
Send a message via AIM to dark2099 Send a message via MSN to dark2099

System Specs

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
__________________
Heatware
Check out Gomez Peer on how to make your PC work for you. Referred by dark2099 please!
Mini Rig: Biostar TP67XE / i5 2500k / Corsair H55 / 2x4GB PNY / XFX 7770 / Corsair CX500M / Win 8 64 bit / Thermaltake V9 Blackwidow
dark2099 is online now  
Reply With Quote
Old May 11, 2008, 03:03 AM   #5
bohsocks
 
Join Date: May 2008
Posts: 3 (0.00/day)
Thanks: 0
Thanked 0 Times in 0 Posts

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
bohsocks is offline  
Reply With Quote
Old May 11, 2008, 03:13 AM   #6
dark2099
3500 Posts
 
Join Date: Feb 2008
Location: where everyone wants to be
Posts: 4,152 (2.16/day)
Thanks: 472
Thanked 751 Times in 624 Posts
Send a message via AIM to dark2099 Send a message via MSN to dark2099

System Specs

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
__________________
Heatware
Check out Gomez Peer on how to make your PC work for you. Referred by dark2099 please!
Mini Rig: Biostar TP67XE / i5 2500k / Corsair H55 / 2x4GB PNY / XFX 7770 / Corsair CX500M / Win 8 64 bit / Thermaltake V9 Blackwidow
dark2099 is online now  
Reply With Quote
Old May 11, 2008, 10:42 AM   #7
DanTheBanjoman
Seņor Moderator
 
DanTheBanjoman's Avatar
 
Join Date: May 2004
Location: Utrecht, Utrecht, The kingdom of the Netherlands
Posts: 8,498 (2.58/day)
Thanks: 41
Thanked 1,453 Times in 1,077 Posts
Send a message via ICQ to DanTheBanjoman Send a message via MSN to DanTheBanjoman

System Specs

Quote:
Originally Posted by jonmcc33 View Post
Put Windows XP back on it. That will help.
If you have nothing useful to add please don't reply.
DanTheBanjoman is offline  
Reply With Quote
The Following User Says Thank You to DanTheBanjoman For This Useful Post:
Old May 12, 2008, 02:50 AM   #8
jonmcc33
Banned
 
Join Date: Mar 2008
Location: Fort Myers, FL
Posts: 528 (0.28/day)
Thanks: 18
Thanked 40 Times in 38 Posts

System Specs

Quote:
Originally Posted by bohsocks View Post
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!

Quote:
Originally Posted by DanTheBanjoman View Post
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?
jonmcc33 is offline  
Reply With Quote
Old May 12, 2008, 01:35 PM   #9
xfire
1000 Posts
 
xfire's Avatar
 
Join Date: Nov 2007
Location: Hyderabad,India
Posts: 1,166 (0.58/day)
Thanks: 367
Thanked 197 Times in 169 Posts

System Specs

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.
__________________
Your one stop source for all thing open source
Posting pics the TPU way!
http://imkingsnake.blogspot.com/
“if anyone expects great things from the Intel IGP market I want what you smoke k?” -candle_86
xfire is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Start Ubuntu dcf-joe Linux / BSD / Mac OS X 23 Feb 24, 2009 04:52 PM
Ubuntu 8.04 LTS Beta Ready malware News 7 Mar 21, 2008 09:12 PM
IBM Accelerates Desktop Customer Choice With Support for Ubuntu, Red Hat and Novell malware News 0 Jan 22, 2008 01:28 PM
Dell Expands Ubuntu Product Offerings malware News 3 Aug 1, 2007 06:00 PM
Ubuntu apologizes for it's faulty patch. zekrahminator News 10 Aug 30, 2006 08:58 PM


All times are GMT. The time now is 03:03 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts