Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
radeon & dual-monitors
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Tue Sep 16, 2008 11:56 pm    Post subject: radeon & dual-monitors Reply with quote

I have a 17" monitor as my primary monitor (connected via DVI) and a 26" TV hooked up (via VGA) which I would like to have operating as my secondary monitor. I know I could get this set up using the fglrx drivers, but so far I've been unable to get it to work properly using the open-sourced driver. Right now, when I have both monitors hooked up, Xorg defaults to the TV (VGA) being the primary monitor and blanks the 17". I can also get both monitors to show an output, but then the desktop size is set to the TV's size and the output is operating in some sort of clone mode.

Does anyone have dual-monitors (with different resolutions) working using the opensourced drivers? If so, has anyone been able to define which monitor is the primary and which is the secondary?
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Wed Sep 17, 2008 11:58 pm    Post subject: Is Zaphod mode available? Reply with quote

so I've managed to get clone to work with both monitors outputting at 1024x768, so things are a little better, but it's still not very convenient. Does anyone know if zaphod mode is working with the xf86-video-ati-6.9.0? Ideally, I'd love to have my vga output be only a Myth frontend while my DVI is my desktop output. I'd imagine this shouldn't be a problem if I'm using two frame buffers (one for Myth, the other for the desktop) since the sum of the areas is less than the 2048x2048 big buffer limit (1366x768+1280x1024)
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Fri Sep 19, 2008 12:27 am    Post subject: Reply with quote

So I've deducted that the screen blanking is a gnome configuration issue, since it only occurs for one user but does not happen for neither root nor another user. However, I can not figure out why I can't be getting one X session to be using one monitor while having a second X session running another monitor.... X also appears to be overriding the NoRandR commands

barebones xorg.conf I'm using for testing:

Code:
Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" LeftOf "Screen0"
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerFlags"
   Option "Xinerama" "off"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/share/fonts/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/cyrillic"
   FontPath     "/usr/share/fonts/default"
   FontPath     "/usr/share/fonts/encodings"
   FontPath     "/usr/share/fonts/microsoft"
   FontPath     "/usr/share/fonts/ttf-bitstream-vera"
   FontPath     "/usr/share/fonts/util"
   FontPath     "/usr/share/fonts/misc"
EndSection

Section "Module"

   Load  "dbe"     # Double buffer extension
   SubSection "extmod"
      Option       "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "freetype"
   Load  "drm"
   Load  "glx"
   Load  "radeon"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "microsoft"
   Option       "XkbLayout" "us"
EndSection

Section "InputDevice"

   Identifier  "Mouse1"
   Option      "Name"   "Microsoft Microsoft Wireless Optical Mouse* 1.0A"
   Driver      "evdev"
   Option       "Protocol" "ExplorerPS/2"   # IntelliMouse PS/2
   Option       "Emulate3Buttons" "False"
   Option       "Buttons" "7"
   Option       "ZAxisMapping" "4 5 7 6 8 9"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   Option       "VendorName" "SAM"
   Option       "ModelName" "SyncMaster"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   Option   "VendorName" "VIZ"
   Option   "ModelName" "VW26L HDTV10F"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "radeon"
   Option      "BusID"         "PCI:1:0:0"
   Screen 0
   Option      "MergedFB" "False"
   Option      "Monitor-VGA-0" "Monitor0"
   Option      "NoRandR" "true"
EndSection

Section "Device"
   Identifier  "Card1"
   Driver      "radeon"
   Option      "BusID"         "PCI:1:0:1"
   Screen 1
   Option      "Monitor-DVI-0" "Monitor1"
   Option      "NoRandR" "true"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth      24
      Modes      "1366x768" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection
Back to top
View user's profile Send private message
bertaboy
l33t
l33t


Joined: 05 Nov 2004
Posts: 604

PostPosted: Tue Sep 30, 2008 12:55 am    Post subject: Reply with quote

Apparently this is an issue with xorg-server. Upgrading from 1.3 has unlocked multiseat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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