Hi, I was reccomened by a few other people to use the xpert 128 in X because it had good all around support. I chose Rage 128 as my card and when I startx I get this error:
 
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
        ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI),
        ATI Rage 128 Xpert 128 (PCI), ATI Rage 128 Pro PF (AGP),
        ATI Rage 128 Mobility LE (PCI), ATI Rage 128 Mobility LF (AGP),
        ATI Rage 128 Mobility MF (AGP), ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE (AGP)
(--) Assigning device section with no busID to primary device
(EE) No devices detected.
 
Fatal server error:
no screens found
 
Here is my XF86Config file: any help  is appreciated!
 
 
# Device configured by xf86config:
 
Section "Device"
    Identifier  "xpert128"
    Driver      "ati"
    #VideoRam    16384
    # 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      "xpert128"
    Monitor     "CRX"
    DefaultDepth 16
 
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Reply via email to