cannot help much, never had this happen to me, but you should try to redirect the log,
possibly
you would get something:
startx 2>myLogFile
I am no expert but I find your section for the mouse a bit different from what I would
expect for
instance for a relatively standard 2 button mouse:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "on"
# Option "ZAxisMapping" "4 5"
EndSection
the protocol could be different for an intellimouse (I believe "IMPS/2")
Also I am not sure you have all the modules you need I have:
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
Load "freetype" # TrueType font handler
Load "type1" # Adobe Type 1 font handler
EndSection
good luck
Lionel
PS trying default depth of 16 before going up to 24 may also help eliminating problem
sources
--- "Adam W. Gregory" <[EMAIL PROTECTED]> wrote:
> 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"
>
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie