From owner-freebsd-questions Thu Jan 9 4:49:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0027C37B42C for ; Thu, 9 Jan 2003 04:49:17 -0800 (PST) Received: from mail2.uits.uconn.edu (mail2.uits.uconn.edu [137.99.25.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 377F443F1E for ; Thu, 9 Jan 2003 04:49:07 -0800 (PST) (envelope-from matt@forsetti.com) Received: from [137.99.80.149] (d80h149.public.uconn.edu [137.99.80.149]) by mail2.uits.uconn.edu (8.11.6/8.11.6) with ESMTP id h09CmAh31159 for ; Thu, 9 Jan 2003 07:48:10 -0500 Subject: S3Virge DX causes X and Text screen corruption From: Matt Smith To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1042116485.96322.10.camel@d80h149.public.uconn.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 09 Jan 2003 07:48:05 -0500 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6, AWL, SIGNATURE_SHORT_DENSE, SPAM_PHRASE_00_01) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to configure an S3Virge DX for XFree86. When X loads, the screen looks fine initially, except for the mouse, which has some odd corruption around it. As I move the mouse around, start programs, or do anything that changes the screen, the areas of the screen that change do not seem to refresh properly. In addition, just after I start X, and an instant before the X interface actually begins, I see my text console get corrupted. It almost looks like the monitor is shifting everything roughly 3 inches to the right, and wrapping lines around the screen. Text near the bottom of the screen gets corrupted. I have tried using the following options, with no success: noaccel True Xvideo False SWCursor True But I don't know enough about the other options to guess which I should try. Below is my XF86Config file. Any help would be appreciated. Thanks! -Matt Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" #DisplaySize 330 240 # mm Identifier "Monitor0" VendorName "DELL" ModelName "DELL D1025TM" #Option "DPMS" HorizSync 30.0 - 85.0 VertRefresh 50.0 - 120.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "slow_edodram" # [] #Option "slow_dram" # [] #Option "fast_dram" # [] #Option "fpm_vram" # [] #Option "pci_burst" # [] #Option "fifo_conservative" # [] #Option "fifo_moderate" # [] #Option "fifo_aggressive" # [] #Option "pci_retry" # [] #Option "NoAccel" # [] #Option "early_ras_precharge" # [] #Option "late_ras_precharge" # [] #Option "lcd_center" # [] #Option "set_lcdclk" # #Option "set_mclk" # #Option "set_refclk" # #Option "show_cache" # [] #Option "HWCursor" # [] #Option "SWCursor" # [] #Option "ShadowFB" # [] #Option "Rotate" # [] #Option "UseFB" # [] #Option "mxcr3afix" # [] #Option "XVideo" # [] Identifier "Card0" Driver "s3virge" VendorName "S3" BoardName "ViRGE/DX or /GX" BusID "PCI:2:10:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection -- Matt Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message