[ltp] R40 and a second monitor... Happy ending?!

Alex Deucher linux-thinkpad@linux-thinkpad.org
Tue, 8 Mar 2005 10:44:07 -0500


On Tue, 8 Mar 2005 14:48:41 +0100, Johannes Rieken <johannes@riejo.de> wrote:
> 
> >first of all what are you trying to accomplish?  Dualhead or clone mode?
> 
> Well, actually I am happing if anything works. Dualhead would be the optimal
> solution but even clone is fine.
> 

dualhead should work fine on radeon hardware.

> >it sounds like X isn't detecting your monitor properly.  you might try
>  adding: Option "MonitorLayout" "LVDS, CRT"
> to the first device section of your config.  Also please post your log
> somewhere.
> The log stays untouched. Or didn't I get the right files with /tmp/xses-riejo
> and /tmp/xerr-riejo:0?

the log is /var/log/Xorg.0.log or /var/log/XFree86.0.log

you'd want to add to this part of your config:

Section "Device"
  BoardName    "Radeon 7500"
  BusID        "1:0:0"
  Driver       "radeon"
  Identifier   "Device[0]"
  Screen       0
  Option "MonitorLayout" "LVDS, CRT"
  VendorName   "ATI"
EndSection