Re: Monitor problem.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Can you send us the XF86Config file and the XFree86
logfile? That might give
> us an indication of what modes are selected, and thus a
look into the
# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any
person obtaining a
# copy of this software and associated documentation files
(the "Software"),
# to deal in the Software without restriction, including
without limitation
# the rights to use, copy, modify, merge, publish,
distribute, sublicense,
# and/or sell copies of the Software, and to permit persons
to whom the
# Software is furnished to do so, subject to the following
conditions:
#
# The above copyright notice and this permission notice
shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN
NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the
XFree86 Project shall
# not be used in advertising or otherwise to promote the
sale, use or other
# dealings in this Software without prior written
authorization from the
# XFree86 Project.
#

#
************************************************************
**********
# Refer to the XF86Config(4/5) man page for details about
the format of
# this file.
#
************************************************************
**********

#
************************************************************
**********
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
#
************************************************************
**********
#

Section "Module"
    # This loads the DBE extension module.

    Load "dbe"   # Double buffer extension

    # This loads the Type1 and FreeType font modules
    Load "type1"
    Load "speedo"
    # Load        "freetype"
    # Load        "xtt"

    # This loads the GLX module
    # Load       "glx"
    # This loads the DRI module
    # Load       "dri"

    # This loads the miscellaneous extensions module, and
disables
    # initialisation of the XFree86-DGA extension within
that module.

    Subsection "extmod"
        Option "omit xfree86-dga"   # don't initialise the
DGA extension
    EndSubsection
EndSection
#
************************************************************
**********
# Files section.  This allows default font and rgb paths to
be set
#
************************************************************
**********

Section "Files"
    # The location of the RGB database.  Note, this is the
name of the
    # file minus the extension (like ".txt" or ".db").
There is normally
    # no need to change the default.

    RgbPath "/usr/X11R6/lib/X11/rgb"

    # Multiple FontPath entries are allowed (which are
concatenated together),
    # as well as specifying multiple comma-separated entries
in one FontPath
    # command (or a combination of both methods)
    #
    # If you don't have a floating point coprocessor and
emacs, Mosaic or other
    # programs take long to start up, try moving the Type1
and Speedo directory
    # to the end of this list (or comment them out).
    #

    # 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/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"

    # FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
    # FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    # The module search path.  The default path is shown
here.

    # ModulePath "/usr/X11R6/lib/modules"
EndSection
#
************************************************************
**********
# Server flags section.
#
************************************************************
**********

Section "ServerFlags"
    EndSection
# Uncomment this to cause a core dump at the spot where a
signal is
# received.  This may leave the console in an unusable
state, but may
# provide a better stack trace in the core dump to aid in
debugging

# Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch
sequence
# (where n is 1 through 12).  This allows clients to receive
these key
# events.

# Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort
sequence
# This allows clients to receive this key event.

# Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_->
mode switching
# sequences.  This allows clients to receive these key
events.

# Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client.
With
# it the client can still run and fetch card and monitor
attributes,
# but it will not be allowed to change them. If it tries it
will
# receive a protocol error.

# Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune
client.

# Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input
device
# (mouse and keyboard) settings.

# Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only
xset).

# Option "AllowNonLocalModInDev"
#
************************************************************
**********
# Input devices
#
************************************************************
**********

#
************************************************************
**********
# Core keyboard's InputDevice section
#
************************************************************
**********

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "us"

    # For most OSs the protocol can be omitted (it defaults
to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not
Solaris),
    # uncomment the following line.

    # Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

    # Specify which keyboard LEDs can be user-controlled
(eg, with xset(1))
    # Option "Xleds"      "1 2 3"

    # Option "LeftAlt"     "Meta"
    # Option "RightAlt"    "ModeShift"

    # To customise the XKB settings to suit your keyboard,
modify the
    # lines below (which are the defaults).  For example,
for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel"    "pc102"
    # If you have a US Microsoft Natural keyboard, you can
use:
    # Option "XkbModel"    "microsoft"
    #
    # Then to change the language, change the Layout
setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout"   "de"
    # or:
    # Option "XkbLayout"   "de"
    # Option "XkbVariant"  "nodeadkeys"
    #
    # If you'd like to switch the positions of your capslock
