Skip site navigation (1)Skip section navigation (2)
Date:        Fri, 5 Jan 2001 00:34:57 +0100
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Edwin Groothuis <mavetju@chello.nl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: SiS6326 XF86 config
Message-ID:  <20010105003457.A4620@student.uu.se>
In-Reply-To: <20010104210951.B68162@d9168.upc-d.chello.nl>; from mavetju@chello.nl on Thu, Jan 04, 2001 at 09:09:51PM %2B0100
References:  <20010104210951.B68162@d9168.upc-d.chello.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 04, 2001 at 09:09:51PM +0100, Edwin Groothuis wrote:
> Hello,
> 
> Can somebody please supply me with a working XF86Config for the
> SiS6326 card? (either XFree86 3.3.x or 4.x). I'll be very gratefull
> and so will the girl sitting next to me [she hates it when I'm
> getting grumpy because X doesn't work] :-)
> 

There probably exists more than one card with a SiS6326 but here follows
the file *I* use. (For XFree86 3.3.6)
Some things (like the Monitor section) probably have to be changed.




# XF86Config auto-generated by XF86Setup
#
# Copyright (c) 1996 by The XFree86 Project, Inc.

#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath
"/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/local/AbiSuite/fonts"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   AutoRepeat      500 30
   LeftAlt         Meta
   RightAlt        Meta
   ScrollLock      Compose
   RightCtl        Control
   XkbKeycodes     "xfree86"
   XkbTypes        "default"
   XkbCompat       "default"
   XkbSymbols      "us(pc101)"
   XkbGeometry     "pc"
   XkbRules        "xfree86"
   XkbModel        "pc105"
   XkbLayout       "se"
   XkbOptions      "ctrl:nocaps"
EndSection

Section "Pointer"
   Protocol        "SysMouse"
   Device          "/dev/sysmouse"
   BaudRate        1200
   Emulate3Timeout 50
   SampleRate      62
   Resolution      100
EndSection

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       30-50
   VertRefresh     30-100
   Modeline  "1024x768"   64.00 1024 1036 1180 1312 768 768 777 798 -hsync -vsync
   Modeline  "800x600"    50.00  800  844  964 1056 600 609 615 638 +hsync +vsync
   Modeline  "640x480"    36.00  640  668  724  836 480 481 484 501 -hsync -vsync

EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "None"
   Chipset         "sis6326"
#   VideoRam        4096
   DacSpeed        65

EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 24
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1024x768" "800x600" "640x480"
   EndSubSection
EndSection





-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010105003457.A4620>