Sorry about that. The error message I receive is this:

Parse error on line 56 of section Device in file /etc/X11/XF86Config-4
        "800" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]

I also tried placing the 800 and 600 in quotes, but I just receive the 
warning about FP Registers I did before. Here is a copy of my XF86Config-4 
file. Hope it helps.

Thanks,
Kyle Super

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        ModulePath      "/usr/X11R6/lib/modules"
        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/CID/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
        Option          "BlankTime"             "10"
        Option          "StandbyTime"           "20"
        Option          "SuspendTime"           "30"
        Option          "OffTime"               "40"
EndSection

Section "Module"
        Load            "extmod"
        Load            "dbe"
        Load            "dri"
        Load            "GLcore"
        Load            "glx"
        Load            "record"
        Load            "xtrap"
        Load            "speedo"
        Load            "type1"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol"              "IntelliMouse"
        Option          "Device"                "/dev/ttyS0"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "no"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "XkbModel"              "pc104"
EndSection

Section "Device"
        Identifier      "ATI Rage Fury Pro AGP"
        Driver          "r128"
        VendorName      "ATI Rage Fury Pro AGP"
        BoardName       "ATI Rage Fury Pro AGP"
        ChipId          0x5246
        VideoRam        32768
        Option          "PanelWidth"    800
        Option          "PanelHeight"   600
EndSection

Section "Monitor"
        Identifier      "Packard Bell 5480"
        VendorName      "Packard Bell 5480"
        ModelName       "Packard Bell 5480"
        HorizSync       30.0-69.0
        VertRefresh     55.0-90.0
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "ATI Rage Fury Pro AGP"
        Monitor         "Packard Bell 5480"
        DefaultDepth    24
        SubSection "Display"
                Depth   8
                Modes   "800x600" "1280x1040" "1024x768" "640x480"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "800x600" "1280x1040" "1024x768" "640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "800x600" "1280x1040" "1024x768" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Layout0"
        Screen          0 "Screen0" 0 0
        InputDevice     "Mouse0"        "CorePointer"
        InputDevice     "Keyboard0"     "CoreKeyboard"
EndSection

Section "DRI"
        Mode 0666
EndSection


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

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

Reply via email to