/etc/X11/XF86Config file as follows:-

Section "Module"

 Load  "GLcore"
 Load  "dbe"
 Load  "xie"
 Load  "extmod"
 Load  "glx"
 Load  "pex5"
 Load  "record"

EndSection

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

EndSection

Section "InputDevice"

    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "us"

EndSection

Section "InputDevice"

    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol"  "PS/2"
    Option "Device"  "/dev/mouse"
    Option "Emulate3Buttons"

EndSection

Section "Monitor"

    Identifier "My Monitor"
    HorizSync 31.5 - 48.5
    VertRefresh 50.0 - 90.0

EndSection

Section "Device"

    Identifier "ATI Rage 128"
    VendorName "ATI Rage 128"
    BoardName "Rage 128  Mobility LF"
    Driver "r128"
#    Chipset "ati"
    BusID "PCI:1:0:0"

EndSection

Section "Screen"

    Identifier "Screen 1"
    Device "ATI Rage 128"
    Monitor "My Monitor"
    DefaultDepth 24

    Subsection "Display"
 Depth     24
 Modes     "640x480" "800x600" "1024x768"

    EndSubsection
    Subsection "Display"
  Depth 4
    EndSubsection
    Subsection "Display"
  Depth 8
    EndSubsection
    Subsection "Display"
  Depth 15
    EndSubsection
    Subsection "Display"
  Depth 16
    EndSubsection
    Subsection "Display"
  Depth 24
    EndSubsection

EndSection

Section "DRI"
EndSection

Section "ServerLayout"

    Identifier "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"

EndSection





Alan Olsen wrote:

> On Thu, 17 Jan 2002, Warren Zeeman wrote:
>
> > I have a Dell C600 with a ATI Rage 128 M3 Mobility. I am running Solaris
> > 8 for Intel, and have tried numerous settings in my XF86Config file, but
> > have been unable to get my X server to start.
>
> The /etc/xf86config-4 file would be helpful.
>
> Just from what I am reading (I may be wrong.) It looks like you are
> loading more than one video driver.
>
> Also, are you editing xf86config or xf86config-4?
>
> --
> [EMAIL PROTECTED] | Note to AOL users: for a quick shortcut to reply
> Alan Olsen            | to my mail, just hit the ctrl, alt and del keys.
>  "All power is derived from the barrel of a gnu." - Mao Tse Stallman

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to