On Sun, 2006-05-28 at 21:10 +0200, Giuseppe Sacco wrote:
> 
> When I say 'cannot use' I mean that the display is corrupt: the effect 
> is something like the display has two layers: the bottom layer is 
> composed with the correct image, the front layer has many vertical 
> stripes that hide the other layer. Moreover an horizontal line near the 
> bottom of the screen, probably 10 pixels hight cross the screen.

Thanks for the description. If possible, a picture might also be useful.


> >>2. cloning LCD and an external monitor at 1024x768
> > 
> > This doesn't require running the internal LCD at the same resolution
> > either.
> 
> I wasn't able to set the external display at a different resolution than 
> the internal LCD. 

Should be possible via metamodes. Looks like the syntax you have
currently is not quite correct for this though.

Also, it looks like MergedFB is limiting the virtual resolution to the
external display's maximum resolution; does it make a difference if you
specify

        Virtual 1280 854

in SubSection "Display"?

> Anyway, my goal was to display an openoffice (full screen) presentation using 
> an external beamer that handle 1024x768. In other words, I will be facing the 
> hall and looking at my LCD where I need to see exaclty what will be displayed 
> by the beamer nehind my shoulders. Is this possible using a "clone" setup?

Probably not.


> Section "Device"
>       Identifier      "radeon9000"
>       Driver          "radeon"
>       Option          "UseFBDev"      "off"

Does
        Option  "ColorTiling" "off"

make a difference?

>       Option          "CloneMode"     "1024x768"
>       Option          "CRT2HSync"     "31.5-80"
>       Option          "CRT2VRefresh"  "56.3-75"
>       Option          "CRT2Position"  "Clone"
>       Option          "MergedFB"      "on"
>       Option          "MetaModes"     "1280x854 1024x768"
> #     Option          "MetaModes"     "1024x768-1024x768"
>       Option          "DDCMode"       "on"

Do different values for this and Option "IgnoreEDID" make a difference?

>       Option          "MonitorLayout" "LVDS,TMDS"

The radeon driver doesn't support two digital outputs at the same time
yet. You'll have to connect the external display via a DVI->VGA adaptor
and use Option "MonitorLayout" "LVDS,CRT".

> #     Option          "AccelMethod"   "EXA"

Does enabling this make a difference?

>       Option          "LVDSProbePLL"  "on"
>       Option          "EnablePageFlip"        "off"
>       Option          "EnableDepthMoves"      "on"

This option is basically useless and might even be harmful.


-- 
Earthling Michel Dänzer           |          http://tungstengraphics.com
Libre software enthusiast         |          Debian, X and DRI developer


Reply via email to