and
    # control keys, use:
    # Option "XkbOptions"  "ctrl:swapcaps"

    # These are the default XKB settings for XFree86
    # Option "XkbRules"    "xfree86"
    # Option "XkbModel"    "pc101"
    # Option "XkbLayout"   "us"
    # Option "XkbVariant"  ""
    # Option "XkbOptions"  ""

    # Option "XkbDisable"

    Option "XkbRules" "xfree86"
EndSection
#
************************************************************
**********
# Core Pointer's InputDevice section
#
************************************************************
**********

Section "InputDevice"
    # Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/mouse"
    # Mouse-speed setting for PS/2 mouse.

    # Option "Resolution" "256"

    # When using XQUEUE, comment out the above two lines,
and uncomment
    # the following line.

    # Option "Protocol" "Xqueue"

    # Baudrate and SampleRate are only for some Logitech
mice. In
    # almost every case these lines should be omitted.

    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"

    # Emulate3Buttons is an option for 2-button Microsoft
mice
    # Emulate3Timeout is the timeout in milliseconds
(default is 50ms)

    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout"    "50"

    # ChordMiddle is an option for some 3-button Logitech
mice

    # Option "ChordMiddle"
EndSection

Section "Monitor"
    Identifier "monitor1"
    HorizSync 81.6
    VertRefresh 65.3

    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480
488  494  563 -hsync -vsync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576
590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576
578  590  616

    # This is a set of standard mode timings. Modes that are
out of monitor spec
    # are automatically deleted by the server (provided the
HorizSync and
    # VertRefresh lines are correct), so there's no
immediate need to
    # delete mode timings (unless particular mode timings
don't work on your
    # monitor). With these modes, the best standard mode
that your monitor
    # and video card can support for a given resolution is
automatically
    # used.

    # 640x400 @ 70 Hz, 31.5 kHz hsync
    ModeLine "640x400"     25.175 640  664  760  800   400
409  411  450

    # 640x480 @ 60 Hz, 31.5 kHz hsync
    ModeLine "640x480"     25.175 640  664  760  800   480
491  493  525

    # 800x600 @ 56 Hz, 35.15 kHz hsync
    ModeLine "800x600"     36     800  824  896 1024   600
601  603  625

    # 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync
    ModeLine "1024x768"    44.9  1024 1048 1208 1264   768
776  784  817 Interlace

    # 640x400 @ 85 Hz, 37.86 kHz hsync
    ModeLine "640x400"     31.5   640  672 736   832   400
401  404  445 -HSync +VSync

    # 640x480 @ 75 Hz, 37.50 kHz hsync
    ModeLine "640x480"    31.5   640  656  720  840   480
481  484  500 -HSync -VSync

    # 800x600 @ 60 Hz, 37.8 kHz hsync
    ModeLine "800x600"     40     800  840  968 1056   600
601  605  628 +hsync +vsync

    # 640x480 @ 85 Hz, 43.27 kHz hsync
    ModeLine "640x480"     36     640  696  752  832   480
481  484  509 -HSync -VSync

    # 1152x864 @ 89 Hz interlaced, 44 kHz hsync
    ModeLine "1152x864"    65    1152 1168 1384 1480   864
865  875  985 Interlace

    # 800x600 @ 72 Hz, 48.0 kHz hsync
    ModeLine "800x600"     50     800  856  976 1040   600
637  643  666 +hsync +vsync

    # 1024x768 @ 60 Hz, 48.4 kHz hsync
    ModeLine "1024x768"    65    1024 1032 1176 1344   768
771  777  806 -hsync -vsync

    # 640x480 @ 100 Hz, 53.01 kHz hsync
    ModeLine "640x480"     45.8   640  672  768  864   480
488  494  530 -HSync -VSync

    # 1152x864 @ 60 Hz, 53.5 kHz hsync
    ModeLine "1152x864"   89.9  1152 1216 1472 1680   864
868  876  892 -HSync -VSync

    # 800x600 @ 85 Hz, 55.84 kHz hsync
    ModeLine "800x600"    60.75  800  864  928 1088   600
616  621  657 -HSync -VSync

    # 1024x768 @ 70 Hz, 56.5 kHz hsync
    ModeLine "1024x768"    75    1024 1048 1184 1328   768
771  777  806 -hsync -vsync

    # 1280x1024 @ 87 Hz interlaced, 51 kHz hsync
    ModeLine "1280x1024"   80    1280 1296 1512 1568  1024
1025 1037 1165 Interlace

    # 800x600 @ 100 Hz, 64.02 kHz hsync
    ModeLine "800x600"    69.65  800  864  928 1088   600
604  610  640 -HSync -VSync

    # 1024x768 @ 76 Hz, 62.5 kHz hsync
    ModeLine "1024x768"    85    1024 1032 1152 1360   768
784  787  823

    # 1152x864 @ 70 Hz, 62.4 kHz hsync
    ModeLine "1152x864"   92    1152 1208 1368 1474   864
865  875  895

    # 1280x1024 @ 61 Hz, 64.2 kHz hsync
    ModeLine "1280x1024"  110    1280 1328 1512 1712  1024
1025 1028 1054

    # 1400x1050 @ 60 Hz, 65.5 kHz
    ModeLine "1400x1050" 122.0 1400 1488 1640 1880   1050
1052 1064 1082 +HSync +VSync

    # 1024x768 @ 85 Hz, 70.24 kHz hsync
    ModeLine "1024x768"   98.9  1024 1056 1216 1408   768
782 788 822 -HSync -VSync

    # 1152x864 @ 78 Hz, 70.8 kHz hsync
    ModeLine "1152x864"   110   1152 1240 1324 1552   864
864  876  908

    # 1280x1024 @ 70 Hz, 74.59 kHz hsync
    ModeLine "1280x1024"  126.5 1280 1312 1472 1696  1024
1032 1040 1068 -HSync -VSync

    # 1600x1200 @ 60Hz, 75.00 kHz hsync
    ModeLine "1600x1200"  162   1600 1664 1856 2160  1200
1201 1204 1250 +HSync +VSync

    # 1152x864 @ 84 Hz, 76.0 kHz hsync
    ModeLine "1152x864"   135    1152 1464 1592 1776   864
864  876  908

    # 1280x1024 @ 75 Hz, 79.98 kHz hsync
    ModeLine "1280x1024"  135    1280 1296 1440 1688 1024
1025 1028 1066 +HSync +VSync

    # 1024x768 @ 100Hz, 80.21 kHz hsync
    ModeLine "1024x768"   115.5  1024 1056 1248 1440  768
771  781  802 -HSync -VSync

    # 1400x1050 @ 75 Hz, 82.2 kHz hsync
    ModeLine "1400x1050" 155.8   1400 1464 1784 1912  1050
1052 1064 1090 +HSync +VSync

    # 1600x1200 @ 70 Hz, 87.50 kHz hsync
    ModeLine "1600x1200"  189    1600 1664 1856 2160  1200
1201 1204 1250 -HSync -VSync

    # 1152x864 @ 100 Hz, 89.62 kHz hsync
    ModeLine "1152x864"   137.65 1152 1184 1312 1536   864
866  885  902 -HSync -VSync

    # 1280x1024 @ 85 Hz, 91.15 kHz hsync
    ModeLine "1280x1024"  157.5  1280 1344 1504 1728  1024
1025 1028 1072 +HSync +VSync

    # 1600x1200 @ 75 Hz, 93.75 kHz hsync
    ModeLine "1600x1200"  202.5  1600 1664 1856 2160  1200
1201 1204 1250 +HSync +VSync

    # 1600x1200 @ 85 Hz, 105.77 kHz hsync
    ModeLine "1600x1200"  220    1600 1616 1808 2080  1200
1204 1207 1244 +HSync +VSync

    # 1600x1200 @ 85 Hz, 106.3 kHz hsync
    ModeLine "1600x1200" 229.5   1600 1664 1856 2160  1200
1201 1204 1250 +HSync +VSync

    # 1280x1024 @ 100 Hz, 107.16 kHz hsync
    ModeLine "1280x1024"  181.75 1280 1312 1440 1696  1024
1031 1046 1072 -HSync -VSync

    # 1800x1440 @ 64Hz, 96.15 kHz hsync
    ModeLine "1800X1440"  230    1800 1896 2088 2392 1440
1441 1444 1490 +HSync +VSync

    # 1800x1440 @ 70Hz, 104.52 kHz hsync
    ModeLine "1800X1440"  250    1800 1896 2088 2392 1440
1441 1444 1490 +HSync +VSync

    # 1920x1440 @ 60 Hz, 90.0 kHz hsync
    ModeLine "1920x1440"  234.0  1920 2048 2256 2600 1440
1441 1444 1500 -HSync +VSync

    # 1920x1440 @ 75 Hz, 112.5kHz hsync
    ModeLine "1920x1440"  297.0  1920 2064 2288 2640 1440
1441 1444 1500 -HSync +VSync

    # 512x384 @ 78 Hz, 31.50 kHz hsync
    ModeLine "512x384"    20.160 512  528  592  640   384
385  388  404 -HSync -VSync

    # 512x384 @ 85 Hz, 34.38 kHz hsync
    ModeLine "512x384"    22     512  528  592  640   384
385  388  404 -HSync -VSync

    # Low-res Doublescan modes
    # If your chipset does not support doublescan, you get a
'squashed'
    # resolution like 320x400.

    # 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio
    ModeLine "320x200"     12.588 320  336  384  400   200
204  205  225 Doublescan

    # 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio
    ModeLine "320x240"     12.588 320  336  384  400   240
245  246  262 Doublescan

    # 320x240 @ 72 Hz, 36.5 kHz hsync
    ModeLine "320x240"     15.750 320  336  384  400   240
244  246  262 Doublescan

    # 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio
    ModeLine "400x300"     18     400  416  448  512   300
301  302  312 Doublescan

    # 400x300 @ 60 Hz, 37.8 kHz hsync
    ModeLine "400x300"     20     400  416  480  528   300
301  303  314 Doublescan

    # 400x300 @ 72 Hz, 48.0 kHz hsync
    ModeLine "400x300"     25     400  424  488  520   300
319  322  333 Doublescan

    # 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio
    ModeLine "480x300"     21.656 480  496  536  616   300
301  302  312 Doublescan

    # 480x300 @ 60 Hz, 37.8 kHz hsync
    ModeLine "480x300"     23.890 480  496  576  632   300
301  303  314 Doublescan

    # 480x300 @ 63 Hz, 39.6 kHz hsync
    ModeLine "480x300"     25     480  496  576  632   300
301  303  314 Doublescan

    # 480x300 @ 72 Hz, 48.0 kHz hsync
    ModeLine "480x300"     29.952 480  504  584  624   300
319  322  333 Doublescan
EndSection
#
************************************************************
**********
# Graphics device section
#
************************************************************
**********

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"

    # The chipset line is optional in most cases.  It can be
used to override
    # the driver's chipset detection, and should not
normally be specified.

    # Chipset "generic"

    # The Driver line must be present.  When using run-time
loadable driver
    # modules, this line instructs the server to load the
specified driver
    # module.  Even when not using loadable driver modules,
this line
    # indicates which driver should interpret the
information in this section.

    Driver "vga"
    # The BusID line is used to specify which of possibly
multiple devices
    # this section is intended for.  When this line isn't
present, a device
    # section can only match up with the primary video
device.  For PCI
    # devices a line like the following could be used.  This
line should not
    # normally be included unless there is more than one
video device
    # intalled.

    # BusID      "PCI:0:10:0"

    # VideoRam 256

    # Clocks 25.2 28.3
EndSection
# Device configured by xf86config:

Section "Device"
    Identifier "** ATI Rage 128 based (generic)
[r128]"
    Driver "r128"
    #VideoRam 32768
    # 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 "** ATI Rage 128 based (generic)       [r128]"
    Monitor "My Monitor"

    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort 0 0
    EndSubsection

    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort 0 0
    EndSubsection

    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort 0 0
    EndSubsection
    DefaultDepth 24
EndSection
#
************************************************************
**********
# ServerLayout sections.
#
************************************************************
**********

# Any number of ServerLayout sections may be present.  Each
describes
# the way multiple screens are organised.  A specific
ServerLayout
# section may be specified from the X server command line
with the
# "-layout" option.  In the absence of this, the first
section is used.
# When now ServerLayout section is present, the first Screen
section
# is used alone.

Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"

    # Each InputDevice line specifies an InputDevice section
 name and
    # optionally some options to specify the way the device
is to be
    # used.  Those options include "CorePointer",
"CoreKeyboard" and
    # "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

    # Each Screen line specifies a Screen section name, and
optionally
    # the relative position of other screens.  The four
names after
    # primary screen name are the screens to the top,
bottom, left and right
    # of the primary screen.  In this example, screen 2 is
located to the
    # right of screen 1.

    Screen "Screen 1"
EndSection


XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
Build Date: 12 March 2003
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default
setting,
         (++) from command line, (!!) notice, (II)
informational,
         (WW) warning, (EE) error, (NI) not implemented,
(??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan 15
02:39:12 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(WW) Option "XkbCompat" requires an string value
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.6
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80001808, mode1Res1 =
0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0645 card 0000,0000 rev 00
class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00
class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0008 card 0000,0000 rev 00
class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1039,7001 rev 07
class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1039,7001 rev 07
class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1039,5513 rev d0
class 01,01,80 hdr 80
(II) PCI: 00:02:7: chip 1039,7012 card 1039,7012 rev a0
class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,0900 card 1039,0900 rev 90
class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5046 card 1002,0404 rev 00
class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008
(VGA_EN is set)
(II) Bus 0 I/O range:
 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a
(VGA_EN is set)
(II) Bus 1 I/O range:
 [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xd7c00000 - 0xdfcfffff (0x8100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008
(VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc Rage 128 PF/PRO AGP
4x TMDS rev 0, Mem @ 0xd8000000/26, 0xdfefc000/14, I/O @
0xb800/8, BIOS @ 0xdfec0000/17
(II) Addressable bus resource ranges are
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from
0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
 [0] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
 [1] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
 [2] -1 0 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
 [3] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
 [4] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[B](B)
 [5] -1 0 0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
 [6] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
 [7] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
 [8] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
 [9] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
 [10] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [11] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
 [1] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
 [2] -1 0 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
 [3] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
 [4] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[B](B)
 [5] -1 0 0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
 [6] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
 [7] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
 [8] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
 [9] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
 [10] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [11] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps
with PCI:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
 [6] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
 [7] -1 0 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
 [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
 [9] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[B](B)
 [10] -1 0 0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
 [11] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
 [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
 [15] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
 [16] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
 [17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [18] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 2.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "r128"
(II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
(II) Module r128: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 4.0.1
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 6.4.18
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.4.18) for chipsets: ati,
ativga
(II) R128: Driver for ATI Rage 128 chipsets:
 ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3
LF (AGP),
 ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4
ML (AGP),
 ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB
(PCI/AGP),
 ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD
(PCI),
 ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF
(AGP),
 ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH
(PCI/AGP),
 ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ
(PCI/AGP),
 ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL
(PCI/AGP),
 ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN
(PCI/AGP),
 ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP
(PCI),
 ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR
(PCI),
 ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT
(PCI/AGP),
 ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV
(PCI/AGP),
 ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX
(PCI/AGP),
 ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
 ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
 ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
 ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
 ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
 ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
 ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF
(AGP),
 ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR
(AGP),
 ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT
(AGP?),
 ATI Rage 128 Pro ULTRA TU (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/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
 ATI Radeon Mobility M7 LW (AGP),
 ATI Mobility FireGL 7800 M7 LX (AGP),
 ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ
(AGP),
 ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
 ATI Radeon IGP330/340/350 (A4) 4137,
 ATI Radeon IGP330M/340M/350M (U2) 4337,
 ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
 ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
 ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
 ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
 ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
 ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
 ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
 ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
 ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
 ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
 ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le
(AGP),
 ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg
(AGP),
 ATI Radeon 9200 5960 (AGP), ATI Radeon 9200 5961 (AGP),
 ATI Radeon 9200 5962 (AGP), ATI Radeon 9200 5963 (AGP),
 ATI Radeon M9+ 5968 (AGP), ATI Radeon M9+ 5969 (AGP),
 ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
 ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
 ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
 ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE
(AGP),
 ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary
device
(--) Chipset ATI Rage 128 Pro GL PF (AGP) found
(II) Loading sub module "r128"
(II) LoadModule: "r128"
(II) Reloading /usr/X11R6/lib/modules/drivers/r128_drv.o
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
 [6] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
 [7] -1 0 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
 [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
 [9] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[B](B)
 [10] -1 0 0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
 [11] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
 [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
 [15] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
 [16] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
 [17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [18] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
 [6] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
 [7] -1 0 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
 [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
 [9] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[B](B)
 [10] -1 0 0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
 [11] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
 [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [17] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
 [18] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
 [19] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
 [20] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [21] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
 [22] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [23] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.6
(II) R128(0): PCI bus 1 card 0 func 0
(**) R128(0): Depth 24, (--) framebuffer bpp 32
(II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32
bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(==) R128(0): RGB weight 888
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(II) R128(0): initializing int10
(II) R128(0): Primary V_BIOS segment is: 0xc000
(--) R128(0): Chipset: "ATI Rage 128 Pro GL PF (AGP)"
(ChipID = 0x5046)
(--) R128(0): Linear framebuffer at 0xd8000000
(--) R128(0): MMIO registers at 0xdfefc000
(--) R128(0): BIOS at 0xdfec0000
(--) R128(0): VideoRAM: 16384 kByte (64-bit SDR SGRAM 1:1)
(**) R128(0): Using external CRT for display
(WW) R128(0): Can't determine panel dimensions, and none
specified.                 Disabling programming of FP
registers.
(II) R128(0): PLL parameters: rf=2950 rd=65 min=12500
max=40000; xclk=14300
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.1.0
 ABI class: XFree86 Video Driver, version 0.6
(II) R128(0): VESA BIOS detected
(II) R128(0): VESA VBE Version 2.0
(II) R128(0): VESA VBE Total Mem: 16384 kB
(II) R128(0): VESA VBE OEM: ATI RAGE128
(II) R128(0): VESA VBE OEM Software Rev: 1.0
(II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) R128(0): VESA VBE OEM Product: R128
(II) R128(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) R128(0): VESA VBE DDC supported
(II) R128(0): VESA VBE DDC Level 2
(II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
(II) R128(0): VESA VBE DDC read successfully
(II) R128(0): Manufacturer: VSC  Model: 200d  Serial#:
16843009
(II) R128(0): Year: 2003  Week: 15
(II) R128(0): EDID Version: 1.3
(II) R128(0): Analog Display Input,  Input Voltage Level:
0.700/0.300 V
(II) R128(0): Signal levels configurable
(II) R128(0): Sync:  Separate  CompositeSerration on. V.Sync
Pulse req. if CompSync or SyncOnGreen
(II) R128(0): Max H-Image Size [cm]: horiz.: 36  vert.: 27
(II) R128(0): Gamma: 2.90
(II) R128(0): DPMS capabilities: Off; RGB/Color Display
(II) R128(0): First detailed timing is preferred mode
(II) R128(0): redX: 0.639 redY: 0.323   greenX: 0.275
greenY: 0.597
(II) R128(0): blueX: 0.143 blueY: 0.062   whiteX: 0.283
whiteY: 0.311
(II) R128(0): Supported VESA Video Modes:
(II) R128(0): 720x400@70Hz
(II) R128(0): 720x400@88Hz
(II) R128(0): 640x480@60Hz
(II) R128(0): 640x480@67Hz
(II) R128(0): 640x480@72Hz
(II) R128(0): 640x480@75Hz
(II) R128(0): 800x600@56Hz
(II) R128(0): 800x600@60Hz
(II) R128(0): 800x600@72Hz
(II) R128(0): 800x600@75Hz
(II) R128(0): 832x624@75Hz
(II) R128(0): 1024x768@87Hz (interlaced)
(II) R128(0): 1024x768@60Hz
(II) R128(0): 1024x768@70Hz
(II) R128(0): 1024x768@75Hz
(II) R128(0): 1280x1024@75Hz
(II) R128(0): 1152x870@75Hz
(II) R128(0): Manufacturer's mask: 0
(II) R128(0): Supported Future Video Modes:
(II) R128(0): #0: hsize: 1280  vsize 1024  refresh: 75  vid:
36737
(II) R128(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid:
32897
(II) R128(0): #2: hsize: 1152  vsize 864  refresh: 75  vid:
20337
(II) R128(0): #3: hsize: 1024  vsize 768  refresh: 85  vid:
22881
(II) R128(0): #4: hsize: 800  vsize 600  refresh: 85  vid:
22853
(II) R128(0): #5: hsize: 640  vsize 480  refresh: 85  vid:
22833
(II) R128(0): #6: hsize: 1600  vsize 1200  refresh: 60  vid:
16553
(II) R128(0): #7: hsize: 1600  vsize 1200  refresh: 65  vid:
17833
(II) R128(0): Supported additional Video Mode:
(II) R128(0): clock: 135.0 MHz   Image Size:  352 x 264 mm
(II) R128(0): h_active: 1280  h_sync: 1296  h_sync_end 1440
h_blank_end 1688 h_border: 0
(II) R128(0): v_active: 1024  v_sync: 1025  v_sync_end 1028
v_blanking: 1066 v_border: 0
(II) R128(0): Serial No: 351031550912
(II) R128(0): Ranges: V min: 50  V max: 150 Hz, H min: 30  H
max: 86 kHz, PixClock max 180 MHz
(II) R128(0): Monitor name: A90f+
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(==) R128(0): Write-combining range (0xd8000000,0x1000000)
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.2.0
 ABI class: XFree86 Video Driver, version 0.6
(II) R128(0): I2C bus "DDC" initialized.
(II) R128(0): I2C device "DDC:ddc2" registered at address
0xA0.
(II) R128(0): I2C device "DDC:ddc2" removed.
(EE) R128(0): No DFP detected
(II) R128(0): monitor1: Using hsync value of 81.60 kHz
(II) R128(0): monitor1: Using vrefresh value of 65.30 Hz
(II) R128(0): Clock range:  12.50 to 400.00 MHz
(II) R128(0): Not using mode "1024x480" (hsync out of range)
(II) R128(0): Not using mode "768x576" (hsync out of range)
(II) R128(0): Not using mode "768x576" (hsync out of range)
(II) R128(0): Not using default mode "640x350" (hsync out of
range)
(II) R128(0): Not using default mode "320x175" (hsync out of
range)
(II) R128(0): Not using default mode "640x400" (hsync out of
range)
(II) R128(0): Not using default mode "320x200" (hsync out of
range)
(II) R128(0): Not using default mode "720x400" (hsync out of
range)
(II) R128(0): Not using default mode "360x200" (hsync out of
range)
(II) R128(0): Not using default mode "640x480" (hsync out of
range)
(II) R128(0): Not using default mode "320x240" (hsync out of
range)
(II) R128(0): Not using default mode "640x480" (hsync out of
range)
(II) R128(0): Not using default mode "320x240" (hsync out of
range)
(II) R128(0): Not using default mode "640x480" (hsync out of
range)
(II) R128(0): Not using default mode "320x240" (hsync out of
range)
(II) R128(0): Not using default mode "640x480" (hsync out of
range)
(II) R128(0): Not using default mode "320x240" (hsync out of
range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "400x300" (hsync out of
range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "400x300" (hsync out of
range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "400x300" (hsync out of
range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "400x300" (hsync out of
range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "400x300" (hsync out of
range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using default mode "512x384" (hsync out of
range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using default mode "512x384" (hsync out of
range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using default mode "512x384" (hsync out of
range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using default mode "512x384" (hsync out of
range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using default mode "512x384" (hsync out of
range)
(II) R128(0): Not using default mode "1152x864" (hsync out
of range)
(II) R128(0): Not using default mode "576x432" (hsync out of
range)
(II) R128(0): Not using default mode "1280x960" (hsync out
of range)
(II) R128(0): Not using default mode "640x480" (hsync out of
range)
(II) R128(0): Not using default mode "1280x960" (hsync out
of range)
(II) R128(0): Not using default mode "640x480" (hsync out of
range)
(II) R128(0): Not using default mode "1280x1024" (hsync out
of range)
(II) R128(0): Not using default mode "640x512" (hsync out of
range)
(II) R128(0): Not using default mode "1280x1024" (hsync out
of range)
(II) R128(0): Not using default mode "640x512" (hsync out of
range)
(II) R128(0): Not using default mode "1280x1024" (hsync out
of range)
(II) R128(0): Not using default mode "640x512" (hsync out of
range)
(II) R128(0): Not using default mode "1600x1200" (hsync out
of range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "1600x1200" (hsync out
of range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "1600x1200" (hsync out
of range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "1600x1200" (hsync out
of range)
(II) R128(0): Not using default mode "800x600" (hsync out of
range)
(II) R128(0): Not using default mode "1792x1344" (hsync out
of range)
(II) R128(0): Not using default mode "896x672" (hsync out of
range)
(II) R128(0): Not using default mode "1792x1344" (hsync out
of range)
(II) R128(0): Not using default mode "896x672" (hsync out of
range)
(II) R128(0): Not using default mode "1856x1392" (hsync out
of range)
(II) R128(0): Not using default mode "928x696" (hsync out of
range)
(II) R128(0): Not using default mode "1856x1392" (hsync out
of range)
(II) R128(0): Not using default mode "928x696" (hsync out of
range)
(II) R128(0): Not using default mode "1920x1440" (hsync out
of range)
(II) R128(0): Not using default mode "960x720" (hsync out of
range)
(II) R128(0): Not using default mode "1920x1440" (hsync out
of range)
(II) R128(0): Not using default mode "960x720" (hsync out of
range)
(II) R128(0): Not using default mode "832x624" (hsync out of
range)
(II) R128(0): Not using default mode "416x312" (hsync out of
range)
(II) R128(0): Not using default mode "1152x768" (hsync out
of range)
(II) R128(0): Not using default mode "576x384" (hsync out of
range)
(II) R128(0): Not using default mode "1400x1050" (hsync out
of range)
(II) R128(0): Not using default mode "700x525" (hsync out of
range)
(II) R128(0): Not using default mode "1400x1050" (vrefresh
out of range)
(II) R128(0): Not using default mode "700x525" (vrefresh out
of range)
(II) R128(0): Not using default mode "1600x1024" (hsync out
of range)
(II) R128(0): Not using default mode "800x512" (hsync out of
range)
(II) R128(0): Not using default mode "1920x1440" (hsync out
of range)
(II) R128(0): Not using default mode "960x720" (hsync out of
range)
(II) R128(0): Not using default mode "2048x1536" (hsync out
of range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using default mode "2048x1536" (hsync out
of range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using default mode "2048x1536" (hsync out
of range)
(II) R128(0): Not using default mode "1024x768" (hsync out
of range)
(II) R128(0): Not using mode "1400x1050" (no mode of this
name)
(II) R128(0): Not using mode "1280x1024" (no mode of this
name)
(II) R128(0): Not using mode "1280x960" (no mode of this
name)
(II) R128(0): Not using mode "1152x864" (no mode of this
name)
(II) R128(0): Not using mode "1024x768" (no mode of this
name)
(II) R128(0): Not using mode "640x480" (no mode of this
name)
(--) R128(0): Virtual size is 1600x1200 (pitch 1600)
(**) R128(0): *Default mode "1600x1200": 175.5 MHz, 81.2
kHz, 65.0 Hz
(II) R128(0): Modeline "1600x1200"  175.50  1600 1664 1856
2160  1200 1201 1204 1250 +hsync +vsync
(**) R128(0): *Default mode "800x600": 87.8 MHz, 81.2 kHz,
65.0 Hz (D)
(II) R128(0): Modeline "800x600"   87.75  800 832 928 1080
600 600 602 625 doublescan +hsync +vsync
(--) R128(0): Display dimensions: (360, 270) mm
(--) R128(0): DPI set to (112, 112)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
 compiled for 4.3.0, module version = 1.1.0
 ABI class: XFree86 Video Driver, version 0.6
(!!) R128(0): For information on using the multimedia
capabilities
 of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xdfefc000 - 0xdfefffff (0x4000) MS[B]
 [1] 0 0 0xd8000000 - 0xdbffffff (0x4000000) MS[B]
 [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [7] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
 [8] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
 [9] -1 0 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
 [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
 [11] -1 0 0xdfec0000 - 0xdfedffff (0x20000) MX[B](B)
 [12] -1 0 0xdfefc000 - 0xdfefffff (0x4000) MX[B](B)
 [13] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
 [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
 [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
 [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
 [17] 0 0 0x0000b800 - 0x0000b8ff (0x100) IS[B]
 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
 [21] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
 [22] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
 [23] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [24] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B](B)
 [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) R128(0): Write-combining range (0xd8000000,0x1000000)
(WW) R128(0): Cannot read colourmap from VGA.  Will restore
with default
(WW) R128(0): Static buffer allocation failed -- need at
least 22500 kB video memory
(II) R128(0): Memory manager initialized to (0,0)
(1600,2621)
(II) R128(0): Reserved area from (0,1200) to (1600,1202)
(II) R128(0): Largest offscreen area available: 1600 x 1419
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 8x8 mono pattern filled rectangles
 Indirect CPU to Screen color expansion
 Solid Lines
 Dashed Lines
 Scanline Image Writes
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  32 128x128 slots
  9 256x256 slots
  4 512x512 slots
(II) R128(0): Acceleration enabled
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using hardware cursor (scanline 4808)
(II) R128(0): Largest offscreen area available: 1600 x 1418
(**) Option "dpms"
(**) R128(0): DPMS enabled
(WW) R128(0): Option "UseCCEFor2D" is not used
(II) R128(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Keyboard1" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) XINPUT: Adding extended input device "Mouse1" (type:
MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.560 / Virus Database: 352 - Release Date:
1/8/04

_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux