[solved] Radeon/Ati and Xorg 1.9

Hi,
since I've upgradede my ati driver (xf86-video-ati) and X to X 1.9 I cannot start my X session, because of the following issue:
Failed to map cursor buffer memory
Fatal server error:
failed to map pixmap -22
XIO fatal IO error 11 (Resource temporarily unavailable) on X server 0:0
In the very beginning after having upgraded, I obtained in addition the error of unknown synaptic devices (mouse and touchpad), but in one of the forum threads it was solved and thus I could fix it.(sry link is missing)
But the one error above is still unsolved, and hinders me starting X. Mr. Google couldn't help enymore.
Downgrading is not possible, because of the missing packages...
I hope one of you can help me get X on the screen.
best,
L-K
[EDIT]
I compiled from git and now xf86-video-ati-git works well. maybe the version in [extra] differs from that git-version in AUR.
Ty for reading.
Last edited by linux-ka (2010-10-26 18:07:35)

The kind people from the IRC channel suggested I add this bit at the very end of the "/etc/X11/xorg.conf" file (instead of "/etc/X11/xorg.conf.d/10-evdev.conf" - tho it would've probably worked that way too):
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "us, ro"
Option "XkbVariant" "std"
Option "XkbOptions" "grp:caps_toggle, grp_led:scroll"
EndSection
Apparently it works. I just have to hold AltGr and press s, q , a, i, t, etc to type ș â ă î ț etc. But how do I set it to ; { } ] ' ", etc, like the default behaviour in Windows... ? I would like them to correspond to this layout.
Because this is not the "standard" ("std") version...
I may have to edit the "/usr/share/X11/xkb/symbols/ro" file to map them.
Unless there's a better way ?
Last edited by DSpider (2010-12-11 13:19:16)

Similar Messages

  • Problem with radeon driver and Xorg

    Hoping someone can help with this problem.
    I would like to try and use the open source ati driver over the proprietary fglrx driver, however when I use this driver and I try to test my Xorg configuration it enters into X without any problems (mouse cursor appears and is functional) but when I Ctrl+Alt+Backspace to exit back to the console my screen resolution is completely distorted so that I can't read anything.  I can enter commands and can only use a reboot command to get it functional again.  I do not have this problem with the fglrx driver.
    I have a Dell Inspiron E1505 laptop with an ATI Mobility X1400 graphics card.
    Here is my xorg.conf if it helps:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "xtrap"
    Load "freetype"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    HorizSync 30.0 - 130.0
    VertRefresh 50.0 - 100.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility X1400"
    BusID "PCI:1:0:0"
    Option "XAANoOffscreenPixmaps" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1440x900" "1280x800" "1024x768"
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection

    It is very possible to have direct rendering on YOUR card (r5xx) with the radeon(ati) driver, but you need a lot of packages that are still in testing, and it is a somewhat daunting task to sort through everything.
    Most importantly, you need x-server 1.5 and mesa 7.1+
    The packages that you need & are newer than core/extra are (all can be had from testing, except libgl):
    mesa >= 7.1
    xf86-input-evdev 2.0.4
    xf86-video-ati >= 6.9.0
    xorg-server >= 1.4.99.906
    libgl >= 7.1  ** has to be built from a with ABS/pkgbuild, because you need to add r300 & radeon dri-drivers in the configure **
    I have an x1650 (rv535) and have been running the radeon driver WITH direct rendering since JULY, and the performance is very good. I can run compiz without skipping a beat (while playing WOP), 2800FPS on glxgears, and ** play video WITHOUT TEARING **!!
    Please read a lot of what's going on in this forum:
    http://www.phoronix.com/forums/forumdisplay.php?f=43 (open source ati/amd)
    I hope this gives you some hope that it can be done.
    Fight the good fight FOSS for ALL!
    BTW, the radeon(ati) driver is better than radeonhd for our cards!!!
    Last edited by Execute_Method (2008-11-19 00:19:30)

  • Ati and xorg

    I have some warnings, how correct it?
    Use Open-Source driver
    WW:
    [zy@ysq ~]$ egrep WW\|EE /var/log/Xorg.0.log
    Current Operating System: Linux ysq 2.6.23-ARCH #1 SMP PREEMPT Mon Nov 26 21:15:02 UTC 2007 i686
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) Loading extension MIT-SCREEN-SAVER
    (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
    (WW) RADEON(0): No crtc mode list for crtc 1,continuing with desired mode
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xf87ff800
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    xorg.conf
    # xorg.conf by zy
    Section "ServerFlags"
    Option "DefaultServerLayout" "Monitor"
    EndSection
    # Files, Modules, and Input
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "dri"
    Load "drm"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "us,ru(winkeys)"
    Option "XkbOptions" "grp:ctrl_shift_toggle"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "Auto"
    Option "ZAxisMapping" "4 5"
    Option "emulate3Buttons" "no"
    EndSection
    # Monitor section
    Section "Monitor"
    Identifier "LG T710PH"
    ModelName "LG T710PH"
    Option "DPMS"
    HorizSync 30-80
    VertRefresh 50-80
    DisplaySize 336 269
    EndSection
    # Graphics device section
    Section "Device"
    Identifier "ATI Radeon"
    Driver "radeon"
    Option "AGPMode" "8"
    Option "XAANoOffscreenPixmaps" "true"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    EndSection
    # Screen sections
    Section "Screen"
    Identifier "ATI Screen"
    Device "ATI Radeon"
    Monitor "LG T710PH"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    Section "ServerLayout"
    Identifier "Monitor"
    Screen 0 "ATI Screen" 0 0
    InputDevice "Keyboard" "CoreKeyboard"
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "dri"
    Mode 0666
    EndSection
    Last edited by zy (2007-12-12 14:42:01)

    I don't think the warnings do you any harm. It could be that you did hit freedesktop bug 6689 or freedesktop bug 6624. For bug 6689 there is a mesa patch in the bug report (not sure if it is not yet included in the repo version of mesa).
    Though I wouldn't mind that much because the only thing the patch does is not show the warnings.

  • White Screen: xf86-video-ati and Compiz After Trying fglrx? [SOLVED]

    I have an ATI Radeon X1200 graphics card.  I recently tired the ATI proprietary catalyst driver (and catalyst-utils) from the AUR.  They did not work well for me, so I uninstalled them.  I had run "aticonfig -initial" but, after removing catalyst and catalyst-utils I restored my old xorg.conf.  For some reason, with xf86-video-ati set up again, compiz starts, but goes to a white screen.  I can see and move my cursor.  Everything functions normally, I just can't see anything.  I right clicked my desktop and created folders as a test.  When I rebooted without compiz, the clicks had been received and folders had been created.  How can I fix this?  I'm using Gnome (if that means anything).  Here's my /etc/X11/xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri"
    Load "drm"
    Load "xtrap"
    Load "extmod"
    Load "dbe"
    Load "glx"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "SHP"
    ModelName "13ce"
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "AGPFastWrite" "yes"
    Option "EXAVSync" "yes"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RS690M [Radeon X1200 Series]"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by hank863 (2009-03-29 03:15:26)

    Fixed It!!  I had to reinstall xorg, mesa, libgl, xf86-video-ati, and ati-dri for some reason.

  • [SOLVED] ATI Catalyst / Xorg issue with Multihead (3monitor)

    i'm having problems for a long time, with different versions of the ATI Catalyst driver and Xorg,
    right now i'm using this versions,
    catalyst-hook 11.2-2
    catalyst-utils 11.2-1
    lib32-catalyst-utils 11.2-1
    xorg-server 1.9.4.901-1
    xorg-server-common 1.9.4.901-1
    xorg-server-utils 7.6-2
    the catalyst package are from the catalyst server recommended by the Arch Wiki
    http://catalyst.apocalypsus.net/repo/catalyst/x86_64
    the problem that i have is that when i try to pass from one monitor to another, when
    i pass to the 3rd one the X crashes, this happen always with the same monitor no matter what.
    here is the backtrace from the startx logs,
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x28) [0x49f788]
    1: /usr/bin/X (0x400000+0x60349) [0x460349]
    2: /lib/libpthread.so.0 (0x7f28028b7000+0xf150) [0x7f28028c6150]
    3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f27fecf4000+0x86ffff) [0x7f27ff563fff]
    4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f27fecf4000+0x86fb5d) [0x7f27ff563b5d]
    5: /usr/bin/X (0x400000+0x13bce2) [0x53bce2]
    6: /usr/bin/X (0x400000+0x13be31) [0x53be31]
    7: /usr/bin/X (0x400000+0x13a880) [0x53a880]
    8: /usr/bin/X (miPointerUpdateSprite+0x18c) [0x45871c]
    9: /usr/bin/X (0x400000+0x5892d) [0x45892d]
    10: /usr/bin/X (0x400000+0x164266) [0x564266]
    11: /usr/bin/X (mieqProcessDeviceEvent+0x172) [0x49ef52]
    12: /usr/bin/X (mieqProcessInputEvents+0xcc) [0x49f08c]
    13: /usr/bin/X (ProcessInputEvents+0x9) [0x469969]
    14: /usr/bin/X (0x400000+0x2cf73) [0x42cf73]
    15: /usr/bin/X (0x400000+0x2131e) [0x42131e]
    16: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f2801837dcd]
    17: /usr/bin/X (0x400000+0x20ec9) [0x420ec9]
    Segmentation fault at address (nil)
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting
    i wanted to know if there is any official forum / bug tracker  of amd/ati where report this bug,
    or if one of you had this kind of problem before and can give me a hand to resolve this, i would be grateful.
    here is the ati report about the system info,
    http://pastebin.com/jU73mU4W
    http://ideone.com/mcISC
    thanks in advance.
    regards.
    Last edited by hord (2011-07-10 20:26:12)

    solved!
    since the cursor used through the proprietary catalyst driver have issues, use instead the SW cursor,
    Section "Device"
    Option "SWCursor" "true"
    EndSection
    [0] http://ati.cchtml.com/show_bug.cgi?id=86
    [1] http://ati.cchtml.com/show_bug.cgi?id=117
    [2] http://phoronix.com/forums/showthread.p … post209030
    Last edited by hord (2011-07-10 20:25:23)

  • [Solved] Conflict: ATI Radeon HDMI vs onboard sound crashes PulseAudio

    Firstly, please excuse my ignorance about audio issues!
    I have a mate running Arch who has an ATI Radeon HD5450 graphics card (using radeon driver) and onboard sound also. He doesn't want to use the graphics card for audio purposes at all. He's getting (seemingly) random switches between PulseAudio thinking its default audio sink is the onboard sound and the graphics card. When the latter happens, PulseAudio crashes out.
    (Tried setting the kernel boot parameter 'radeon.audio=1' to try and make the HDMI audio work, but to no avail. Though card is in radeon driver matrix saying HDMI audio feature should work with this card.)
    Issuing these commands usually gets things up and running again:
    pulseaudio --start && pacmd set-default-sink alsa_output.xxxxx.analog-stereo
    where alsa_output.xxxxx.analog-stereo is the appropriate string from the 'Default Sink' line of the ouput from the command:
    pactl stat
    Tried switching the HDMI input/output off using pavucontrol but after an indeterminate time it creeps back and kills off PulseAudio.
    Can the graphics card be blacklisted as a soundcard by PulseAudio or Alsa in some way?
    Any ideas to resolve this most welcome!
    PS: Had a look through the Arch Wiki on PulseAudio and it helped quite a bit with understanding pactl and pacmd commands.
    Edit @29/01/14: Problem solved - by going deeper to kernel level!
    From the wiki:
    If both devices use the same module then we can use the *enable* parameter from snd-hda-intel module, it's an array of booleans that can enable/disable the desired sound card [put in /etc/modprobe.d/modprobe.conf]:
    e.g
    options snd-hda-intel enable=1,0
    Useful commands to check situation:
    cat /proc/asound/cards
    cat /proc/asound/modules
    aplay -l
    Last edited by ninian (2014-01-29 23:14:35)

    Silex89 wrote:
    Hi there!
    If you're using the latest kernel spin (3.13), you don't have to really put that kernel parameter in your bootloader config anymore because it's enabled by default already. Which DE are you using? GNOME, GNOME Flashback, Cinnamon and Unity have all integrated with pulseaudio and no extra configuration is needed. If you're using Xfce, LXDE, KDE or any other WM/DE, you'll have to install pulseaudio-alsa and alsa-utils to get it working. That made my HDMI audio work out of the box on my ancient KDE session with the open source driver.
    I hope this helps!
    Best of Luck
    Hi,
    okay I just removed the kernel option, thanks for the advice!
    I'm using xfce and I already had installed pulseaudio-alsa and alsa-utils, anyway the strange thing is that before switching to headphones (on the other card) it worked, but now it seems that is dead...
    Thank you for helping!

  • ATI and multiple cards (Radeon 4850)

    I'm looking to set up a triple/quad monitor configuration using my 2 ATI radeon 4850s and arch (64 bit)  I was pleasantly suprised that simply installing the xf86-video-ati driver was sufficient to get 2 of my 4 monitors working with apparently-acceptable 2d and 3d support right out of the box!  Is there any hope, however, of getting my other two monitors working in a similar fashion, or am I stuck with my 2-monitor configuration?  I had a 4 monitor setup under OpenSUSE and the ATI catalyst proprietary driver, but I'm beginning to believe it a lost cause under arch.  Any thoughts or experiences to the contrary?

    the open source driver should be working for you, you have probably to create a xorg.conf and specify the "BusID" option in your "device" section. Check this site for an exapmple.
    good luck,
    matse

  • [SOLVED] Radeon (Xorg) Resolution

    I recently upgraded my monitor, from HD to UHD, and my graphics card so it was capable of powering the display. I tried to use the Catalyst driver but it crashes and so I've gone back to using the Radeon driver (I was using it with my previous graphics card and was content).
    I followed the instructions, first for installing the Catalyst driver and then removing it, and getting the Radeon driver working with KMS. My machine boots, and I get Slim and and login to Xfce, but I am limited to 1024x768, which is a little far from the 3840x2160 I'm expecting.
    My kernel prompt doesn't have any vga setting, I'm not (knowingly) blacklisting the Radeon driver, and I'm now not sure what else to try; I've seen a few posts in the forums which have given me some leads but so far nothing has worked. There were a few posts mentioning EDID settings/firmware but I'm not too sure what was meant, so I'm going to have a further look into that, but if anyone is able to shed some light I'd be grateful.
    Thanks
    (The Catalyst driver did, despite occasionally crashing, display at 3840x2160.)
    Last edited by albinoloverats (2014-07-11 07:09:26)

    Here's the contents of dmes.log:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.9.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Fri Jun 14 08:12:55 CEST 2013
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root ro cryptdevice=/dev/md2:root cryptkey=/dev/key:8192:2048 radeon.modeset=1 radeon.agpmode=8 radeon.audio=1 quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009afff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009b000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c7d8ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7d90000-0x00000000c7da7fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c7da8000-0x00000000c7dcffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c7dd0000-0x00000000c7dfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000437ffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: System manufacturer System Product Name/M4A87TD/USB3, BIOS 0801 05/04/2010
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x438000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF8000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000438000000 aka 17280M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xc8000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xc7d90 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000095000] 95000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x437e00000-0x437ffffff]
    [ 0.000000] [mem 0x437e00000-0x437ffffff] page 2M
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x434000000-0x437dfffff]
    [ 0.000000] [mem 0x434000000-0x437dfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x433ffffff]
    [ 0.000000] [mem 0x400000000-0x433ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc7d8ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xc7bfffff] page 2M
    [ 0.000000] [mem 0xc7c00000-0xc7d8ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x378c2000-0x37c58fff]
    [ 0.000000] ACPI: RSDP 00000000000fbae0 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 00000000c7d90100 0005C (v01 050410 XSDT1313 20100504 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000c7d90290 000F4 (v03 050410 FACP1313 20100504 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000c7d90450 0E9E0 (v01 A1629 A1629000 00000000 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000c7da8000 00040
    [ 0.000000] ACPI: APIC 00000000c7d90390 0007C (v01 050410 APIC1313 20100504 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000c7d90410 0003C (v01 050410 OEMMCFG 20100504 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000c7da8040 00072 (v01 050410 OEMB1313 20100504 MSFT 00000097)
    [ 0.000000] ACPI: SRAT 00000000c7d9f8a0 00108 (v01 AMD FAM_F_10 00000002 AMD 00000001)
    [ 0.000000] ACPI: HPET 00000000c7d9f9b0 00038 (v01 050410 OEMHPET 20100504 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000c7d9f9f0 00DA4 (v01 A M I POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xc7ffffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x437ffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xc7ffffff] -> [mem 0x00000000-0xc7ffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0xc7ffffff] + [mem 0x100000000-0x437ffffff] -> [mem 0x00000000-0x437ffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x437ffffff]
    [ 0.000000] NODE_DATA [mem 0x437ff9000-0x437ffdfff]
    [ 0.000000] [ffffea0000000000-ffffea0010dfffff] PMD -> [ffff880427600000-ffff8804375fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x437ffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009afff]
    [ 0.000000] node 0: [mem 0x00100000-0xc7d8ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x437ffffff]
    [ 0.000000] On node 0 totalpages: 4193578
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3994 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12727 pages used for memmap
    [ 0.000000] DMA32 zone: 814480 pages, LIFO batch:31
    [ 0.000000] Normal zone: 52736 pages used for memmap
    [ 0.000000] Normal zone: 3375104 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000c7d90000 - 00000000c7da8000
    [ 0.000000] PM: Registered nosave memory: 00000000c7da8000 - 00000000c7dd0000
    [ 0.000000] PM: Registered nosave memory: 00000000c7dd0000 - 00000000c7e00000
    [ 0.000000] PM: Registered nosave memory: 00000000c7e00000 - 00000000fff00000
    [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    [ 0.000000] e820: [mem 0xc7e00000-0xffefffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:6 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880437c00000 s85824 r8192 d20672 u262144
    [ 0.000000] pcpu-alloc: s85824 r8192 d20672 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4128030
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root ro cryptdevice=/dev/md2:root cryptkey=/dev/key:8192:2048 radeon.modeset=1 radeon.agpmode=8 radeon.audio=1 quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ bc000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ bc000000
    [ 0.000000] PM: Registered nosave memory: 00000000bc000000 - 00000000c0000000
    [ 0.000000] Memory: 16364392k/17694720k available (4984k kernel code, 920408k absent, 409920k reserved, 3966k data, 1092k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
    [ 0.000000] NR_IRQS:4352 nr_irqs:728 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 3210.418 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6423.37 BogoMIPS (lpj=10701393)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000027] Security Framework initialized
    [ 0.000034] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000714] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.004513] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.006247] Mount-cache hash table entries: 256
    [ 0.006405] Initializing cgroup subsys cpuacct
    [ 0.006407] Initializing cgroup subsys memory
    [ 0.006416] Initializing cgroup subsys devices
    [ 0.006417] Initializing cgroup subsys freezer
    [ 0.006418] Initializing cgroup subsys net_cls
    [ 0.006419] Initializing cgroup subsys blkio
    [ 0.006439] tseg: 0000000000
    [ 0.006445] CPU: Physical Processor ID: 0
    [ 0.006446] CPU: Processor Core ID: 0
    [ 0.006448] mce: CPU supports 6 MCE banks
    [ 0.006452] LVT offset 0 assigned for vector 0xf9
    [ 0.006456] process: using AMD E400 aware idle routine
    [ 0.006458] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
    tlb_flushall_shift: 4
    [ 0.006525] Freeing SMP alternatives: 20k freed
    [ 0.007058] ACPI: Core revision 20130117
    [ 0.009901] ACPI: All ACPI Tables successfully acquired
    [ 0.077509] ftrace: allocating 19546 entries in 77 pages
    [ 0.083989] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.116998] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
    [ 0.223505] Performance Events: AMD PMU driver.
    [ 0.223508] ... version: 0
    [ 0.223509] ... bit width: 48
    [ 0.223510] ... generic registers: 4
    [ 0.223510] ... value mask: 0000ffffffffffff
    [ 0.223511] ... max period: 00007fffffffffff
    [ 0.223512] ... fixed-purpose events: 0
    [ 0.223512] ... event mask: 000000000000000f
    [ 0.223540] process: System has AMD C1E enabled
    [ 0.223546] process: Switch to broadcast mode on CPU0
    [ 0.256986] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.276830] process: Switch to broadcast mode on CPU1
    [ 0.293517] process: Switch to broadcast mode on CPU2
    [ 0.310201] process: Switch to broadcast mode on CPU3
    [ 0.323467] process: Switch to broadcast mode on CPU4
    [ 0.263660] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 OK
    [ 0.336798] Brought up 6 CPUs
    [ 0.336802] smpboot: Total of 6 processors activated (38540.22 BogoMIPS)
    [ 0.343396] process: Switch to broadcast mode on CPU5
    [ 0.343666] devtmpfs: initialized
    [ 0.345996] PM: Registering ACPI NVS region [mem 0xc7da8000-0xc7dcffff] (163840 bytes)
    [ 0.346624] RTC time: 20:15:04, date: 06/17/13
    [ 0.346660] NET: Registered protocol family 16
    [ 0.346750] node 0 link 0: io port [1000, ffffff]
    [ 0.346752] TOM: 00000000c8000000 aka 3200M
    [ 0.346754] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.346756] node 0 link 0: mmio [e0000000, efffffff] ==> none
    [ 0.346758] node 0 link 0: mmio [f0000000, ffffffff]
    [ 0.346759] node 0 link 0: mmio [a0000, bffff]
    [ 0.346760] node 0 link 0: mmio [c8000000, dfffffff]
    [ 0.346761] TOM2: 0000000438000000 aka 17280M
    [ 0.346763] bus: [bus 00-07] on node 0 link 0
    [ 0.346764] bus: 00 [io 0x0000-0xffff]
    [ 0.346765] bus: 00 [mem 0xf0000000-0xffffffff]
    [ 0.346765] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.346766] bus: 00 [mem 0xc8000000-0xdfffffff]
    [ 0.346767] bus: 00 [mem 0x438000000-0xfcffffffff]
    [ 0.346845] ACPI: bus type PCI registered
    [ 0.346895] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.346897] PCI: not using MMCONFIG
    [ 0.346898] PCI: Using configuration type 1 for base access
    [ 0.346898] PCI: Using configuration type 1 for extended access
    [ 0.347187] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.347188] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.347189] mtrr: corrected configuration.
    [ 0.347513] bio: create slab <bio-0> at 0
    [ 0.347564] ACPI: Added _OSI(Module Device)
    [ 0.347565] ACPI: Added _OSI(Processor Device)
    [ 0.347566] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.347567] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.348295] ACPI: EC: Look up EC in DSDT
    [ 0.349141] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.504019] ACPI: Interpreter enabled
    [ 0.504029] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    [ 0.504039] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.504040] ACPI: Using IOAPIC for interrupt routing
    [ 0.504060] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.504680] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.511354] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.515054] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.515211] PCI host bridge to bus 0000:00
    [ 0.515214] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.515216] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.515217] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.515218] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.515219] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.515221] pci_bus 0000:00: root bus resource [mem 0xc7e00000-0xdfffffff]
    [ 0.515222] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.515230] pci 0000:00:00.0: [1002:5957] type 00 class 0x060000
    [ 0.515240] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.515288] pci 0000:00:02.0: [1002:5978] type 01 class 0x060400
    [ 0.515315] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.515327] pci 0000:00:02.0: System wakeup disabled by ACPI
    [ 0.515358] pci 0000:00:09.0: [1002:597e] type 01 class 0x060400
    [ 0.515383] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    [ 0.515399] pci 0000:00:09.0: System wakeup disabled by ACPI
    [ 0.515420] pci 0000:00:0a.0: [1002:597f] type 01 class 0x060400
    [ 0.515445] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.515460] pci 0000:00:0a.0: System wakeup disabled by ACPI
    [ 0.515491] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.515506] pci 0000:00:11.0: reg 10: [io 0xa000-0xa007]
    [ 0.515513] pci 0000:00:11.0: reg 14: [io 0x9000-0x9003]
    [ 0.515519] pci 0000:00:11.0: reg 18: [io 0x8000-0x8007]
    [ 0.515526] pci 0000:00:11.0: reg 1c: [io 0x7000-0x7003]
    [ 0.515532] pci 0000:00:11.0: reg 20: [io 0x6000-0x600f]
    [ 0.515539] pci 0000:00:11.0: reg 24: [mem 0xfe5fe000-0xfe5fe3ff]
    [ 0.515617] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.515627] pci 0000:00:12.0: reg 10: [mem 0xfe5f7000-0xfe5f7fff]
    [ 0.515681] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.515706] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.515720] pci 0000:00:12.2: reg 10: [mem 0xfe5fe400-0xfe5fe4ff]
    [ 0.515778] pci 0000:00:12.2: supports D1 D2
    [ 0.515779] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.515801] pci 0000:00:12.2: System wakeup disabled by ACPI
    [ 0.515826] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.515835] pci 0000:00:13.0: reg 10: [mem 0xfe5fc000-0xfe5fcfff]
    [ 0.515892] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.515919] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.515933] pci 0000:00:13.2: reg 10: [mem 0xfe5fe800-0xfe5fe8ff]
    [ 0.515991] pci 0000:00:13.2: supports D1 D2
    [ 0.515992] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.516014] pci 0000:00:13.2: System wakeup disabled by ACPI
    [ 0.516039] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.516116] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.516131] pci 0000:00:14.2: reg 10: [mem 0xfe5f8000-0xfe5fbfff 64bit]
    [ 0.516177] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.516195] pci 0000:00:14.2: System wakeup disabled by ACPI
    [ 0.516216] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.516302] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.516339] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.516360] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.516370] pci 0000:00:14.5: reg 10: [mem 0xfe5fd000-0xfe5fdfff]
    [ 0.516428] pci 0000:00:14.5: System wakeup disabled by ACPI
    [ 0.516455] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
    [ 0.516507] pci 0000:00:15.0: supports D1 D2
    [ 0.516534] pci 0000:00:15.0: System wakeup disabled by ACPI
    [ 0.516561] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    [ 0.516571] pci 0000:00:16.0: reg 10: [mem 0xfe5ff000-0xfe5fffff]
    [ 0.516627] pci 0000:00:16.0: System wakeup disabled by ACPI
    [ 0.516654] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    [ 0.516667] pci 0000:00:16.2: reg 10: [mem 0xfe5fec00-0xfe5fecff]
    [ 0.516725] pci 0000:00:16.2: supports D1 D2
    [ 0.516726] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.516751] pci 0000:00:16.2: System wakeup disabled by ACPI
    [ 0.516775] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    [ 0.516820] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    [ 0.516861] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    [ 0.516902] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    [ 0.516947] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    [ 0.517046] pci 0000:05:00.0: [1002:68ba] type 00 class 0x030000
    [ 0.517057] pci 0000:05:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.517066] pci 0000:05:00.0: reg 18: [mem 0xfe9e0000-0xfe9fffff 64bit]
    [ 0.517072] pci 0000:05:00.0: reg 20: [io 0xe000-0xe0ff]
    [ 0.517082] pci 0000:05:00.0: reg 30: [mem 0xfe9c0000-0xfe9dffff pref]
    [ 0.517107] pci 0000:05:00.0: supports D1 D2
    [ 0.517138] pci 0000:05:00.1: [1002:aa58] type 00 class 0x040300
    [ 0.517149] pci 0000:05:00.1: reg 10: [mem 0xfe9bc000-0xfe9bffff 64bit]
    [ 0.517196] pci 0000:05:00.1: supports D1 D2
    [ 0.523693] pci 0000:00:02.0: PCI bridge to [bus 05]
    [ 0.523698] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.523701] pci 0000:00:02.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.523703] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.523754] pci 0000:04:00.0: [197b:2368] type 00 class 0x010185
    [ 0.523777] pci 0000:04:00.0: reg 10: [io 0xdc00-0xdc07]
    [ 0.523787] pci 0000:04:00.0: reg 14: [io 0xd880-0xd883]
    [ 0.523797] pci 0000:04:00.0: reg 18: [io 0xd800-0xd807]
    [ 0.523807] pci 0000:04:00.0: reg 1c: [io 0xd480-0xd483]
    [ 0.523817] pci 0000:04:00.0: reg 20: [io 0xd400-0xd40f]
    [ 0.523911] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.523917] pci 0000:00:09.0: PCI bridge to [bus 04]
    [ 0.523920] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff]
    [ 0.523960] pci 0000:03:00.0: [1033:0194] type 00 class 0x0c0330
    [ 0.523974] pci 0000:03:00.0: reg 10: [mem 0xfe8fa000-0xfe8fbfff 64bit]
    [ 0.524040] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.530362] pci 0000:00:0a.0: PCI bridge to [bus 03]
    [ 0.530367] pci 0000:00:0a.0: bridge window [mem 0xfe800000-0xfe8fffff]
    [ 0.530405] pci 0000:02:06.0: [14e4:4320] type 00 class 0x028000
    [ 0.530419] pci 0000:02:06.0: reg 10: [mem 0xfe7fe000-0xfe7fffff]
    [ 0.530508] pci 0000:02:07.0: [1102:0008] type 00 class 0x040100
    [ 0.530524] pci 0000:02:07.0: reg 10: [io 0xcc00-0xcc3f]
    [ 0.530599] pci 0000:02:07.0: supports D1 D2
    [ 0.530648] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
    [ 0.530652] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.530655] pci 0000:00:14.4: bridge window [mem 0xfe700000-0xfe7fffff]
    [ 0.530658] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.530659] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.530661] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.530662] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.530664] pci 0000:00:14.4: bridge window [mem 0xc7e00000-0xdfffffff] (subtractive decode)
    [ 0.530665] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.530724] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.530739] pci 0000:01:00.0: reg 10: [io 0xb800-0xb8ff]
    [ 0.530764] pci 0000:01:00.0: reg 18: [mem 0xcffff000-0xcfffffff 64bit pref]
    [ 0.530780] pci 0000:01:00.0: reg 20: [mem 0xcfff8000-0xcfffbfff 64bit pref]
    [ 0.530795] pci 0000:01:00.0: reg 30: [mem 0xfe6e0000-0xfe6fffff pref]
    [ 0.530853] pci 0000:01:00.0: supports D1 D2
    [ 0.530854] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.537032] pci 0000:00:15.0: PCI bridge to [bus 01]
    [ 0.537038] pci 0000:00:15.0: bridge window [io 0xb000-0xbfff]
    [ 0.537041] pci 0000:00:15.0: bridge window [mem 0xfe600000-0xfe6fffff]
    [ 0.537045] pci 0000:00:15.0: bridge window [mem 0xcff00000-0xcfffffff 64bit pref]
    [ 0.537121] acpi PNP0A03:00: Requesting ACPI _OSC control (0x1d)
    [ 0.537213] acpi PNP0A03:00: ACPI _OSC control (0x1d) granted
    [ 0.537648] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 14 15)
    [ 0.537688] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 14 15)
    [ 0.537729] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
    [ 0.537769] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 *7 10 11 14 15)
    [ 0.537801] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0, disabled.
    [ 0.537826] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 *11 14 15)
    [ 0.537851] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 14 15)
    [ 0.537876] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0, disabled.
    [ 0.537976] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.538001] Found 1 acpi root devices
    [ 0.538022] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.538090] ACPI: No dock devices found.
    [ 0.538163] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.538165] vgaarb: loaded
    [ 0.538165] vgaarb: bridge control possible 0000:05:00.0
    [ 0.538190] PCI: Using ACPI for IRQ routing
    [ 0.544222] PCI: pci_cache_line_size set to 64 bytes
    [ 0.544227] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.544273] e820: reserve RAM buffer [mem 0x0009b000-0x0009ffff]
    [ 0.544274] e820: reserve RAM buffer [mem 0xc7d90000-0xc7ffffff]
    [ 0.544335] NetLabel: Initializing
    [ 0.544336] NetLabel: domain hash size = 128
    [ 0.544336] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.544344] NetLabel: unlabeled traffic allowed by default
    [ 0.544361] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.544363] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.546381] Switching to clocksource hpet
    [ 0.549636] pnp: PnP ACPI init
    [ 0.549645] ACPI: bus type PNP registered
    [ 0.549695] pnp 00:00: [dma 4]
    [ 0.549714] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.549739] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.549756] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.549790] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.550024] pnp 00:04: [dma 0 disabled]
    [ 0.550073] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.550104] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.550175] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.550177] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.550179] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.550328] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.550329] system 00:07: [io 0x040b] has been reserved
    [ 0.550331] system 00:07: [io 0x04d6] has been reserved
    [ 0.550332] system 00:07: [io 0x0c00-0x0c01] has been reserved
    [ 0.550334] system 00:07: [io 0x0c14] has been reserved
    [ 0.550335] system 00:07: [io 0x0c50-0x0c51] has been reserved
    [ 0.550337] system 00:07: [io 0x0c52] has been reserved
    [ 0.550338] system 00:07: [io 0x0c6c] has been reserved
    [ 0.550339] system 00:07: [io 0x0c6f] has been reserved
    [ 0.550341] system 00:07: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.550342] system 00:07: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.550343] system 00:07: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.550345] system 00:07: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.550346] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.550348] system 00:07: [io 0x0800-0x089f] has been reserved
    [ 0.550349] system 00:07: [io 0x0b00-0x0b1f] has been reserved
    [ 0.550351] system 00:07: [io 0x0b20-0x0b3f] has been reserved
    [ 0.550352] system 00:07: [io 0x0900-0x090f] has been reserved
    [ 0.550354] system 00:07: [io 0x0910-0x091f] has been reserved
    [ 0.550355] system 00:07: [io 0xfe00-0xfefe] has been reserved
    [ 0.550357] system 00:07: [mem 0xc7e00000-0xc7efffff] has been reserved
    [ 0.550359] system 00:07: [mem 0xffb80000-0xffbfffff] has been reserved
    [ 0.550360] system 00:07: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.550362] system 00:07: [mem 0xfed80000-0xfed80fff] has been reserved
    [ 0.550364] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.550396] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.550436] pnp 00:09: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    [ 0.550550] system 00:0a: [io 0x0230-0x023f] has been reserved
    [ 0.550551] system 00:0a: [io 0x0290-0x029f] has been reserved
    [ 0.550553] system 00:0a: [io 0x0f40-0x0f4f] has been reserved
    [ 0.550554] system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    [ 0.550556] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.550592] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.550594] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.550651] pnp 00:0c: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.550653] pnp 00:0c: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.550655] pnp 00:0c: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.550657] pnp 00:0c: disabling [mem 0x00100000-0xc7dfffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.550680] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    [ 0.550682] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.550735] pnp: PnP ACPI: found 13 devices
    [ 0.550736] ACPI: bus type PNP unregistered
    [ 0.556964] pci 0000:00:02.0: PCI bridge to [bus 05]
    [ 0.556967] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.556970] pci 0000:00:02.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.556972] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.556974] pci 0000:00:09.0: PCI bridge to [bus 04]
    [ 0.556976] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff]
    [ 0.556980] pci 0000:00:0a.0: PCI bridge to [bus 03]
    [ 0.556982] pci 0000:00:0a.0: bridge window [mem 0xfe800000-0xfe8fffff]
    [ 0.556985] pci 0000:00:14.4: PCI bridge to [bus 02]
    [ 0.556987] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.556991] pci 0000:00:14.4: bridge window [mem 0xfe700000-0xfe7fffff]
    [ 0.556997] pci 0000:00:15.0: PCI bridge to [bus 01]
    [ 0.556998] pci 0000:00:15.0: bridge window [io 0xb000-0xbfff]
    [ 0.557001] pci 0000:00:15.0: bridge window [mem 0xfe600000-0xfe6fffff]
    [ 0.557004] pci 0000:00:15.0: bridge window [mem 0xcff00000-0xcfffffff 64bit pref]
    [ 0.557178] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.557180] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.557181] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.557182] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.557184] pci_bus 0000:00: resource 8 [mem 0xc7e00000-0xdfffffff]
    [ 0.557185] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.557187] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.557188] pci_bus 0000:05: resource 1 [mem 0xfe900000-0xfe9fffff]
    [ 0.557189] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.557191] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.557192] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
    [ 0.557194] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.557195] pci_bus 0000:02: resource 1 [mem 0xfe700000-0xfe7fffff]
    [ 0.557196] pci_bus 0000:02: resource 4 [io 0x0000-0x0cf7]
    [ 0.557198] pci_bus 0000:02: resource 5 [io 0x0d00-0xffff]
    [ 0.557199] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.557200] pci_bus 0000:02: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.557202] pci_bus 0000:02: resource 8 [mem 0xc7e00000-0xdfffffff]
    [ 0.557203] pci_bus 0000:02: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.557204] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.557206] pci_bus 0000:01: resource 1 [mem 0xfe600000-0xfe6fffff]
    [ 0.557207] pci_bus 0000:01: resource 2 [mem 0xcff00000-0xcfffffff 64bit pref]
    [ 0.557235] NET: Registered protocol family 2
    [ 0.557438] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    [ 0.557925] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.558146] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.558182] TCP: reno registered
    [ 0.558195] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.558271] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.558384] NET: Registered protocol family 1
    [ 0.863397] pci 0000:05:00.0: Boot video device
    [ 0.863440] PCI: CLS 64 bytes, default 64
    [ 0.863479] Unpacking initramfs...
    [ 1.160180] Freeing initrd memory: 3676k freed
    [ 1.161567] PCI-DMA: Disabling AGP.
    [ 1.161669] PCI-DMA: aperture base @ bc000000 size 65536 KB
    [ 1.161670] PCI-DMA: using GART IOMMU.
    [ 1.161672] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 1.165829] LVT offset 1 assigned for vector 0x400
    [ 1.165837] IBS: LVT offset 1 assigned
    [ 1.165865] perf: AMD IBS detected (0x0000001f)
    [ 1.165885] Scanning for low memory corruption every 60 seconds
    [ 1.166044] audit: initializing netlink socket (disabled)
    [ 1.166054] type=2000 audit(1371500104.929:1): initialized
    [ 1.174485] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.176183] VFS: Disk quotas dquot_6.5.2
    [ 1.176214] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.176380] msgmni has been set to 32097
    [ 1.176700] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.176734] io scheduler noop registered
    [ 1.176735] io scheduler deadline registered
    [ 1.176740] io scheduler cfq registered (default)
    [ 1.176860] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 1.176946] pcieport 0000:00:09.0: irq 41 for MSI/MSI-X
    [ 1.177012] pcieport 0000:00:0a.0: irq 42 for MSI/MSI-X
    [ 1.177095] pcieport 0000:00:15.0: irq 43 for MSI/MSI-X
    [ 1.177172] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
    [ 1.177174] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 1.177176] pci 0000:05:00.1: Signaling PME through PCIe PME interrupt
    [ 1.177178] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
    [ 1.177186] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt
    [ 1.177188] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 1.177189] pcie_pme 0000:00:09.0:pcie01: service driver pcie_pme loaded
    [ 1.177199] pcieport 0000:00:0a.0: Signaling PME through PCIe PME interrupt
    [ 1.177200] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 1.177202] pcie_pme 0000:00:0a.0:pcie01: service driver pcie_pme loaded
    [ 1.177213] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
    [ 1.177215] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 1.177217] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
    [ 1.177256] vesafb: mode is 640x480x32, linelength=2560, pages=0
    [ 1.177257] vesafb: scrolling: redraw
    [ 1.177258] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.177306] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011c00000, using 1216k, total 1216k
    [ 1.180552] Console: switching to colour frame buffer device 80x30
    [ 1.183672] fb0: VESA VGA frame buffer device
    [ 1.183697] GHES: HEST is not enabled!
    [ 1.183758] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.204272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 1.204582] Linux agpgart interface v0.103
    [ 1.204624] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 1.204987] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.205013] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.205163] mousedev: PS/2 mouse device common for all mice
    [ 1.205202] rtc_cmos 00:01: RTC can wake from S4
    [ 1.205317] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 1.205339] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.205347] cpuidle: using governor ladder
    [ 1.205348] cpuidle: using governor menu
    [ 1.205349] EFI Variables Facility v0.08 2004-May-17
    [ 1.205397] drop_monitor: Initializing network drop monitor service
    [ 1.205449] TCP: cubic registered
    [ 1.205518] NET: Registered protocol family 10
    [ 1.205632] NET: Registered protocol family 17
    [ 1.205638] Key type dns_resolver registered
    [ 1.205930] PM: Hibernation image not present or could not be loaded.
    [ 1.205936] registered taskstats version 1
    [ 1.206957] Magic number: 1:120:296
    [ 1.206967] tty tty29: hash matches
    [ 1.207045] rtc_cmos 00:01: setting system clock to 2013-06-17 20:15:05 UTC (1371500105)
    [ 1.207837] Freeing unused kernel memory: 1092k freed
    [ 1.208024] Write protecting the kernel read-only data: 8192k
    [ 1.210116] Freeing unused kernel memory: 1148k freed
    [ 1.211154] Freeing unused kernel memory: 420k freed
    [ 1.216520] systemd-udevd[66]: starting version 204
    [ 1.217728] device-mapper: uevent: version 1.0.3
    [ 1.217810] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: [email protected]
    [ 1.218684] md: raid1 personality registered for level 1
    [ 1.220485] [drm] Initialized drm 1.1.0 20060810
    [ 1.223658] [drm] radeon kernel modesetting enabled.
    [ 1.223728] checking generic (d0000000 130000) vs hw (d0000000 10000000)
    [ 1.223731] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    [ 1.223743] Console: switching to colour dummy device 80x25
    [ 1.224011] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68BA 0x1043:0x03FE).
    [ 1.224023] [drm] register mmio base: 0xFE9E0000
    [ 1.224024] [drm] register mmio size: 131072
    [ 1.224653] ATOM BIOS: 68BA.12.20.0.50.AS02.U128
    [ 1.224689] radeon 0000:05:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    [ 1.224691] radeon 0000:05:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    [ 1.231083] [drm] Detected VRAM RAM=1024M, BAR=256M
    [ 1.231088] [drm] RAM width 128bits DDR
    [ 1.231166] [TTM] Zone kernel: Available graphics memory: 8218350 kiB
    [ 1.231167] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 1.231168] [TTM] Initializing pool allocator
    [ 1.231172] [TTM] Initializing DMA pool allocator
    [ 1.231196] [drm] radeon: 1024M of VRAM memory ready
    [ 1.231197] [drm] radeon: 512M of GTT memory ready.
    [ 1.231211] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 1.231779] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    [ 1.231839] [drm] Loading JUNIPER Microcode
    [ 1.238364] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.243582] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 1.243669] radeon 0000:05:00.0: WB enabled
    [ 1.243671] radeon 0000:05:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88042081bc00
    [ 1.243673] radeon 0000:05:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88042081bc0c
    [ 1.243675] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.243676] [drm] Driver supports precise vblank timestamp query.
    [ 1.243704] radeon 0000:05:00.0: irq 44 for MSI/MSI-X
    [ 1.243711] radeon 0000:05:00.0: radeon: using MSI.
    [ 1.243730] [drm] radeon: irq initialized.
    [ 1.259929] [drm] ring test on 0 succeeded in 0 usecs
    [ 1.259985] [drm] ring test on 3 succeeded in 1 usecs
    [ 1.260036] [drm] Enabling audio support
    [ 1.260055] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 1.260073] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 1.260465] [drm] Radeon Display Connectors
    [ 1.260466] [drm] Connector 0:
    [ 1.260467] [drm] HDMI-A-1
    [ 1.260468] [drm] HPD4
    [ 1.260470] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    [ 1.260471] [drm] Encoders:
    [ 1.260471] [drm] DFP1: INTERNAL_UNIPHY2
    [ 1.260472] [drm] Connector 1:
    [ 1.260473] [drm] DVI-I-1
    [ 1.260474] [drm] HPD1
    [ 1.260475] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    [ 1.260475] [drm] Encoders:
    [ 1.260476] [drm] DFP2: INTERNAL_UNIPHY1
    [ 1.260477] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 1.260478] [drm] Connector 2:
    [ 1.260478] [drm] VGA-1
    [ 1.260480] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
    [ 1.260481] [drm] Encoders:
    [ 1.260482] [drm] CRT2: INTERNAL_KLDSCP_DAC2
    [ 1.260529] [drm] Internal thermal controller with fan control
    [ 1.260586] [drm] radeon: power management initialized
    [ 1.338618] [drm] fb mappable at 0xD0142000
    [ 1.338620] [drm] vram apper at 0xD0000000
    [ 1.338621] [drm] size 8294400
    [ 1.338621] [drm] fb depth is 24
    [ 1.338622] [drm] pitch is 7680
    [ 1.338689] fbcon: radeondrmfb (fb0) is primary device
    [ 1.543962] Console: switching to colour frame buffer device 240x67
    [ 1.549072] radeon 0000:05:00.0: fb0: radeondrmfb frame buffer device
    [ 1.549073] radeon 0000:05:00.0: registered panic notifier
    [ 1.549077] [drm] Initialized radeon 2.30.0 20080528 for 0000:05:00.0 on minor 0
    [ 1.550830] AVX instructions are not detected.
    [ 1.551744] JFS: nTxBlock = 8192, nTxLock = 65536
    [ 1.571433] SCSI subsystem initialized
    [ 1.573198] ACPI: bus type ATA registered
    [ 1.573287] libata version 3.00 loaded.
    [ 1.574102] ACPI: bus type USB registered
    [ 1.574225] usbcore: registered new interface driver usbfs
    [ 1.574234] usbcore: registered new interface driver hub
    [ 1.574352] usbcore: registered new device driver usb
    [ 1.574980] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.575108] scsi0 : pata_jmicron
    [ 1.575462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.575566] ehci-pci: EHCI PCI platform driver
    [ 1.575620] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 1.575629] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 1
    [ 1.575640] QUIRK: Enable AMD PLL fix
    [ 1.575658] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfe5f7000
    [ 1.575818] scsi1 : pata_jmicron
    [ 1.576021] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 1.576026] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
    [ 1.576173] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 1.576178] xhci_hcd 0000:03:00.0: irq 46 for MSI/MSI-X
    [ 1.576183] xhci_hcd 0000:03:00.0: irq 47 for MSI/MSI-X
    [ 1.576188] xhci_hcd 0000:03:00.0: irq 48 for MSI/MSI-X
    [ 1.576193] xhci_hcd 0000:03:00.0: irq 49 for MSI/MSI-X
    [ 1.576198] xhci_hcd 0000:03:00.0: irq 50 for MSI/MSI-X
    [ 1.576202] xhci_hcd 0000:03:00.0: irq 51 for MSI/MSI-X
    [ 1.576338] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    [ 1.576340] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    [ 1.576459] xHCI xhci_add_endpoint called for root hub
    [ 1.576461] xHCI xhci_check_bandwidth called for root hub
    [ 1.576546] hub 2-0:1.0: USB hub found
    [ 1.576553] hub 2-0:1.0: 2 ports detected
    [ 1.576712] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 1.576715] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
    [ 1.579647] xHCI xhci_add_endpoint called for root hub
    [ 1.579648] xHCI xhci_check_bandwidth called for root hub
    [ 1.579683] hub 3-0:1.0: USB hub found
    [ 1.579692] hub 3-0:1.0: 2 ports detected
    [ 1.630858] hub 1-0:1.0: USB hub found
    [ 1.630863] hub 1-0:1.0: 5 ports detected
    [ 1.631075] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.631080] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
    [ 1.631094] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe5fc000
    [ 1.687535] hub 4-0:1.0: USB hub found
    [ 1.687540] hub 4-0:1.0: 5 ports detected
    [ 1.687725] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 1.687730] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 5
    [ 1.687742] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe5fd000
    [ 1.740671] ata1.00: ATAPI: HL-DT-STDVD-RAM GSA-H55L, 1.03, max UDMA/66
    [ 1.740677] ata1.01: ATAPI: HL-DT-ST DVD-ROM GDR-H30N, 1.00, max UDMA/33
    [ 1.744774] hub 5-0:1.0: USB hub found
    [ 1.744779] hub 5-0:1.0: 2 ports detected
    [ 1.744926] ohci_hcd 0000:00:16.0: OHCI Host Controller
    [ 1.744931] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 6
    [ 1.744944] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfe5ff000
    [ 1.753971] ata1.00: configured for UDMA/66
    [ 1.767223] ata1.01: configured for UDMA/33
    [ 1.771259] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GSA-H55L 1.03 PQ: 0 ANSI: 5
    [ 1.771985] scsi 0:0:1:0: CD-ROM HL-DT-ST DVD-ROM GDR-H30N 1.00 PQ: 0 ANSI: 5
    [ 1.775346] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.775348] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.775508] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 1.776395] sr1: scsi3-mmc drive: 4x/52x cd/rw xa/form2 cdda tray
    [ 1.776557] sr 0:0:1:0: Attached scsi CD-ROM sr1
    [ 1.800881] hub 6-0:1.0: USB hub found
    [ 1.800887] hub 6-0:1.0: 4 ports detected
    [ 1.801082] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 1.801087] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 7
    [ 1.801090] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.801102] ehci-pci 0000:00:12.2: debug port 1
    [ 1.801127] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe5fe400
    [ 1.810093] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 1.810200] hub 7-0:1.0: USB hub found
    [ 1.810203] hub 7-0:1.0: 5 ports detected
    [ 1.810397] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 1.810402] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 8
    [ 1.810404] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.810414] ehci-pci 0000:00:13.2: debug port 1
    [ 1.810435] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe5fe800
    [ 1.820100] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 1.820208] hub 8-0:1.0: USB hub found
    [ 1.820211] hub 8-0:1.0: 5 ports detected
    [ 1.820378] ehci-pci 0000:00:16.2: EHCI Host Controller
    [ 1.820383] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 9
    [ 1.820385] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.820394] ehci-pci 0000:00:16.2: debug port 1
    [ 1.820414] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe5fec00
    [ 1.830126] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 1.830234] hub 9-0:1.0: USB hub found
    [ 1.830236] hub 9-0:1.0: 4 ports detected
    [ 1.830344] ahci 0000:00:11.0: version 3.0
    [ 1.830463] ahci 0000:00:11.0: irq 52 for MSI/MSI-X
    [ 1.830564] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    [ 1.830567] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 1.831341] scsi2 : ahci
    [ 1.831401] scsi3 : ahci
    [ 1.831453] scsi4 : ahci
    [ 1.831510] scsi5 : ahci
    [ 1.831561] scsi6 : ahci
    [ 1.831614] scsi7 : ahci
    [ 1.831647] ata3: SATA max UDMA/133 abar m1024@0xfe5fe000 port 0xfe5fe100 irq 52
    [ 1.831650] ata4: SATA max UDMA/133 abar m1024@0xfe5fe000 port 0xfe5fe180 irq 52
    [ 1.831652] ata5: SATA max UDMA/133 abar m1024@0xfe5fe000 port 0xfe5fe200 irq 52
    [ 1.831653] ata6: SATA max UDMA/133 abar m1024@0xfe5fe000 port 0xfe5fe280 irq 52
    [ 1.831655] ata7: SATA max UDMA/133 abar m1024@0xfe5fe000 port 0xfe5fe300 irq 52
    [ 1.831658] ata8: SATA max UDMA/133 abar m1024@0xfe5fe000 port 0xfe5fe380 irq 52
    [ 2.150221] ata8: SATA link down (SStatus 0 SControl 300)
    [ 2.166824] tsc: Refined TSC clocksource calibration: 3210.668 MHz
    [ 2.166833] Switching to clocksource tsc
    [ 2.316872] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.316895] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.316918] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.316942] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.316965] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.318023] ata7.00: ATA-8: ST31000524AS, JC4B, max UDMA/133
    [ 2.318026] ata7.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 2.318484] ata5.00: ATA-8: ST31000340AS, SD15, max UDMA/133
    [ 2.318486] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 2.319405] ata7.00: configured for UDMA/133
    [ 2.319745] ata3.00: ATA-7: WDC WD1500AHFD-00RAR5, 21.07QR5, max UDMA/133
    [ 2.319747] ata3.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.320091] ata4.00: ATA-8: WDC WD1500HLFS-01G6U4, 04.04V06, max UDMA/133
    [ 2.320092] ata4.00: 293046768 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.320317] ata5.00: configured for UDMA/133
    [ 2.322569] ata6.00: ATA-8: ST1000DM005 HD103SJ, 1AJ100E5, max UDMA/133
    [ 2.322571] ata6.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.323221] ata3.00: configured for UDMA/133
    [ 2.323342] scsi 2:0:0:0: Direct-Access ATA WDC WD1500AHFD-0 21.0 PQ: 0 ANSI: 5
    [ 2.324026] sd 2:0:0:0: [sda] 293046768 512-byte logical blocks: (150 GB/139 GiB)
    [ 2.324109] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.324112] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.324148] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.324465] ata4.00: configured for UDMA/133
    [ 2.324568] scsi 3:0:0:0: Direct-Access ATA WDC WD1500HLFS-0 04.0 PQ: 0 ANSI: 5
    [ 2.324709] sd 3:0:0:0: [sdb] 293046768 512-byte logical blocks: (150 GB/139 GiB)
    [ 2.324775] sd 3:0:0:0: [sdb] Write Protect is off
    [ 2.324777] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.324812] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.324821] scsi 4:0:0:0: Direct-Access ATA ST31000340AS SD15 PQ: 0 ANSI: 5
    [ 2.325264] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 2.325322] sd 4:0:0:0: [sdc] Write Protect is off
    [ 2.325325] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 2.325351] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.328013] sdc: sdc1
    [ 2.328258] ata6.00: configured for UDMA/133
    [ 2.328345] scsi 5:0:0:0: Direct-Access ATA ST1000DM005 HD10 1AJ1 PQ: 0 ANSI: 5
    [ 2.328458] sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 2.328547] sd 5:0:0:0: [sdd] Write Protect is off
    [ 2.328550] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    [ 2.328567] scsi 6:0:0:0: Direct-Access ATA ST31000524AS JC4B PQ: 0 ANSI: 5
    [ 2.328579] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.328581] sd 4:0:0:0: [sdc] Attached SCSI disk
    [ 2.328979] sd 6:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 2.329043] sd 6:0:0:0: [sde] Write Protect is off
    [ 2.329045] sd 6:0:0:0: [sde] Mode Sense: 00 3a 00 00
    [ 2.329069] sd 6:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.333740] sdd: sdd1
    [ 2.334008] sd 5:0:0:0: [sdd] Attached SCSI disk
    [ 2.338873] sde: sde1
    [ 2.339153] sd 6:0:0:0: [sde] Attached SCSI disk
    [ 2.352712] sda: sda1 sda2 sda3 < sda5 sda6 sda7 > sda4
    [ 2.353194] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 2.363364] sdb: sdb1 sdb2 sdb3 < sdb5 sdb6 sdb7 > sdb4
    [ 2.363842] sd 3:0:0:0: [sdb] Attached SCSI disk
    [ 2.484347] md: bind<sde1>
    [ 2.492644] md: bind<sdd1>
    [ 2.493906] md: bind<sdb4>
    [ 2.495837] md: bind<sdb1>
    [ 2.498041] md: bind<sdb2>
    [ 2.500213] md: bind<sdb6>
    [ 2.501310] md: bind<sdb5>
    [ 2.502410] md: bind<sdb7>
    [ 2.560860] md: bind<sda6>
    [ 2.561903] md/raid1:md6: active with 2 out of 2 mirrors
    [ 2.561917] md6: detected capacity change from 0 to 8588873728
    [ 2.563625] md: bind<sdc1>
    [ 2.593848] md6: unknown partition table
    [ 2.620235] raid6: sse2x1 4601 MB/s
    [ 2.673570] usb 8-1: new high-speed USB device number 2 using ehci-pci
    [ 2.676870] raid6: sse2x2 7246 MB/s
    [ 2.733545] raid6: sse2x4 8107 MB/s
    [ 2.733546] raid6: using algorithm sse2x4 (8107 MB/s)
    [ 2.733547] raid6: using intx1 recovery algorithm
    [ 2.733694] async_tx: api initialized (async)
    [ 2.733826] xor: measuring software checksum speed
    [ 2.766907] prefetch64-sse: 14478.000 MB/sec
    [ 2.800219] generic_sse: 13857.600 MB/sec
    [ 2.800220] xor: using function: prefetch64-sse (14478.000 MB/sec)
    [ 2.801069] md: raid6 personality registered for level 6
    [ 2.801071] md: raid5 personality registered for level 5
    [ 2.801072] md: raid4 personality registered for level 4
    [ 2.801215] md/raid:md3: device sdc1 operational as raid disk 2
    [ 2.801218] md/raid:md3: device sdd1 operational as raid disk 0
    [ 2.801219] md/raid:md3: device sde1 operational as raid disk 1
    [ 2.801432] md/raid:md3: allocated 3272kB
    [ 2.801478] md/raid:md3: raid level 5 active with 3 out of 3 devices, algorithm 2
    [ 2.801479] RAID conf printout:
    [ 2.801480] --- level:5 rd:3 wd:3
    [ 2.801481] disk 0, o:1, dev:sdd1
    [ 2.801482] disk 1, o:1, dev:sde1
    [ 2.801483] disk 2, o:1, dev:sdc1
    [ 2.801499] md3: detected capacity change from 0 to 2000138797056
    [ 2.811326] md3: unknown partition table
    [ 2.830352] md: bind<sda1>
    [ 2.831401] md/raid1:md1: active with 2 out of 2 mirrors
    [ 2.831429] md1: detected capacity change from 0 to 67043328
    [ 2.837044] md1: unknown partition table
    [ 2.843700] md: bind<sda7>
    [ 2.844754] md/raid1:md7: active with 2 out of 2 mirrors
    [ 2.844768] md7: detected capacity change from 0 to 4290760704
    [ 2.845645] md: bind<sda2>
    [ 2.846654] md/raid1:md2: active with 2 out of 2 mirrors
    [ 2.846667] md2: detected capacity change from 0 to 2146422784
    [ 2.862139] md7: unknown partition table
    [ 2.872434] md: bind<sda4>
    [ 2.873461] md/raid1:md4: active with 2 out of 2 mirrors
    [ 2.873476] md4: detected capacity change from 0 to 122053378048
    [ 2.874007] md2: unknown partition table
    [ 2.889400] Initializing USB Mass Storage driver...
    [ 2.889524] scsi8 : usb-storage 8-1:1.0
    [ 2.889596] usbcore: registered new interface driver usb-storage
    [ 2.889597] USB Mass Storage support registered.
    [ 2.915578] md4: unknown partition table
    [ 2.927038] md: bind<sda5>
    [ 2.928198] md/raid1:md5: active with 2 out of 2 mirrors
    [ 2.928212] md5: detected capacity change from 0 to 12883779584
    [ 2.993651] usb 8-4: new high-speed USB device number 3 using ehci-pci
    [ 3.002235] md5: unknown partition table
    [ 3.119773] scsi9 : usb-storage 8-4:1.0
    [ 3.623789] usb 4-5: new full-speed USB device number 2 using ohci_hcd
    [ 3.892359] scsi 8:0:0:0: Direct-Access Generic Flash Disk 8.00 PQ: 0 ANSI: 2
    [ 3.893731] sd 8:0:0:0: [sdf] 65536000 512-byte logical blocks: (33.5 GB/31.2 GiB)
    [ 3.894343] sd 8:0:0:0: [sdf] Write Protect is off
    [ 3.894346] sd 8:0:0:0: [sdf] Mode Sense: 03 00 00 00
    [ 3.894990] sd 8:0:0:0: [sdf] No Caching mode page present
    [ 3.895018] sd 8:0:0:0: [sdf] Assuming drive cache: write through
    [ 3.897857] sd 8:0:0:0: [sdf] No Caching mode page present
    [ 3.897883] sd 8:0:0:0: [sdf] Assuming drive cache: write through
    [ 3.924732] sdf: sdf1
    [ 3.928613] sd 8:0:0:0: [sdf] No Caching mode page present
    [ 3.928639] sd 8:0:0:0: [sdf] Assuming drive cache: write through
    [ 3.928665] sd 8:0:0:0: [sdf] Attached SCSI removable disk
    [ 4.121379] scsi 9:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    [ 4.122747] scsi 9:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    [ 4.124616] scsi 9:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    [ 4.127113] scsi 9:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    [ 4.135273] sd 9:0:0:0: [sdg] Attached SCSI removable disk
    [ 4.137735] sd 9:0:0:1: [sdh] Attached SCSI removable disk
    [ 4.139624] sd 9:0:0:2: [sdi] Attached SCSI removable disk
    [ 4.140873] sd 9:0:0:3: [sdj] Attached SCSI removable disk
    [ 4.243904] usb 1-5: new full-speed USB device number 2 using ohci_hcd
    [ 6.259953] bio: create slab <bio-1> at 1
    [ 6.437936] bio: create slab <bio-1> at 1
    [ 6.524461] REISERFS (device dm-0): found reiserfs format "3.6" with standard journal
    [ 6.524477] REISERFS (device dm-0): using ordered data mode
    [ 6.524478] reiserfs: using flush barriers
    [ 6.530254] REISERFS (device dm-0): journal params: device dm-0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    [ 6.530630] REISERFS (device dm-0): checking transaction log (dm-0)
    [ 6.586126] REISERFS (device dm-0): Using r5 hash to sort names
    [ 8.650945] systemd-udevd[320]: starting version 204
    [ 8.892597] sdhci: Secure Digital Host Controller Interface driver
    [ 8.892599] sdhci: Copyright(c) Pierre Ossman
    [ 8.901571] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 8.902459] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 8.915340] fuse init (API version 7.21)
    [ 8.945154] loop: module loaded
    [ 8.954456] ACPI: processor limited to max C-state 1
    [ 8.972705] powernow-k8: This CPU is not supported anymore, using acpi-cpufreq instead.
    [ 9.093100] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 9.287999] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    [ 9.288017] ACPI: Power Button [PWRB]
    [ 9.288615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 9.288633] ACPI: Power Button [PWRF]
    [ 9.309972] wmi: Mapper loaded
    [ 9.339825] ATK0110 ATK0110:00: EC enabled
    [ 9.363123] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input3
    [ 9.364000] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
    [ 9.364280] input: HDA ATI SB Line Out as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    [ 9.365213] hda-intel 0000:05:00.1: Handle VGA-switcheroo audio client
    [ 9.365261] snd_hda_intel 0000:05:00.1: irq 53 for MSI/MSI-X
    [ 9.447348] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:05:00.1/sound/card1/input6
    [ 9.530152] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SBRG.ASOC.SMRG 1 (20130117/utaddress-251)
    [ 9.530170] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.582240] ssb: Found chip with id 0x4306, rev 0x03 and package 0x00
    [ 9.582255] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x04, vendor 0x4243)
    [ 9.582265] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x05, vendor 0x4243)
    [ 9.582274] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x02, vendor 0x4243)
    [ 9.582283] ssb: Core 3 found: V90 (cc 0x807, rev 0x02, vendor 0x4243)
    [ 9.582292] ssb: Core 4 found: PCI (cc 0x804, rev 0x09, vendor 0x4243)
    [ 9.585795] ssb: Sonics Silicon Backplane found on PCI device 0000:02:06.0
    [ 9.597991] MCE: In-kernel MCE decoding enabled.
    [ 9.602641] EDAC MC: Ver: 3.0.0
    [ 9.606098] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 9.606424] r8169 0000:01:00.0: irq 54 for MSI/MSI-X
    [ 9.606790] r8169 0000:01:00.0 eth0: RTL8168e/8111e at 0xffffc90013d46000, 48:5b:39:ca:b6:46, XID 0c100000 IRQ 54
    [ 9.606797] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 9.610306] AMD64 EDAC driver v3.4.0
    [ 9.610385] EDAC amd64: DRAM ECC disabled.
    [ 9.610418] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    [ 9.669939] vboxdrv: Found 6 processor cores.
    [ 9.670195] vboxdrv: fAsync=0 offMin=0x8ef offMax=0x3fd9
    [ 9.670262] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 9.670263] vboxdrv: Successfully loaded version 4.2.12_OSE (interface 0x001a0004).
    [ 9.670899] microcode: CPU0: patch_level=0x010000bf
    [ 9.682925] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 9.683031] sp5100_tco: PCI Revision ID: 0x41
    [ 9.683089] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 9.683103] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 9.683212] sp5100_tco: initialized (0xffffc90014d96b00). heartbeat=60 sec (nowayout=0)
    [ 9.733407] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 9.733703] microcode: CPU1: patch_level=0x010000bf
    [ 9.733854] microcode: CPU2: patch_level=0x010000bf
    [ 9.734119] microcode: CPU3: patch_level=0x010000bf
    [ 9.734165] microcode: CPU4: patch_level=0x010000bf
    [ 9.734186] microcode: CPU5: patch_level=0x010000bf
    [ 9.734342] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 9.745360] kvm: Nested Virtualization enabled
    [ 9.745364] kvm: Nested Paging enabled
    [ 9.822608] systemd-udevd[447]: failed to execute '/usr/lib/udev/blkid' 'blkid ': No such file or directory
    [ 9.837315] systemd-udevd[451]: failed to execute '/usr/lib/udev/blkid' 'blkid /dev/sdf': No such file or directory
    [ 10.065623] media: Linux media interface: v0.10
    [ 10.074496] Linux video capture interface: v2.00
    [ 10.082272] gspca_main: v2.14.0 registered
    [ 10.086077] gspca_main: STV06xx-2.14.0 probing 046d:08f0
    [ 10.086084] gspca_stv06xx: st6422 sensor detected
    [ 10.136408] systemd-udevd[508]: failed to execute '/usr/lib/udev/blkid' 'blkid /dev/sdi': No such file or directory
    [ 10.182041] systemd-udevd[525]: failed to execute '/usr/lib/udev/blkid' 'blkid /dev/sdf1': No such file or directory
    [ 10.216697] systemd-udevd[544]: failed to execute '/usr/lib/udev/blkid' 'blkid /dev/sdb7': No such file or directory
    [ 10.241330] Bluetooth: Core ver 2.16
    [ 10.241347] NET: Registered protocol family 31
    [ 10.241348] Bluetooth: HCI device and connection manager initialized
    [ 10.241357] Bluetooth: HCI socket layer initialized
    [ 10.241359] Bluetooth: L2CAP socket layer initialized
    [ 10.241363] Bluetooth: SCO socket layer initialized
    [ 10.280260] usbcore: registered new interface driver btusb
    [ 10.299795] systemd-udevd[600]: failed to execute '/usr/lib/udev/blkid' 'blkid /dev/sdd1': No such file or directory
    [ 10.423003] input: STV06xx as /devices/pci0000:00/0000:00:12.0/usb1/1-5/input/input7
    [ 10.423357] usbcore: registered new interface driver STV06xx
    [ 10.535549] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.536658] systemd-sysctl[682]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 10.649374] b43-phy0: Broadcom 4306 WLAN found (core revision 5)
    [ 10.668502] b43-phy0: Found PHY: Analog 2, Type 2 (G), Revision 2
    [ 10.688778] Broadcom 43xx driver loaded [ Features: PMNLS ]
    [ 10.756972] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 10.797375] systemd-sysctl[709]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 10.878640] input: ImExPS/2 Logitech MX Mouse as /devices/platform/i8042/serio1/input/input8
    [ 16.369709] reiserfs: enabling write barrier flush mode
    [ 16.695367] EXT4-fs (md1): mounting ext3 file system using the ext4 subsystem
    [ 16.711651] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
    [ 16.721701] REISERFS (device dm-2): found reiserfs format "3.6" with standard journal
    [ 16.721742] REISERFS (device dm-2): using ordered data mode
    [ 16.721746] reiserfs: using flush barriers
    [ 16.727771] REISERFS (device dm-2): journal params: device dm-2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    [ 16.728785] REISERFS (device dm-2): checking transaction log (dm-2)
    [ 16.787812] REISERFS (device dm-2): Using r5 hash to sort names
    [ 16.989853] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 17.012276] XFS (dm-4): Mounting Filesystem
    [ 17.243475] XFS (dm-4): Starting recovery (logdev: internal)
    [ 17.598719] XFS (dm-4): Ending recovery (logdev: internal)
    [ 17.631060] XFS (dm-5): Mounting Filesystem
    [ 17.978546] XFS (dm-5): Ending clean mount
    And the

  • [Solved] Early ATI radeon start so vconsole.conf font will work

    My console font gets set as per vconsole.conf then changes back to default when the radeon driver and/or KMS starts.
    There's no VGA= on my kernel line and no other framebuffer drivers, so according to ATI#Early_start I can set this, but where, the kernel line?
    AGP speed can be set with radeon.agpmode=x kernel option, where x is 1, 2, 4, 8 (AGP speed) or -1 (PCI mode).
    somehow that will cause an early start? How do I know what AGP speed I want?
    Or if I use method 2 from that wiki, adding radeon to Modules in mkinitcpio.conf, having never messed with that file, do I have to comb through lsmod and make sure that anything not in lsinitcpio -a is listed before radeon in modules? How do I know if/which of the suggested 'something'_agp modules to load?
    Last edited by stozi (2013-09-25 21:11:34)

    I would go with the second method, editing /etc/mkinitcpio.conf.
    stozi wrote:How do I know if/which of the suggested 'something'_agp modules to load?
    You could try combing the lsmod output with:
    lsmod |grep agp
    and figure which module needs to be placed first in the MODULES array. Additionally, as stated in https://wiki.archlinux.org/index.php/Font#Examples_2, you need to append the consolefont hook in the HOOKS array near the end of the file. That way, the console font is set after KMS and not before, which I believe to be the issue.

  • 30 Inch Cinema Display and Radeon ATI 9650

    I have a problem with the above combination of kit. I have the resolution set to its highest but but am still getting fuzzy text and also pixelly icons in the dock. When I look in the system profiler it says that I have a Radeon ATI 9600. Anyone got any ideas?

    Just received new 30" ACD with Radeon ATI 9650, and having same problem (max resolution at 1280x800) like above...
    Is that a maximum resolution I get? or did I do something wrong?
    Everything is huge and fuzzy...
    need help~~~
    BTW, my system profiler says that I have a Radeon ATI 9650... no problem there.
    ...but nothing I can do in the 'system preperence' box...
    Thanks,

  • Ati 4890 - xorg 1.7.2 - catalyst?

    well , hello everyone i had an idea and i want your opinion ,
    i have ati 4890 graphics card and i wondered if i can install the catalyst drivers..(i know that arch dropped support since xorg 1.6) and i dont want to experiment with compiling kernels and downgrades (yet)
    , so here is my idea , what about if i download the official ati drivers from amd's site and install them.. , it says that the support the current 1.7.2 xorg , will this work for me?
    i'd love to hear your opinion:)
    on the other way , am i going to be ok with radeon hd drivers?(if i don't make it with catalyst)
    thanks for your time:)

    The catalyst driver does not support xorg 1.7 yet, and probably won't for some time. (my bet is no support until the next ubuntu release, that's what happened the last two times )
    You probably want to read trough and follow this thread: http://bbs.archlinux.org/viewtopic.php?id=57084
    The free xf86-video-ati and -radeonhd drivers have partly support for the card. 2d should work, 3d will be limited.
    Edit: Do _not_ download and build directly from amd.com. Always use makepkg/pacman or you will just end up in a world of pain.
    Last edited by Mr.Elendig (2009-12-04 17:16:40)

  • [Solved] X + Ati = BlackScreen

    I've been trying to set up my X server on a new install of Arch. I have an ATI X850XT graphics card and am trying to use the open source ATI driver however I've been having the same problem from ATI's own driver.
    When I run startx I get a completely black screen and and unable to use the (Ctrl + Alt + Backspace) or the (Ctrl + Alt + F1) key combo's to get back to the console, and so have to restart.
    I've included my xorg.conf and xorg.0.log files.
    Thank you in advance for any help.
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux taranath 2.6.28-ARCH #1 SMP PREEMPT Sun Feb 22 11:03:50 UTC 2009 i686
    Build Date: 17 December 2008 08:20:05PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Fri Mar 13 21:45:30 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Videocard1"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5fe0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@2:0:0) ATI Technologies Inc R480 [Radeon X850XT (PCIE)] (Primary) rev 0, Mem @ 0xc0000000/0, 0xff3f0000/0, I/O @ 0x0000b000/0, BIOS @ 0x????????/131072
    (--) PCI: (0@2:0:1) ATI Technologies Inc R480 [Radeon X850XT (PCIE)] (Secondary) rev 0, Mem @ 0xff3e0000/0
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [36] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [37] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [38] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [39] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 6.10.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 4.1
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI Radeon RV730 (AGP),
    ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670],
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
    ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670,
    ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3430, ATI FireMV 2450, ATI FireMV 2260,
    ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics
    (II) Primary Device is: PCI 02@00:00:0
    (EE) No devices detected.
    Fatal server error:
    no screens found
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Videocard1"
    VendorName "ATI Technologies Inc"
    BoardName "R480 [Radeon X850XT Platinum (PCIE)]"
    Driver "radeon"
    Option "ColorTiling" "on"
    Option "EnablePageFlip" "true"
    Option "AccelMethod" "XAA"
    Option "XAANoOffScreenPixMaps" "true"
    Option "RenderAccel" "true"
    Option "DRI" "true"
    Option "AddARGBGLXVisuals" "True"
    Option "DynamicClocks" "on"
    Option "DPMS"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard1"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Last edited by ash568 (2009-03-15 22:58:50)

    I did the changes as advised and it does seem to have got the starting of Xserver to move on a bit by the looks of the log file.
    It is now ending by stoping output to the monitor all together and again needs to be rebooted before doing any thing.
    Thanks again.
    Xorg.0.log
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux taranath 2.6.28-ARCH #1 SMP PREEMPT Sun Feb 22 11:03:50 UTC 2009 i686
    Build Date: 17 December 2008 08:20:05PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 14 08:12:03 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Videocard1"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "AllowMouseOpenFail" "True"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5fe0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@2:0:0) ATI Technologies Inc R480 [Radeon X850XT (PCIE)] (Primary) rev 0, Mem @ 0xc0000000/0, 0xff3f0000/0, I/O @ 0x0000b000/0, BIOS @ 0x????????/131072
    (--) PCI: (0@2:0:1) ATI Technologies Inc R480 [Radeon X850XT (PCIE)] (Secondary) rev 0, Mem @ 0xff3e0000/0
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [36] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [37] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [38] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [39] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 6.10.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 4.1
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI Radeon RV730 (AGP),
    ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670],
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
    ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670,
    ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Radeon RV710,
    ATI Radeon HD 3471, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3430, ATI FireMV 2450, ATI FireMV 2260,
    ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics
    (II) Primary Device is: PCI 02@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [36] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [37] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [38] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [39] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [33] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [34] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [36] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [38] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [39] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [40] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [41] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [42] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [43] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [44] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [45] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [46] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [47] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [48] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [49] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [50] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [51] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [52] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): TOTO SAYS 00000000ff3f0000
    (II) RADEON(0): MMIO registers at 0x00000000ff3f0000: size 64KB
    (II) RADEON(0): PCI bus 2 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "EnablePageFlip" "true"
    (**) RADEON(0): Option "ColorTiling" "on"
    (**) RADEON(0): Option "RenderAccel" "true"
    (**) RADEON(0): Option "DynamicClocks" "on"
    (**) RADEON(0): Option "AccelMethod" "XAA"
    (**) RADEON(0): Option "DRI" "true"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 0.1.0
    ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon X850 XT (R480) (PCIE)" (ChipID = 0x5d52)
    (--) RADEON(0): Linear framebuffer at 0x00000000c0000000
    (II) RADEON(0): PCIE card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1002 SubsystemID: 0x0b12
    IOBaseAddress: 0xb000
    Filename: 13A47411.101
    BIOS Bootup Message:
    R480 DVI DVI VIVO XT BIOS BR10184
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 19
    (II) RADEON(0): Start of VRAM area used by Firmware: 0x7ffb400
    (II) RADEON(0): AtomBIOS requests 19kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0x7ffb400
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 520000
    (II) RADEON(0): Default Memory Clock: 540000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 500000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 200000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
    (**) RADEON(0): Page Flipping enabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (256 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1200
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 50000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 520.000000, mclk: 540.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=5 min=20000 max=50000; xclk=40000
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): Skipping Component Video
    (II) RADEON(0): Bios Connector table:
    (II) RADEON(0): Port3: DDCType-0x68, DACType-2, TMDSType-1, ConnectorType-2, hpd_mask-0x0
    (II) RADEON(0): Port7: DDCType-0x64, DACType-1, TMDSType-2, ConnectorType-2, hpd_mask-0x0
    (II) RADEON(0): Output DVI-1 using monitor section Monitor0
    (II) RADEON(0): TMDS PLL from BIOS: 16500 b011c
    (II) RADEON(0): I2C bus "DVI-1" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): TMDS PLL from BIOS: 16500 b011c
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    Monitor -- AUTO
    Connector -- DVI-I
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- Internal
    DDC Type -- 0x68
    (II) RADEON(0): Port1:
    Monitor -- AUTO
    Connector -- DVI-I
    DAC Type -- Primary
    TMDS Type -- External
    DDC Type -- 0x64
    (II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0.
    (II) RADEON(0): EDID vendor "SAM", prod id 781
    (II) RADEON(0): Using EDID range info for horizontal sync
    (II) RADEON(0): Using EDID range info for vertical refresh
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1680x1050"x60.0 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync (65.2 kHz)
    (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
    (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz)
    (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz)
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
    (II) RADEON(0): Panel infos found from DDC detailed: 1680x1050
    (II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
    (II) RADEON(0): Manufacturer: SAM Model: 30d Serial#: 1296380466
    (II) RADEON(0): Year: 2008 Week: 6
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.644 redY: 0.333 greenX: 0.286 greenY: 0.603
    (II) RADEON(0): blueX: 0.152 blueY: 0.079 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): 1152x870@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 119.0 MHz Image Size: 474 x 296 mm
    (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: SyncMaster
    (II) RADEON(0): Serial No: HS3Q204213
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004c2d0d033232454d
    (II) RADEON(0): 06120103802f1e782ad515a455499a27
    (II) RADEON(0): 145054bfef80b30081808140714f0101
    (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    (II) RADEON(0): 3600da281100001a000000fd00384b1e
    (II) RADEON(0): 510e000a202020202020000000fc0053
    (II) RADEON(0): 796e634d61737465720a2020000000ff
    (II) RADEON(0): 00485333513230343231330a202000dd
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): EDID vendor "SAM", prod id 781
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1680x1050"x60.0 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync (65.2 kHz)
    (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
    (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz)
    (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz)
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
    (II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
    (II) RADEON(0): Manufacturer: SAM Model: 30d Serial#: 1296380466
    (II) RADEON(0): Year: 2008 Week: 6
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.644 redY: 0.333 greenX: 0.286 greenY: 0.603
    (II) RADEON(0): blueX: 0.152 blueY: 0.079 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): 1152x870@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 119.0 MHz Image Size: 474 x 296 mm
    (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: SyncMaster
    (II) RADEON(0): Serial No: HS3Q204213
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004c2d0d033232454d
    (II) RADEON(0): 06120103802f1e782ad515a455499a27
    (II) RADEON(0): 145054bfef80b30081808140714f0101
    (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    (II) RADEON(0): 3600da281100001a000000fd00384b1e
    (II) RADEON(0): 510e000a202020202020000000fc0053
    (II) RADEON(0): 796e634d61737465720a2020000000ff
    (II) RADEON(0): 00485333513230343231330a202000dd
    in RADEONProbeOutputModes
    (II) RADEON(0): EDID vendor "SAM", prod id 781
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    (II) RADEON(0): Output DVI-1 connected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Using user preference for initial modes
    (II) RADEON(0): Output DVI-1 using initial mode 1024x768
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (470, 300) mm
    (**) RADEON(0): DPI set to (90, 101)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (**) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.2.1
    ABI class: X.Org Video Driver, version 4.1
    (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [33] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [34] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [36] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [38] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [39] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [40] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [41] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [42] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [43] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [44] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [45] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [46] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [47] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [48] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [49] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [50] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [51] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [52] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit c0000000 0 0
    Xorg.config
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Videocard1"
    VendorName "ATI Technologies Inc"
    BoardName "R480 [Radeon X850XT Platinum (PCIE)]"
    Driver "radeon"
    Option "ColorTiling" "on"
    Option "EnablePageFlip" "true"
    Option "AccelMethod" "XAA"
    Option "XAANoOffScreenPixMaps" "true"
    Option "RenderAccel" "true"
    Option "DRI" "true"
    Option "AddARGBGLXVisuals" "True"
    Option "DynamicClocks" "on"
    Option "DPMS" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard1"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "True"
    Option "AutoAddDevices" "False"
    EndSection

  • [SOLVED] Radeon HD 6310 on AMD E350 APU

    I currently have a Raspberry PI running as a download/XBMC server with Arch Linux ARM connected to a TV through HDMI. This worked well so far, but I wanted to take some load off the RPi and bought an AMD E350 APU with an integrated Radeon HD 6310 GPU. Unfortunately, I'm not getting the video/audio out to work properly with Arch Linux x86_64.
    Here is what I have done so far (reboots between appropriate steps):
    Followed the Beginners' guide as for any other install.
    Installed alsa-utils, mesa, mesa-demos, xorg-[server, server-utils, xinit], and created a user and added the user to the "audio,video" groups.
    Installed the open source "xf86-video-ati" driver, added "radeon" to my MODULES array, found no other modesetting options, regenerated initramfs, and added a /etc/X11/xorg.conf.d/20-radeon.conf file for good measure. I also added "radeon.audio=1" to my kernel parameters and regenerated the GRUB config file.
    With that setup, I tested the sound with the following:
    # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    # aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    # speaker-test -c 2
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    where the aplay command didn't return an error, but also did not play any sound. Note that a test to the analogue sound did in fact work.
    In addition to the sound not working, I wanted to test if the video will work with XBMC with
    # glxinfo
    Error: unable to open display
    Thinking that maybe something went wrong, I reinstalled most of the above mentioned packages to no avail, and also checked that the "radeon" module was loaded, which it was. I then uninstalled the open source driver, removed "radeon" and "radeon.audio=1" from the appropriate files and regenerated GRUB and initramfs.
    Next I decided to try the proprietary driver (reboots between appropriate steps):
    Added the Vi0l0 [xorg114] and [catalyst] repositories
    Installed xorg-related packes, catalyst-[hook, utils, libgl] and checked that "fglrx" was added and blacklisted "radeon".
    Ran "aticonfig --initial" and checked the file.
    Testing if the display works after verifying that the module loaded with lsmod:
    # fglrxinfo
    Error: unable to open display (null)
    At this point I started to doubt the drivers working with the hardware, so I booted up with a live openSUSE 13.1 USB (kernel 3.11) with the "radeon.audio=1" option enabled. Testing the display here (cropped):
    # glxinfo
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    seems to work fine, along with HDMI audio.
    I have then clean installed Arch again, reinstalled mesa, xorg and xf86-video-ati and re-added all the parameters and such. Also tried some random things like adding "amd64_agp" to the modules, "radeon.pcie_gen2=0" to the kernel parameters in any attempt to get it to work, but nothing has yet.
    At this point I'm stuck. Any help in getting this to work will be greatly appreciated.
    Other useful info (cropped for relevance):
    # cat /proc/asound/cards
    0 [Generic ]: HDA-Intel - HD-Audio Generic
    HD-Audio Generic at 0xfeb44000 irq 42
    1 [SB ]: HDA-Intel - HDA ATI SB
    HDA ATI SB at 0xfeb40000 irq 16
    # cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    # lspci
    00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 14h Processor Root Complex
    00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6310]
    00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
    # dmesg | grep radeon
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e847df24-9ec6-4d7a-8cb9-58c67334c6a5 rw quiet radeon.audio=1
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e847df24-9ec6-4d7a-8cb9-58c67334c6a5 rw quiet radeon.audio=1
    [ 1.780114] [drm] radeon kernel modesetting enabled.
    [ 1.780205] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    [ 1.781733] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
    [ 1.781739] radeon 0000:00:01.0: GTT: 1024M 0x0000000018000000 - 0x0000000057FFFFFF
    [ 1.782586] [drm] radeon: 384M of VRAM memory ready
    [ 1.782589] [drm] radeon: 1024M of GTT memory ready.
    [ 1.807454] radeon 0000:00:01.0: WB enabled
    [ 1.807463] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xffff8800b36bec00
    [ 1.807468] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0xffff8800b36bec0c
    [ 1.808256] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90010eb2118
    [ 1.808306] radeon 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 1.808334] radeon 0000:00:01.0: radeon: using MSI.
    [ 1.808379] [drm] radeon: irq initialized.
    [ 1.946378] [drm] radeon: dpm initialized
    [ 2.025643] fbcon: radeondrmfb (fb0) is primary device
    [ 2.069485] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
    [ 2.069490] radeon 0000:00:01.0: registered panic notifier
    [ 2.069526] [drm] Initialized radeon 2.36.0 20080528 for 0000:00:01.0 on minor 0
    Edit: Spelling and dmesg output.
    Last edited by cornelus (2014-04-04 15:17:33)

    Hello andy123, thanks for the response.
    As far as I know, I do not believe the /etc/X11/xorg.conf.d/20-radeon.conf file is necessary, but I tested the system with and without it. The current contents is just
    Section "Device"
    Identifier "Radeon"
    Driver "radeon"
    EndSection
    As you mentioned, I would also prefer using the open source driver as I've often read and heard that it has better support than Catalyst.
    Regarding the groups, I did in fact test the system with and without my user being in the video and audio groups. I do not start Xserver explicitly in a desktop environment, but rather just test for an available display via glxinfo. This test works well, as XBMC does the same check to see if OpenGL support is available, will not run if it is not available and prints the same error as glxinfo. No Xorg logs are available in /var/log/, maybe because it does not even begin to start due to lack of display.
    The analogue channel is unmuted, and the default HDMI channel does not show a 'Master' or any other channel for that matter except S/PDIF. From a friend I've heard that this is correct, as the HDMI volume can not be set like this. The alsamixer UI is the same as on the openSUSE live disk, which worked fine.
    I haven't installed XBMC on the new installation again, but will do so now and see if that forces X to write some logs.

  • Driver for nvidia, ati and intel

    Hi,
    I have successfully installed archlinux on a usb drive.
    It works on every computer  with ati or intel graphics card but when I know want to install the nvidia driver it complains about a dependencie of the ati and intel one.
    So I have the choice between nvdia or intel and ati. Is there a way to make the usb stick work on ati, intel and nvidia?
    Regards

    archer42 wrote:How does as example ubuntu solve this issue?
    They don't. They use nouveau. You can tell the installer to install the nvidia driver from their "restricted" repository, but you do so at the expense of the intel and ati drivers, just like in Arch.
    There's one thing... if you don't care about 3d acceleration, you can simply force-uninstall libgl, intel-dri, ati-dri. Then you can have nvdia, intel and ati at the same time. But 3d accel will only work on nvidia, of course.
    Gentoo is (I think) the only one with a full solution - their eselect mechanism. Their mesa and nvidia-drivers ebuilds install GL libs in different places, so they don't conflict. Then eselect switches around some symlinks and plays with the LD_LIBRARY_PATH variable. You still have to manually use eselect ("eselect opengl set nvidia" or "eselect opengl set xorg-x11"), but at least you can have all packages installed at the same time.
    Last edited by Gusar (2012-01-18 15:55:50)

  • [SOLVED] Dual monitors and raid - linux newb

    Hi
    I'm raginaot and I'll probably be asking a lot of dumb questions here in the near future
    I just decided to say goodbye to windows for a while. Been wasting too much time gaming and it was either - switch to linux or - sell my computer and move to the desert. I'm gonna try the former first and see how it goes.
    I managed to install arch and get gnome up and running with the help of the most awesome linux install guide I have ever seen and I installed the xf86-video-ati driver package but I'm having trouble getting it to recognise my 2 monitors.
    I'll list my hardware specs before I go any further:
    CPU: i7 920
    RAM: 12GB (3x4) Mushkin Silverline 1333MHz
    Motherboard: Gigabyte EX58-UD3R (rev 1.6)
    GPU: ATI HD5870 1GB
    Souncard: Auzentech X-fi forte
    Monitors: Samsung 2693HM and Samsung 226BW
    now the monitors seem to be stuck in mirrored mode, both showing the same image at 1280*1024 resolution
    when I try to set them both to on and their native resolutions (1920*1200 and 1680*1050) in the display settings I get a message that says:
    "the selected configuration for displays could not be applied
    required virtual size does not fit available size: requested=(3600, 1200), minimum=(320, 200), maximum=(1920, 1920"
    But when I unplug the 22" display, I can set the 26" to native res just fine and vice versa.
    Now to the second issue...
    I have 2 1TB drives in raid0, but in fdisk -l they appear as 2 seperate 1TB drives instead of 1 big 2TB like they're supposed to (see output below).
    I guess I have to mount them in some special way, but I have no idea how. The raid worked right away in linux mint.
    fdisk wrote:
    Disk /dev/sdb: 1000.2 GB, 1000203804160 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x1c7fba32
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1          13      102400    7  HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sdb2              13       34421   276377600    7  HPFS/NTFS
    /dev/sdb3           34421      243202  1677035520    7  HPFS/NTFS
    Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xb876c595
    Disk /dev/sdc doesn't contain a valid partition table
    Thanks in advance.
    Last edited by raginaot (2010-11-24 03:29:46)

    Bregol wrote:
    Glad you were able to figure out the RAID part - I can't really help you with that.  As far as the dual monitor setup, I would suspect that you will need to do some stuff with the xorg config to get it working.  I would say that xorg.log would be the first thing to look at - to see what is limiting the modes available to X.  Maybe post the xorg.log and your x configuration
    My post in this thread might give a bit of background on how X comes up with what resolutions it lets you choose.
    https://bbs.archlinux.org/viewtopic.php?id=101547
    thanks
    I pasted the xorg logs here: Xorg log 0: http://pastebin.com/tHPqWVaw and Xorg log 1: http://pastebin.com/nPhdpCE0
    and here is the xorg.conf in /etc/X11 (hope that's the right file..)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "dri"
    Load "dri2"
    Load "dbe"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 470 300 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:3:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Not sure what to look for here...
    The "#DisplaySize      470   300" line looks like something.
    I only have the 26" screen plugged in at the moment, if that matters. Does the xorg log change it self when I plug in another screen?

Maybe you are looking for

  • Get Calendar List Item GUID

    I downloaded code for a reservation event receiver from here:  http://blog.sharepointsydney.com.au/post/Setting-up-multiple-calendars-for-meeting-room-bookings-prevent-double-booking.aspx However, on the ItemUpdating it throws an "Object Reference No

  • Kernel upgrade problem with unmounted /boot

    Yeah, you can probably infer from the title what this is about.  Of course my problem was fixed pretty easy (booted into the arch rescue/install disk). Basically if your /boot is not automounted (like mine, i have noauto set), and you upgrade your ke

  • How to encode/decode URLs ...

    Hello, I wanted to send an entire URL as parameter to a Stored Procedure. How can I encode/decode this URL? Thanks Madhav

  • Archivelink - how to set valid in only some clients, not in others?

    Hi, We’re building an ASP-solution, where storage of outgoing documents will be an optional service, where the customers that choose to use the functionality will have to pay for it. Each customer will run in a separate client in the same instance. N

  • Hi, my safari keeps crashing on start-up. Even in another account! any ideas.....

    Process:         Safari [209] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.1 (6534.50) Build Info:      WebBrowser-75345000~1 Code Type:       X86-64 (Native) Parent Process:  la