Skip site navigation (1)Skip section navigation (2)
Date:        Thu, 9 Mar 2000 22:47:20 +0100
From:      Erik Trulsson <ertr1013@student.csd.uu.se>
To:        Eduardo Huertas <eduhuertas@usa.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Weird XFree86 and SiS SG86C205 card
Message-ID:  <20000309224720.A3200@student.csd.uu.se>
In-Reply-To: <20000309141727.12570.qmail@nwcst315.netaddress.usa.net>; from eduhuertas@usa.net on Tue, Apr 15, 2036 at 02:45:42PM -0600
References:  <20000309141727.12570.qmail@nwcst315.netaddress.usa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 15, 2036 at 02:45:42PM -0600, Eduardo Huertas wrote:
> Erik Trulsson <ertr1013@student.csd.uu.se> wrote:
> > On Tue, Apr 15, 2036 at 12:57:48AM -0600, Eduardo Huertas wrote:
> > > Hello Everybody!
> > > 
> > > Hope somebody can help me please.
> > > 
> > > I have a DTK Computer Pentium 133 MHz CPU  32 MB RAM and 2 GB 
> > > disk.
> > > Chipset (from the manual):
> > > SiS 5596 PCI, memory and VGA Controller
> > > SiS 5513 PCI System I/O
> > > Winbond  W83877F Super I/O Controller
> > > ESS ES1868 Audio-Drive Sound Controller
> > > 
> > > FreeBSD  3.3 release installed.
> > > 
> > > SuperProbe reported:
> > > First video: Super-VGA
> > > 	Chipset:  Silicon Integrated Systems  SG86C205 (PCI probed)
> > > 	Memory: 0 Kbytes
> > > 	RAMDAC: SiS buil-in DAC w/clock
> > > (with 6-bit wide lookup tables (or in 6-bit mode)
> > > 
> > 
> > I have got a computer with same chipset at home which works fine.
> > Try to upgrade to 3.4-STABLE and XFree86 3.3.6 which is what I use.
> > (I remember having trouble with X 3.3.5, while it worked with whatever
> > version of XFree86 it was that was included with FreeBSD 3.2 release)
> > After I get home later today I will post a copy of my /etc/XF86Config if you
> wish.
> > (I haven't got it available here.)
> > 

> 
> Thanks for your advice Erik.
> 
> I was suspecting something like this (upgrading).  You know I never have done
> this (kind of newbie) now it seems it's time :-)
> 
> OK I'll let you know how things will be going.  And please send me your
> /etc/XF86Config file.
> 
> Thanks.
> 
> -Edu-

OK, a copy of my /etc/XF86Config follows later in this mail.
You might want/need to modify some things depending on your monitor/mouse
setup etc.
I read a bit closer at exactly what problems you were having and they sound
very much like those I had with XFree86 3.3.5  (white box, text just black
squares.) Those went away when I changed to XFree86 3.3.6 (which is the
latest stable realease of XFree86)
I would strongly suggest you upgrade to XFree86 3.3.6




# XF86Config auto-generated by XF86Setup
#

# 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/75dpi,/usr/X11R6/lib/X11/fonts/100dpi"
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"   63.00 1024 1048 1192 1324 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  676  732  836 480 481 484 501 -hsync -vsync

EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "None"
   Chipset         "sis86c205"
   VideoRam        2048

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        "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        4
      Modes        "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        1
      Modes        "1024x768" "800x600" "640x480"
   EndSubSection
EndSection








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?20000309224720.A3200>