I have resolved the aspect ratio problem described below by including the 
following line immediately after the "MODES" line in the "SCREEN" section:
Virtual 1024 1024

The value 1024 matches the MAXIMUM of the x and y dimensions. The full text 
of the "screen" section of XF86Config-4 is included below:

Section "Screen"
         Identifier "Screen0"
         Device "S3 ViRGE/GX2 (generic)"
         Monitor "HSL05E0"
         DefaultDepth 24
          Option "Rotate" "CW"    # left part of screen displayed by default
         Subsection "Display"
                 Depth 24
                 Modes "1024x768"
                 Virtual 1024 1024
         EndSubSection
EndSection

 >> I am using a portrait mode display with the s3Virge display adapter 
driver. I have included the line:
 >>Option "Rotate" "CW"
 >> to rotate the display. I now have a rotated 1024x768 display, but what 
I what is a 768x1024 display. (The bottom of the display is empty and the 
right side of the display wraps around over the left side). How do I tell 
XFree86 the new display resolution?

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to