Problem with 1440x900 resolution with ATI card

I can't turn my resolution to 1440x900.
When i start X in 1440x900 i see a big black bar at left side. I have tried with many modelines for my monitor, but with no result.
lspci | grep VGA:
04:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
xorg.xonf:
Section "Monitor"
Identifier "X193W"
Option "DPMS" "true"
# HorizSync 30.0 - 82.0
# VertRefresh 50.0 - 75.0
ModeLine "1440x900" 141.9 1440 1512 1688 2008 900 900 903 942
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "fglrx"
BusID "PCI:4:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "X193W"
Defaultdepth 24
SubSection "Display"
Modes "1440x1440" "1440x900" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Anyone has the same monitor?

I don't have the same monitor but try removing Section "Monitor" and your modelines.  They should be auto detected with the latest X.org
Try this:
Section "Device"
Identifier "Card0"
Driver "fglrx"
BusID "PCI:4:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "X193W"
Defaultdepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
A good rule with modern X is to only define the things you need to change/fix.

Similar Messages

  • Cannot use 1440x900 resolution with fglrx no matter what I do

    I have used hwd and got a configured xorg.conf and I added "1440x900" to the modes list but it does not work. I have even copied over my working xorg.conf from ubuntu and sabayon and it works for every resolution EXCEPT 1440x900. I seems like everything think I do to add 1440x900 it just ignores it. The xorg.conf below is from hwd and I added the "1440x900" but in GNOME I can only use 1024x768 , 800x600 and 640x480. What am I doing wrong?
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" ""
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 30 - 70 # Warning: This may fry old Monitors
    VertRefresh 50 - 160 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "fglrx"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 1
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Last edited by jae1227 (2007-08-13 02:14:47)

    MrWeatherbee wrote:
    If you are having issues with an ATI card as your xorg.conf shows (you also mentioned nvidia, so I'm covering my butt), you may want to see my posts and others in this thread:
    http://bbs.archlinux.org/viewtopic.php?id=35753
    Basically, it discusses that sync, refresh, and modes / modelines don't work very well with "fglrx" driver, at least in my experience. The simplest xorg.conf lines relative to your video card and monitor sections will likely work best. I had similar issues (and more) with trying to include very specific xorg.conf code for those sections, and I had to resort to leaving it close to the bare-bones setup created by aticong  --initial to get everything to work properly.
    I'm back to the radeon driver (for aiglx) now, so I can't do any testing for you. But hopefully the above info let's you know others have had similar issues.
    I tried to do what you said. I ran xorgconfig again and then ran aticonfig --initial. I started up GDM and it did not work, well something worked but my monior said it could not display it. Now my guess is that it could have worked but the resolution was set too high on GDM and my monitor could not handal it. So I added the HorizSync & VertRefresh. Now I have used the  HorizSync & VertRefresh in Ubuntu and Sabayon with fglrx and it works great. I have another computer with an Nvidia card that runs Arch and it works great on this monitor at 1440*900. When I start GDM it picks its own resolutions regradless of what I have in the Modes section. As of now I can display:
    1920x1200
    1920x1080
    1600x1200
    1280x1024
    1280x720
    1152x864
    1024x768
    800x600
    640x480
    Here is my xorg.conf
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # 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 X.Org Foundation 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 X.Org Foundation 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 X.Org Foundation.
    # Refer to the xorg.conf(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.
    # Files section. This allows default font and rgb paths to be set
    # Server flags section.
    # Input devices
    # Core keyboard's InputDevice section
    # Core Pointer's InputDevice section
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    # Device configured by xorgconfig:
    # 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.
    # 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 "DRI"
    # Mode 0666
    # EndSection
    Section "ServerLayout"
    # The Identifier line must be present
    # 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.
    # 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".
    Identifier "Simple Layout"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    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/share/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)
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    # This loads the DBE extension module.
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    # This loads the font modules
    # Load "type1"
    # This loads the GLX module
    # Load "glx"
    # This loads the DRI module
    # Load "dri"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "freetype"
    # Load "xtt"
    EndSection
    Section "InputDevice"
    # 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 "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" "pc105"
    # 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 Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    # Identifier and driver
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    Section "Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    Identifier "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    # 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.
    # 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
    Identifier "Standard VGA"
    Driver "vga"
    VendorName "Unknown"
    BoardName "Unknown"
    EndSection
    Section "Device"
    # unsupported card
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Identifier "ATI"
    Driver "ati"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "ATI"
    Monitor "SyncMaster"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    And here is my Xorg.0.log:
    [code]X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux AMD 2.6.22-ARCH #1 SMP PREEMPT Thu Aug 2 18:27:37 CEST 2007 i686
    Build Date: 08 April 2007
        Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Sat Aug 11 14:30:12 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "aticonfig-Screen[0]" (0)
    (**) |   |-->Monitor "aticonfig-Monitor[0]"
    (**) |   |-->Device "aticonfig-Device[0]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c44a0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.1
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
    (II) PCI: 00:06:0: chip 10de,0053 card f043,815a rev f2 class 01,01,8a hdr 00
    (II) PCI: 00:07:0: chip 10de,0054 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:08:0: chip 10de,0055 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
    (II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
    (II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 1002,710a card 17af,0b12 rev 00 class 03,00,00 hdr 80
    (II) PCI: 01:00:1: chip 1002,712a card 17af,0b13 rev 00 class 03,80,00 hdr 00
    (II) PCI: 05:08:0: chip 1102,0007 card 1102,100a rev 00 class 04,01,00 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
        [0] -1    0    0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 1 I/O range:
        [0] -1    0    0x00009000 - 0x00009fff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xd0000000 - 0xd1ffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,5), 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]
    (--) PCI:*(1:0:0) ATI Technologies Inc R520 [Radeon X1800] rev 0, Mem @ 0xc0000000/28, 0xd1000000/16, I/O @ 0x9000/8, BIOS @ 0xd0000000/17
    (--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x712a) rev 0, Mem @ 0xd1010000/16
    (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    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
        [0] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [1] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [2] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [3] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [4] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [5] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [6] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [7] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [8] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [9] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [10] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [11] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [12] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [13] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [14] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [15] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [16] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [17] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [18] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [19] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [20] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [21] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [22] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [23] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [24] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
        [0] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [1] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [2] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [3] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [4] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [5] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [6] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [7] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [8] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [9] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [10] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [11] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [12] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [13] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [14] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [15] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [16] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [17] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [18] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [19] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [20] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [21] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [22] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [23] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [24] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
        [0] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [5] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [6] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [7] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [8] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [10] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [12] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [15] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [16] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [17] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [18] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [19] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [20] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [21] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [22] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [23] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [24] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [25] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [26] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [27] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [28] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [29] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [30] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [31] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (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 DPMS
    (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: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.39.4
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
    (II) Primary Device is: PCI 01:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.39.4
    (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.393.1                 
    (II) ATI Proprietary Linux Driver Build Date: Jul 20 2007 13:50:07
    (--) Assigning device section with no busID to primary device
    (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
    (--) Chipset Supported AMD Graphics Processor (0x710A) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [5] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [6] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [7] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [8] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [10] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [12] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [15] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [16] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [17] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [18] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [19] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [20] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [21] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [22] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [23] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [24] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [25] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [26] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [27] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [28] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [29] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [30] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [31] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) fglrx(0): pEnt->device->identifier=0x81e72b8
    (II) resource ranges after probing:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [5] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [6] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [7] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [8] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [10] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [12] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [13] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [14] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [15] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [18] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [19] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [20] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [21] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [22] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [23] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [24] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [25] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [26] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [27] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [28] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [29] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [30] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [31] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [32] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [33] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [34] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
        [35] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [36] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin, [x]
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): PCI bus 1 card 0 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "DPMS" "true"
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (==) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (--) fglrx(0): Chipset: "Radeon X1800 Series" (Chipset = 0x710a)
    (--) fglrx(0): (PciSubVendor = 0x17af, PciSubDevice = 0x0b12)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    (--) fglrx(0): MMIO registers at 0xd1000000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 3.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    (II) fglrx(0): VESA VBE OEM Software Rev: 9.12
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: R520
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmGetBusid returned ''
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.39.4
        ABI class: X.Org Server Extension, version 0.3
    (--) fglrx(0): VideoRAM: 262144 kByte, Type: DDR3
    (II) fglrx(0): PCIE card detected
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules//libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): Connected Display1: CRT on primary DAC [crt1]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: SAM  Model: 225  Serial#: 1212231993
    (II) fglrx(0): Year: 2006  Week: 42
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
    (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
    (II) fglrx(0): Max H-Image Size [cm]: horiz.: 41  vert.: 26
    (II) fglrx(0): Gamma: 2.35
    (II) fglrx(0): DPMS capabilities: StandBy; RGB/Color Display
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.636 redY: 0.349   greenX: 0.290 greenY: 0.589
    (II) fglrx(0): blueX: 0.143 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@67Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): 1152x870@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported Future Video Modes:
    (II) fglrx(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
    (II) fglrx(0): #1: hsize: 1440  vsize 900  refresh: 75  vid: 3989
    (II) fglrx(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) fglrx(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) fglrx(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 106.5 MHz   Image Size:  410 x 257 mm
    (II) fglrx(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
    (II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
    (II) fglrx(0): Ranges: V min: 56  V max: 75 Hz, H min: 30  H max: 81 kHz, PixClock max 140 MHz
    (II) fglrx(0): Monitor name: SyncMaster
    (II) fglrx(0): Serial No: HVELA46878
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0):     00ffffffffffff004c2d250239314148
    (II) fglrx(0):     2a1001030e291a878ad7a5a2594a9624
    (II) fglrx(0):     145054bfef809500950f81808140714f
    (II) fglrx(0):     0101010101019a29a0d0518422305098
    (II) fglrx(0):     36009a011100001c000000fd00384b1e
    (II) fglrx(0):     510e000a202020202020000000fc0053
    (II) fglrx(0):     796e634d61737465720a2020000000ff
    (II) fglrx(0):     004856454c4134363837380a20200091
    (II) fglrx(0): End of Display1 EDID data --------------------
    (WW) fglrx(0): Only one display is connnected,so single mode is enabled
    (II) fglrx(0): Primary Controller - CRT on primary DAC
    (II) fglrx(0): Internal Desktop Setting: 0x00000001
    (II) fglrx(0): POWERplay version 3.  1 power state available:
    (II) fglrx(0):   1. 520/495MHz @ 0Hz [enable load balancing]
    (==) fglrx(0): Qbs disabled
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0):  PseudoColor visuals disabled
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): Center Mode is disabled
    (==) fglrx(0): TMDS coherent mode is enabled
    (II) fglrx(0): Total of 38 modes found for primary display.
    (--) fglrx(0): Virtual size is 1920x1200 (pitch 0)
    (**) fglrx(0): *Mode "1920x1200": 193.2 MHz (scaled from 0.0 MHz), 74.6 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1200"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 +hsync
    (**) fglrx(0): *Mode "1920x1080": 172.8 MHz (scaled from 0.0 MHz), 67.1 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1080"  172.79  1920 2040 2248 2576  1080 1081 1084 1118 +hsync
    (**) fglrx(0):  Default mode "1920x1080": 81.6 MHz (scaled from 0.0 MHz), 33.6 kHz, 30.0 Hz (I)
    (II) fglrx(0): Modeline "1920x1080"   81.64  1920 1984 2176 2432  1080 1081 1084 1119 interlace +hsync
    (**) fglrx(0): *Mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  128.94  1280 1368 1504 1728  1024 1025 1028 1066 +hsync
    (**) fglrx(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   85.51  1280 1344 1480 1680  1024 1025 1028 1083 interlace +hsync
    (**) fglrx(0):  Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   77.80  1280 1344 1480 1680  1024 1025 1028 1077 interlace +hsync
    (**) fglrx(0): *Mode "1280x720": 74.5 MHz (scaled from 0.0 MHz), 44.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x720"   74.48  1280 1336 1472 1664  720 721 724 746 +hsync
    (**) fglrx(0):  Default mode "1280x720": 60.5 MHz (scaled from 0.0 MHz), 37.0 kHz, 50.0 Hz
    (II) fglrx(0): Modeline "1280x720"   60.46  1280 1328 1456 1632  720 721 724 741 +hsync
    (**) fglrx(0): *Mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900
    (**) fglrx(0):  Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz), 63.0 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1152x864"   96.76  1152 1224 1344 1536  864 865 868 900 +hsync
    (**) fglrx(0):  Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 +hsync
    (**) fglrx(0):  Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   64.67  1152 1208 1328 1504  864 865 868 915 interlace +hsync
    (**) fglrx(0):  Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   58.28  1152 1200 1320 1488  864 865 868 911 interlace +hsync
    (**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800
    (**) fglrx(0):  Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz), 57.7 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.43  1024 1080 1192 1360  768 769 772 801 +hsync
    (**) fglrx(0):  Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 interlace
    (**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625
    (**) fglrx(0):  Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666
    (**) fglrx(0):  Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz), 43.8 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "800x600"   45.50  800 840 920 1040  600 601 604 625 +hsync
    (**) fglrx(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
    (**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
    (II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
    (**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 664 704 832  480 489 492 520 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 +hsync +vsync
    (**) fglrx(0):  Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz), 33.7 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x400"   28.07  640 696 736 832  400 413 415 449
    (**) fglrx(0):  Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400"   24.92  640 664 760 792  400 460 462 525
    (**) fglrx(0):  Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz), 31.1 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "512x384"   19.68  512 528 576 632  384 384 385 416
    (**) fglrx(0):  Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   24.75  400 408 448 528  300 601 602 625 doublescan
    (**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  300 601 605 742 doublescan
    (**) fglrx(0):  Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   15.75  320 328 360 416  240 481 482 501 doublescan
    (**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  240 491 493 525 doublescan
    (**) fglrx(0):  Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   13.10  320 352 368 416  200 406 407 417 doublescan
    (**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  200 457 459 524 doublescan
    (--) fglrx(0): Display dimensions: (410, 260) mm
    (--) fglrx(0): DPI set to (118, 117)
    (--) fglrx(0): Virtual size is 1920x1200 (pitch 1920)
    (**) fglrx(0): *Mode "1920x1200": 193.2 MHz (scaled from 0.0 MHz), 74.6 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1200"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 +hsync
    (**) fglrx(0): *Mode "1920x1080": 172.8 MHz (scaled from 0.0 MHz), 67.1 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1920x1080"  172.79  1920 2040 2248 2576  1080 1081 1084 1118 +hsync
    (**) fglrx(0):  Default mode "1920x1080": 81.6 MHz (scaled from 0.0 MHz), 33.6 kHz, 30.0 Hz (I)
    (II) fglrx(0): Modeline "1920x1080"   81.64  1920 1984 2176 2432  1080 1081 1084 1119 interlace +hsync
    (**) fglrx(0): *Mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  128.94  1280 1368 1504 1728  1024 1025 1028 1066 +hsync
    (**) fglrx(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066
    (**) fglrx(0):  Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   85.51  1280 1344 1480 1680  1024 1025 1028 1083 interlace +hsync
    (**) fglrx(0):  Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024"   77.80  1280 1344 1480 1680  1024 1025 1028 1077 interlace +hsync
    (**) fglrx(0): *Mode "1280x720": 74.5 MHz (scaled from 0.0 MHz), 44.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x720"   74.48  1280 1336 1472 1664  720 721 724 746 +hsync
    (**) fglrx(0):  Default mode "1280x720": 60.5 MHz (scaled from 0.0 MHz), 37.0 kHz, 50.0 Hz
    (II) fglrx(0): Modeline "1280x720"   60.46  1280 1328 1456 1632  720 721 724 741 +hsync
    (**) fglrx(0): *Mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900
    (**) fglrx(0):  Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz), 63.0 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1152x864"   96.76  1152 1224 1344 1536  864 865 868 900 +hsync
    (**) fglrx(0):  Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 +hsync
    (**) fglrx(0):  Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   64.67  1152 1208 1328 1504  864 865 868 915 interlace +hsync
    (**) fglrx(0):  Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864"   58.28  1152 1200 1320 1488  864 865 868 911 interlace +hsync
    (**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800
    (**) fglrx(0):  Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz), 57.7 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "1024x768"   78.43  1024 1080 1192 1360  768 769 772 801 +hsync
    (**) fglrx(0):  Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
    (**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 interlace
    (**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625
    (**) fglrx(0):  Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666
    (**) fglrx(0):  Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz), 43.8 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "800x600"   45.50  800 840 920 1040  600 601 604 625 +hsync
    (**) fglrx(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
    (**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
    (II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
    (**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "640x480"   31.50  640 664 704 832  480 489 492 520 +hsync +vsync
    (**) fglrx(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 +hsync +vsync
    (**) fglrx(0):  Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz), 33.7 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x400"   28.07  640 696 736 832  400 413 415 449
    (**) fglrx(0):  Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400"   24.92  640 664 760 792  400 460 462 525
    (**) fglrx(0):  Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz), 31.1 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "512x384"   19.68  512 528 576 632  384 384 385 416
    (**) fglrx(0):  Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   24.75  400 408 448 528  300 601 602 625 doublescan
    (**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  300 601 605 742 doublescan
    (**) fglrx(0):  Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   15.75  320 328 360 416  240 481 482 501 doublescan
    (**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  240 491 493 525 doublescan
    (**) fglrx(0):  Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   13.10  320 352 368 416  200 406 407 417 doublescan
    (**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  200 457 459 524 doublescan
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.1
    (==) fglrx(0): HPV inactive
    (**) fglrx(0): FSAA enabled: NO
    (==) fglrx(0): FSAA Gamma enabled
    (==) fglrx(0): FSAA Multisample Position is fix
    (==) fglrx(0): NoDRI = NO
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) fglrx(0): Depth moves disabled by default
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x4000001f
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (**) fglrx(0): ATI GART size: 128 MB
    (II) fglrx(0): [pcie] 126976 kB allocated with handle 0xdeadbeef
    (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (==) fglrx(0): EnablePrivateBackZ = NO
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] 0    0    0xd1000000 - 0xd100ffff (0x10000) MX[b]
        [1] 0    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b]
        [2] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [6] -1    0    0xd2000000 - 0xd2000fff (0x1000) MX[b]
        [7] -1    0    0xd2001000 - 0xd2001fff (0x1000) MX[b]
        [8] -1    0    0xd2002000 - 0xd2002fff (0x1000) MX[b]
        [9] -1    0    0xfeb00000 - 0xfeb000ff (0x100) MX[b]
        [10] -1    0    0xd2003000 - 0xd2003fff (0x1000) MX[b]
        [11] -1    0    0xd0000000 - 0xd001ffff (0x20000) MX[b](B)
        [12] -1    0    0xd1000000 - 0xd100ffff (0x10000) MX[b](B)
        [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
        [14] -1    0    0xd1010000 - 0xd101ffff (0x10000) MX[b](B)
        [15] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
        [16] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
        [17] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
        [18] 0    0    0x00009000 - 0x000090ff (0x100) IX[b]
        [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [21] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[b]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[b]
        [23] -1    0    0x0000c400 - 0x0000c40f (0x10) IX[b]
        [24] -1    0    0x00000b60 - 0x00000b63 (0x4) IX[b]
        [25] -1    0    0x00000960 - 0x00000967 (0x8) IX[b]
        [26] -1    0    0x00000be0 - 0x00000be3 (0x4) IX[b]
        [27] -1    0    0x000009e0 - 0x000009e7 (0x8) IX[b]
        [28] -1    0    0x0000d800 - 0x0000d80f (0x10) IX[b]
        [29] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [30] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [31] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [32] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [33] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [34] -1    0    0x00004c40 - 0x00004c7f (0x40) IX[b]
        [35] -1    0    0x00004c00 - 0x00004c3f (0x40) IX[b]
        [36] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
        [37] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
        [38] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
        [39] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
    (II) fglrx(0): detected X.org 7.1.0.0
    (II) Loading sub module "glx"
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: drmOpenMinor returns 6
    drmOpenByBusid: drmGetBusid reports
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed

  • Problem with image resolution with larger screen size

    I was working on Basic Lens Sample (Basic
    Lens Sample) for windows phone 8 App. In this the camera by default sets to default highest resolution.
    Just had couple of questions on this:
    1.) How to change basic settings like resolution,ISO etc.,in this app, because during initial settings
    it only takes default value and when I try to change that it throws an error. Also a code comment is written during initialization of camera to take only these default values. So when to change these settings and how?.
    2.) How to adjust resolution for phablets having 6" screen. Like when I run the code in Lumia 1320,
    the image resolution is not that good and it breaks. So how to adjust screen resolutions for catering different smartphones with different resolutions and screen sizes.
    Any solution or suggestions or snippets is very much appreciated.
    Thanks In Advance.

    Hello,
    For you first question, we can use
    GetAvailableCaptureResolutions method of PhotoCaptureDevice to get the available resolutions in device. That code sample returns the largest resolution by default, you just need to choose an appropriate one. You can find it in CameraController class in
    Models folder in the project.
    For you second question, I tested the sample in lumia 1320, I didn’t see the image broken.
    >> So how to adjust screen resolutions for catering different smartphones with different resolutions and screen sizes.
    You can get an appropriate resolution image and let the OS downscale it for you. You can find the support resolution in the following link. Go to Supported resolutions section.
    http://msdn.microsoft.com/en-us/library/windows/apps/jj206974(v=vs.105).aspx.
    If you want to display the whole large resolution image in lower resolution device, I think you can use
    ScrollViewer control. Use Application.Current.Host.Content.ActualWidth and ActualHeight properties to get the device resolutions, and then you can know if your app is running on a lower resolution device.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Compiz with HD 2400 XT ATI card

    compiz is not starting and falling into white screen. Trouble shooting and also trying various options in xorg.conf/without xorg.conf did not help. This card is in Acer 4920G laptop.Driver is open source xf86-video-ati.
    compiz --replace ccp & emerald --replace &
    [1] 6072
    [2] 6073
    compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
    compiz (core) - Error: Failed to manage screen: 0
    compiz (core) - Fatal: No manageable screens found on display :0.0
    xorg.conf main parts: Almost I tried all options given in the ATi wiki.
    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "type1"
    Load "vbe"
    Load "synaptics"
    EndSection
    Option "AccelMethod" "EXA" #used for the acceleration
    Option "AIGLX" "True"
    Xorg.log
    :~>grep -i glx /var/log/Xorg.log
    option "AIGLX" "True"
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    :~> tail -5 /var/log/Xorg.0.log
    (II) RADEON(0): EDID vendor "SEC", prod id 17474
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    Dac detection success
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Unhandled monitor type 0
    :~>locate libGL.so
    /usr/lib/libGL.so
    /usr/lib/libGL.so.1
    /usr/lib/libGL.so.1.2
    can any one suggest or point which part needs correction.. (trying to find what makes the pixmap missing error)
    Note: indirect rendering did not work.
    Last edited by kgas (2009-05-26 17:15:25)

    I was reluctant to try  catalyst. Last week catalyst was put into work and got a phenomenal raise in the glxgears rate from 115 to 1175 FPS ( glxgears alone is not a performance factor tho') . Google earth works very nice with atmosphere option enabled. If any one wants to try catalyst, try it in the first phase before start building your system.

  • Problem getting fullscreen resolution with MBP and Sony Bravia KDL-40W2000

    Hello,
    I usually dont post much on forums so sorry if my question is noobih but this time i think i need help so please bear with me. I have searched the web and read lots of posts without anything that helps.
    I recently got my new MBP 15 last week and wanted to watch a movie on my Sony Bravia KDL-40W2000 TV using XBMC.
    So i connected my MBP using the original Display port - DVI converter and then a DVI-HDMI converter. So my picture was connected to the HDMI port of my Sony tv.
    After a few adjustments on my Tv using pixel for pixel the best picture i could get was almost 85% of my tv which left me black edged. Using the OSX display setting i got 1080i so i also tested SwitchResX and got out 1080p (1920x1080) but the picture looked the same as 1080i,e.g i still had the black edges. Really cant understand why 1080p does not cover the whole screen to be honest, maybe someone have a good explanation?
    When i removed the display mirroring i got the full-screen but on the downside the desktop (on tv) looked somewhat zoomed in so i couldn't see the top-menu.
    I also played around with overscan but it did not help to remove it. Without overscan the picture gets even smaller on my tv leaving my with even bigger black edges.
    I cant figure out how to get the proper resolution on my tv.
    I hope someone with similar TV can help me out. Any other suggestion, ideas are more then welcome.
    ps. How does overscan option works anyway, is it not suppose to cover the whole tv screen? why does the picture get the black edges?
    Cheers
    /reza

    Hi OpenChannel...did u ever find an answer in the discussion boards. I have a 40" Bravia and was wondering if I could connect via DVI to HDMI cable.

  • 15.4-inch TFT display with 1440x900 resolution

    New 15" MacBook screen.
    Wonder why?
    Andrew

    I thought it was interesting that no one predicted a new Intel Pro notebook would come out. Surprise. Now I'm glad I waited because I was seriously thinking of getting the new HiRes DL PB when it first came out last Oct. But the horizontal lines issue just killed it for me. The new MacBook looks really good and so that's the one I'll be getting.
    What I'm sad about are those who've struggled trying to get a solution to the real problem of horizontal lines on their new PBs. Not only is there no solution, there's now one with a much nicer screen. I'm not the one to say "wait for the latest one..." but the MacBooks appear to have been worth the wait. I think Apple ought to do something nice for the folks who have line issues. This has got to hurt.

  • Better performance with higher resolution with ultra..why ?

    how is this possible ? I got a q6600, 8gb ram and a msi ultra8800.Running crysis with everything to max on 1024X768 at 32 fps, and 1280X1024 at 40 ?
    weird, any ideas as to why thats happening ?
    cheers

    me again...sorry for bothering
    got another question concerning my ultra, and might as well post it here....Is this h2o cooling compatible with my msi 8800 ultra ?
    http://www.virtual-hideout.net/reviews/Mega_Watercooling_Roundup/Zalman_Reserator_2/index.shtml
    sorry if its a stupid question, but im really really REALLY a noob here
    cheers for any info

  • MSI PM8M3-V MB with 1440x900 WXGA display?

    I just bought MSI PM8M3-V (P4M800CE + VT8237R Plus) motherboard and I'm trying to use my new Acer AL1916W 16:10 monitor with it, and I don't get to choose 1440x900 resolution.
    The S3G UniChrome Pro IGP onboard card have drivers that support max 1440x900, and I'm using those drivers, but maybe the motherboard BIOS doesn't support this resolution?
    Anyone had the same problem? Know how to fix this?
    Any ideas?

    >> How could a mobo BIOS fix your display problem?
    I thought so as well at first.
    The solution seems kinda like the one in this thread: http://forums.viaarena.com/messageview.aspx?catid=31&threadid=74011&enterthread=y
    My problem is well explained there as well.
    I've been building pc's for many years, and it's the first for me as well, where I might have to flash the MB BIOS to be able to run 1440x900. Probably because it's an onboard display adapter. Not usually a fan of those, but since the computer with the problem is for Windows use only (and no gaming), I saw no use in spending money on a display adapter other than the one bundled with the MB.
    From the thread I pasted above:
    "The VIA Unichrome onboard video does support this resolution, but the mainboard maker has to put this resolution into the mainboard's VGA BIOS in order for you to have this resolution available.
    VGA BIOS is built into the mainboard's BIOS if you have onboard video of any kind. In order to update the VGA BIOS you must update the mainboard's BIOS. You cannot do them seperately. BIOS updates must come from the maker of the mainboard."
    "For example - here is the latest BIOS for ASUS P5VDC-MX motherboard, which uses P4M800 UniChrome:
    BIOS Version 0709
    1. Initial Release for P5VDC-MX Version 2.0
    2. Add Support for 1440x900 WXGA
    3. Add support for RAID5 "
    Seems like this is the solution, at least for the ASUS and ECS mainboard. Both of the endusers asked ASUS And ECS and they made BIOS's available that was compatible with 1440x900 resolution.
    >> Have you installed the drivers for you monitor yet?
    Yep, and it didn't work :(

  • I have a problem with Imac mid 2010 graphics card (ATI Radeon 5670 512MB)

    I have a problem with Imac mid 2010 graphics card (ATI Radeon 5670 512MB). When I play video formats like xvid, mkv, avi iMac freezes and emits horrible sound,in service said the problem is not overheating. Not a problem with memory or hard disk because I placed second correct parts.The same problem is with OSX 10.6.8 and 10.8.4 and other players.Apple hardware test found no problem and tech tool pro found no fault.
    After five days of testing in the service they can not  found fault and it was decided to change the graphics card.
    New graphics have been tested for two days but it is not reproduced divx ... but their test software which did not find any fault on the old graphics...
    Do I have the right to complain if repair does not fix the problem because I use non apple softwere and video formats.

    You could look at the System Profile for the info it presents for the card.  But why wouldn't you think it's not up to date if you have the latest install (according to your sig above)?
    What program are you trying to run?  Is there anything in the system log? 
    I think it's the program that's having the problem and not anything with your video software.

  • HW acceleration problem with ATI cards

    Hello all. This is my first post here
    I have noticed the following issue/problem and would like your feedback about it.
    We have a lot of intel macs here at the office (15 macs).
    Most of them are intel imacs using ATI graphics.
    We also have an intel macmini with a nvidia 9400 graphics card, a macbook pro 17inch, core 2 duo with nvidia graphics etc.
    My personal macs are:
    1) a macpro 1.1 (upgraded to 2.1) with (upgraded) 2 x5365 xeon cpus @ 3ghz (8 core machine), 10GB ram, ΑΤΙ HD 4870 1GB, INTEL 80GB G2 SSD ...
    2) an imac 2.93Ghz i7 27inch, with 16GB RAM and an ATI 5xxx card (i do not remember the exact model, i think it is the 5770 card as a successor to the 4850 card).
    I have noticed the following issue on ALL the macs i have access to: whichever mac runs nvidia card, irrespective of the specification of both the nvidia card and its cpu, has hw acceleration working properly when browsing the web.
    For example, if i visit these links:
    http://demos.hacks.mozilla.org/openweb/HWACCEL/
    http://ie.microsoft.com/testdrive/Default.html
    and i run the respective test on any of the macs we have here equipped with an ATI card i get slow frame rates, ie. on my macpro, with a dual monitor setup 2560x1600 (apple 30inch) and 1680x1050 (apple cinema display) i get 20s FPS when running the tests and this is only when using safari.
    The same applies when running these tests on my imac i7 as well as on all other macs that are running ATI hardware.
    On the contrary if i run the tests on a mac which is equipped with a nvidia card i get (depending on how old the hardware is) 50+ or even 60+ FPS.
    I do know that things are complicated with hw acceleration on OS X Lion and in particular when browsing the internet (partially working hw acceleration) but why the difference between ATI and NVIDIA?
    All drivers .kext files are original and not patched.
    When running benchmarks, the results appear on par with similar systems.
    Of course all of our macs are running OS X Lion, latest version with latest updates installed.
    Also cleared safari cache (by manually deleting the cache.db file as well), disabled all of the plug-ins, installed latest version of adobe flash, to no avail.
    I just want to know why there is different hw acceleration behaviour when running a NVIDIA instead of an ATI card on OS X LION.
    From a practical perspective i think this is why sometimes when i browse the web i have excessively cpu utilization even on powerful systems (i7, 8core macpro etc) running ATI hardware.
    Please excuse my English, it is not my main language

    UPDATE:
    After reading here http://betanews.com/2012/02/10/google-releases-chrome-18-beta-get-it-now/
    i just tried the Google Chrome Beta v 18.0.1025.11 and i saw a dramatic difference. On a 2560x1600 screen i am now getting on this test (http://demos.hacks.mozilla.org/openweb/HWACCEL/ ) approximately 40+ FPS. Nevertheless my question still stands: why people with NVIDIA cards on a mac do not have this problem?

  • Problems with 10.5.4 or possible ATI card overheating

    Just upgraded to 10.5.4 but as soon as the computer restarts (i.e. about 5 minute), I am notified a kernel panic.
    It happened twice as I have two harddisk the first being the stock 320G and a new WD640AAKS. Mind you, both drive runs well with 10.5.1 all the way through 10.5.3. Anyone else got this problem? One thing I noticed though is that the fan on the ATI card never spin. (i.e. from boot till kernel panic) Is that a problem? I never really pay attention to is until I tried to reinstall the OS (perfectly fine) then upgrade to 10.5.4 (blue screen then reboot and 1 min after kernel panic). Perhaps I would try again to check if the fan is on when I am running 10.5.1.
    Any suggestion as very much welcome as I can only use my laptop to do my work now.
    Thanks

    I am having the same problem which only started after i installed the firmware update. soemtime the computer wont even go past the blue screen but when it does the kernal panic usually only take about 10 mins to come up.
    This is what is says in the panic log
    Tue Jul 8 18:49:09 2008
    panic(cpu 0 caller 0x001A8CD4): Kernel trap at 0x00b38127, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00ff1000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000036, ECX: 0x0b99e0d4, EDX: 0x0001a9c8
    CR2: 0x00000000, EBP: 0x00108b18, ESI: 0x0c079920, EDI: 0x00108ff0
    EFL: 0x00010006, EIP: 0x00b38127, CS: 0x00000008, DS: 0x00000010
    Error code: 0x00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x108918 : 0x12b0fa (0x4592a4 0x10894c 0x133243 0x0)
    0x108968 : 0x1a8cd4 (0x46280c 0xb38127 0xe 0x461fbc)
    0x108a48 : 0x19ede5 (0x108a60 0x108a74 0x108b18 0xb38127)
    0x108a58 : 0xb38127 (0xe 0x73aa0048 0x10 0x10)
    0x108b18 : 0xb38c6e (0x0 0x2f 0x12 0x0)
    0x108b58 : 0xb38dd3 (0x0 0x0 0x0 0x51f6e8)
    0x108cb8 : 0xb38f31 (0x1 0x4 0xb43a48 0x0)
    0x108cf8 : 0xb38d4f (0x4 0xb43a48 0x0 0x0)
    0x108d38 : 0xb2d3e9 (0xb44f0c 0xb459e0 0x0 0x0)
    0x108d98 : 0xb265dc (0xbde5c10 0x108e58 0x1 0x1)
    0x108dd8 : 0xb28b92 (0xbde5c10 0xb4b0fc 0x108e58 0x40)
    0x108e08 : 0xb28bc7 (0xbde5c10 0x8 0x108e58 0x0)
    0x108e38 : 0xb257e5 (0xbde5c10 0x8 0x108e58 0xb639000)
    0x108ea8 : 0xb34a30 (0xbde5c10 0xb49594 0x34990 0x422cab)
    0x108ed8 : 0xb0f0d7 (0xb936954 0x9727c980 0xd 0xb49594)
    0x108f08 : 0x6c3a0d (0xc079920 0x36 0x6b287000 0x0)
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.kext.ATY_Lamna(5.2.8)@0xad9000->0xb52fff
    dependency: com.apple.iokit.IONDRVSupport(1.5.2)@0x6b9000
    dependency: com.apple.iokit.IOPCIFamily(2.4.1)@0x68d000
    dependency: com.apple.iokit.IOGraphicsFamily(1.5.2)@0x69d000
    dependency: com.apple.iokit.IOACPIFamily(1.2.0)@0x633000
    com.apple.iokit.IONDRVSupport(1.5.2)@0x6b9000->0x6c6fff
    dependency: com.apple.iokit.IOPCIFamily(2.4.1)@0x68d000
    dependency: com.apple.iokit.IOGraphicsFamily(1.5.2)@0x69d000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9E17
    Kernel version:
    Darwin Kernel Version 9.4.0: Mon Jun 9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
    System model name: MacPro3,1 (Mac-F42C88C8)
    any ideas?

  • Trouble with Ati cards - new with recent update.

    Hi folks
    I have been using Arch for > 3 yrs now and it has been a work horse. I installed it on kids computer over a year ago and has been trouble free. Recently I did a sync and since then the xorg started giving problems.
    I have a Ati Radeon 7000 PCI video card on it. It worked with out any trouble till recently. Now it starts ok but every few seconds or so screen goes completely blank and then reappears. Nothing in the logs and no complaints even when I start xinit/startx from command line.
    It appears as if monitor connection was loose if I did not know that was not a problem. It is most pronounced when ever there is a lot of screen refresh to do, such as a menu item sprang open a lot of submenus, a new window opened or closed and so on. However this is pretty much disabling because you can;t see anything on the screen for long enough to use it.
    I tried changing the driver, installed Catalyst - eventhough catalyst works ok, it's resolution is lower and looks poor ?  I tried removing all the usb peripherals and tried one by one with the same problem persisting. Installed a clean Arch on another partition and as soon as radeon driver was installed it started giving same problems. I tried latest puppy and despite installing radeon driver it still worked fine and did not flicker like Arch. However I don't like puppy for this purpose and hope to maintain Arch.
    Is there a way of figuring out what causes these flickers and rectify it. I put PCI=nomsi on kernel command line to turn off kernel mode setting. Tried /etc/modprobe.d/radeon.conf with modesetting=off, tried removing stuff off from /usr/lib/xorg/modules/dri/*. None of these made much difference.
    Any help greatly appreciated.
    sk

    I kind of solved it for now.
    Try " X -configure" to create a new xorg.conf.new file and move it to /etc/X11/xorg.conf.
    Edit the /etc/X11/xorg.conf and under the video card section put a
    Option "NoAccel" "On"
    At the least it is not driving me crazy with blinking and flickering.

  • Whats the deal with ati cards?

    ive been reading through these pages and it cant really make head nor tail of the info regarding ati cards.
    i plan to get a sapphire radeon 9700 pro ultimate to stick into a new K7N2 Delta L mobo. no can somebody give me a straight answer on this, will it cause me grief? will there be lock ups, black screens etc....
    also, will the heat pipe thing used by it(massive) actually fit in the mobo ok?
    cheers

    Quote
    Originally posted by rooster098
    ive been reading through these pages and it cant really make head nor tail of the info regarding ati cards.
    i plan to get a sapphire radeon 9700 pro ultimate to stick into a new K7N2 Delta L mobo. no can somebody give me a straight answer on this, will it cause me grief? will there be lock ups, black screens etc....
    also, will the heat pipe thing used by it(massive) actually fit in the mobo ok?
    cheers
    Hi,
       The black screen problem on boot seems to be with the newer bios versions, seems to work fine on the original )

  • Problems running PC game with bootcamp, graphics card problem?

    I have searched extensively on answers to this question and I've gotten some vague ideas of what to do, but not a direct answer.
    I recently installed a copy of Windows on my 15in Macbook Pro (the ones that came out right before the latest ones in late August/Early October 2008 or whatever). I did this in order to play Final Fantasy XI Online on my laptop. The machine is more than capable of running the game and I've read forum posts that had said that it works fine through bootcamp. I installed the game and was playing it just fine until one day the game began to lag really bad in areas where there were a lot of people or in other words something very demanding of the memory/graphics. I don't mean internet speed lag, I mean the computer would slow the game down to a crawl and the sound would be sort of garbled like it was some sort of feedback. It would happen periodically or if some sort of animation would start (spellcasting, etc)
    I've tried everything from changing the settings of the game so that it's not as demanding to installing modified drivers for the graphics card (256mb Nvidia GeForce 8600M GT). I read that there may be some problems with the graphics and sound cards communicating which causes lag?
    The computer also gets unnaturally hot while I run the game/windows in general. Could it be a cooling problem?
    Please help!

    Processor:     
    Intel(R) Celeron(R) CPU E1400 @ 2,00GHz (2 CPUs)
    Memory:    
    4gig,Corsair TwinX XMS2 DDR2 800Mhz
    Hard Drive:    
    Seagate 1 TB
    Video Card:    
    ATI Radeon HD 3850 X2
    Monitor:    
    EIZO monitor
    Sound Card:    
    Realtek 7.1 HD Sound
    Speakers/Headphones:    
    Mikomi 5.1 HD @ Headphones
    Keyboard:    
    Logitech Gaming Keyboard
    Mouse:    
    Logitech MX510 Gaming Mouse
    Mouse Surface:    
    Belkin Mouse Mat
    Operating System:    
    Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.090804-1435)
    Motherboard:    
    MSI P35 Neo 2
    Computer Case:    
    CiT 1004 CSCIT1004 Black Screwless Gaming Case
    PSU:600 Watt GreatPower
    this is my gaming rig

  • Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click w

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

Maybe you are looking for