From owner-freebsd-questions Sun Oct 6 06:02:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15355 for questions-outgoing; Sun, 6 Oct 1996 06:02:58 -0700 (PDT) Received: from lib.amu.edu.pl (bogusz@lib.amu.edu.pl [150.254.100.254]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA15337 for <questions@FreeBSD.ORG>; Sun, 6 Oct 1996 06:02:53 -0700 (PDT) Received: (from bogusz@localhost) by lib.amu.edu.pl (8.6.12/8.6.9) id NAA20181; Sun, 6 Oct 1996 13:05:02 +0100 Date: Sun, 6 Oct 1996 13:05:02 +0100 (MET) From: Bogusz Jelinski <bogusz@lib.amu.edu.pl> To: Flavio Genelhu Oliveira <boo@gold.horizontes.com.br> cc: questions@FreeBSD.ORG Subject: Re: X, My headache :) In-Reply-To: <199610051132.IAA06515@gold.horizontes.com.br> Message-ID: <Pine.LNX.3.91.961006124341.20152C-100000@lib.amu.edu.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 5 Oct 1996, Flavio Genelhu Oliveira wrote: > I am having terribles headaches to install and make X to work. > I have a SyncMaster3 from SAMSUNG and a PCI SVGA board i can't > determine its vendor nor type nor nothing :) > Well, in the xf86config i put the hsync and vsync from the > monitor's manual (which have a precision of three decimal > points - i really don't have them with me now) and just to > ensure compatibility i used the VGA16 server. When I tried > to run startx the screen was in graphical mode, but with > several vertical lines black and white. When i move my > mouse, part of the screen bacame dark white. I also tried > to change the server into the mono VGA, and into the SVGA > server with the same result. > If understand you well you put the hsync and vsync instead of choosing an option that is offered by the script /usr/X11R6/bin/xf86config That wasn't correct. When it asks for hsync type 4 (which is Super VGA 800x600 56Hz) then type 1 (vsync 50-70) - it will let you concentrate on your card. What is written on the card's chip? During the Xserver startup there should be some info about it. Configure it as VGA16 at 640x480 After that edit your XF86Config and check if the resolution is set correctly, reduce the virtual resolution, check the VideoRam (1024 = 1MB) and the like. Try the above and let me know if you're still in trouble. Bogusz