Hello everyone, I am having problems running X with my Diamond Viper 330 AGP with Debian 2.0. The xserver crashes with the infamous error 111, however I know it can and will work.
First of all, it worked fine with RH 5.1, and second, the xf86config program runs fine and it runs the xserver without problems in the resolution that I select. I recently ran dselect and updated all the packages via ftp, so everything should be up to date. I noticed that the amount of videoram detected is 256k, I have since fixed this in the XF86Config file setting it to 4096k. I have tried all sorts settings in this file by setting the chipset to Riva128, setting the boardname to Viper 330, and even a ramdac setting. All of these I have alternately commented out trying different combinations, while leaving the ram set to 4096. I now think that the problem is not in the XF86Config file, but is elsewhere. Below I have posted my X-server output. --------------------------------- xauth: (argv):1: bad display name ":0" in "add" command hostname: No address associated with name xauth: (argv):1: bad display name ":0" in "add" command XFree86 Version 3.3.2.3 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: July 15 1998 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.0.35 i686 [ELF] Configured drivers: VGA16: server for 4-bit colour VGA (Patchlevel 0): ET4000, ET4000W32, ET4000W32i, ET4000W32i_rev_b, ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b, ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100, et3000, ncr77c22, ncr77c22e, ati, sis86c201, sis86c202, sis86c205, tvga8200lx, tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000, tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi, tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682, tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520, 3dimage975, 3dimage985, oti067, oti077, oti087, oti037c, cl6410, cl6412, cl6420, cl6440, generic MONO: server for interlaced and banked monochrome graphics adaptors (Patchlevel 0): hgc1280, sigmalview, apollo9, hercules (using VT number 7) XF86Config: /etc/X11/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) XKB: rules: "xfree86" (**) XKB: model: "pc102" (**) XKB: layout: "us" (**) Mouse: type: PS/2, device: /dev/psaux, resolution: 100 (**) Mouse: buttons: 3, 3 button emulation (timeout: 55ms) (**) VGA16: Graphics device ID: "Primary Card" (**) VGA16: Monitor ID: "Primary Monitor" (**) MONO: Graphics device ID: "Primary Card" (**) MONO: Monitor ID: "Primary Monitor" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75 dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/li b/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X 11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/font s/100dpi (--) VGA16: PCI: NVidia/SGS-Thomson Riva128 rev 16, Memory @ 0xf5000000, 0xfc000000 (--) VGA16: chipset: generic (**) VGA16: videoram: 4096k (using 4096k) (--) VGA16: clocks: 25.19 28.32 28.32 28.32 (--) VGA16: Maximum allowed dot-clock: 90.000 MHz (--) VGA16: There is no defined dot-clock matching mode "1024x768" (--) VGA16: Removing mode "1024x768" from list of valid modes. (--) VGA16: There is no defined dot-clock matching mode "800x600" Fatal server error: No valid modes found. When reporting a problem related to a server crash, please send the full server output, not just the last messages _X11TransSocketUNIXConnect: Can't connect: errno = 111 giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. ---------------------------------- I think the solution may lie in the first three lines, although I'm not sure. Here are some settings under the XF86Config file ---------------------------- Section "Monitor" Identifier "Primary Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 30-70 VertRefresh 50-120 Modeline "1024x768" 85.00 1024 1052 1172 1360 768 772 775 799 Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 -hsync -vsync EndSection Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "Diamond Viper 330" VideoRam 4096 EndSection ------------------------ Thanks, Anthony ahickey*bayou.uh.edu