I'm running XFree 4.3.0 on a ThinkPad R40, using the radeon module.
The R40 has a 1024x768 LCD panel.  Most of the time I have it hooked
up to an external monitor which I run at 1152x864, and in that case
I'm using the "PanelOff" option.

Mostly X is working very nicely, except for this anomaly:  When the
screensaver kicks in (either native XFree screen-blanking or
xscreensaver), the blanked or "saved" area is *not* the entire
1152x864 of the external monitor but rather a 1024x768 window.
The remainder of the original screen is visible round the edges.

I tried running xscreensaver in verbose mode, and saw the following:

vp is 1024x768+0+0

Any suggestions for correcting this?  I'm appending below the relevant
section of XF86Config.

Allin Cottrell.

Section "Monitor"
    Identifier  "Monitor_CRT"
    VendorName  "IBM"
    ModelName   "G94"
    Option      "DPMS"
    HorizSync   30-95
    VertRefresh 50-160
EndSection

Section "Device"
    Identifier          "Radeon_CRT"
    VendorName          "ATI"
    Driver              "radeon"
    Option "PanelOff"   "true"
EndSection

Section "Screen"
    Identifier  "Screen_CRT"
    Device      "Radeon_CRT"
    Monitor     "Monitor_CRT"
    DefaultDepth 24
    Option       "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Layout_CRT"
    Screen      "Screen_CRT"
    InputDevice   "Mouse 0" "CorePointer"
    InputDevice   "Keyboard1" "CoreKeyboard"
EndSection


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to