I've sent this into [EMAIL PROTECTED] for you Stef. Thanks.

Alan.

----- Forwarded message from stef <[EMAIL PROTECTED]> -----

Delivered-To: [EMAIL PROTECTED]
Date: Mon, 8 Apr 2002 14:27:03 +0200
From: stef <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
User-Agent: Mutt/1.3.25i
Subject: [Xpert]typo in s3_driver.c
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0beta2
Precedence: bulk
List-Id: General X Discussion <xpert.XFree86.Org>

        There is a typo in xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c
which prevents using virtual display size. The following patch fixed it
for me.


--- xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c       Wed Dec 26 23:24:19 
2001
+++ xc-4.2.0/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c Tue Feb 19 03:06:39 
+2002
@@ -698,7 +698,7 @@
         i = xf86ValidateModes(pScrn, pScrn->monitor->Modes,
                               pScrn->display->modes, clockRanges,
                               NULL, 256, 2048, pScrn->bitsPerPixel,
-                              128, 2048, pScrn->virtualX,
+                              128, 2048, pScrn->display->virtualX,
                               pScrn->display->virtualY, pScrn->videoRam * 1024,
                               LOOKUP_BEST_REFRESH);


Regards,
        Stef 
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

----- End forwarded message -----
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to