Radeon & Kernel 2.6 Problem

Hey all,
To start, i've been running arch for a few months now, and loving it. Haven't posted much on the forums though, but starting today i'd like to change that.
I have, since initially installing, been playing around with trying to get my radeon 9200SE videocard working at 100%, but right now glxgears only comes out at about 200fps.
Here's the issue:
I can get the fglrx driver to compile & install (using the wiki on creating the packages in 2.6).
I am running a customized 2.6.9 kernel as some other hardware i have requires 2.6.9 or lower at the moment (waiting on better drivers).
So, I can get the fglrx to modprobe, and can start xorg 6.8.2-2 just fine. I have also been over the Xorg.0.log file, and found no errors anywhere, by all accounts it should be working properly.
BUT
as soon as i run fglrxinfo, i find out the MESA drivers are what's running.  I have tried new kernal compiles, including cutting out kernel DRM support completely, but that didn't change anything. 
As of right now, the kernel has agp and drm compiled as modules.
I have also resorted to wiping the entire system and starting fresh, which is where I am now.  Basically, i have xorg, enlightenment WM, and firefox on the system right now.  I was hoping the wipe would correct whatever problem is causing this to happen, but it didn't.
I have also read that it may be my Xorg 6.8.2, but the fglrx drivers i used during the install (latest) claim to be FOR 6.8.x, so i figured that shouldn't be a problem anymore.  Plus, i can't find a package for the earlier Xorg 6.7.x, so i haven't tried it.
I hope this all makes sense, cause i'm completely stumped on this one...
The following post will contain all log files and info i can track down on how the system currently sits.
If there is anyone that has seen or heard of this, or anyone who could take a minute and look over my logs/config files and see if there's something simple i'm missing, i would REALLY appreciate it.
TIA,
-s_m

Card: ATI Radeon 9200SE
Kernel: 2.6.9 from kernel.org, with some scsi driver patches.  Current kernel has both DRM and AGP compiled as module.
Xorg: 6.8.2-2 (latest)
lsmod (with irrelevant modules removed)
fglrx                         243356  7
nvidia_agp              8348  1
agpgart                   35628  2 nvidia_agp
xorg.conf
# DRI Section
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
Section "Module"
# This loads the DBE extension module.
    Load        "dbe"   # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"
# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
EndSection
# Files section.  This allows default font and rgb paths to be set
Section "Files"
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
    RgbPath     "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"
EndSection   
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#    Option "NoTrapSignals"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#    Option "DontZap"
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.
#    Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
#    Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
#    Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
#    Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
#    Option "AllowNonLocalModInDev"
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option "Protocol"   "Xqueue"
    Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option "Xleds"      "1 2 3"
#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"   "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"   "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"  "de"
# or:
#    Option "XkbLayout"  "de"
#    Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for XFree86
#    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "pc101"
#    Option "XkbLayout"  "us"
#    Option "XkbVariant" ""
#    Option "XkbOptions" ""
#    Option "XkbDisable"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "us"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/usbmouse"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Option "Protocol"   "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
EndSection
# 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 XF86Config 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
# Any number of monitor sections may be present
Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 80.5
    VertRefresh 60 - 85 
    Option "DPMS"
# === mode lines based on GTF ===
# VGA @ 100Hz
# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
# SVGA @ 100Hz
# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
# XVGA @ 100Hz
# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
# 1152x864 @ 60Hz
# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
# 1152x864 @ 85Hz
# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
# 1152x864 @ 100Hz
# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
# 1280x960 @ 75Hz
# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
# 1280x960 @ 100Hz
# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
# SXGA @ 100Hz
# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
# 1600x1000 @ 60Hz
# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
# 1600x1000 @ 75Hz
# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
# 1600x1000 @ 85Hz
# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
# 1600x1000 @ 100Hz
# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
# 1600x1024 @ 60Hz
# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
# 1600x1024 @ 75Hz
# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
# 1600x1024 @ 76Hz
# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
# 1600x1024 @ 85Hz
# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
# 1920x1080 @ 60Hz
# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
# 1920x1080 @ 75Hz
# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
# 1920x1200 @ 60Hz
# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
# 1920x1200 @ 75Hz
# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
EndSection
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.
#    Chipset     "generic"
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
    Driver      "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# installed.
#    BusID       "PCI:0:10:0"
#    VideoRam    256
#    Clocks      25.2 28.3
EndSection
# === ATI device section ===
Section "Device" 
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "yes"
    Option "TVStandard"                 "NTSC-M"
    Option "TVHSizeAdj"                 "0"
    Option "TVVSizeAdj"                 "0"
    Option "TVHPosAdj"                  "0"
    Option "TVVPosAdj"                  "0"
    Option "TVHStartAdj"                "0"
    Option "TVColorAdj"                 "0"
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "no"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:2:0:0"    # vendor=1002, device=5964
    Screen 0
EndSection
# Screen sections
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"
    Subsection "Display"
        Depth       24
        Modes       "800x600" "1024x768" "1280x1024"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection
# ServerLayout sections.
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
    Identifier  "Server Layout"
# 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.
    Screen "Screen0"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
### EOF ###
Xorg.0.log
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/MORBO:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10-ARCH i686 [ELF]
Current Operating System: Linux MORBO 2.6.9 #3 SMP Wed Jun 8 15:23:01 PDT 2005 i686
Build Date: 16 February 2005
        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: Wed Jun  8 17:15:32 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/$
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1458,0c11 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1458,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1458,5004 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1458,5004 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1458,5004 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,006a card 1458,a002 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1458,5002 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:06:0: chip 1186,1300 card 1186,1300 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:07:0: chip 109e,036e card 1002,0001 rev 11 class 04,00,00 hdr 80
(II) PCI: 01:07:1: chip 109e,0878 card 1002,0001 rev 11 class 04,80,00 hdr 80
(II) PCI: 01:0c:0: chip 1283,8212 card 1283,0001 rev 10 class 01,04,00 hdr 00
(II) PCI: 01:0e:0: chip 104c,8024 card 1458,1000 rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:00:0: chip 1002,5964 card 1043,c008 rev 01 class 03,00,00 hdr 80
(II) PCI: 02:00:1: chip 1002,5d44 card 1043,c009 rev 01 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x00009000 - 0x0000bfff (0x3000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xd7000000 - 0xd8ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd4000000 - 0xd4ffffff (0x1000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xd5000000 - 0xd6ffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(--) PCI: (1:7:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd4000000/12
(--) PCI:*(2:0:0) ATI Technologies Inc unknown chipset (0x5964) rev 1, Mem @ 0xc0000000/27, 0xd6000000/16, I/O @ 0xc000/8
(--) PCI: (2:0:1) ATI Technologies Inc unknown chipset (0x5d44) rev 1, Mem @ 0xc8000000/27, 0xd6010000/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       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B]
        [1] -1  0       0xd8005000 - 0xd80057ff (0x800) MX[B]
        [2] -1  0       0xd4001000 - 0xd4001fff (0x1000) MX[B]
        [3] -1  0       0xd8006000 - 0xd80060ff (0x100) MX[B]
        [4] -1  0       0xd9000000 - 0xd9000fff (0x1000) MX[B]
        [5] -1  0       0xd9004000 - 0xd90040ff (0x100) MX[B]
        [6] -1  0       0xd9003000 - 0xd9003fff (0x1000) MX[B]
        [7] -1  0       0xd9002000 - 0xd9002fff (0x1000) MX[B]
        [8] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [9] -1  0       0xd6010000 - 0xd601ffff (0x10000) MX[B](B)
        [10] -1 0       0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
        [11] -1 0       0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
        [12] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [13] -1 0       0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
        [14] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [15] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [16] -1 0       0x00009c10 - 0x00009c17 (0x8) IX[B]
        [17] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [18] -1 0       0x00009410 - 0x00009417 (0x8) IX[B]
        [19] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [20] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [21] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
        [22] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [23] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [24] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B]
        [1] -1  0       0xd8005000 - 0xd80057ff (0x800) MX[B]
        [2] -1  0       0xd4001000 - 0xd4001fff (0x1000) MX[B]
        [3] -1  0       0xd8006000 - 0xd80060ff (0x100) MX[B]
        [4] -1  0       0xd9000000 - 0xd9000fff (0x1000) MX[B]
        [5] -1  0       0xd9004000 - 0xd90040ff (0x100) MX[B]
        [6] -1  0       0xd9003000 - 0xd9003fff (0x1000) MX[B]
        [7] -1  0       0xd9002000 - 0xd9002fff (0x1000) MX[B]
        [8] -1  0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [9] -1  0       0xd6010000 - 0xd601ffff (0x10000) MX[B](B)
        [10] -1 0       0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
        [11] -1 0       0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
        [12] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [13] -1 0       0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
        [14] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [15] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [16] -1 0       0x00009c10 - 0x00009c17 (0x8) IX[B]
        [17] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [18] -1 0       0x00009410 - 0x00009417 (0x8) IX[B]
        [19] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [20] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [21] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
        [22] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [23] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [24] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B]
        [6] -1  0       0xd8005000 - 0xd80057ff (0x800) MX[B]
        [7] -1  0       0xd4001000 - 0xd4001fff (0x1000) MX[B]
        [8] -1  0       0xd8006000 - 0xd80060ff (0x100) MX[B]
        [9] -1  0       0xd9000000 - 0xd9000fff (0x1000) MX[B]
        [10] -1 0       0xd9004000 - 0xd90040ff (0x100) MX[B]
        [11] -1 0       0xd9003000 - 0xd9003fff (0x1000) MX[B]
        [12] -1 0       0xd9002000 - 0xd9002fff (0x1000) MX[B]
        [13] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O 
        [14] -1 0       0xd6010000 - 0xd601ffff (0x10000) MX[B](B)
        [15] -1 0       0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
        [16] -1 0       0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
        [17] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [18] -1 0       0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [22] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [23] -1 0       0x00009c10 - 0x00009c17 (0x8) IX[B]
        [24] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [25] -1 0       0x00009410 - 0x00009417 (0x8) IX[B]
        [26] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [27] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [28] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
        [29] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [30] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [31] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a   
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 6.8.0, module version = 8.12.10
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation" 
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
        RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
        MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
        RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
        RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
        MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
        FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
        RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
        RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
        RADEON 9600 PRO (RV360 4152),
        MOBILITY RADEON 9600/9700 (M10/M11 4E50), RADEON 9500 (R300 4144),
        RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
        RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
        RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
        RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
        FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
        RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
        FireGL X2-256/X2-256t (R350 4E4B),
        MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
        RADEON X600 (RV380 5B62), FireGL V3100 (RV370 5B64),
        MOBILITY RADEON X300 (M22 5460), MOBILITY FireGL V3100 (M22 5464),
        RADEON X600 (RV380 3E50), FireGL V3200 (RV380 3E54),
        MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
        MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
        RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
        RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
        FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
        RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
        RADEON X800 PRO (R423 5549),
        RADEON X800 XT Platinum Edition (R423 554A),
        RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
        FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
        MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
        MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
        FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
        RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
        RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
        RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
        MOBILITY RADEON X700 (M26 5653), RADEON 9100 IGP (RS300 5834),
        RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
        MOBILITY RADEON 9000/9100 IGP (RS300M 5835)
(II) Primary Device is: PCI 02:00:0
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset RADEON 9200 SE (RV280 5964) found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B]
        [6] -1  0       0xd8005000 - 0xd80057ff (0x800) MX[B]
        [7] -1  0       0xd4001000 - 0xd4001fff (0x1000) MX[B]
        [8] -1  0       0xd8006000 - 0xd80060ff (0x100) MX[B]
        [9] -1  0       0xd9000000 - 0xd9000fff (0x1000) MX[B]
        [10] -1 0       0xd9004000 - 0xd90040ff (0x100) MX[B]
        [11] -1 0       0xd9003000 - 0xd9003fff (0x1000) MX[B]
        [12] -1 0       0xd9002000 - 0xd9002fff (0x1000) MX[B]
        [13] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [14] -1 0       0xd6010000 - 0xd601ffff (0x10000) MX[B](B)
        [15] -1 0       0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
        [16] -1 0       0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
        [17] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [18] -1 0       0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [22] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [23] -1 0       0x00009c10 - 0x00009c17 (0x8) IX[B] 
        [24] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [25] -1 0       0x00009410 - 0x00009417 (0x8) IX[B]   
        [26] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [27] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [28] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
        [29] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [30] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [31] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x8218bc0
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B]
        [6] -1  0       0xd8005000 - 0xd80057ff (0x800) MX[B]
        [7] -1  0       0xd4001000 - 0xd4001fff (0x1000) MX[B]
        [8] -1  0       0xd8006000 - 0xd80060ff (0x100) MX[B]
        [9] -1  0       0xd9000000 - 0xd9000fff (0x1000) MX[B]
        [10] -1 0       0xd9004000 - 0xd90040ff (0x100) MX[B]
        [11] -1 0       0xd9003000 - 0xd9003fff (0x1000) MX[B]
        [12] -1 0       0xd9002000 - 0xd9002fff (0x1000) MX[B]
        [13] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [14] -1 0       0xd6010000 - 0xd601ffff (0x10000) MX[B](B)
        [15] -1 0       0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
        [16] -1 0       0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
        [17] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [18] -1 0       0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
        [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [25] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [26] -1 0       0x00009c10 - 0x00009c17 (0x8) IX[B]
        [27] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [28] -1 0       0x00009410 - 0x00009417 (0x8) IX[B]
        [29] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [30] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [31] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
        [32] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [33] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [34] -1 0       0x0000c000 - 0x0000c0ff (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): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 2 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 "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000000"
(**) fglrx(0): Option "MonitorLayout" "AUTO, AUTO"
(**) fglrx(0): Option "HSync2" "unspecified"
(**) fglrx(0): Option "VRefresh2" "unspecified"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "IgnoreEDID" "off"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "NoTV" "yes"
(**) fglrx(0): Option "TVStandard" "NTSC-M"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(**) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(--) fglrx(0): Chipset: "RADEON 9200 SE (RV280 5964)" (Chipset = 0x5964)
(--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0xc008)
(--) fglrx(0): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd6000000
(--) fglrx(0): ChipExtRevID = 0x01
(--) fglrx(0): ChipIntRevID = 0x00
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit DDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): Connector Layout from BIOS --------
(II) fglrx(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(**) fglrx(0): MonitorLayout Option: 
        Monitor1--Type AUTO, Monitor2--Type AUTO
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 3 with Monitor Type 1
(II) fglrx(0): Primary head:
Monitor   -- NONE
Connector -- None
DAC Type  -- Unknown
TMDS Type -- NONE
DDC Type  -- NONE
(II) fglrx(0): Secondary head:
Monitor   -- CRT
Connector -- VGA
DAC Type  -- Primary
TMDS Type -- NONE
DDC Type  -- VGA_DDC
(II) fglrx(0): EDID data from the display on Secondary head ---------------------------
(II) fglrx(0): Manufacturer: OEC  Model: 9908  Serial#: 1
(II) fglrx(0): Year: 2002  Week: 7
(II) fglrx(0): EDID Version: 1.1
(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.: 36  vert.: 27
(II) fglrx(0): Gamma: 3.20
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.618 redY: 0.337   greenX: 0.273 greenY: 0.604
(II) fglrx(0): blueX: 0.154 blueY: 0.066   whiteX: 0.281 whiteY: 0.311
(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: 640  vsize 480  refresh: 85  vid: 22833
(II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) fglrx(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) fglrx(0): #6: hsize: 1600  vsize 1200  refresh: 65  vid: 17833
(II) fglrx(0): #7: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 25.2 MHz   Image Size:  355 x 265 mm
(II) fglrx(0): h_active: 640  h_sync: 656  h_sync_end 752 h_blank_end 800 h_border: 8
(II) fglrx(0): v_active: 350  v_sync: 387  v_sync_end 389 v_blanking: 449 v_border: 6
(II) fglrx(0):
(II) fglrx(0): DesktopSetup 0x0000
(**) fglrx(0):  PseudoColor visuals disabled
(**) fglrx(0): Overlay disabled
(**) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000
(==) 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 8 valid mode(s) found.
(--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
(**) fglrx(0): *Default 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 +hsync +vsync
(**) fglrx(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) fglrx(0):  Default 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 +hsync +vsync
(**) fglrx(0): *Default mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) fglrx(0):  Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
(II) fglrx(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) fglrx(0): *Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
(II) fglrx(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) fglrx(0):  Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
(II) fglrx(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) fglrx(0):  Default mode "640x350": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
(II) fglrx(0): Modeline "640x350"   25.17  640 656 752 800  350 387 389 449
(--) fglrx(0): Display dimensions: (360, 270) mm
(--) fglrx(0): DPI set to (90, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = NO 
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(==) 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) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
        compiled for 6.8.0, module version = 8.12.10
        ABI class: X.Org Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): cpuFlags: 0x4000000f
(**) fglrx(0): cpuSpeedMHz: 0x00000779
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: no
(**) 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       0xd6000000 - 0xd600ffff (0x10000) MX[B]
        [1] 0   0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
        [2] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xd8000000 - 0xd8003fff (0x4000) MX[B]
        [8] -1  0       0xd8005000 - 0xd80057ff (0x800) MX[B]
        [9] -1  0       0xd4001000 - 0xd4001fff (0x1000) MX[B]
        [10] -1 0       0xd8006000 - 0xd80060ff (0x100) MX[B]
        [11] -1 0       0xd9000000 - 0xd9000fff (0x1000) MX[B]
        [12] -1 0       0xd9004000 - 0xd90040ff (0x100) MX[B]
        [13] -1 0       0xd9003000 - 0xd9003fff (0x1000) MX[B]
        [14] -1 0       0xd9002000 - 0xd9002fff (0x1000) MX[B]
        [15] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [16] -1 0       0xd6010000 - 0xd601ffff (0x10000) MX[B](B)
        [17] -1 0       0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
        [18] -1 0       0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
        [19] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [20] -1 0       0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
        [21] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [22] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [23] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [24] 0  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [25] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [26] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [27] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [28] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [29] -1 0       0x00009c10 - 0x00009c17 (0x8) IX[B]
        [30] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [31] -1 0       0x00009410 - 0x00009417 (0x8) IX[B]
        [32] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [33] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [34] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
        [35] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [36] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [37] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
        [38] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [39] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM area:     0xc0701000 (size=0x078ff000)
(II) fglrx(0): driver needs X.org 6.8.x
(II) fglrx(0): detected X.org 6.8.2
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed 
drmOpenByBusid: Searching for BusID PCI:2: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 -1023
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 -1023
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 -1023
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 -1023
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No

Similar Messages

  • [HOW-TO] Ati Radeon & Kernel 2.6 - Updated

    [HOW-TO] Ati Radeon & Kernel 2.6
    Updated on new ati-drivers 4.3.0
    [CONTENTS]
        1.1 Requirements
        2.0 Compiling Kernel
        2.1 Configuring Bootloader [GRUB]
        3.0 Building & Generating modules
        3.1 Pacthing modules
        3.2 Compiling modules
        3.3 Adding modules boot runlevel
        4.0 fglrxconfig
        4.1 Xorg.conf   NEW!!
    [1.1] Requirements
        (All Intel & AMD users)
        1. Ati Radeon 9xxx (Mine 9600 Sapphyre pro)
        2. Kernel 2.8.x (Current 2.8.1)
        3. wget, rpmunpack, cpio
        4. PKGBUILD [FILE]
        5. ati-drivers.install [FILE]
        6. fglrx-2.6-vmalloc-vmaddr.patch   New!!!
    Those are code for listed files:
    PKGBUILD New!!!
    pkgname=ati-drivers
    pkgver=3.11.1
    pkgrel=1
    pkgdesc="Proprietary (binary) drivers for ATI Radeon Cards."
    url="www.ati.com/support/driver.html"
    depends=('xfree86')
    install="$pkgname.install"
    source=(http://www2.ati.com/drivers/linux/fglrx-4.3.0-$pkgver.i386.rpm)
    #md5sums=('9f7802ee0bbdeb5172673027056e789d')
    # build-time deps: rpmunpack, cpio, gzip
    build() {
    cd $startdir/pkg
    rpmunpack < $startdir/src/fglrx-4.3.0-$pkgver.i386.rpm | gzip -d | cpio -idmuv
    chmod 755 -R .
    mv opt/kde3 opt/kde
    mkdir -p opt/gnome/share
    mv usr/share/gnome/apps/ opt/gnome/share
    rm -rf usr/share/gnome
    usr/share/applnklib/modules/fglrx/{fglrx*.o,fglrx_info.txt}
    usr/X11R6/bin/LICENSE.{GPL,QPL}
    usr/X11R6/bin/*.bz2
    ati-drivers.install   New!!!
    post_install() {
    cat << EOF
    NOTE
    To create an fglrx module for your system, do:
    cd /lib/modules/fglrx/build_mod
    ./make.sh
    cd ..
    ./make_install.sh
    Make sure you have your full kernel tree at /usr/src/linux
    Then initialize "fglrxconfig" to create an XF86Config
    for your graphics card.
    EOF
    post_upgrade() {
    /bin/true
    pre_remove() {
    /bin/true
    op=$1
    shift
    $op $*
    fglrx-2.6-vmalloc-vmaddr.patch New!!!
    --- firegl_public.c 2004-03-17 17:00:29.000000000 -0500
    +++ /lib/modules/fglrx/build_mod/firegl_public.c 2004-07-18 16:09:46.000000000 -0500
    @@ -2010,8 +2010,8 @@
    pMmPage = virt_to_page(kaddr);
    #endif /* LINUX_VERSION_CODE < 0x020400 */
    - atomic_inc(&(pMmPage->count)); /* inc usage count of page */
    +// atomic_inc(&(pMmPage->_count)); /* inc usage count of page */
    + get_page(pMmPage);
    #if LINUX_VERSION_CODE >= 0x020400
    // __KE_DEBUG3("vm-address 0x%08lx => kernel-page-address 0x%pn",
    // address, page_address(pMmPage));
    [2.0] Compiling kernel
    <*> MTRR
    e poi
    <M> /dev/agpgart (AGP Support)                                                           
    < >   ALI chipset support                                                                 
    < >   ATI chipset support                                                                 
    < >   AMD Irongate, 761, and 762 chipset support                                           
    < >   AMD Opteron/Athlon64 on-CPU GART support                                             
    < >   Intel 440LX/BX/GX, I8xx and E7x05 chipset support                                   
    < >   Intel i865 chipset support                                                           
    < >   NVIDIA nForce/nForce2 chipset support                                               
    < >   SiS chipset support                                                                 
    < >   Serverworks LE/HE chipset support                                                   
    <M>   VIA chipset support                                                                 
    < >   Transmeta Efficeon support                                                           
    [*] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)                       
    < >   3dfx Banshee/Voodoo3+                                                               
    < >   3dlabs GMX 2000                                                                     
    < >   ATI Rage 128                                                                         
    < >   ATI Radeon                                                                           
    < >   Matrox g200/g400                                                                     
    < >   SiS video cards                                                                     
    make dep && make clean bzImage modules modules_install
    [/code]
    when finished,mount boot partition (if not already mounted)
    [code]
    mount /boot
    [/code]
    and copy kernel image to the boot directory, so the new kernel loads after computer restart. Pay attention to not overwrite existent kernels images in boot partition. For security issues rename it as ***_new.
    [code]
    cp arch/i386/boot/bzImage /boot/vmlinuz_new
    [/code]
    [2.1] Configuring Bootloader [GRUB]
    Edit your boot-loader config file.
    I currently use grub instead of lilo.
    [code]
    nano /boot/grub/menu.lst
    [/code]
    Add a new sub-menu (this is an example) Check on the forum how to set-up a bootloader).
    [code]
    # (0) Arch Linux
    title  Arch Linux  [/boot/vmlinuz_new]
    root   (hd0,3)
    kernel (hd0,1)/vmlinuz_new root=/dev/discs/disc0/part4 ro
    [/code]
    REBOOT
    [3.0] Building ati-drivers
    Make a directory under /var/abs/local called ati
    [code]
    mkdir /var/abs/loca/ati
    [/code]
    copy in it the two files PKGBUILD ati-drivers.install
    [code]
    cp /path/to/file/PKGBUILD /var/abs/local/ati
    cp /path/to/file/ati-drivers.install /var/abs/local/ati
    [/code]
    start building package
    [code]
    makepkg -c
    [/code]
    if all goes well, this will be the output
    [code]
    [root@CippaLippa ati]# makepkg -c
    ==> Making package: ati-drivers
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> .......
    ==> .......
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Copying install script...
    ==> Generating .FILELIST file...
    ==> Compressing package...
    ==> Cleaning up...
    ==> Finished making: ati-drivers  (Tue Feb 10 15:11:13 CET 2004)
    [root@CippaLippa ati]#
    [/code]
    It downloads necessary files and generates a file called ati-drivers-3.9.x.pkg.tar.gz
    Install it using:
    [code]
    pacman -A ati-drivers-3.x.x.pkg.tar.gz
    [/code]
    This installation generates a folder in /lib/modules/fglrx
    Change directory
    [code]
    cd /lib/modules/fglrx
    [/code]
    [3.1] Pacthing modules
    To patch modules simply copy the two files .patch listed on top in this directory. Intel users must only install fglrx-2.6-vmalloc-vmaddr.patch, AMD users both.
    [code]
    cp /path/to/patch/fglrx-2.6-vmalloc-vmaddr.patch /lib/modules/fglrx
    [/code]
    change directory
    [code]
    cd build_mod
    [/code]
    to patch the file firegl_public.c
    [code]
    patch -b firegl_public.c ../fglrx-2.6-vmalloc-vmaddr.patch
    [/code]
    It's time to compile the modules
    [code]
    sh make.sh
    [root@CippaLippa build_mod]# sh make.sh
    ATI module generator V 2.0
    ==========================
    initializing...
    probing for VMA API version...
    cleaning...
    patching...
    make[1]: Leaving directory `/usr/src/linux-2.6.x
    build succeeded with return value 0
    duplicating results into driver repository...
    done.
    ==============================
    You must change your working directory to /lib/modules/fglrx
    and then call ./make_install.sh in order to install the built module.
    ==============================
    [/code]
    change directory as you see on screen
    [code]
    cd /lib/modules/fglrx
    [/code]
    and compile in
    [code]
    sh make_install.sh
    [/code]
    if will be no errors in output, module fglrx were perfectly compiled in /lib/modules/2.6.x/kernel/drivers/char/drm/ and named "fglrx.ko"
    [3.2] Adding modules boot runlevel
    open /etc/rc.conf
    [code]
    nano /etc/rc.conf
    [/code]
    go to line MODULES= and add
    [code]
    agpgart via-agp fglrx rtc  <== make sure always in this order
    [/code]
    (if your motherboard is "VIA" equipped, else check what do you have: the same configured in kernel under /dev/agpgart (AGP Support)   
    [4.0] fglrxconfig
    Ati-drivers comes with a modified xf86config, utility to generate XF86config files.
    Run
    [code]
    fglrxconfig
    [/code]
    and a welcome screen appear
    [code]
    ==============================================================================
    ATI - FIRE GL - BE THE CREATOR
    ==============================================================================
    This program will create the ATI "XF86Config-4" file
    - based on your selections - for the below listed boardtypes...
             - ATI Radeon 8500 / 9100
             - ATI FireGL 8700 / 8800 / E1
             - ATI FireGL T2
             - ATI Radeon 9000
             - ATI Radeon 9200
             - ATI Radeon 9500
             - ATI Radeon 9600
             - ATI Radeon 9700
             - ATI Radeon 9800
             - ATI FireGL Z1 / X1 / X2
             - ATI Mobility M9
             - ATI Mobility FireGL 9000
             - ATI Mobility M9PLUS
    The "XF86Config-4" file usually resides in /etc/X11.
    Press [Enter] to continue, press 'q'&[Enter] or [Ctrl]+'c' to abort.
    [/code]
    follow the on-screen steps leaving default settings. Configure only mouse, keyboard, screen frequencies and resolution. At least when prompt for:
    [code]
    External AGPGART module:
    external agpgart module execute this on the commandline (as root):
        /sbin/insmod agpgart
    or alternatively configure your system to auto load the module.
    Do you want to use the external AGP GART module (y/n)? [y]
    [/code]
    be sure to answer "YES".
    [4.1] Xorg.cong New!!!
    Xorg configuration file, resides in /etc/X11.
    It is XF86config renamed and Will replace soon it, with the new video system based on Xorg.
    This is my xorg.conf file:
    [code]
    Section "dri"
        Mode 0666
    EndSection
    Section "Module"
        Load        "dbe"      # Double buffer extension
        SubSection  "extmod"
          Option    "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load        "type1"
        Load        "freetype"
        Load        "glx"   # libglx.a
        Load        "dri"   # libdri.a
    EndSection
    Section "Files"
        RgbPath    "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/local/"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
        ModulePath "/usr/X11R6/lib/modules"
    EndSection
    Section "InputDevice"
        Identifier    "Keyboard1"
        Driver    "Keyboard"
        Option "AutoRepeat" "500 30"
        Option "XkbRules"    "xfree86"
        Option "XkbModel"    "pc105"
        Option "XkbLayout"    "it"
    EndSection
    Section "InputDevice"
        Identifier    "Mouse1"
        Driver "mouse"
        Option "Protocol"   "ImPS/2"
        Option "ZAxisMapping"   "4 5"
        Option "Device"     "/dev/usbmouse"
    EndSection
    Section "Monitor"
        Identifier  "Monitor0"
        HorizSync   31-96
        VertRefresh 55-160
        Option "DPMS"
    EndSection
    Section "Device"
        Identifier  "Standard VGA"
        VendorName  "Unknown"
        BoardName   "Unknown"
    EndSection
    Section "Device"
        Identifier                          "ATI Graphics Adapter"
        Driver                              "fglrx"
        #Option                              "NoDDC"
        Option "no_accel"                   "no"
        Option "no_dri"                     "no"
        Option "DesktopSetup"               "0x00000000"
        Option "MonitorLayout"              "AUTO, AUTO"
        Option "IgnoreEDID"                 "off"
        Option "HSync2"                     "unspecified"
        Option "VRefresh2"                  "unspecified"
        Option "ScreenOverlap"              "0"
        Option "NoTV"                       "yes"     
        Option "TVStandard"                 "NTSC-M"     
        Option "TVHSizeAdj"                 "0"     
        Option "TVVSizeAdj"                 "0"     
        Option "TVHPosAdj"                  "0"     
        Option "TVVPosAdj"                  "0"     
        Option "TVHStartAdj"                "0"     
        Option "TVColorAdj"                 "0"     
        Option "GammaCorrectionI"           "0x00000000"
        Option "GammaCorrectionII"          "0x00000000"
        Option "Capabilities"               "0x00000000"
        Option "VideoOverlay"               "on"
        Option "OpenGLOverlay"              "off"
        Option "CenterMode"                 "off"
        Option "PseudoColorVisuals"         "off"
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
        BusID "PCI:1:0:0"    # vendor=1002, device=4150
        Screen 0
    EndSection
    Section "Screen"
        Identifier  "Screen0"
        Device      "ATI Graphics Adapter"
        Monitor     "Monitor0"
        DefaultDepth 24
        #Option "backingstore"
        Subsection "Display"
            Depth       24
            Modes       "1280x1024" "1024x768" "800x600"
            ViewPort    0 0  # initial origin if mode is smaller than desktop
        EndSubsection
    EndSection
    Section "ServerLayout"
        Identifier  "Server Layout"
        Screen "Screen0"
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    [/code]
    REBOOT
    Start in X with kde, gnome or othet window manager.
    If X does not start you maybe made something wrong, retry from the beginning. Else if it starts, check if DRI os working
    [code]
    fgl_glxgears
    [/code]
    if it is working, a rotating cube will appear in a new windows, and if it is so.....
    ENJOY
    **SORRY FOR MY ENGLISH **

    Using kernel 2.6.2
    I'm starting over again but now cannot get the PKGBUILD to complete.  I had this problem this morning as well, but after editing the PKGBUILD file did eventually get it to complete.  This is the output of makepkg -c using the PKGBUILD as posted:
    [root@Arch2 ati]# makepkg -c
    ==> Making package: ati-drivers  (Wed Feb 11 16:11:02 GMT 2004)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==>     Downloading fglrx-glc22-4.3.0-3.2.8.i586.rpm
    --16:11:02--  http://www2.ati.com/drivers/linux/fglrx … 8.i586.rpm
               => `fglrx-glc22-4.3.0-3.2.8.i586.rpm'
    Resolving www2.ati.com... 62.25.100.58, 62.25.100.32
    Connecting to www2.ati.com[62.25.100.58]:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4,365,039 [audio/x-pn-realaudio-plugin]
    100%[====================================>] 4,365,039     55.23K/s    ETA 00:00
    16:12:27 (50.80 KB/s) - `fglrx-glc22-4.3.0-3.2.8.i586.rpm' saved [4365039/4365039]
    ==> Validating source files with MD5sums
        fglrx-glc22-4.3.0-3.2.8.i586.rpm ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    ./lib/modules/fglrx/build_mod/2.6.x/Makefile
    ./lib/modules/fglrx/build_mod/agp.h
    ./lib/modules/fglrx/build_mod/agp3.c
    ./lib/modules/fglrx/build_mod/agp_backend.h
    ./lib/modules/fglrx/build_mod/agpgart.h
    ./lib/modules/fglrx/build_mod/agpgart_be.c
    ./lib/modules/fglrx/build_mod/firegl_public.c
    ./lib/modules/fglrx/build_mod/firegl_public.h
    ./lib/modules/fglrx/build_mod/i7505-agp.c
    ./lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC2
    ./lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC3
    ./lib/modules/fglrx/build_mod/make.sh
    ./lib/modules/fglrx/build_mod/nvidia-agp.c
    ./lib/modules/fglrx/fglrx.2.4.18-17.7.x.o
    ./lib/modules/fglrx/fglrx.2.4.18-17.8.0.o
    ./lib/modules/fglrx/fglrx.2.4.20-6-SMP.o
    ./lib/modules/fglrx/fglrx.2.4.20-6.o
    ./lib/modules/fglrx/fglrx.2.4.21-1.1931.2.349.2.2.ent-SMP.o
    ./lib/modules/fglrx/fglrx.2.4.21-1.1931.2.349.2.2.ent.o
    ./lib/modules/fglrx/fglrx.2.4.21-1.1931.2.349.2.2.entbigmem-SMP.o
    ./lib/modules/fglrx/fglrx_info.txt
    ./lib/modules/fglrx/make_install.sh
    ./opt/kde3/share/applnk/fireglcontrol_kde3.desktop
    ./usr/X11R6/bin/LICENSE.GPL
    ./usr/X11R6/bin/LICENSE.QPL
    ./usr/X11R6/bin/fgl_glxgears
    ./usr/X11R6/bin/fglrx_xgamma
    ./usr/X11R6/bin/fglrxconfig
    ./usr/X11R6/bin/fglrxinfo
    ./usr/X11R6/bin/fireglcontrol.qt2.gcc2.96.bz2
    ./usr/X11R6/bin/fireglcontrol.qt3.gcc3.2.bz2
    ./usr/X11R6/bin/fireglcontrol.qtstatic.gcc2.96.bz2
    ./usr/X11R6/include/X11/extensions/fglrx_gamma.h
    ./usr/X11R6/lib/libGL.so.1.2
    ./usr/X11R6/lib/libfglrx_gamma.a
    ./usr/X11R6/lib/libfglrx_gamma.so.1.0
    ./usr/X11R6/lib/modules/dri/fglrx_dri.so
    ./usr/X11R6/lib/modules/drivers/fglrx_drv.o
    ./usr/X11R6/lib/modules/linux/libfglrxdrm.a
    ./usr/include/GL/glxATI.h
    ./usr/share/applnk/fireglcontrol.kdelnk
    ./usr/share/gnome/apps/fireglcontrol.desktop
    ./usr/share/icons/ati.xpm
    ./usr/share/pixmaps/ati.xpm
    ./usr/src/ATI/fglrx_panel_sources.tgz
    ./usr/src/ATI/fglrx_sample_source.tgz
    21763 blocks
    /usr/bin/makepkg: line 23: usr/share/applnklib/modules/fglrx/fglrx*.o: No such file or directory
    usr/X11R6/bin/LICENSE.GPL: line 2: syntax error near unexpected token `('
    usr/X11R6/bin/LICENSE.GPL: line 2: ` The Qt GUI Toolkit is Copyright (C) 1994-2000 Trolltech AS.'
    /usr/bin/makepkg: line 25: usr/X11R6/bin/fireglcontrol.qt2.gcc2.96.bz2: cannot execute binary file
    ==> ERROR: Build Failed.  Aborting...
    [root@Arch2 ati]#
    I seem to be going backwards!

  • Hello I have imac (27-inch mid 2011) 3.1ghz intel core i5 1tb serial ata hard drive, amd radeon hd 6970m my problem is imac works fine in safe mode,but when you try to startup normal it's connstantly restart by it self.

    hello I have imac (27-inch mid 2011) 3.1ghz intel core i5 1tb serial ata hard drive, amd radeon hd 6970m
    my problem is
    imac works fine in safe mode,
    but when you try to startup normal it's connstantly restart by it self.

    in safe mode works perfectly,soon as I try to boot in normal mode it's keep restarting.on screen I don't  see any line vertical or horizontal picture look normal on safe mode.but unable to start normal it just restarting over and over.I try another HDD but same things happen,I replace memory but still same.works ok in safe mode but not in normal mode.I will try to post system error report.

  • ATI Card Radeon 9600 Pro freeze problem

    I've got some problems with this drivers...
    My card is: ATI Card Radeon 9600 Pro
    Kernel: 2.6.15-ARCH
    Installation (or compliation) of this package goes very well
    My xorg.conf looks like
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "type1"
    Load "freetype"
    Load "glx" # libglx.a
    Load "dri" # libdri.a
    EndSection
    Section "Device"
    Identifier "ATI Graphics Adapter"
    Driver "fglrx"
    # ### generic DRI settings ###
    # === disable PnP Monitor ===
    #Option "NoDDC"
    # === disable/enable XAA/DRI ===
    Option "no_accel" "no"
    Option "no_dri" "no"
    # === misc DRI settings ===
    Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
    # ### FireGL DDX driver module specific settings ###
    # === Screen Management ===
    Option "DesktopSetup" "(null)"
    Option "ScreenOverlap" "0"
    Option "GammaCorrectionI" "0x06419064"
    Option "GammaCorrectionII" "0x06419064"
    # === OpenGL specific profiles/settings ===
    Option "Capabilities" "0x00000000"
    Option "CapabilitiesEx" "0x00000000"
    # === Video Overlay for the Xv extension ===
    Option "VideoOverlay" "on"
    # === OpenGL Overlay ===
    # Note: When OpenGL Overlay is enabled, Video Overlay
    # will be disabled automatically
    Option "OpenGLOverlay" "off"
    # === Center Mode (Laptops only) ===
    Option "CenterMode" "off"
    # === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals" "off"
    # === QBS Management ===
    Option "Stereo" "off"
    Option "StereoSyncEnable" "1"
    # === FSAA Management ===
    Option "FSAAEnable" "no"
    Option "FSAAScale" "1"
    Option "FSAADisableGamma" "no"
    Option "FSAACustomizeMSPos" "no"
    Option "FSAAMSPosX0" "0.000000"
    Option "FSAAMSPosY0" "0.000000"
    Option "FSAAMSPosX1" "0.000000"
    Option "FSAAMSPosY1" "0.000000"
    Option "FSAAMSPosX2" "0.000000"
    Option "FSAAMSPosY2" "0.000000"
    Option "FSAAMSPosX3" "0.000000"
    Option "FSAAMSPosY3" "0.000000"
    Option "FSAAMSPosX4" "0.000000"
    Option "FSAAMSPosY4" "0.000000"
    Option "FSAAMSPosX5" "0.000000"
    Option "FSAAMSPosY5" "0.000000"
    # === Misc Options ===
    Option "AGPMode" "8"
    Option "UseFastTLS" "0"
    Option "BlockSignalsOnLock" "on"
    Option "UseInternalAGPGART" "no"
    Option "ForceGenericCPU" "no"
    BusID "PCI:1:0:0" # vendor=1002, device=4150
    Screen 0
    EndSection
    But here the horror begins... Any time I switch to virtual console (Alt+Ctrl+Fn), then goes back to X and try to move a window everything freeze except mouse. The only way out is hard reset. By the way, I've notcied that it happens when loading "dri" module. But without "dri" there is no direct rendering. Is there any way to have "dri" and non-freezeing X-server?

    Ive got nearly the same problem:
    Maybe its a bug in combination of the ATI drivers and the Kernel 2.6.15
    See following thread:
    http://bbs.archlinux.org/viewtopic.php?t=18456
    phxx

  • Kernel-Power 41 + Problems detected during Memory Diagnostic

    I had purchased a PC about 6 months back from a good dealer in India.
    Core i7 860
    MSI-P55-GD80 (bios updated today to version 1.90)
    Sapphire Radeon HD 5770
    Corsair Dual Channel 2x2Gb 1333 Mhz
    Corsair VX450 watts
    CoolerMaster 690
    CoolerMaster N520 Cooler
    Seagate 500GB 7200.12
    My PC shows a blue screen unexpectedly. Sometimes while playing a game, and sometimes while just sitting idle. While rendering in mental ray, it does not crash.
    The error is Kernel-Power. (The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.)
    I used to have zipped files. Around 100 GB of data. So, each of these files were on an average, around 6GB. Whenever I would unzip these files, I would get a CRC error. I got a error on all of them. I deleted some of these files. After finding out a faulty Ram module via the Windows Memory Diagnostic, I removed the chip, and used Windows as usual. I happened to unzip one of those huge archives again, and surprisingly it unzipped like a charm. I reinstalled windows 7, ran the test again, and it showed the problem with the same memory chip.
    I went back to my dealer and gave it for RMA, and got a temporary Gskill single channel DDR3 ram. It doesnt work if I plug it in the first slot, but it works perfectly when I plug it into the rest of the slots. Just an hour ago, my PC gave me the blue screen again, and when tested with the Memory Diagnostic tool, I got the same problem.
    I have even updated my BIOS. I'm going to do a complete format of my PC and install the latest drivers. Can anybody guide me? The Gskill ram was brand new. I dont know what to tell my dealer now. Is my new computer eating up my ram??? I even have an APC UPS installed. Please help me. I don't want to ruin more RAM sticks anymore. I checked right now, I'm getting CRC errors while unzipping large large files.

    The first thing I did was to format and reinstall all my drivers. Same problem. Installed MSI Control Center.
    Used BIOS and set the memory command rate to 2T. I could not find the memory voltage controls. So, I decided to use MSI control center. I set the DRAM voltage to 1.575 through there. Restarted my PC, checked CPUID. No difference in the voltage, but the memory command rate is 2T. Went into BIOS, finally found the memory voltage controls. It said that the voltage was 1.750V. But I have never ever changed that. I changed it down to 1.575V. Saved the BIOS settings, restarted, checked CPUID.No difference, the DRAM voltage is still at 1.50, although in the BIOS its at 1.575. Ran MSI control center, and the DRAM voltage was 1.950V!!! I don't know how that happened. I redid a windows memtest. It said immediately during the test that hardware problems were detected. Quit the test, ran windows. An interesting development is that I am able to unzip those "faulty" zip files again!!!  But the memtest still shows an error. My Corsair 1333Mhz Dual channel 2x2GB kits are due in a few days, and I dont want to ruin them again. Kindly suggest. Thanks!

  • Nomodeset or radeon.modeset=0 causing problems..

    I was having stability issues and font graphical errors occurring on an old T42 laptop running an ATI card.  I was pointed in the direction of adding "nomodeset" or "radeon.modeset=0" to the kernel line.   I've also deleted my xorg.conf per the wiki page.  The stability issues are gone, and the font glitches are too.  However, now it seems as though some programs aren't updating their graphics correctly.
    This is most obvious to me right now in Geany, as I'm using it a lot.  For example, notice the left pane here.
    It hasn't updated correctly after switching tabs over there and/or messing around in another window.
    However after I run my mouse over it, you can see what was supposed to be there:
    This is quite annoying, but better than the crashes..
    Any ideas?

    I'd also like to point out that none of this happened prior to the last update, so there are 2 cases:
    1.  Either KMS wasn't enabled by default in the older kernel, but I wasn't having the problems seen above... So I'd like to fix them.
    2.  KMS was enabled by default before, but it didn't cause problems on my older radeon until a driver update.
    If it helps to clarify at all, my other thread with the textual errors and what-not is here:  http://bbs.archlinux.org/viewtopic.php?id=84711

  • Help! G3 freaking out/kernel panic/memory problems

    Hi All,
    I put some pc 133 512 mb memory in my G3 [which is actually pc 100, but supposedly should work fine] and then it kernel paniced.
    Now it mostly seems to recognize memory in the slot closest to the screen. But only 64 and 32 mb sticks.
    Plus, it only boots to OS9 which is on a seperate partition to OSX which is where it is supposed to go, even after setting OSX as the startup.
    It also always wants the time adjusted- perhaps the battery is flat- I put it all aside for a month after it happened.
    Could the 512 MB pc 133 have fried something? It seems very fragile.
    Safe start just keeps rebooting, and X on startup is ignored and os 9 starts.
    HELP!!!
    Any ideas gratefully received,
    Wumpsdad

    Hey annexit,
    Yes I get a lot of donated computers so I have probably 80 or so sticks of RAM around here mostly PC 100 and 133 out of both PCs and Macs. I'm constantly sorting through them and marking them: "Works w/ iMac G3, Kernal panic in iMac G4, Works in tower G4 Sawtooth, not recognized...etc."
    ..old G3 iMac 500 Mhz with one 128 and one 256 PC133 (probably scammed from a G4 tower when I upgraded that),
    Was planning to replace the 128 with a 512 PC100 - I saw the post from spudnuty
    If you look here:
    http://eshop.macsales.com/shop/apple/memory/iMac/G3450MHz_500MHz_600MHz700MHz
    OWC sells a mix of PC 100 and 133 for that machine. They are very good at taking it back if it doesn't work.
    Is your G4 Tower still on your net?
    running panther, safari crashing and I can't print to the attached printer from the intel laptops wirelessly..
    Hmm that should work. I use a MDD G4 Tower as my workhorse and am able to print to it no problem. It's running Leopard now however but I don't remember a problem when it was running Tiger.
    Running Panther could be your problem. I was lucky when I bought an iMac G4 for $50 (bad hard drive) in the bottom of the box was a complete set of Tiger CD installers (rare).
    Richard
    Message was edited by: spudnuty

  • Radeon 7500 AGP identification problem

    I think I may have asked before, but I don't remember.  My system specs are listed below.  My problem is that my Radeon 7500 AGP card shows up as PCI under properties in the hardware listing.  Why is this?  Is it a problem?
    Thanks

    Quote
    Originally posted by Rob454
    How many IRQs does your device manager go up to?
    More than 16?
    You might have to enable APIC to get more irqs for your devices. But could cause trouble.  
    Also here is the newest Catylist drivers from Ati
    They are newer than on the Power color site.
    http://mirror.ati.com/support/drivers/powered.html
    I momentarily lost track of this thread. :D
    Yes, more than 16.  I'm pretty sure there are 22.  I don't have any sharing now except for the USB, they all share the same IRQ.  I don't have any device conflicts, so that's good.
    Thanks for the link.

  • AMD RADEON GRAPICHS HD 8750M PROBLEM

    Hey, last week i just bought a new laptop , Lenovo G510. I installed windows 7 (32 bit) and everything works fine , excepts my graphic cip (AMD RADEON GRAPHICS 8750M). In DXDIAG menu it says my graphic cip is Intel(R) HD Graphics 4600. And when i try to  entry in Graphics Proprietis it says I need to install framework net 4.0 but i cant , it givs me a error. Can u guys give me a website or something where i can download my graphic cip ? Games are working horrible , i mean some games that i had install need at least a pentium 2.5 ghz processor and i have I5 and this graphic cip and they are working horrible , if someone could help me I would appreciate it. Thanks

    I couldn't message you (frztbyte99) some problems appears and here the message
    Hello friend ..... 
    I  have AMD Radeon HD 7690M XT (2 GB DDR5 dedicated) 
    my current driver is 2011-11-18 version 8.882.2.3000
    is very old 
    and  never  update  it or there is no update  has come since I bought the notebook
    when I  installed 14.4  version  and after restart  .... this message comes
    how do you update to13.12 driver version ???????

  • [SOLVED]Radeon R9 280x Glamor problems (video tearing, error messages)

    When switching from Catalyst to xf86-video-ati, a few problems occurred.
    I tried to enable EXA rendering by setting the option in my Xorg.conf, but I got the message that EXA isn't supported on my card and that Glamor will be used. I'm fine with using Glamor, but using it gives me some weird problems. For instance, when I play a video, the top 5% of the screen has horizontal tearing, as explained in this bug report: https://www.libreoffice.org/bugzilla/sh … i?id=78717
    It seems unfortunately that there is no way to solve the video tearing problem with Glamor. I tried playing my videos with mpv and vlc and with different video output options (xv, gl-hq, gl, vdpau), but they all gave horizontal tearing in the top 5% of the screen.
    When playing a video or running glxgears, I get the following error messages:
    radeon: Failed to allocate a buffer:
    radeon: size : 0 bytes
    radeon: alignment : 4096 bytes
    radeon: domains : 4
    And this goes on and on when running the program.
    There are also messages appearing in dmesg when those problems occur:
    [ 1587.499789] [drm:radeon_gem_object_create] *ERROR* Failed to allocate GEM object (0, 6, 4096, -22)
    [ 1587.516597] [TTM] Illegal buffer object size
    [ 1587.516606] [TTM] Illegal buffer object size
    My full xorg.log:
    http://pastebin.com/Jpi3wF7H
    I understand that solving tearing is not a priority now with Glamor, but at least I want to get rid of the error messages. Any ideas?
    lspci reports my card as:
    04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X]
    The card that I use is this one http://www.sapphiretech.com/presentatio … 2022&lid=1 , the SAPPHIRE DUAL-X R9 280X 3GB GDDR5 OC
    Last edited by robin007bond (2015-01-26 15:17:46)

    dpcismael wrote:
    Sorry for the late reply, but I happen to have recently built a similar setup (Arch Linux + Radeon R9 280) and I'm also getting the "Failed to allocate a buffer" (of size 0) messages whenever I run something that seems to use the radeonsi driver (i.e. games, 3D, shaders...). However, I do not have the video tearing issue, and I don't get the messages when playing a video either (well, at least not with VLC, which is the only software I've tried for this). I can't really help you more with the video tearing issue, but I filed a specific bug report for the "Failed to allocate a buffer" messages here :
    https://bugs.freedesktop.org/show_bug.cgi?id=82783
    Thanks for reporting the bug! I hope that there'll be a solution for both of us.
    Good to hear that you don't see tearing. It only happens on fast sequences.
    An example:
    https://www.youtube.com/watch?v=HU8CYlqoQJQ (in VLC)

  • [SOLVED] 3.7 Kernel ALX driver problems

    I have a ASUS N56VZ laptop with Atheros AR8161 so I'm using new alx driver to use it. I was willing to upgrade to 3.7 series ,but now  that kernel is causing some headaching problems. When I was upgraded i also installed dkms-alx from AUR. Alx driver(alx-driver-legacy package on AUR, not compatible with 3.7.x) was working on 3.6.x perfectly, however; on 3.7 it raises errors such as:
    Jan 20 16:22:09 localhost kernel: [ 7.700029] alx 0000:04:00.0: DMA to 64-BIT addresses
    Jan 20 16:22:09 localhost kernel: [ 7.700170] alx 0000:04:00.0: (unregistered net_device): HW Flags = 0x415
    Jan 20 16:22:09 localhost kernel: [ 7.700590] alx 0000:04:00.0: (unregistered net_device): reset PHY, pws = 1, az = 0, ptp = 0
    Jan 20 16:22:09 localhost kernel: [ 7.702007] alx 0000:04:00.0: (unregistered net_device): speed = 0x2f, autoneg = 1
    Jan 20 16:22:09 localhost kernel: [ 7.703068] alx 0000:04:00.0: irq 43 for MSI/MSI-X
    Jan 20 16:22:09 localhost kernel: [ 7.703196] alx: Atheros Gigabit Network Connection
    Jan 20 20:12:36 localhost kernel: [ 8.644756] alx 0000:04:00.0: DMA to 64-BIT addresses
    Jan 20 20:12:36 localhost kernel: [ 8.644900] alx 0000:04:00.0: (unregistered net_device): HW Flags = 0x415
    Jan 20 20:12:36 localhost kernel: [ 8.645320] alx 0000:04:00.0: (unregistered net_device): reset PHY, pws = 1, az = 0, ptp = 0
    Jan 20 20:12:36 localhost kernel: [ 8.646613] alx 0000:04:00.0: (unregistered net_device): speed = 0x2f, autoneg = 1
    Jan 20 20:12:36 localhost kernel: [ 8.647669] alx 0000:04:00.0: irq 43 for MSI/MSI-X
    Jan 20 20:12:36 localhost kernel: [ 8.647828] alx: Atheros Gigabit Network Connection
    Jan 20 20:14:09 localhost kernel: [ 114.430555] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:14:23 localhost kernel: [ 128.312958] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:14:25 localhost kernel: [ 130.667436] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:14:32 localhost kernel: [ 137.981428] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:14:34 localhost kernel: [ 139.766346] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:24:39 localhost kernel: [ 744.748887] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:25:56 localhost kernel: [ 821.640197] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:26:08 localhost kernel: [ 833.346237] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 20:34:47 localhost kernel: [ 1352.073978] alx 0000:04:00.0: eth0: speed = 0x2f, autoneg = 1
    Jan 20 22:52:46 localhost kernel: [ 8.161784] alx 0000:04:00.0: DMA to 64-BIT addresses
    Jan 20 22:52:46 localhost kernel: [ 8.161931] alx 0000:04:00.0: (unregistered net_device): HW Flags = 0x415
    Jan 20 22:52:46 localhost kernel: [ 8.162379] alx 0000:04:00.0: (unregistered net_device): reset PHY, pws = 1, az = 0, ptp = 0
    Jan 20 22:52:46 localhost kernel: [ 8.163845] alx 0000:04:00.0: (unregistered net_device): speed = 0x2f, autoneg = 1
    Jan 20 22:52:46 localhost kernel: [ 8.164897] alx 0000:04:00.0: irq 43 for MSI/MSI-X
    Jan 20 22:52:46 localhost kernel: [ 8.165024] alx: Atheros Gigabit Network Connection
    Jan 21 19:47:22 localhost kernel: [ 8.051038] alx 0000:04:00.0: DMA to 64-BIT addresses
    Jan 21 19:47:22 localhost kernel: [ 8.051194] alx 0000:04:00.0: (unregistered net_device): HW Flags = 0x415
    Jan 21 19:47:22 localhost kernel: [ 8.051614] alx 0000:04:00.0: (unregistered net_device): reset PHY, pws = 1, az = 0, ptp = 0
    Jan 21 19:47:22 localhost kernel: [ 8.053021] alx 0000:04:00.0: (unregistered net_device): speed = 0x2f, autoneg = 1
    Jan 21 19:47:22 localhost kernel: [ 8.054081] alx 0000:04:00.0: irq 43 for MSI/MSI-X
    Jan 21 19:47:22 localhost kernel: [ 8.054212] alx: Atheros Gigabit Network Connection
    Jan 21 21:50:31 localhost kernel: [ 1402.590655] alx 0000:04:00.0: alx(10:bf:48:28:a0:01): Qualcomm Atheros Ethernet Network Connection
    Jan 21 21:50:31 localhost kernel: [ 1402.647179] alx 0000:04:00.0: irq 46 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647189] alx 0000:04:00.0: irq 47 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647195] alx 0000:04:00.0: irq 48 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647202] alx 0000:04:00.0: irq 49 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647208] alx 0000:04:00.0: irq 50 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647214] alx 0000:04:00.0: irq 51 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647221] alx 0000:04:00.0: irq 52 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647228] alx 0000:04:00.0: irq 53 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647234] alx 0000:04:00.0: irq 54 for MSI/MSI-X
    Jan 21 21:50:31 localhost kernel: [ 1402.647998] alx 0000:04:00.0: PHY SPD/DPLX unresolved :ffff
    Jan 21 21:50:31 localhost kernel: [ 1402.648004] alx 0000:04:00.0 eth0: task:alx_reinit
    Jan 21 21:53:08 localhost kernel: [ 1559.847675] [<ffffffffa068cc50>] alx_halt+0x30/0x80 [alx]
    Jan 21 21:53:08 localhost kernel: [ 1559.847681] [<ffffffffa068e629>] alx_reinit+0x69/0xa0 [alx]
    Jan 21 21:53:08 localhost kernel: [ 1559.847686] [<ffffffffa068e7d1>] alx_task+0x81/0x450 [alx]
    Jan 21 21:53:08 localhost kernel: [ 1559.847700] [<ffffffffa068e750>] ? alx_change_mtu+0xf0/0xf0 [alx]
    Jan 21 21:55:08 localhost kernel: [ 1679.786117] [<ffffffffa068cc50>] alx_halt+0x30/0x80 [alx]
    Jan 21 21:55:08 localhost kernel: [ 1679.786122] [<ffffffffa068e629>] alx_reinit+0x69/0xa0 [alx]
    Jan 21 21:55:08 localhost kernel: [ 1679.786127] [<ffffffffa068e7d1>] alx_task+0x81/0x450 [alx]
    Jan 21 21:55:08 localhost kernel: [ 1679.786141] [<ffffffffa068e750>] ? alx_change_mtu+0xf0/0xf0 [alx]
    Jan 21 21:56:33 localhost kernel: [ 1765.116261] WARNING: at /var/lib/dkms/alx/20121219/build/drivers/net/ethernet/atheros/alx/alx_main.c:1606 alx_stop+0x52/0x60 [alx]()
    ..... Other kernel messages
    Jan 22 23:09:51 localhost kernel: [ 371.264714] alx 0000:04:00.0 eth0: -----------------TPD-ring(0)------------------
    Jan 22 23:09:51 localhost kernel: [ 371.264723] alx 0000:04:00.0 eth0: F8: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264727] alx 0000:04:00.0 eth0: F9: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264730] alx 0000:04:00.0 eth0: FA: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264733] alx 0000:04:00.0 eth0: FB: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264737] alx 0000:04:00.0 eth0: FC: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264740] alx 0000:04:00.0 eth0: FD: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264743] alx 0000:04:00.0 eth0: FE: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264746] alx 0000:04:00.0 eth0: FF: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264749] alx 0000:04:00.0 eth0: 0: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264752] alx 0000:04:00.0 eth0: 1: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264756] alx 0000:04:00.0 eth0: 2: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264759] alx 0000:04:00.0 eth0: 3: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264762] alx 0000:04:00.0 eth0: -----------------TPD-ring(1)------------------
    Jan 22 23:09:51 localhost kernel: [ 371.264765] alx 0000:04:00.0 eth0: F8: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264768] alx 0000:04:00.0 eth0: F9: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264772] alx 0000:04:00.0 eth0: FA: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264775] alx 0000:04:00.0 eth0: FB: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264778] alx 0000:04:00.0 eth0: FC: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264781] alx 0000:04:00.0 eth0: FD: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264784] alx 0000:04:00.0 eth0: FE: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264787] alx 0000:04:00.0 eth0: FF: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264790] alx 0000:04:00.0 eth0: 0: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264793] alx 0000:04:00.0 eth0: 1: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264797] alx 0000:04:00.0 eth0: 2: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264800] alx 0000:04:00.0 eth0: 3: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264803] alx 0000:04:00.0 eth0: -----------------TPD-ring(2)------------------
    Jan 22 23:09:51 localhost kernel: [ 371.264806] alx 0000:04:00.0 eth0: F9: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264809] alx 0000:04:00.0 eth0: FA: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264813] alx 0000:04:00.0 eth0: FB: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264816] alx 0000:04:00.0 eth0: FC: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264819] alx 0000:04:00.0 eth0: FD: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264822] alx 0000:04:00.0 eth0: FE: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264825] alx 0000:04:00.0 eth0: FF: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264829] alx 0000:04:00.0 eth0: 0: W0=0000005A, W1=80000000, W2=17D5C802
    Jan 22 23:09:51 localhost kernel: [ 371.264832] alx 0000:04:00.0 eth0: 1: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264835] alx 0000:04:00.0 eth0: 2: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264838] alx 0000:04:00.0 eth0: 3: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264841] alx 0000:04:00.0 eth0: 4: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264844] alx 0000:04:00.0 eth0: -----------------TPD-ring(3)------------------
    Jan 22 23:09:51 localhost kernel: [ 371.264848] alx 0000:04:00.0 eth0: F8: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264851] alx 0000:04:00.0 eth0: F9: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264854] alx 0000:04:00.0 eth0: FA: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264857] alx 0000:04:00.0 eth0: FB: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264860] alx 0000:04:00.0 eth0: FC: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264863] alx 0000:04:00.0 eth0: FD: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264866] alx 0000:04:00.0 eth0: FE: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264869] alx 0000:04:00.0 eth0: FF: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264873] alx 0000:04:00.0 eth0: 0: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264876] alx 0000:04:00.0 eth0: 1: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264879] alx 0000:04:00.0 eth0: 2: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264882] alx 0000:04:00.0 eth0: 3: W0=00000000, W1=00000000, W2=0
    Jan 22 23:09:51 localhost kernel: [ 371.264885] alx 0000:04:00.0 eth0: ---------------dump registers-----------------
    Jan 22 23:09:51 localhost kernel: [ 371.264939] alx 0000:04:00.0 eth0: 1400: C0020CE0,00000000,00000064,00001C01
    Jan 22 23:09:51 localhost kernel: [ 371.264952] alx 0000:04:00.0 eth0: 1410: 00002804,474019AA,03FF000D,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.264966] alx 0000:04:00.0 eth0: 1420: 00000000,E03EBB60,00000240,CF01C831
    Jan 22 23:09:51 localhost kernel: [ 371.264979] alx 0000:04:00.0 eth0: 1430: 0000CC01,00000000,00000000,00000010
    Jan 22 23:09:51 localhost kernel: [ 371.264992] alx 0000:04:00.0 eth0: 1440: 8010020C,00000020,0007801A,00000180
    Jan 22 23:09:51 localhost kernel: [ 371.265005] alx 0000:04:00.0 eth0: 1450: 00000000,14700040,00000040,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265018] alx 0000:04:00.0 eth0: 1460: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265031] alx 0000:04:00.0 eth0: 1470: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265044] alx 0000:04:00.0 eth0: 1480: 6410DCEF,60405060,4828A001,000010BF
    Jan 22 23:09:51 localhost kernel: [ 371.265056] alx 0000:04:00.0 eth0: 1490: 80000000,40000000,07A1F037,000005F2
    Jan 22 23:09:51 localhost kernel: [ 371.265069] alx 0000:04:00.0 eth0: 14A0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265081] alx 0000:04:00.0 eth0: 14B0: 3BED200D,14364D17,6A3E67EA,B855AABE
    Jan 22 23:09:51 localhost kernel: [ 371.265094] alx 0000:04:00.0 eth0: 14C0: E214AD3D,EA49AF7C,A54F2BEC,2A94B30D
    Jan 22 23:09:51 localhost kernel: [ 371.265107] alx 0000:04:00.0 eth0: 14D0: 1805EC6C,E291D73D,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265119] alx 0000:04:00.0 eth0: 14E0: 2258B000,2258A000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265132] alx 0000:04:00.0 eth0: 14F0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265145] alx 0000:04:00.0 eth0: 1500: 05FF05E0,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265158] alx 0000:04:00.0 eth0: 1510: 00000020,00000000,0BDF0BC0,00000020
    Jan 22 23:09:51 localhost kernel: [ 371.265171] alx 0000:04:00.0 eth0: 1520: 05DF0000,000005E0,0BBF0600,000005C0
    Jan 22 23:09:51 localhost kernel: [ 371.265183] alx 0000:04:00.0 eth0: 1530: 06000BE0,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265196] alx 0000:04:00.0 eth0: 1540: 00000002,00000002,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265209] alx 0000:04:00.0 eth0: 1550: 2258E000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265222] alx 0000:04:00.0 eth0: 1560: 00000200,000005F8,2258C000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265234] alx 0000:04:00.0 eth0: 1570: 00000000,00000000,00000200,22589000
    Jan 22 23:09:51 localhost kernel: [ 371.265247] alx 0000:04:00.0 eth0: 1580: 22588000,00000100,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265260] alx 0000:04:00.0 eth0: 1590: 020000F5,000008BF,01800080,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265273] alx 0000:04:00.0 eth0: 15A0: AC8100BF,00001210,00C0044E,00000100
    Jan 22 23:09:51 localhost kernel: [ 371.265286] alx 0000:04:00.0 eth0: 15B0: CDE4CB23,00000001,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265299] alx 0000:04:00.0 eth0: 15C0: 04047C24,00030D40,00000055,000000C8
    Jan 22 23:09:51 localhost kernel: [ 371.265312] alx 0000:04:00.0 eth0: 15D0: 00214321,00000000,00438765,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265324] alx 0000:04:00.0 eth0: 15E0: 000001FF,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265337] alx 0000:04:00.0 eth0: 15F0: 00000000,00000000,000001FF,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265349] alx 0000:04:00.0 eth0: 1600: 01711059,7C0F96E7,00004E20,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265363] alx 0000:04:00.0 eth0: 1610: FFFFFFFB,00000000,00010000,00010000
    Jan 22 23:09:51 localhost kernel: [ 371.265376] alx 0000:04:00.0 eth0: 1620: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265388] alx 0000:04:00.0 eth0: 1630: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265401] alx 0000:04:00.0 eth0: 1640: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265414] alx 0000:04:00.0 eth0: 1650: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265427] alx 0000:04:00.0 eth0: 1660: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265440] alx 0000:04:00.0 eth0: 1670: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265452] alx 0000:04:00.0 eth0: 1680: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265465] alx 0000:04:00.0 eth0: 1690: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265478] alx 0000:04:00.0 eth0: 16A0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265491] alx 0000:04:00.0 eth0: 16B0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265502] alx 0000:04:00.0 eth0: 16C0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265514] alx 0000:04:00.0 eth0: 16D0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265527] alx 0000:04:00.0 eth0: 16E0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265540] alx 0000:04:00.0 eth0: 16F0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265553] alx 0000:04:00.0 eth0: 1700: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265565] alx 0000:04:00.0 eth0: 1710: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265577] alx 0000:04:00.0 eth0: 1720: 00000000,00000000,0000019B,00000012
    Jan 22 23:09:51 localhost kernel: [ 371.265590] alx 0000:04:00.0 eth0: 1730: 0000002C,00000001,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265603] alx 0000:04:00.0 eth0: 1740: 00000000,00000000,000001DA,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265615] alx 0000:04:00.0 eth0: 1750: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265628] alx 0000:04:00.0 eth0: 1760: 00000000,00000000,00000000,00000010
    Jan 22 23:09:51 localhost kernel: [ 371.265641] alx 0000:04:00.0 eth0: 1770: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265654] alx 0000:04:00.0 eth0: 1780: 00000010,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265667] alx 0000:04:00.0 eth0: 1790: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265680] alx 0000:04:00.0 eth0: 17A0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265693] alx 0000:04:00.0 eth0: 17B0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265705] alx 0000:04:00.0 eth0: 17C0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265718] alx 0000:04:00.0 eth0: 17D0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265731] alx 0000:04:00.0 eth0: 17E0: 00000000,00000000,00000000,00000000
    Jan 22 23:09:51 localhost kernel: [ 371.265744] alx 0000:04:00.0 eth0: 17F0: 00000000,00000000,00000000,00000000
    After these errors, I did some googleing and found this https://ask.fedoraproject.org/question/ … m43142-not and applied same instructions (commented lines below out) with benjaminfjones (The guy ,in 1st comment) and compiled. compat-wireless-3.6.8.1-snpc. It worked but now connection drops always after a while and It is not becoming OK unless I rmmod and modprobe it.
    The commented lines are:
    if (hw && hw->adpt && hw->adpt->netdev){}
    __netdev_printk(level, hw->adpt->netdev, &vaf);
    else
    And lastly my dmesg output now:
    [ 6504.338255] alx: Atheros Gigabit Network Connection
    [ 6504.412390] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 6505.924726] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    I've also tried 3.7.1, 2013-01-10-2u versions of compat-drivers same as top.
    Thanks for all replies.
    Last edited by 6ng4n (2013-01-26 18:58:16)

    Hello,
    I have same problem with alx driver.
    My kernel is 3.7.5-1-ARCH x86_64.
    I have selected alx using a driver_select script and compile compat-drivers-3.8-rc5-1-u from sources, modprobe alx driver. Till this everything seems to be fine.
    I have configure in /etc/network.d/wire
    CONNECTION='ethernet'
    INTERFACE='enp4s0'
    IP='dhcp'
    netcfg -u wire gave me the dump like from the first message.
    alx from compat-wireless-3.6.8.1-snpc worked without problems with 3.6 kernel.

  • MSI AMD RADEON HD 6970 Lightning Problem

    Hi guys i was wondering if you can help me. I am fairly certain i have a problem with my graphics card when playing a particular game (Football Manager 2012) via Steam.
    On occasion the game will freeze entirely, along with my keyboard/mouse etc, and sometimes it will rectify itself and carry on as normal or it will stay frozen resulting in me having to do a hard reset.
    I have updates my drivers, all windows updates etc but still have this problem. I have double checked with the game developers who are adamant its not them and I'm at a loss to be honest.
    Please can someone help me? I Can play CIV5 and watch movies etc fine its just this game. Specs are below:
    Corsair CMPSU-850AXUK Professional Series Gold 850W Power Supply
    "Creative Sound Blaster Xi Titanium Fatal1Ty Professional Series Sound Card
    8GB (2x4GB) Corsair DDR3 Vengeance RAM
    Intel i5-2500k processor @3.30Hz
    Windows 7 64 bit
    MSI Radeon HD Lightning 6970
    Many thanks

    Apologies for the delay in responding..my motherboard is a GB Z68X-UD3H-B3
    I have since tried Batman Arkham Asylum and it does the same thing..almost like the game is playing in the background when the screen freezes as it comes back in a later period of time (game wise)

  • RADEON 4870 - Intermittent Video problem (screenshot)

    Hi all,
    This problem has been happening more and more often recently. It used to happen once a month, not it has happened three days in the row.
    It usually happens when either working in Ms Office apps or just using FF / IE. I do not remember this ever happening while playing games (so im thinking it is not overheating).
    It can happen 5 minutes after i turn the rig on, or a couple of hours.
    I have the latest driver from ATI. I also DLed MSI's Live Update 4 to try to update the cards BIOS, but the only thing that the app detects is an update to the Audio drivers (RealTek)
    Screen of the display problem: http://img175.imageshack.us/img175/2248/wierdvideoproblem.jpg
    Thanks in advance for any help,
    ~a
    My Rig:
    Mobo  EVGA 750i SLI FWT
    VCard MSI ATI RADEON 4870 T2DIG
    RAM   OCZ 4GB
    OS     XP Pro, up to date

    Quote
    does anyone know how i can start a trouble ticket with MSI? I used the Customer Service links on their website but half of the links  are dead the other half do not seems to be very helpful either.
    Contact MSI USA Tech support using this form:
    http://www.msicomputer.com/msi_user/ts_form.aspx

  • Weblogic.kernel.Default Queue problems

    Hello,
    We have a problem with our Production server where the threads in the weblogic.kernel.Default queue simply hang up .
    The Stuck Thread Max Time and the Stuck Thread Timer Interval have been configured for 60s but many times the threads simply dont get UnStuck. :(
    Is there anyway to kill the threads without restarting the Server itself ???
    thanks,
    sg

    We generated varios thread dumps and we found a number of threads in "locked" state with LDAP :
    "ExecuteThread: '15' for queue: 'weblogic.kernel.Default'" daemon pri
         at java.lang.Object.wait(Native Method)
         - waiting on <73e5b9d0> (a com.sun.jndi.ldap.LdapRequest)
         at com.sun.jndi.ldap.Connection.readReply(Connection.java:418)
         - locked <73e5b9d0> (a com.sun.jndi.ldap.LdapRequest)
         at com.sun.jndi.ldap.LdapClient.getSearchReply(LdapClient.java:701)
    The thing is, there is nothing wrong with LDAP. We are simulating new requests to LDAP and LDAP is responding is less than 1 s ! But the thread dump indicates the threads are hung in LDAP :(
    The LDAP admin did a thorough check and came up with nothing... Is there anything else I can check for ?
    thnx,
    sg

  • Msi Amd Radeon HD 7850 blackscreen problem

    In games only (i play Hitman Absolution now) i run everything on ultra fps is just fine,just i get blackscreen with sound loop and i only need to hard shutdown,its randomly happens,my pc is new,1 month old,what should i do? i've updated graphic drivers to newest,i tested with disabling sound in control panel for 30 minutes,and nothing happens,maybe its sound i dont know,i found so many problems on internet like mine
    Graphic: MSI AMD Radeon HD 7850 Series
    Processor: Intel (R) Core(TM) i5-3450 cPU @3.10 GHz 3.10GHz
    Installed memoory (RAM): 8.00 GB
    System type: 64-bit Operating System

    he need to have quality PSU for the card to handle it
    Quote
    and what if dont crash ?
    then the issue is in your PC
    Quote
    and what if crash ?
    then problem is in the card and you need to rma it
    Quote
    maybe its because of skidrow,but i dont think so...
    what is skidrow?

Maybe you are looking for

  • Syndication step in workflow

    Hi, I am using MDM 5.5 SP06. I incorporated syndication step in my Workflow. while processing the syndication step in workflow, its taking toomuch of time for processing. The next step is grayed out. How to overcome from this issue. while syndicating

  • New System Feedback with GIGABYTE GIGABYTE GA-X79S-UP5-WIFI Intel X79

    Hi guys, this will be my first custom built system,   I am ordering it from Cyberpowerpc.  My needs are moderate as I mainly do part time event videography.   I will mostly use premiere pro, lightroom and basic  after effects. I was hoping to stay ar

  • Can N55-M160L3-V2 and N55-DL2 install in the same chassis of 5548UP?

    Don't know why, but I am seeing Hw not supported on M160L3 module, I am running 5.2(1)N1, the OS should be able to support it, and I also have license installed.

  • Photoshop elements 12 no go

    just got photoshop and premiere 12 and went to use after install.  keeps saying "sign in required"  I sign in, this screen goes away and nothing happens.  I have changed passwords twice.  I can get into Adobe I.D. when I go online, but neither photos

  • DBA Studio 8.1.7 hangs at start on Windows 2000

    When I run DBA Studio 8.1.7 on my Windows 2000 machine, it nearly always hangs at the "Enterpise Manager" splash. Usually, I can leave it hung there and start another instance successfully. But not always. This did not happen under 8.1.6. I'm running