Hello

When I do:

grep WW /var/log/XFree86.0.log

I get:

----
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 110MHz
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
----

Now a few questions.

* Why is X trying to load apm when I use ACPI?
* What are the other messages about and how can I get rid of those warnings?

My /etc/X11/XF86Config-4 file is attached to this email.

With regards.
Section "ServerLayout"
        Identifier              "XFree86 Configured"
        Screen                          "Screen0"
        InputDevice             "Mouse0"                        "CorePointer"
        InputDevice             "USBMouse"              "SendCoreEvents"
        InputDevice             "Keyboard0"             "CoreKeyboard"
EndSection

Section "Files"
        RgbPath                         "/usr/X11R6/lib/X11/rgb"
        ModulePath              "/usr/X11R6/lib/modules"
        FontPath                        "/usr/X11R6/lib/X11/fonts/encodings/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  FontPath                      "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  FontPath                      "/usr/X11R6/lib/X11/fonts/truetype/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/local/"
        FontPath                        "/usr/X11R6/lib/X11/fonts/util/"
  FontPath                      "/usr/X11R6/lib/X11/fonts/myfonts/"
        FontPath                        "/usr/share/fonts/freefont"
  FontPath                      "/usr/X11R6/lib/X11/fonts/sharefont/"
EndSection

Section "Module"
        Load    "glx"
        Load    "record"
        Load    "extmod"
        Load    "dbe"
        Load    "xtrap"
        Load    "type1"
        Load    "speedo"
        Load    "bitmap"
        Load    "xtt"
        Load    "freetype"
EndSection

Section "InputDevice"
        Identifier              "Keyboard0"
        Driver                          "keyboard"
        Option                          "CoreKeyboard"
        Option                          "XkbRules"      "xfree86"
  Option        "XkbModel"      "pc105"
  Option        "XkbLayout"     "gb"
EndSection

Section "InputDevice"
        Identifier              "Mouse0"
        Driver                          "mouse"
        Option                          "Protocol"                                     
                 "PS/2"
        Option                          "Device"                                       
                         "/dev/psaux"
        Option                          "Emulate3Buttons"       "on"
EndSection

Section "InputDevice"
        Identifier      "USBMouse"
        Driver          "mouse"
        Option          "Protocol"              "IMPS/2"
        Option          "Device"                "/dev/input/mice"
        Option          "ZAxisMapping"          "4 5"
        Option          "ChordMiddle"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "Dell"
        ModelName       "SXGA"
        HorizSync       30.5 - 64.3
  VertRefresh     55-65
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"           # <i>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
         Option     "NoLogo"    "true"                  # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "WindowFlip"                # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
         Option     "NvAGP"     "1"             # <i>
        #Option     "PixmapCacheLines"          # <i>
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ConnectedMonitor"          # <str>
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        #Option     "NoRenderAccel"             # [<bool>]
         Option     "CursorShadow"      "true"  # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "TwinView"                  # [<bool>]
        #Option     "TwinViewOrientation"       # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "SwapReady"                 # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "UseClipIDs"                # [<bool>]
        Option  "RenderAccel"           "true"
        Option  "HWCursor"              "true"
        Option  "UseEdidFreqs"          "true"

        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "NVidia"
        BoardName   "GeForce2 Go"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        Option          "NvAGP"         "1"

        DefaultDepth    16
#       DefaultFbBpp    32

        SubSection "Display"
                Depth           16
                Modes           "1400x1050" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"
                Virtual         0 0
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1400x1050" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"
                Virtual         0 0
        EndSubSection
EndSection


--
[EMAIL PROTECTED] mailing list

Reply via email to