My machine keeps rebooting after I run startx.  My system consists of this:

 

AMD Athlon 950 MHz

Voodoo 5

Asus KX133 Chipset Slot A Motherboard

Seagate 30G

 

A log file is not produced so I can’t figure out what is wrong?

 

Here is my XF86Config file:

I’ve tried to get rid of most of the comments.  Can someone please help?

 

 

 

Section "Module"

 

# This loads the DBE extension module.

 

    Load        "dbe"       # Double buffer extension

 

# This loads the miscellaneous extensions module, and disables

# initialisation of the XFree86-DGA extension within that module.

    SubSection  "extmod"

      Option    "omit xfree86-dga"   # don't initialise the DGA extension

    EndSubSection

 

# This loads the Type1 and FreeType font modules

    Load        "type1"

    Load        "freetype"

 

# This loads the GLX module

#    Load       "glx"

 

EndSection

 

# **********************************************************************

# Files section.  This allows default font and rgb paths to be set

# **********************************************************************

 

Section "Files"

 

 

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

 

 

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

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

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

#    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"

#    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/"

 

# The module search path.  The default path is shown here.

 

#    ModulePath "/usr/X11R6/lib/modules"

 

EndSection

 

# **********************************************************************

# Server flags section.

# **********************************************************************

 

Section "ServerFlags"

 

 

EndSection

 

Section "InputDevice"

 

    Identifier      "Keyboard1"

    Driver           "Keyboard"

 

    Option "AutoRepeat" "500 30"

 

 

    Option "XkbRules"   "xfree86"

    Option "XkbModel"  "pc104"

    Option "XkbLayout" "us"

 

EndSection

 

 

# **********************************************************************

# Core Pointer's InputDevice section

# **********************************************************************

 

Section "InputDevice"

 

# Identifier and driver

 

    Identifier      "Mouse1"

    Driver           "mouse"

    Option "Protocol"    "Microsoft"

    Option "Device"      "/dev/psm0"

 

 

    Option "Emulate3Buttons"

#    Option "Emulate3Timeout"    "50"

 

 

#    Option "ChordMiddle"

 

EndSection

 

 

 

# **********************************************************************

# Monitor section

# **********************************************************************

 

# Any number of monitor sections may be present

 

Section "Monitor"

 

    Identifier  "MyMonitor"

 

 

    HorizSync   30-109

 

 

    VertRefresh 48-160

 

EndSection

 

 

# **********************************************************************

# Graphics device section

# **********************************************************************

 

# Any number of graphics device sections may be present

 

# Standard VGA Device:

 

Section "Device"

    Identifier      "Standard VGA"

    VendorName           "Unknown"

    BoardName "Unknown"

 

# The chipset line is optional in most cases.  It can be used to override

# the driver's chipset detection, and should not normally be specified.

 

#    Chipset       "generic"

 

 

    Driver     "vga"

 

EndSection

 

# Device configured by xf86config:

 

Section "Device"

    Identifier  "Voodoo"

    Driver      "tdfx"

    #VideoRam    65536

    # Insert Clocks lines here if appropriate

EndSection

 

 

# **********************************************************************

# Screen sections

# **********************************************************************

 

# Any number of screen sections may be present.  Each describes

# the configuration of a single screen.  A single specific screen section

# may be specified from the X server command line with the "-screen"

# option.

Section "Screen"

    Identifier  "Screen 1"

    Device      "Voodoo"

    Monitor     "MyMonitor"

    DefaultDepth 24

 

    Subsection "Display"

        Depth       8

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

        ViewPort    0 0

    EndSubsection

    Subsection "Display"

        Depth       16

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

        ViewPort    0 0

    EndSubsection

    Subsection "Display"

        Depth       24

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

        ViewPort    0 0

    EndSubsection

EndSection

 

# **********************************************************************

# ServerLayout sections.

# **********************************************************************

 

 

Section "ServerLayout"

 

# The Identifier line must be present

    Identifier  "Simple Layout"

 

 

    Screen "Screen 1"

 

 

    InputDevice "Mouse1" "CorePointer"

    InputDevice "Keyboard1" "CoreKeyboard"

 

EndSection

 

 

Reply via email to