From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 11:50:42 2003 Return-Path: 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 7F6C616A4CE for ; Sat, 8 Nov 2003 11:50:42 -0800 (PST) Received: from web41508.mail.yahoo.com (web41508.mail.yahoo.com [66.218.93.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 0220243FE1 for ; Sat, 8 Nov 2003 11:50:42 -0800 (PST) (envelope-from lorin_lund@yahoo.com) Message-ID: <20031108195041.82698.qmail@web41508.mail.yahoo.com> Received: from [216.190.25.66] by web41508.mail.yahoo.com via HTTP; Sat, 08 Nov 2003 11:50:41 PST Date: Sat, 8 Nov 2003 11:50:41 -0800 (PST) From: Lorin Lund To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-69646308-1068321041=:79828" Subject: XConfig - how to get rid of dithering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 19:50:42 -0000 --0-69646308-1068321041=:79828 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline I am running on an old Toshiba Portege with this video chipset: NM2200 [MagicGraph 256AV] Everything is showing dithered under X but when I boot to Windows I get great color. I suspect that this is merely a configuration problem but I don't know what is wrong with my config file. (see attached) __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --0-69646308-1068321041=:79828 Content-Type: text/plain; name=XF86Config Content-Description: XF86Config Content-Disposition: inline; filename=XF86Config Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 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 "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 100.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoLinear" # [] #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "noMMIO" # [] #Option "internDisp" # [] #Option "externDisp" # [] #Option "LcdCenter" # [] #Option "ShadowFB" # [] #Option "NoStretch" # [] #Option "pciBurst" # [] #Option "ShowCache" # [] #Option "Rotate" # [] #Option "StrangeLockups" # [] #Option "DisplayHeight480" # [] #Option "progLcdModeRegs" # [] #Option "progLcdModeStretch" # [] #Option "overrideValidateMode" # [] #Option "VideoKey" # #Option "OverlayMem" # #Option "Interlace" # Identifier "Card0" Driver "neomagic" VendorName "Neomagic Corporation" BoardName "NM2200 [MagicGraph 256AV]" BusID "PCI:0:4:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection --0-69646308-1068321041=:79828--