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

Johannes Rieken linux-thinkpad@linux-thinkpad.org
Tue, 8 Mar 2005 14:48:41 +0100


>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. 

>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?


JOhannes

> From my xorg.conf:
>
> --snipp---
>
> Section "Monitor"
>   Option       "CalcAlgorithm" "CheckDesktopGeometry"
>   DisplaySize  320 240
>   HorizSync    55-60
>   Identifier   "Monitor[0]"
>   ModelName    "THINKPAD 1400X1050 LCD PANEL"
>   Option       "DPMS"
>   VendorName   "IBM"
>   VertRefresh  50-60
>   UseModes     "Modes[0]"
> EndSection
>
> #new
> Section "Monitor"
>   Option       "CalcAlgorithm" "CheckDesktopGeometry"
>   Identifier   "Monitor[1]"
>   ModelName    "101740"
>   Option       "DPMS"
>   VendorName   "Belinea"
>   VertRefresh  50-75
>   UseModes     "Modes[1]"
> EndSection
>
> Section "Modes"
>   Identifier   "Modes[0]"
>   Modeline      "1400x1050" 109.01 1400 1480 1632 1864 1050 1051 1054 1083
> EndSection
>
> #new
> Section "Modes"
>   Identifier   "Modes[1]"
>   Modeline      "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066
> EndSection
>
> Section "Screen"
>   DefaultDepth 16
>   SubSection "Display"
>     Depth      15
>     Modes      "1400x1050"
>   EndSubSection
>   SubSection "Display"
>     Depth      16
>     Modes      "1400x1050"
>   EndSubSection
>   SubSection "Display"
>     Depth      24
>     Modes      "1400x1050"
>   EndSubSection
>   SubSection "Display"
>     Depth      32
>     Modes      "1400x1050"
>   EndSubSection
>   SubSection "Display"
>     Depth      8
>     Modes      "1400x1050"
>   EndSubSection
>   Device       "Device[0]"
>   Identifier   "Screen[0]"
>   Monitor      "Monitor[0]"
> EndSection
>
> #new
> Section "Screen"
>   DefaultDepth 16
>   SubSection "Display"
>     Depth      15
>     Modes      "1280x1024"
>   EndSubSection
>   SubSection "Display"
>     Depth      16
>     Modes      "1280x1024"
>   EndSubSection
>   SubSection "Display"
>     Depth      24
>     Modes      "1280x1024"
>   EndSubSection
>   SubSection "Display"
>     Depth      32
>     Modes      "1280x1024"
>   EndSubSection
>   SubSection "Display"
>     Depth      8
>     Modes      "1280x1024""
>   EndSubSection
>   Device       "Device[1]"
>   Identifier   "Screen[1]"
>   Monitor      "Monitor[1]"
> EndSection
>
> Section "Device"
>   BoardName    "Radeon 7500"
>   BusID        "1:0:0"
>   Driver       "radeon"
>   Identifier   "Device[0]"
>   Screen       0
>   Option       "Rotate" "off"
>   VendorName   "ATI"
> EndSection
>
> #new
> Section "Device"
>   BoardName    "Radeon 7500"
>   BusID        "1:0:0"
>   Driver       "radeon"
>   Identifier   "Device[1]"
>   Screen       1
>   Option       "Rotate" "off"
>   VendorName   "ATI"
> EndSection
>
> Section "ServerLayout"
>   Identifier   "Layout[all]"
>   InputDevice  "Keyboard[0]" "CoreKeyboard"
>   InputDevice  "Mouse[1]" "CorePointer"
>   InputDevice  "Mouse[3]" "SendCoreEvents"
>   Option       "Clone" "off"
>   Option       "Xinerama" "on"
>   Screen       "Screen[0]"
>   Screen       "Screen[1]" LeftOf "Screen[0]"
> EndSection
>
> Section "DRI"
>     Group      "video"
>     Mode       0660
> EndSection
>
> Section "Extensions"
> EndSection
> --
> The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad

--
The linux-thinkpad mailing list home page is at:
http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad

-------------------------------------------------------