[Prev][Next][Index][Thread]

X11 won't work because of "no screens found"




Text item: 


Text item: 

For everyone who knows and cares to help!

        The description of my problem is in the attachmment - read the 
attachment.

                                Grateful in advance S.Z.

Text item: x11.txt 8/25/96 4:22A

	Hello everybody!

	I can't make my newly installed X11 work.
	I've got a PCI ATI Video Xpression (Mach 64) video card with 2M DRAM and
a MAG DX-17T monitor.

	When I run "startx" the monitor blanks out for a few moments and then returns to normal with an error message:



XFree86 Version 3.1.2 / X Window System

(protocol Version 11, revision 0, vendor release 6000)

Operating System: Linux 

Configured drivers:

  Mach64: accelerated server for ATI Mach64 graphics adaptors (Patchlevel 0)

(using VT number 7)



XF86Config: /etc/XF86Config

(**) stands for supplied, (--) stands for probed/default values

(**) Mouse: type: MouseSystems, device: /dev/mouse, baudrate: 1200

(**) Mach64: Graphics device ID: "ATI Expression"

(**) Mach64: Monitor ID: "MAG DX17T"

(--) Mach64: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted.

(--) Mach64: Mode "1280x1024" needs hsync freq of 81.13 kHz. Deleted.

(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/font
s/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/us
r/X11R6/lib/X11/fonts/100dpi/"



 *** None of the configured devices were detected.***




Fatal server error:

no screens found

xinit:  No such file or directory (errno 2):  unexpected signal 13



	My /etc/XF86Config looks like this:

# File generated by xf86config.


Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath	"/usr/X11R6/lib/X11/fonts/misc/"

    FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"

    FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"

    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"

    FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection


Section "Keyboard"

    Protocol	"Standard"

    AutoRepeat   500 5

EndSection


Section "Pointer"

    Protocol    "MouseSystems"

    Device      "/dev/mouse"

EndSection


Section "Monitor"

    Identifier  "MAG DX17T"

    VendorName  "MAG"

    ModelName   "DX17T"

    HorizSync   24-68

    VertRefresh 50-100

Modeline "640x400"     25.175 640  664  760  800   400  409  411  450

Modeline "640x480"     25.175 640  664  760  800   480  491  493  525

ModeLine "800x600"     36     800  824  896 1024   600  601  603  625

Modeline "1024x768"    44.9  1024 1048 1208 1264   768  776  784  817 Interlace

Modeline "640x480"     31.5   640  680  720  864   480  488  491  521

Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync +vsync

Modeline "800x600"     50     800  856  976 1040   600  637  643  666 +hsync +vsync

Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync -vsync

Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync -vsync

Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace

Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823

Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054

Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064

Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064

Modeline "320x200"     12.588 320  336  384  400   200  204  205  225 Doublescan

Modeline "320x240"     12.588 320  336  384  400   240  245  246  262 Doublescan

Modeline "320x240"     15.750 320  336  384  400   240  244  246  262 Doublescan

ModeLine "400x300"     18     400  416  448  512   300  301  602  312 Doublescan

Modeline "400x300"     20     400  416  480  528   300  301  303  314 Doublescan

Modeline "400x300"     25     400  424  488  520   300  319  322  333 Doublescan

ModeLine "480x300"     21.656 480  496  536  616   300  301  302  312 Doublescan

Modeline "480x300"     23.890 480  496  576  632   300  301  303  314 Doublescan

Modeline "480x300"     25     480  496  576  632   300  301  303  314 Doublescan

Modeline "480x300"     29.952 480  504  584  624   300  319  322  333 Doublescan

EndSection


# Standard VGA Device:


Section "Device"

    Identifier	"Generic VGA"

    VendorName	"Unknown"

    BoardName	"Unknown"

    Chipset	"generic"

EndSection


# Device configured by xf86config:


Section "Device"

    Identifier  "ATI Expression"

    VendorName  "ATI"

    BoardName   "ATI VIDEO XPRESSION"

    #VideoRam    2048

    # Insert Clocks lines here if appropriate

EndSection


# The Colour SVGA server


Section "Screen"

   Driver      "svga"

    Device      "Generic VGA"

    #Device      "ATI Expression"

    Monitor     "MAG DX17T"

    Subsection "Display"

        Depth       8

        #Modes       "640x480" "800x600" "1024x768" "1280x1024"

        ViewPort    0 0

        Virtual     320 200

        #Virtual     1280 1024

    EndSubsection

EndSection


# The 16-color VGA server


Section "Screen"

    Driver      "vga16"

    Device      "Generic VGA"

    Monitor     "MAG DX17T"

    Subsection "Display"

        Modes       "640x480" "800x600"

        ViewPort    0 0

        Virtual     800 600

    EndSubsection

EndSection


# The Mono server


Section "Screen"

    Driver      "vga2"
 
   Device      "Generic VGA"

    Monitor     "MAG DX17T"

    Subsection "Display"

        Modes       "640x480" "800x600"

        ViewPort    0 0

        Virtual     800 600

    EndSubsection

EndSection


# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)


Section "Screen"

    Driver      "accel"

    Device      "ATI Expression"

    Monitor     "MAG DX17T"

    Subsection "Display"

        Depth       8

        Modes       "640x480" "800x600" "1024x768" "1280x1024"

        ViewPort    0 0

        Virtual     1280 1024

    EndSubsection

    Subsection "Display"

        Depth       16

        Modes       "640x480" "800x600" "1024x768"

        ViewPort    0 0

        Virtual     1024 768

    EndSubsection

    Subsection "Display"

        Depth       32

        Modes       "640x480" "800x600"

        ViewPort    0 0

        Virtual     800 600

    EndSubsection

EndSection

	
	


Follow-Ups: