Intel 945Gm Dual Head

dtgames at kinggeek.org dtgames at kinggeek.org
Sun Jan 6 12:49:43 PST 2008


Thanks for the quick response.  By the time I got it I already had one
desktop spanned across two displays @ 1024x768 configured and working the
way I want.

Initially I tried the xrandr dynamic method in
http://www.intellinuxgraphics.org/dualhead.html this did not work.  I got
a 1024x768 cloned desktop. "xrandr -q" only reported max of 1280x1280.

I then tried the hard config in xorg.conf.  This still did not work, same
result as above, but it changed the output of "xrandr -q" to max of
2048x768

NOW "xrandr --output VGA --right-of LVDS" works and I got a .  Is "virtual
2048 768" in xorg.conf required for "xrandr --output VGA --right-of LVDS"
to work?  I made a couple of changes to xorg.conf and now it is working
without the xrandr command.

I changed the virtual max to 2304x1024 but still only get one desktop
spanned across two Displays @ 1024x768.  I cant get the second display to
run at 1280x1024.

Strange thing is is if I run xvidtune it reports 1280x1024 as the current
resolution.

"xrandr -q' now reports:

Screen 0: minimum 320 x 200, current 2048 x 768, maximum 2304 x 1024
VGA connected 1024x768+1024+0 (normal left inverted right) 0mm x 0mm
   1024x768       60.0*+   60.0*    60.0     58.8
   1280x1024      59.9
   1280x960       59.9
   1152x864       60.0
   1024x600       60.0     58.7
   800x600        60.3     60.0     56.2     58.7
   768x576        60.0     58.6
   640x480        60.0
   1024x768_60    60.0
LVDS connected 1024x768+0+0 (normal left inverted right) 304mm x 228mm
   1024x768       60.0*+   60.0     58.8
   1024x600       60.0     58.7
   800x600        60.3     60.0     56.2     58.7
   768x576        60.0     58.6
   640x480        59.9     60.0     58.8
TV disconnected (normal left inverted right)

If I try "xrandr --output VGA --right-of LVDS --mode 1280x1024" the
external LCD display tries to run at a different mode than the laptop
display but it does not really work.  Modeline problem in xorg.conf? 
Below is the only 1280x1024 modeline entry in my xorg.conf.

Modeline 	"1280x1024" 112.62 1280 1360 1496 1712 1024 1025 1028 1061

Dax

 > On Friday, January 04, 2008 2:05 pm dtgames at kinggeek.org wrote:
>> I don't want to use Windows XP and I need my screen real estate so I
>> want
>> to get this working with OpenSuSE 10.3.  Currently I can only get it to
>> close the 1024x768  display to the external monitor.
>>
>> I followed http://www.intellinuxgraphics.org/dualhead.html and tried
>> both
>> methods and neither worked.
>>
>> xrandr -q outputs the below:
>>
>> Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 768
>
> I think you want a maximum of 2304 x 1024 (1280+1024 x max(1024,768)
> assuming
> a side by side configuration).
>
>> Section "Screen"
>>   Device       "Device[0]"
>>   Identifier   "Screen[0]"
>>   Monitor      "Monitor[0]"
>>   DefaultDepth 24
>>   SubSection "Display"
>>     Depth      24
>>     Modes      "1024x768"
>>     Virtual      2048 768
>>   EndSubSection
>> EndSection
>
> So increasing your 'virtual' size here should work.
>
> Jesse
>




More information about the xorg mailing list