Hello,
Here is the output of 'grep WW /var/log/XFree86.0.log'.
****
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz
****
Now, I have ACPI instead of APM on my machine so there's not much I can do
about the first warning. However, I'd like to ask how I can deal with the
second warning. I use a 17" flat panel (Dell E171FP) which has the
following maximum values.
Resolution 1280x1024 (60Hz optimal; 75Hz max)
Mode clock 135
My XF86Config file is attached (are attachments stripped on the list?).
Many thanks.
Dhruba Bandopadhyay.
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "SuspendTime" "0"
Option "StandbyTime" "0"
Option "BlankTime" "0"
Option "OffTime" "0"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
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/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
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/"
EndSection
Section "Module"
Load "glx"
Load "record"
Load "extmod"
Load "dbe"
Load "xtrap"
Load "speedo"
Load "bitmap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "ChordMiddle"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Dell"
ModelName "E171FP"
HorizSync 30-80
VertRefresh 56-76
# Mode "1280x1024"
# DotClock 80.0
# HTimings 1280 1296 1512 1568
# VTimings 1024 1025 1037 1165
# Flags "Interlace"
# EndMode
# Mode "1280x1024"
# DotClock 75.0
# HTimings 1280 1312 1528 1576
# VTimings 1024 1028 1034 1080
# Flags "Interlace"
# EndMode
Mode "1280x1024"
DotClock 110.0
HTimings 1280 1320 1480 1728
VTimings 1024 1029 1036 1077
EndMode
# Mode "1280x1024"
# DotClock 110.0
# HTimings 1280 1328 1512 1712
# VTimings 1024 1025 1028 1054
# EndMode
# Mode "1280x1024"
# DotClock 135.0
# HTimings 1280 1312 1456 1712
# VTimings 1024 1027 1030 1064
# EndMode
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" "3" # <i>
#Option "IgnoreEDID" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ConnectedMonitor" # <str>
#Option "ConnectedMonitors" # <str>
#Option "TVStandard" # <str>
#Option "TVOutFormat" # <str>
#Option "RenderAccel" # [<bool>]
#Option "CursorShadow" # [<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 "CIOverlay" # [<bool>]
#Option "TransparentIndex" # <i>
#Option "OverlayDefaultVisual" # [<bool>]
#Option "NvEmulate" # <i>
#Option "NoBandWidthTest" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "NVidia"
BoardName "0x0172"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "NvAGP" "3"
DefaultDepth 24
DefaultFbBpp 32
SubSection "Display"
Depth 16
Modes "1280x1024"
Virtual 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
Virtual 0 0
EndSubSection
EndSection
--
[EMAIL PROTECTED] mailing list