[EMAIL PROTECTED] wrote: > > I have installed Slink in a 2 Meg partition on my hard drive with a 128 Meg > swap partition and have some of the simpler programs running. > > I have been using the XF86Setup program and it picks up the mouse and > keyboard fine but my screen adapter is not listed. My display adapter is a > Videol Logic GrafixStar 650 with 8Mbytes of RAM and it installed on an AGP > port on the motherboard. Support for Videologic Grafixstar > 100,200,300,400,500,600&700 is explicitly listed but not my card! > > I have tried everything and the furthest I can get is a "640X480" mode not > recognised followed by a fatal error message. > > Hoping you can help me.
Let's see... At http://www.videologic.com, I learn that the card uses the 3Dlabs Permedia2 chipset. At http://www.xfree86.org/3.3.5/README3.html , I see that the chipset is supported. You need the XF86_3Dlabs x-server. Thus, try this : 1. Upgrade to XFree86, version 3.3.5 ( use apt-get at http://www.debian.org/~vincent/) 2. Get the "xserver-3dlabs" 3. Edit " /usr/X11R6/lib/X11/Cards" ( used by "xf86config" ) adding: NAME David's card CHIPSET permedia 2 SERVER XF86_3DLabs 4. Configure X using "xf86config," looking for the entry " David's card" to select. ( Afterwards, make sure " /etc/X11/Xserver" contains: /usr/bin/X11/XF86_3DLabs ) Additional info' about the chipset at : http://www.xfree86.org/3.3.5/3DLabs.html Peruse : http://www.xmission.com/~howardm/Xwoes.html Let us know how things work out. Cheers, Howard Mann Online Troubleshooting Resources: HOWTO http://www.newbielinux.com http://www.xmission.com/~howardm/t1.html