Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
imac G5 radeon 9600 spanned desktop (managed somehow to doit
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
tork1974
n00b
n00b


Joined: 05 Jul 2005
Posts: 1

PostPosted: Tue Jul 05, 2005 6:16 am    Post subject: imac G5 radeon 9600 spanned desktop (managed somehow to doit Reply with quote

I am currently trying to get a spanned desktop working with an external monitor
with my imac G5, initially the imac G5 cannot have spanned desktop
but this is easily remedied with a patch:

http://www.rutemoeller.com/mp/ibook/ibook_e.html

This patch made my imac able to span desktop on two monitors in Macosx
but the real deal i would like to do is make this happen also in gentoo.

i did find some hints on different ways to do this at this page:

http://gentoo-wiki.com/HOWTO_Dual_Monitors#ATI

But so far no luck.

I will continue to try to find some resources on this, but if anyone
does have any experience i am hoping for some help here.



x86config: <--works somewhat, but have a black sop to the right of the 1280x1024 screen, i tried different ways, but the solution eludes me


Section "dri"
Mode 0666
EndSection

Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "type1"
Load "bitmap"
Load "glx"
Load "dri"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/TTF/"
ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
Identifier "UltraX Keyboard"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "no"
EndSection

Section "InputDevice"
Identifier "UltraX Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection

Section "Monitor"
Identifier "CRT1"
HorizSync 170
VertRefresh 170
Option "DPMS"
EndSection

Section "Device"
Identifier "RADEON 9200Pro"
Driver "radeon"
Option "AGPMode" "8"
Option "BusType" "agp"
Option "EnablePageFlip" "on"
Option "DisplayPriority" "HIGH"
Option "MonitorLayout" "LCD, LCD"
Option "LVDSProbePLL" "off"
Option "MergedFB" "true"
Option "MergedDPI" "100 100"
Option "CRT2HSync" "81"
Option "CRT2VRefresh" "75"
Option "CRT2Position" "RightOf"
Option "MergedXineramaCRT2IsScreen0" "true"
# Option "MetaModes" "1680x1050-1280x1024"
# BusID "PCI:01:0:0"
Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "RADEON 9200Pro"
Monitor "CRT1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1680x1050"
Viewport 2960 1024
EndSubsection
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum