From owner-freebsd-questions Wed Jul 9 11:24:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29111 for questions-outgoing; Wed, 9 Jul 1997 11:24:11 -0700 (PDT) Received: from limbo.senate.org (nathan@senate.org [204.141.125.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA29055 for ; Wed, 9 Jul 1997 11:23:56 -0700 (PDT) Received: (from nathan@localhost) by limbo.senate.org (8.8.5/8.8.5) id OAA00993 for freebsd-questions@FreeBSD.org; Wed, 9 Jul 1997 14:22:59 -0400 (EDT) From: Nathan Dorfman Message-Id: <199707091822.OAA00993@limbo.senate.org> Subject: XFree86 3.3 Display Problem To: freebsd-questions@FreeBSD.org Date: Wed, 9 Jul 1997 14:22:58 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Please note: I have sent this to the XFree86 project and have not received a reponse so I'm posting it here in hope that someone else has experienced this and knows how to eliminate it. When I installed 2.2.1-RELEASE off of a CD it included XFree 3.2. After configuring with XF86Setup, it worked fine. However after doing an FTP installation of 2.2.2-RELEASE (clean, not upgrade) I decided not to install 3.2 with the sysinstall utility, but download the FreeBSD-2.2 binaries from an XFree86 mirror and install them by hand. This proved to be mighty easy, all I needed to do was download the relevant files and: for tarball in *.tgz; do echo Extracting $tarball; tar -xvzf $tarball; done in the /usr/X11R6 directory. I ran XF86Setup and configured it correctly, and started X using my backed up .xinitrc, .fvwmrc, and other files. It started up but there was a mild "vibration" of the screen, especially the xterms and by the bottom of the screen. Starting any full screen applications like vi or ircII made the vibrations violent and the display would swim. I quickly exited and attempted reconfiguring many more times, even calling my monitor manufacturer to find out the exact rates. I even tried a minimalist monitor setting, after all all I want is 1024x768x256, to no avail. I am using a Cirrus-Logic 5424 card and a Goldstar 1527 monitor. I have never experienced problems with the card before (other than the fact that it's old and doesn't support more than 256 colors at 1024x768). If anyone knows what I should try doing to fix this, please help me. Thanks in advance, Nathan Dorfman.