Dell Vostro 3560 multimedia keys - how to map them

Hi,
when i press one of the multimedia keys, this is the dmesg i get:
dell_wmi: Unknown key e028 pressed
How can I map this to a command?
Thank you

No guarantees, but check these out: SteerMouse, ControllerMate, and USBOverdrive,

Similar Messages

  • Elantech Touchpad Detected As PS/2 Elantech Mouse (Dell Vostro 3560)

    Dear community,
    I am facing troubles with my Dell Vostro 3560's Elantech Touchpad. It gets detected as PS/2 Elantech mouse.
    [acs@einherij ~]$ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Elantech Mouse id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ Laptop_Integrated_Webcam_E4HD id=10 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
    ↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
    Testwise. I installed from AUR the "psmouse-elantech" package (as mentioned in the Touchpad Synaptics article). After reboot, no effect at all, xinput gives the same output.
    Can somebody point me in the correct direction please?
    --- snip /var/log/Xorg.0.log ---
    [ 11.978] (II) config/udev: Adding input device PS/2 Elantech Mouse (/dev/input/event11)
    [ 11.978] (**) PS/2 Elantech Mouse: Applying InputClass "evdev pointer catchall"
    [ 11.978] (II) Using input driver 'evdev' for 'PS/2 Elantech Mouse'
    [ 11.978] (**) PS/2 Elantech Mouse: always reports core events
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: Device: "/dev/input/event11"
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Vendor 0x2 Product 0x1
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found 3 mouse buttons
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found relative axes
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found x and y relative axes
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: Configuring as mouse
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: YAxisMapping: buttons 4 and 5
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 11.978] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [ 11.978] (II) XINPUT: Adding extended input device "PS/2 Elantech Mouse" (type: MOUSE, id 12)
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: initialized for relative axes.
    --- snap ---
    Last edited by sonnyka (2012-08-07 16:58:44)

    also see: https://bbs.archlinux.org/viewtopic.php?id=117109

  • Dell Vostro 3560 CPU Fan Control Tips

    I'm in the process of configuring my brand new Vostro 3560 and one of the things I noticed was that the CPU fan was blasting full speed all the time even when the machine was idle. After some researching I came up with the following solution using i8kmon and I'll post it here for others:
    Disclaimer 1: In this configuration, you will be setting up thresholds on what fan speeds are used at a specific temperature. If you use this config, this assumes that your machine is a) reporting the correct temperature and b) the fan speed setting works for your specs. Always monitor your laptop and change the configuration if your laptop feels too hot.
    Disclaimer 2: I've only had this laptop for a couple of days now, so no long-term stress testing has been performed in this configuration.
    This is a link that helped me a lot. It's Ubuntu specific, so be aware of the differences: https://answers.launchpad.net/ubuntu/+s … ion/204193.
    Please post any thoughts or feel free to correct me where applicable:
    Install the following packages:
    i8kmon
    i8kutils
    Create/modify the following config files:
    /etc/modules-load.d/i8k.conf
    # Load Dell Fan Speed Control (i8k) at boot
    i8k
    /etc/conf.d/i8kmon. Please note that there are conflicting values reported when you Google this. In my case, the following worked:
    # Arguments to be passed to the i8kmon daemon
    I8KMON_ARGS="--nouserconfig --daemon"
    /etc/rc.conf. Add i8kmon to your DAEMONS:
    DAEMONS=(hwclock ... i8kmon ...)
    /etc/i8kutils/i8kmon.conf
    This is the file where you set the temperature thresholds and fan speeds in the "set config" values. Your specific laptop configuration could be different, so Google around.
    Lines changed:
    set config(daemon) 1
    set config(auto) 1
    set config(timeout) 2
    set config(0) {{- 0} -1 55 -1 55}
    set config(1) {{- 1} 45 60 45 60}
    set config(2) {{- 2} 55 125 55 125}
    set config(3) {{- 2} 70 128 70 128}
    Entire listing:
    # Sample i8kmon configuration file (/etc/i8kmon, ~/.i8kmon).
    # Kernel I8K status file
    set config(proc_i8k) /proc/i8k
    # Kernel APM status file
    set config(proc_apm) /proc/apm
    # Kernel ACPI status file
    set config(proc_acpi) /proc/acpi/ac_adapter/0/status
    # External program to control the fans
    set config(i8kfan) /usr/bin/i8kfan
    # Applet geometry, override with --geometry option
    set config(geometry) {}
    # Run as daemon, override with --daemon option
    set config(daemon) 1
    # Automatic fan control, override with --auto option
    set config(auto) 1
    # Report status on stdout, override with --verbose option
    set config(verbose) 0
    # Status check timeout (seconds), override with --timeout option
    set config(timeout) 2
    # Temperature display unit (C/F), override with --unit option
    set config(unit) C
    # Temperature threshold at which the temperature is displayed in red
    set config(t_high) 80
    # Minimum expected fan speed
    set config(min_speed) 1800
    # Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
    # These were tested on the I8000. If you have a different Dell laptop model
    # you should check the BIOS temperature monitoring and set the appropriate
    # thresholds here. In doubt start with low values and gradually rise them
    # until the fans are not always on when the cpu is idle.
    set config(0) {{- 0} -1 55 -1 55}
    set config(1) {{- 1} 45 60 45 60}
    set config(2) {{- 2} 55 125 55 125}
    set config(3) {{- 2} 70 128 70 128}
    edit: changed temperature thresholds - I think the key temps are: 55: turn on fan at level 1 until cooled down to 45. Above 60, start blasting the fan at full speed
    Last edited by twelveeighty (2012-09-02 21:35:50)

    If you're using systemd, to run i8kmon you should edit i8kmon.service file
    /usr/lib/systemd/system/i8kmon.service
    from
    [Service]
    ExecStart=/usr/bin/i8kmon -nd
    to
    [Service]
    ExecStart=/usr/bin/i8kmon --daemon --nouserconfig

  • Dell Vostro 3560 no automatic fan control

    Hello,
    I own this laptop and i am able to set the fan speed via
    This shuts down the fan.
    i8kfan -1 0
    This make the fan go on full blow.
    i8kfan -1 2
    Sensors detect everything they should:
    [andre@andre ~]$ sensors
    i8k-virtual-0
    Adapter: Virtual device
    Right Fan: 144000 RPM
    CPU: +66.0°C
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +69.0°C (high = +87.0°C, crit = +105.0°C)
    Core 0: +65.0°C (high = +87.0°C, crit = +105.0°C)
    Core 1: +69.0°C (high = +87.0°C, crit = +105.0°C)
    Core 2: +61.0°C (high = +87.0°C, crit = +105.0°C)
    Core 3: +64.0°C (high = +87.0°C, crit = +105.0°C)
    /etc/i8kutils/i8kmon.conf:
    # Sample i8kmon configuration file (/etc/i8kmon, ~/.i8kmon).
    # Kernel I8K status file
    set config(proc_i8k) /proc/i8k
    # Kernel APM status file
    set config(proc_apm) /proc/apm
    # Kernel ACPI status file
    set config(proc_acpi) /proc/acpi/ac_adapter/0/status
    # External program to control the fans
    set config(i8kfan) /usr/bin/i8kfan
    # Applet geometry, override with --geometry option
    set config(geometry) {}
    # Run as daemon, override with --daemon option
    set config(daemon) 0
    # Automatic fan control, override with --auto option
    set config(auto) 0
    # Report status on stdout, override with --verbose option
    set config(verbose) 0
    # Status check timeout (seconds), override with --timeout option
    set config(timeout) 5
    # Temperature display unit (C/F), override with --unit option
    set config(unit) C
    # Temperature threshold at which the temperature is displayed in red
    set config(t_high) 80
    # Minimum expected fan speed
    set config(min_speed) 1800
    # Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
    # These were tested on the I8000. If you have a different Dell laptop model
    # you should check the BIOS temperature monitoring and set the appropriate
    # thresholds here. In doubt start with low values and gradually rise them
    # until the fans are not always on when the cpu is idle.
    set config(0) {{- 0} -1 60 -1 65}
    set config(1) {{- 1} 55 70 55 75}
    set config(2) {{- 2} 60 80 65 85}
    set config(3) {{- 2} 70 128 75 128}
    # end of file
    This:
    i8kmon --daemon
    Keeps running, but the fan is on full blow no matter what.
    I have added this service to systemd and it gets loaded okay,
    but it runs the i8kmon --daemon, which does nothing.
    Any hints?
    Thanks
    Last edited by AndreeeCZ (2013-08-14 16:33:55)

    I have a dell vostro 1710, no fan running at all!
    I have opened it, and saw it spinning for a while on notebook power on, so it looks like it works
    Do not remember if this is happening a long time ago, or maybe after a Syu... but now temp is on 62 doing stuff, 74 watching a video..... it will be more than 80 in summer? lol
    Will install and configure i8kutils I guess....

  • Mail.app using multiple identities and outgoing servers, how to map them?

    Hi all,
    I am using mail account and my main account (gmail) is defined as IMAP on it.
    In my gmail settings, all my other mails are forwarded to this e-mail account so I don't need to define my other mails to get those mails (since I get them from my mail account).
    When sending an e-mail or replying, I want to use the same identity that the mail was sent to and the same outgoing mail server.
    For now, I successfully defined my different identities in my main account (i.e., I added them in the e-mail address field with comma separated values), and I also managed to define different outgoing servers (from account -> outgoing servers). However, my problem is that, I cannot link an identity to an outgoing server. They are all linked to my default mail's outgoing server by default and I have to manually select them every time I sent an e-mail. However what I want is the following:
    Let's say that I have 2 identities: id1 and id2 and two outgoing server os1 and os2.
    I want the mail.app to select os1 whenever I selected id1 and os2 whenever I select id2.
    I want the mail.app to select os2 whenever it decides to use id2 (because the e-mail was sent to id2) and the same for the other os-id pair.
    Is this possible? All help is greatly appreciated. Thanks in advance, and do ask if you need more information.
    Regards,

    Have you tried restarting or resetting your iPhone?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    Also consider deleting and reinstalling the Mail Account in question.

  • DELL M1530 multimedia keys config files for KDE 4?

    Is anyone here has been able to make the dell xps m1530 multimedia keys work in KDE 4, if yes can you please share all your relevant config files?
    Thanks you
    Last edited by venky80 (2008-08-26 20:57:21)

    stelarmoon : it works more normal with the vesa driver or if you add ONE of the following to section device in xorg.conf :
    Option "AccelMethod" "EXA"
    Option "ExaNoComposite" "false"
    Option "MigrationHeuristic" "greedy"
    Option "XaaNoPixmapCache"
    Option "XAANoOffscreenPixmaps" "1"
    Option "DRI" "true"
    Option "AccelMethod" "XAA
    thanks to mksoft from whatsup forum for the solution
    i am stuck now with normal performance but still no effects

  • Vostro 3560 - AMD Radeon HD 7670M not working

    Hi guys,
    I bought an DELL VOSTRO 3560 with Intel and AMD graphic card, but when I trying to run switchable graphic card, it show an error message also when I run any games like (MS Flight simulator X) it don't detect my AMD graphiv card.
    also my OS is Windows 7 64bit and I upgrade all drivers.
    please see attached picture after I run AMD switchable graphic:

    Hi,
    Let me try to clarify you. The AMD Radeon HD 7670M works with Intel HD Graphics with a technology called "Enduro" that define (by the system) which graphic will be used in determined conditions.
    If you have the "Automatic Windows Update" setted "on", and like Dell did not released any new graphic driver for more than one year, your system will detect (automaticaly) new drives for Intel Graphics HD 4000 and will install them. And it's the cause of your problem. It will mess your graphics configurations.
    Like Ravi Chandra stated, you may need to completely unistall all graphics stuff and reinstall last Dell's driver (http://www.dell.com/support/drivers/us/en/19/DriverDetails/Product/vostro-3560?driverId=3WKM7&osCode=W764&fileId=3147193857&languageCode=en&categoryId=VI). It will restore your system graphics funcionalities.
    To avoid new issues, I would suggest you to read this thread: http://en.community.dell.com/support-forums/laptop/f/3519/t/19486888.aspx?PageIndex=1.
    Me and another community member, after the procedure above, have installed AMD Mobiity Graphics Drivers (http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx) over the Dell's A04 drivers. And, after installed latest Intel Graphics updates (http://www.intel.com/p/en_US/support/detect?iid=dc_iduu).
    We kept all graphics devices functionalities with completely updated drives.
    Don't ask me why Dell did not release this solution. Me and the rest of world don't know.
    Let we know if this solved your issue
    Regards.
    Marco

  • How do I make my multimedia keys work with iTunes?

    I just bought a new Dell XPS L502X laptop and i realize that the multimedia keys only work with iTunes when the window is open. I was wondering if it would be possible to use these commands even when the window is not open.

    You are correct in some of your assertions, Limnos but, if I were to follow Apple's wishes, I would have to purchase the latest and greatest Apple product every month!  I refuse to do that.  I understand that my G4 is old but, it does what I need it to do.  To answer your question though, I purchased the iPod classic as a refurbished unit, about 5 years ago and had it replaced three times, since then so, there is no way for me to know how old it is.
    From my knowledge of how the Classics work(which is extensive.)  It is basically a hard disk.  There should be of performing a low level format, plug it back in and the G4 should recognize the ROm and automatically search for the correct software associated with that version of iPod and load it but, Apple will most likely no longer carry the software on their servers anymore!(surprise,surprise.)

  • Qosmio X300 - How to disable the beep-sound of the Multimedia keys?

    I've now tried quite long and looked through the net for one thing:
    How do I disable the sound of the multimedia keys above the keyboard? I just find the beep-sounds unbelievable disturbing.

    You must enter BIOS and search for option name something like BEEP SOUND or something similar and change to DISABLED. I can't tell where exactly this option is, because my laptop is away from me ;)
    Hope it helps.

  • Dell Vostro 3350, Lap Top, Offline, How can I change it

    I have a Dell Vostro 3350 Lap Top, Windows 7, It will not print because it is offline.
    How do I change it.

     Hi,
    Please use the following tips/instructions to fix:
        http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02221706&cc=us&lc=en&dlc=en
    Good luck.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to configure Multimedia Keys?

    Hello everybody!
    I have just one simple question! How can configure the multimedia key on the top of the keyboard?? Cause when touch the open media button its Windows Media Player open but I dont want this, I want win amp or bsplayer to open! How can do that?? Thanks!!!
    Sorry for my English...Im French!!

    Hello
    I have tested it a little bit on my Satellite P200 and I was not able to configure play button to start WinAmp but you can configure those buttons to work with WinAmp. It is very easy:
    Start WinAmp > Options > Preferences > Global Hotkeys enable option Enable default multimedia key support
    After doing this you will be able to use multimedia keys with WinAmp but you will probably not be able to open WinAmp when you press play button.
    Check it out.

  • Map multimedia keys to characters?

    I've got five multimedia keys on the edge of my keyboard and they are aligned just properly to be used as input in Frets On Fire Game doesn't recognize those keys though, so I was wondering is there a way to make the multimedia keys to generate for example characters a, b, c, d and e? Then they should work in the game?

    Ok, thanks I got all them but one working. Four of these keys return keycodes: 129, 144, 153 and 162. They are also recognized by xev. But one of them doesn't print anything in xev. I tried with "showkey -k" and it told me that the keycode is 410. Even though I mapped that keycode with xmodmap it doesn't print anything. All the other multimedia keys now print characters. What's the problem?
    edit: It seems that xorg doesn't like keycodes above 255. So I have to somehow map that one button to generate keycode below 255. I could probably do it with setkeycodes? Problem is that I've got no idea what the scan code of that button is, because it doesn't show up anywhere. "showkey -k" shows 410 and "showkey -s" shows nothing (for other key it shows the scan code normally). Weird...
    Last edited by mikoro (2008-01-20 13:34:27)

  • How can I stop iTunes from using my multimedia keys on my keyboard?

    I use the multimedia keys on my keyboard for WinAmp, which is my primary music player.  When iTunes is open it hijacks every one of them.  WinAmp has options to enable and disable the use of global hotkeys and multimedia keys.  iTunes does not seem to.  Is there really no way to get iTunes to stop taking control of my keys?  I am using Windows 7 Home Premium 64 bit, for the record.

    Yep.  Don't manually manage.

  • I do not know how to transfer my Photoshop elements from old Dell Vostro 1720 to new Lenovo T410.  please help

    I am askink for help in moving my photoshop elements 10 from Dell Vostro 1720 laptop to my newer Lenovo T410 lap

    You do not move Adobe applications, you install them, so get the installation files and install them like you originally did.
    PSE 10, 11 - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html
    You will also need your serial number to activate the new installation.  If you did not keep a record of it you might be able to find it in your Adobe account online if you registered the program.
    You are allowed to have two installations activated so if you wish to you can keep the software working on the old machine.  If you wish to remove it or disable it, you need to deactivate it (Help -> Deactivate).

  • MTRR allocation problem on Dell Vostro

    Hello good people,
    I am having MTRR messages from kernel and a warning that graphics performance may suffer. I know from the sparse mtrr documentation around that I can set them up as I want and everything should work  but after trying several changes, the only thing I have managed to do it get a horribly slow laptop.
    I am running 64bit Arch on Dell Vostro 3550. I have 6GB ram and a hybrid video card setup with an Intel card and an ATI one. I am using the proprietary Catalyst driver and I also have the intel driver installed.
    Here we go...
    Kernel message.
    $dmesg | grep -i mtrr
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] MTRR variable ranges enabled:
    [ 17.262434] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    [ 17.262437] [drm] MTRR allocation failed. Graphics performance may suffer.
    I noticed in /proc/config.gz that I don't have MTRR cleanup enabled by default so I tried adding enable_mtrr_cleanup to the boot line but I still don't get a good mtrr.
    $zgrep MTRR /proc/config.gz
    CONFIG_MTRR=y
    CONFIG_MTRR_SANITIZER=y
    CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
    CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
    Now here is the mtrr I would like to repair. Notice that the memory range in reg 0 is 8192MB. Why? Reg 3 should be the range for the intel card since that's the address I get from lspci -vv as you will see. Similary, reg 4 is mapping for the ATI radeon card. According to what I have read, I want to have these as write-combining. The other ranges I have no idea why they are there which complicates my attempts at fixing the mtrr.
    $cat /proc/mtrr
    reg00: base=0x000000000 ( 0MB), size= 8192MB, count=1: write-back
    reg01: base=0x0cb800000 ( 3256MB), size= 8MB, count=1: uncachable
    reg02: base=0x0cc000000 ( 3264MB), size= 64MB, count=1: uncachable
    reg03: base=0x0d0000000 ( 3328MB), size= 256MB, count=1: uncachable
    reg04: base=0x0e0000000 ( 3584MB), size= 512MB, count=1: uncachable
    reg05: base=0x1afe00000 ( 6910MB), size= 2MB, count=1: uncachable
    reg06: base=0x1b0000000 ( 6912MB), size= 256MB, count=1: uncachable
    reg07: base=0x1c0000000 ( 7168MB), size= 1024MB, count=1: uncachable
    Here is the lspci output.
    $lspci -vv
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: f7b00000-f7bfffff
    Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04cd
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 53
    Region 0: Memory at f6400000 (64-bit, non-prefetchable) [size=4M]
    Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 4: I/O ports at f000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 52
    Region 0: Memory at f7c0a000 (64-bit, non-prefetchable) [size=16]
    Capabilities: <access denied>
    Kernel driver in use: mei
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05) (prog-if 20 [EHCI])
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at f7c08000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci_hcd
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 54
    Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=03, subordinate=04, sec-latency=0
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=05, subordinate=06, sec-latency=0
    I/O behind bridge: 0000d000-0000dfff
    Prefetchable memory behind bridge: 00000000f1100000-00000000f11fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=09, subordinate=0a, sec-latency=0
    Memory behind bridge: f7a00000-f7afffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=0b, subordinate=0c, sec-latency=0
    Memory behind bridge: f7900000-f79fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=11, subordinate=16, sec-latency=0
    I/O behind bridge: 0000b000-0000cfff
    Memory behind bridge: f6800000-f78fffff
    Prefetchable memory behind bridge: 00000000f0000000-00000000f10fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 23
    Region 0: Memory at f7c07000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci_hcd
    00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 49
    Region 0: I/O ports at f0b0 [size=8]
    Region 1: I/O ports at f0a0 [size=4]
    Region 2: I/O ports at f090 [size=8]
    Region 3: I/O ports at f080 [size=4]
    Region 4: I/O ports at f060 [size=32]
    Region 5: Memory at f7c06000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: <access denied>
    Kernel driver in use: ahci
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin C routed to IRQ 18
    Region 0: Memory at f7c05000 (64-bit, non-prefetchable) [size=256]
    Region 4: I/O ports at f040 [size=32]
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler [AMD Radeon HD 6600M Series] (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04cd
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 55
    Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Region 2: Memory at f7b20000 (64-bit, non-prefetchable) [size=128K]
    Region 4: I/O ports at e000 [size=256]
    Expansion ROM at f7b00000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: fglrx_pci
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 50
    Region 0: I/O ports at d000 [size=256]
    Region 2: Memory at f1104000 (64-bit, prefetchable) [size=4K]
    Region 4: Memory at f1100000 (64-bit, prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: r8169
    09:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
    Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 51
    Region 0: Memory at f7a00000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: iwlwifi
    0b:00.0 USB controller: Texas Instruments Device 8241 (rev 02) (prog-if 30 [XHCI])
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at f7900000 (64-bit, non-prefetchable) [size=64K]
    Region 2: Memory at f7910000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: xhci_hcd
    Finally, here is the Xorg log.
    $cat /var/log/Xorg.0.log
    [ 22.722]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 22.744] X Protocol Version 11, Revision 0
    [ 22.744] Build Operating System: Linux 3.2.2-1-ARCH x86_64
    [ 22.744] Current Operating System: Linux bitlab 3.3.6-1-ARCH #1 SMP PREEMPT Sun May 13 10:52:32 CEST 2012 x86_64
    [ 22.744] Kernel command line: root=/dev/mapper/arch--volume-lvroot ro
    [ 22.744] Build Date: 29 January 2012 03:38:00PM
    [ 22.744]
    [ 22.744] Current version of pixman: 0.24.4
    [ 22.744] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.744] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.744] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 19 10:29:00 2012
    [ 22.807] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.807] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.828] (==) ServerLayout "aticonfig Layout"
    [ 22.828] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 22.828] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 22.829] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 22.829] (==) Automatically adding devices
    [ 22.829] (==) Automatically enabling devices
    [ 22.881] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.881] Entry deleted from font path.
    [ 22.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 22.882] Entry deleted from font path.
    [ 22.882] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 22.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 22.882] Entry deleted from font path.
    [ 22.882] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 22.882] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 22.882] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.882] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 22.882] (II) Loader magic: 0x7ccae0
    [ 22.882] (II) Module ABI versions:
    [ 22.882] X.Org ANSI C Emulation: 0.4
    [ 22.882] X.Org Video Driver: 11.0
    [ 22.882] X.Org XInput driver : 13.0
    [ 22.882] X.Org Server Extension : 6.0
    [ 22.883] (--) PCI:*(0:0:2:0) 8086:0126:1028:04cd rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 22.883] (--) PCI: (0:1:0:0) 1002:6741:1028:04cd rev 0, Mem @ 0xe0000000/268435456, 0xf7b20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 22.883] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.883] (II) "extmod" will be loaded by default.
    [ 22.883] (II) "dbe" will be loaded by default.
    [ 22.883] (II) "glx" will be loaded by default.
    [ 22.883] (II) "record" will be loaded by default.
    [ 22.883] (II) "dri" will be loaded by default.
    [ 22.883] (II) "dri2" will be loaded by default.
    [ 22.883] (II) LoadModule: "extmod"
    [ 22.934] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.935] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.935] compiled for 1.11.4, module version = 1.0.0
    [ 22.935] Module class: X.Org Server Extension
    [ 22.935] ABI class: X.Org Server Extension, version 6.0
    [ 22.935] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.935] (II) Loading extension XFree86-VidModeExtension
    [ 22.935] (II) Loading extension XFree86-DGA
    [ 22.935] (II) Loading extension DPMS
    [ 22.935] (II) Loading extension XVideo
    [ 22.935] (II) Loading extension XVideo-MotionCompensation
    [ 22.935] (II) Loading extension X-Resource
    [ 22.935] (II) LoadModule: "dbe"
    [ 22.935] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.936] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.936] compiled for 1.11.4, module version = 1.0.0
    [ 22.936] Module class: X.Org Server Extension
    [ 22.936] ABI class: X.Org Server Extension, version 6.0
    [ 22.936] (II) Loading extension DOUBLE-BUFFER
    [ 22.936] (II) LoadModule: "glx"
    [ 22.936] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.951] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 22.951] compiled for 6.9.0, module version = 1.0.0
    [ 22.952] (II) Loading extension GLX
    [ 22.952] (II) LoadModule: "record"
    [ 22.952] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.957] (II) Module record: vendor="X.Org Foundation"
    [ 22.957] compiled for 1.11.4, module version = 1.13.0
    [ 22.957] Module class: X.Org Server Extension
    [ 22.957] ABI class: X.Org Server Extension, version 6.0
    [ 22.957] (II) Loading extension RECORD
    [ 22.957] (II) LoadModule: "dri"
    [ 22.958] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.965] (II) Module dri: vendor="X.Org Foundation"
    [ 22.965] compiled for 1.11.4, module version = 1.0.0
    [ 22.965] ABI class: X.Org Server Extension, version 6.0
    [ 22.965] (II) Loading extension XFree86-DRI
    [ 22.965] (II) LoadModule: "dri2"
    [ 22.965] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.966] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.966] compiled for 1.11.4, module version = 1.2.0
    [ 22.966] ABI class: X.Org Server Extension, version 6.0
    [ 22.966] (II) Loading extension DRI2
    [ 22.966] (II) LoadModule: "fglrx"
    [ 22.966] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 23.148] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 23.154] compiled for 1.4.99.906, module version = 8.96.4
    [ 23.154] Module class: X.Org Video Driver
    [ 23.156] (II) Loading sub module "fglrxdrm"
    [ 23.156] (II) LoadModule: "fglrxdrm"
    [ 23.156] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 23.183] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 23.183] compiled for 1.4.99.906, module version = 8.96.4
    [ 23.192] (II) ATI Proprietary Linux Driver Version Identifier:8.96.4
    [ 23.192] (II) ATI Proprietary Linux Driver Release Identifier: 8.961
    [ 23.192] (II) ATI Proprietary Linux Driver Build Date: Apr 5 2012 23:06:21
    [ 23.192] (++) using VT number 7
    [ 23.195] (WW) Falling back to old probe method for fglrx
    [ 23.260] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 23.263] (--) Chipset Supported AMD Graphics Processor (0x6741) found
    [ 23.264] (II) fglrx: intel VGA device detected, load intel driver.
    [ 23.264] (II) LoadModule: "intel"
    [ 23.264] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 23.296] (II) Module intel: vendor="X.Org Foundation"
    [ 23.296] compiled for 1.11.2, module version = 2.17.0
    [ 23.296] Module class: X.Org Video Driver
    [ 23.296] ABI class: X.Org Video Driver, version 11.0
    [ 23.298] ukiDynamicMajor: found major device number 251
    [ 23.298] ukiDynamicMajor: found major device number 251
    [ 23.298] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 23.298] ukiOpenDevice: node name is /dev/ati/card0
    [ 23.298] ukiOpenDevice: open result is 7, (OK)
    [ 23.298] ukiOpenByBusid: ukiOpenMinor returns 7
    [ 23.298] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 23.300] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 23.301] (II) AMD Video driver is signed
    [ 23.301] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 23.301] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 23.301] (II) fglrx(0): pEnt->device->identifier=0x100a450
    [ 23.302] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 23.302] (II) intel(1): pEnt->device->identifier=(nil)
    [ 23.302] (EE) Screen 1 deleted because of no matching config section.
    [ 23.302] (II) UnloadModule: "intel"
    [ 23.302] (II) Unloading intel
    [ 23.302] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
    [ 23.302] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
    [ 23.798] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
    Switch to AMD
    [ 23.801] drmOpenDevice: node name is /dev/dri/card0
    [ 23.801] drmOpenDevice: open result is 12, (OK)
    [ 23.801] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 23.801] drmOpenDevice: node name is /dev/dri/card0
    [ 23.801] drmOpenDevice: open result is 12, (OK)
    [ 23.801] drmOpenByBusid: drmOpenMinor returns 12
    [ 23.801] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 23.801] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 23.801] (==) fglrx(0): RGB weight 888
    [ 23.801] (==) fglrx(0): Default visual is TrueColor
    [ 23.802] (**) fglrx(0): Option "Tiling" "off"
    [ 23.802] (**) fglrx(0): Option "LinearFramebuffer" "on"
    [ 23.802] (**) fglrx(0): Option "Shadow" "off"
    [ 23.802] (II) fglrx(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
    [ 23.802] (**) fglrx(0): ChipID override: 0x0126
    [ 23.802] (**) fglrx(0): ChipRev override: 9
    [ 23.802] (**) fglrx(0): Chipset: "Sandybridge Mobile (GT2+)"
    [ 23.802] (**) fglrx(0): Relaxed fencing enabled
    [ 23.802] (**) fglrx(0): Wait on SwapBuffers? enabled
    [ 23.802] (**) fglrx(0): Triple buffering? enabled
    [ 23.802] (**) fglrx(0): Framebuffer linear
    [ 23.802] (**) fglrx(0): Pixmaps linear
    [ 23.802] (**) fglrx(0): 3D buffers tiled
    [ 23.802] (**) fglrx(0): SwapBuffers wait enabled
    [ 23.802] (==) fglrx(0): video overlay key set to 0x101fe
    [ 23.802] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
    [ 23.802] (II) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
    [ 23.802] (II) fglrx(0): Output VGA1 has no monitor section
    [ 23.825] (II) fglrx(0): Output HDMI1 has no monitor section
    [ 23.863] (II) fglrx(0): Output DP1 has no monitor section
    [ 23.863] (II) fglrx(0): EDID for output LVDS1
    [ 23.863] (II) fglrx(0): Manufacturer: LGD Model: 2e3 Serial#: 0
    [ 23.863] (II) fglrx(0): Year: 2010 Week: 0
    [ 23.863] (II) fglrx(0): EDID Version: 1.4
    [ 23.863] (II) fglrx(0): Digital Display Input
    [ 23.863] (II) fglrx(0): 6 bits per channel
    [ 23.863] (II) fglrx(0): Digital interface is undefined
    [ 23.863] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 23.863] (II) fglrx(0): Gamma: 2.20
    [ 23.863] (II) fglrx(0): No DPMS capabilities specified
    [ 23.863] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 23.863] (II) fglrx(0): First detailed timing is preferred mode
    [ 23.863] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 23.863] (II) fglrx(0): redX: 0.613 redY: 0.371 greenX: 0.350 greenY: 0.606
    [ 23.863] (II) fglrx(0): blueX: 0.152 blueY: 0.099 whiteX: 0.313 whiteY: 0.329
    [ 23.863] (II) fglrx(0): Manufacturer's mask: 0
    [ 23.863] (II) fglrx(0): Supported detailed timing:
    [ 23.863] (II) fglrx(0): clock: 76.0 MHz Image Size: 344 x 194 mm
    [ 23.863] (II) fglrx(0): h_active: 1366 h_sync: 1402 h_sync_end 1450 h_blank_end 1564 h_border: 0
    [ 23.863] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 810 v_border: 0
    [ 23.863] (II) fglrx(0): Supported detailed timing:
    [ 23.863] (II) fglrx(0): clock: 51.0 MHz Image Size: 344 x 194 mm
    [ 23.863] (II) fglrx(0): h_active: 1366 h_sync: 1402 h_sync_end 1450 h_blank_end 1564 h_border: 0
    [ 23.863] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 814 v_border: 0
    [ 23.863] (II) fglrx(0): PPCTF156WH4
    [ 23.863] (II) fglrx(0): Unknown vendor-specific block 0
    [ 23.863] (II) fglrx(0): EDID (in hex):
    [ 23.863] (II) fglrx(0): 00ffffffffffff0030e4e30200000000
    [ 23.863] (II) fglrx(0): 00140104902213780a09159d5f599b27
    [ 23.863] (II) fglrx(0): 19505400000001010101010101010101
    [ 23.863] (II) fglrx(0): 010101010101b01d56c650002a302430
    [ 23.863] (II) fglrx(0): 350058c210000019ec1356c650002e30
    [ 23.863] (II) fglrx(0): 2430350058c210000019000000fe0050
    [ 23.863] (II) fglrx(0): 50435446803135365748340a00000000
    [ 23.863] (II) fglrx(0): 00004131960000000001010a202000ef
    [ 23.863] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 23.863] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 23.863] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Printing probed modes for output LVDS1
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x60.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x40.1 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 23.863] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 23.863] (II) fglrx(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 23.863] (II) fglrx(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 23.863] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 23.863] (II) fglrx(0): EDID for output VGA1
    [ 23.887] (II) fglrx(0): EDID for output HDMI1
    [ 23.926] (II) fglrx(0): EDID for output DP1
    [ 23.973] (II) fglrx(0): Output LVDS1 connected
    [ 23.973] (II) fglrx(0): Output VGA1 disconnected
    [ 23.973] (II) fglrx(0): Output HDMI1 disconnected
    [ 23.973] (II) fglrx(0): Output DP1 disconnected
    [ 23.973] (II) fglrx(0): Using exact sizes for initial modes
    [ 23.973] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
    [ 23.973] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 23.973] (II) fglrx(0): Kernel page flipping support detected, enabling
    [ 23.973] (**) fglrx(0): Display dimensions: (340, 190) mm
    [ 23.973] (**) fglrx(0): DPI set to (102, 102)
    [ 23.973] (II) Loading sub module "fb"
    [ 23.973] (II) LoadModule: "fb"
    [ 23.984] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 24.133] (II) Module fb: vendor="X.Org Foundation"
    [ 24.133] compiled for 1.11.4, module version = 1.0.0
    [ 24.133] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 24.133] (II) Loading sub module "dri2"
    [ 24.133] (II) LoadModule: "dri2"
    [ 24.133] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.133] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.133] compiled for 1.11.4, module version = 1.2.0
    [ 24.133] ABI class: X.Org Server Extension, version 6.0
    [ 24.133] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 24.133] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 24.133] (==) fglrx(0): Default visual is TrueColor
    [ 24.133] (**) fglrx(0): Option "DPMS" "true"
    [ 24.133] (==) fglrx(0): RGB weight 888
    [ 24.133] (II) fglrx(0): Using 8 bits per RGB
    [ 24.133] (==) fglrx(0): Buffer Tiling is ON
    [ 24.133] (II) Loading sub module "fglrxdrm"
    [ 24.133] (II) LoadModule: "fglrxdrm"
    [ 24.133] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 24.133] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 24.133] compiled for 1.4.99.906, module version = 8.96.4
    [ 24.134] ukiDynamicMajor: found major device number 251
    [ 24.134] ukiDynamicMajor: found major device number 251
    [ 24.134] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 24.134] ukiOpenDevice: node name is /dev/ati/card0
    [ 24.134] ukiOpenDevice: open result is 13, (OK)
    [ 24.134] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 24.134] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 24.135] (**) fglrx(0): NoAccel = NO
    [ 24.135] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 24.135] (--) fglrx(0): Chipset: "AMD Radeon 6600M and 6700M Series" (Chipset = 0x6741)
    [ 24.135] (--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x04cd)
    [ 24.135] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 24.135] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 24.135] (--) fglrx(0): MMIO registers at 0xf7b20000
    [ 24.135] (--) fglrx(0): I/O port at 0x0000e000
    [ 24.135] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 24.157] (II) fglrx(0): AC Adapter is used
    [ 24.236] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 24.236] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
    [ 24.236] (II) fglrx(0): PCIE card detected
    [ 24.236] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 24.236] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 24.241] (II) fglrx(0): Using adapter: 1:0.0.
    [ 24.248] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [ 24.274] (II) fglrx(0): Interrupt handler installed at IRQ 55.
    [ 24.274] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 24.274] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 24.274] (==) fglrx(0): Center Mode is disabled
    [ 24.274] (II) Loading sub module "fb"
    [ 24.274] (II) LoadModule: "fb"
    [ 24.274] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 24.274] (II) Module fb: vendor="X.Org Foundation"
    [ 24.274] compiled for 1.11.4, module version = 1.0.0
    [ 24.274] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 24.274] (II) Loading sub module "ddc"
    [ 24.274] (II) LoadModule: "ddc"
    [ 24.274] (II) Module "ddc" already built-in
    [ 24.388] (II) fglrx(0): Finished Initialize PPLIB!
    [ 24.396] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 24.397] (II) fglrx(0): Adapter AMD Radeon 6600M and 6700M Series has 6 configurable heads and 0 displays connected.
    [ 24.397] (==) fglrx(0): PseudoColor visuals disabled
    [ 24.397] (II) Loading sub module "ramdac"
    [ 24.397] (II) LoadModule: "ramdac"
    [ 24.397] (II) Module "ramdac" already built-in
    [ 24.397] (==) fglrx(0): NoDRI = NO
    [ 24.397] (==) fglrx(0): Capabilities: 0x00000000
    [ 24.397] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 24.397] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 24.397] (==) fglrx(0): UseFastTLS=0
    [ 24.397] (--) Depth 24 pixmap format is 32 bpp
    [ 24.397] (II) LoadModule: "glesx"
    [ 24.458] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 24.594] (II) Module glesx: vendor="X.Org Foundation"
    [ 24.594] compiled for 1.4.99.906, module version = 1.0.0
    [ 24.594] (II) Loading extension GLESX
    [ 24.606] (II) fglrx(0): [DRI2] Setup complete
    [ 24.606] (II) fglrx(0): [DRI2] DRI driver: i965
    [ 24.606] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
    [ 24.610] (II) UXA(0): Driver registered support for the following operations:
    [ 24.610] (II) solid
    [ 24.610] (II) copy
    [ 24.610] (II) composite (RENDER acceleration)
    [ 24.610] (II) put_image
    [ 24.610] (II) get_image
    [ 24.610] (==) fglrx(0): Backing store disabled
    [ 24.610] (==) fglrx(0): Silken mouse enabled
    [ 24.610] (II) fglrx(0): Initializing HW Cursor
    [ 24.666] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 24.667] (**) fglrx(0): DPMS enabled
    [ 24.667] (==) fglrx(0): Intel XvMC decoder enabled
    [ 24.667] (II) fglrx(0): Set up textured video
    [ 24.667] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
    [ 24.667] (II) fglrx(0): direct rendering: DRI2 Enabled
    [ 24.667] (WW) fglrx(0): Option "VendorName" is not used
    [ 24.667] (WW) fglrx(0): Option "ModelName" is not used
    [ 24.667] (WW) fglrx(0): Option "Shadow" is not used
    [ 24.667] (WW) fglrx(0): Option "Tiling" is not used
    [ 24.667] (WW) fglrx(0): Option "LinearFramebuffer" is not used
    [ 24.667] (==) fglrx(0): hotplug detection: "enabled"
    [ 24.668] (II) Loading extension ATIFGLRXDRI
    [ 24.668] (II) fglrx(0): doing swlDriScreenInit
    [ 24.668] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 24.668] ukiDynamicMajor: found major device number 251
    [ 24.668] ukiDynamicMajor: found major device number 251
    [ 24.668] ukiDynamicMajor: found major device number 251
    [ 24.668] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 24.668] ukiOpenDevice: node name is /dev/ati/card0
    [ 24.668] ukiOpenDevice: open result is 15, (OK)
    [ 24.668] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 24.668] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 24.668] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 24.668] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 24.668] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 24.668] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f9e27b95000
    [ 24.668] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 24.668] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 24.668] (II) fglrx(0): swlDriScreenInit done
    [ 24.668] (II) fglrx(0): Kernel Module Version Information:
    [ 24.668] (II) fglrx(0): Name: fglrx
    [ 24.668] (II) fglrx(0): Version: 8.96.4
    [ 24.668] (II) fglrx(0): Date: Apr 5 2012
    [ 24.668] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 24.668] (II) fglrx(0): Kernel Module version matches driver.
    [ 24.668] (II) fglrx(0): Kernel Module Build Time Information:
    [ 24.668] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.3.6-1-ARCH
    [ 24.668] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 24.668] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 24.668] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 24.668] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 24.699] (II) fglrx(0): DRI initialization successfull
    [ 24.699] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01028000
    [ 24.699] (II) fglrx(0): Intel display surface mc addr for AMD: 8fce0000
    [ 24.700] (==) fglrx(0): Backing store disabled
    [ 24.700] (II) Loading extension FGLRXEXTENSION
    [ 24.700] (**) fglrx(0): DPMS enabled
    [ 24.700] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 24.700] (**) fglrx(0): Textured Video is enabled.
    [ 24.700] (II) fglrx(0): GLESX enableFlags = 848
    [ 24.700] (II) fglrx(0): GLESX is enabled
    [ 24.700] (II) LoadModule: "amdxmm"
    [ 24.701] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 24.709] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 24.709] compiled for 1.4.99.906, module version = 2.0.0
    [ 24.709] (II) Loading extension AMDXVOPL
    [ 24.709] (II) Loading extension AMDXVBA
    [ 24.709] XvScreenInit: screen devPrivates ptr non-NULL before init
    [ 24.721] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 24.723] (II) fglrx(0): Enable composite support successfully
    [ 24.723] (WW) fglrx(0): Option "VendorName" is not used
    [ 24.723] (WW) fglrx(0): Option "ModelName" is not used
    [ 24.723] (WW) fglrx(0): Option "Shadow" is not used
    [ 24.723] (WW) fglrx(0): Option "Tiling" is not used
    [ 24.723] (WW) fglrx(0): Option "LinearFramebuffer" is not used
    [ 24.723] (II) fglrx(0): X context handle = 0x1
    [ 24.723] (II) fglrx(0): [DRI] installation complete
    [ 24.736] (--) RandR disabled
    [ 24.736] (II) Initializing built-in extension Generic Event Extension
    [ 24.736] (II) Initializing built-in extension SHAPE
    [ 24.736] (II) Initializing built-in extension MIT-SHM
    [ 24.736] (II) Initializing built-in extension XInputExtension
    [ 24.736] (II) Initializing built-in extension XTEST
    [ 24.736] (II) Initializing built-in extension BIG-REQUESTS
    [ 24.736] (II) Initializing built-in extension SYNC
    [ 24.736] (II) Initializing built-in extension XKEYBOARD
    [ 24.736] (II) Initializing built-in extension XC-MISC
    [ 24.736] (II) Initializing built-in extension SECURITY
    [ 24.736] (II) Initializing built-in extension XINERAMA
    [ 24.736] (II) Initializing built-in extension XFIXES
    [ 24.736] (II) Initializing built-in extension RENDER
    [ 24.736] (II) Initializing built-in extension RANDR
    [ 24.736] (II) Initializing built-in extension COMPOSITE
    [ 24.736] (II) Initializing built-in extension DAMAGE
    [ 24.737] ukiDynamicMajor: found major device number 251
    [ 24.737] ukiDynamicMajor: found major device number 251
    [ 24.737] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 24.737] ukiOpenDevice: node name is /dev/ati/card0
    [ 24.737] ukiOpenDevice: open result is 16, (OK)
    [ 24.737] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 24.737] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 25.513] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 25.597] (II) fglrx(0): Enable the clock gating!
    [ 25.597] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 25.834] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 25.834] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 25.834] (II) LoadModule: "evdev"
    [ 25.834] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.840] (II) Module evdev: vendor="X.Org Foundation"
    [ 25.840] compiled for 1.10.99.902, module version = 2.6.0
    [ 25.840] Module class: X.Org XInput Driver
    [ 25.840] ABI class: X.Org XInput driver, version 13.0
    [ 25.840] (II) Using input driver 'evdev' for 'Power Button'
    [ 25.840] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.840] (**) Power Button: always reports core events
    [ 25.840] (**) Power Button: Device: "/dev/input/event6"
    [ 25.840] (--) Power Button: Found keys
    [ 25.840] (II) Power Button: Configuring as keyboard
    [ 25.840] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 25.840] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 25.840] (**) Option "xkb_rules" "evdev"
    [ 25.840] (**) Option "xkb_model" "evdev"
    [ 25.840] (**) Option "xkb_layout" "us"
    [ 25.868] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 25.868] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 25.868] (II) Using input driver 'evdev' for 'Video Bus'
    [ 25.868] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.869] (**) Video Bus: always reports core events
    [ 25.869] (**) Video Bus: Device: "/dev/input/event12"
    [ 25.869] (--) Video Bus: Found keys
    [ 25.869] (II) Video Bus: Configuring as keyboard
    [ 25.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input12/event12"
    [ 25.869] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 25.869] (**) Option "xkb_rules" "evdev"
    [ 25.869] (**) Option "xkb_model" "evdev"
    [ 25.869] (**) Option "xkb_layout" "us"
    [ 25.869] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 25.869] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 25.869] (II) Using input driver 'evdev' for 'Video Bus'
    [ 25.869] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.869] (**) Video Bus: always reports core events
    [ 25.869] (**) Video Bus: Device: "/dev/input/event11"
    [ 25.869] (--) Video Bus: Found keys
    [ 25.869] (II) Video Bus: Configuring as keyboard
    [ 25.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/LNXVIDEO:00/input/input11/event11"
    [ 25.869] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 25.869] (**) Option "xkb_rules" "evdev"
    [ 25.869] (**) Option "xkb_model" "evdev"
    [ 25.869] (**) Option "xkb_layout" "us"
    [ 25.869] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 25.869] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 25.869] (II) Using input driver 'evdev' for 'Power Button'
    [ 25.869] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.869] (**) Power Button: always reports core events
    [ 25.869] (**) Power Button: Device: "/dev/input/event4"
    [ 25.869] (--) Power Button: Found keys
    [ 25.869] (II) Power Button: Configuring as keyboard
    [ 25.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 25.869] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 25.869] (**) Option "xkb_rules" "evdev"
    [ 25.869] (**) Option "xkb_model" "evdev"
    [ 25.869] (**) Option "xkb_layout" "us"
    [ 25.870] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 25.870] (II) No input driver specified, ignoring this device.
    [ 25.870] (II) This device may have been added with another device file.
    [ 25.870] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 25.870] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 25.870] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 25.870] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.870] (**) Sleep Button: always reports core events
    [ 25.870] (**) Sleep Button: Device: "/dev/input/event5"
    [ 25.870] (--) Sleep Button: Found keys
    [ 25.870] (II) Sleep Button: Configuring as keyboard
    [ 25.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
    [ 25.870] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
    [ 25.870] (**) Option "xkb_rules" "evdev"
    [ 25.870] (**) Option "xkb_model" "evdev"
    [ 25.870] (**) Option "xkb_layout" "us"
    [ 25.870] (II) config/udev: Adding input device Laptop_Integrated_Webcam_FHD (/dev/input/event8)
    [ 25.870] (**) Laptop_Integrated_Webcam_FHD: Applying InputClass "evdev keyboard catchall"
    [ 25.870] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_FHD'
    [ 25.870] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.870] (**) Laptop_Integrated_Webcam_FHD: always reports core events
    [ 25.870] (**) Laptop_Integrated_Webcam_FHD: Device: "/dev/input/event8"
    [ 25.870] (--) Laptop_Integrated_Webcam_FHD: Found keys
    [ 25.870] (II) Laptop_Integrated_Webcam_FHD: Configuring as keyboard
    [ 25.870] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input8/event8"
    [ 25.870] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_FHD" (type: KEYBOARD, id 11)
    [ 25.870] (**) Option "xkb_rules" "evdev"
    [ 25.870] (**) Option "xkb_model" "evdev"
    [ 25.870] (**) Option "xkb_layout" "us"
    [ 25.871] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 25.871] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 25.871] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 25.871] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.871] (**) Logitech USB Receiver: always reports core events
    [ 25.871] (**) Logitech USB Receiver: Device: "/dev/input/event1"
    [ 25.871] (--) Logitech USB Receiver: Found 20 mouse buttons
    [ 25.871] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 25.871] (--) Logitech USB Receiver: Found relative axes
    [ 25.871] (--) Logitech USB Receiver: Found x and y relative axes
    [ 25.871] (II) Logitech USB Receiver: Configuring as mouse
    [ 25.871] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 25.871] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 25.871] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 25.871] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb2/2-1/2-1:1.0/input/input1/event1"
    [ 25.871] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
    [ 25.871] (II) Logitech USB Receiver: initialized for relative axes.
    [ 25.871] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 25.871] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 25.871] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 25.871] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 25.872] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 25.872] (II) No input driver specified, ignoring this device.
    [ 25.872] (II) This device may have been added with another device file.
    [ 25.872] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 25.872] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 25.872] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 25.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.872] (**) Logitech USB Receiver: always reports core events
    [ 25.872] (**) Logitech USB Receiver: Device: "/dev/input/event2"
    [ 25.872] (--) Logitech USB Receiver: Found 1 mouse buttons
    [ 25.872] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 25.872] (--) Logitech USB Receiver: Found relative axes
    [ 25.872] (--) Logitech USB Receiver: Found absolute axes
    [ 25.872] (--) Logitech USB Receiver: Found keys
    [ 25.872] (II) Logitech USB Receiver: Configuring as mouse
    [ 25.872] (II) Logitech USB Receiver: Configuring as keyboard
    [ 25.872] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 25.872] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 25.872] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 25.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb2/2-1/2-1:1.1/input/input2/event2"
    [ 25.872] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 13)
    [ 25.872] (**) Option "xkb_rules" "evdev"
    [ 25.872] (**) Option "xkb_model" "evdev"
    [ 25.872] (**) Option "xkb_layout" "us"
    [ 25.872] (EE) Logitech USB Receiver: failed to initialize for relative axes.
    [ 25.872] (II) Logitech USB Receiver: initialized for absolute axes.
    [ 25.872] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 25.872] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 25.872] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 25.872] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 25.872] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 25.872] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 25.872] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 25.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.872] (**) AT Translated Set 2 keyboard: always reports core events
    [ 25.872] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 25.872] (--) AT Translated Set 2 keyboard: Found keys
    [ 25.872] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 25.872] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 25.872] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
    [ 25.873] (**) Option "xkb_rules" "evdev"
    [ 25.873] (**) Option "xkb_model" "evdev"
    [ 25.873] (**) Option "xkb_layout" "us"
    [ 25.873] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event10)
    [ 25.873] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 25.873] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
    [ 25.873] (II) LoadModule: "synaptics"
    [ 25.873] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 25.883] (II) Module synaptics: vendor="X.Org Foundation"
    [ 25.884] compiled for 1.11.0, module version = 1.5.0
    [ 25.884] Module class: X.Org XInput Driver
    [ 25.884] ABI class: X.Org XInput driver, version 13.0
    [ 25.884] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
    [ 25.884] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
    [ 25.884] (**) Option "Device" "/dev/input/event10"
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
    [ 25.884] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range. defaulting to 0 - 15
    [ 25.884] (**) Option "TapButton1" "1"
    [ 25.884] (**) Option "TapButton2" "2"
    [ 25.884] (**) Option "TapButton3" "3"
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
    [ 25.884] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event10"
    [ 25.884] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 15)
    [ 25.884] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 25.884] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
    [ 25.884] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.082
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
    [ 25.885] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
    [ 25.885] (II) No input driver specified, ignoring this device.
    [ 25.885] (II) This device may have been added with another device file.
    [ 25.885] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event9)
    [ 25.885] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
    [ 25.885] (II) Using input driver 'evdev' for 'DualPoint Stick'
    [ 25.885] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.885] (**) DualPoint Stick: always reports core events
    [ 25.885] (**) DualPoint Stick: Device: "/dev/input/event9"
    [ 25.885] (--) DualPoint Stick: Found 3 mouse buttons
    [ 25.885] (--) DualPoint Stick: Found relative axes
    [ 25.885] (--) DualPoint Stick: Found x and y relative axes
    [ 25.885] (II) DualPoint Stick: Configuring as mouse
    [ 25.885] (**) DualPoint Stick: YAxisMapping: buttons 4 and 5
    [ 25.885] (**) DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 25.885] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 25.885] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 16)
    [ 25.885] (II) DualPoint Stick: initialized for relative axes.
    [ 25.885] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
    [ 25.885] (**) DualPoint Stick: (accel) acceleration profile 0
    [ 25.885] (**) DualPoint Stick: (accel) acceleration factor: 2.000
    [ 25.885] (**) DualPoint Stick: (accel) acceleration threshold: 4
    [ 25.885] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse1)
    [ 25.885] (II) No input driver specified, ignoring this device.
    [ 25.885] (II) This device may have been added with another device file.
    [ 25.885] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
    [ 25.885] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 25.885] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 25.885] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.885] (**) Dell WMI hotkeys: always reports core events
    [ 25.885] (**) Dell WMI hotkeys: Device: "/dev/input/event7"
    [ 25.885] (--) Dell WMI hotkeys: Found keys
    [ 25.885] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 25.885] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
    [ 25.885] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
    [ 25.885] (**) Option "xkb_rules" "evdev"
    [ 25.886] (**) Option "xkb_model" "evdev"
    [ 25.886] (**) Option "xkb_layout" "us"
    [ 25.896] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 39.128] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 39.128] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 39.128] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 39.128] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 52.382] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 52.382] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 52.382] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 52.382] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 53.649] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 53.649] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 53.649] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 53.649] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.483] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.483] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.483] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.483] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.551] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.551] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.551] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.551] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.619] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.619] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.619] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.619] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.686] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.686] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.686] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.686] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.751] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.751] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.751] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.751] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.816] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.816] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.816] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.816] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.900] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.900] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.900] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.900] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.376] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.377] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.377] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.377] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.459] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.459] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.459] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.460] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.547] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.547] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.547] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.547] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.625] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.625] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.625] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.625] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.697] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.697] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.697] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.697] (II) fglrx(0): Modeline "1366x768"x0.0

    Hello,
    i get the same messages without any problems for my intel card.
    You can read more about it in this thread:
    http://forums.gentoo.org/viewtopic-t-85 … ec66f93bf2
    There are a fair amount of people who have posted their /proc/mtrr there, you can compare yours to them.
    In the end they come to the conclusion, that uncachable entries are not a problem, for the most systems.
    However uncachable regions of 1024MB seem to be too large.
    On my mtrr the biggest uncachable entry is 64MB.
    So you might get improvement from solving this.

Maybe you are looking for

  • How can I recombine songs from different artists on 1 album to show as 1 album on itunes?

    How can I have all of the songs on 1 album listed together?  I have several CDs on which multiple artists participated.  On the iPhone & in iTunes it lists the same album several times, each with different combinations of artists.  It is 1 album! For

  • IMessage voice message is not active in iOS8

    I am using an iPhone 6 and have read the previous question entitled "iMessage voice message is not active in iOS8"  and applied the suggestions but it has not corrected my problem.  I made sure iMessage was turned on in my settings/Messages.  I made

  • Media card disabled

    I am unable to see my media card files on my BB. I can see them on other mobile.  I have a message when I insert the media card that my admin has disabled media card support. My BB is not a enterprise phone and is my personal phone. i need to know ho

  • Qosmio G30: Conflict between Sigmatel audio driver and Vista SP1

    Hello, I have a Qosmio G30 PQG32E notebook and can't upgrade to Vista SP1 because the Sigmatel driver (6.10.5462.0) is conflicting with the service pack. As some of you might know, Sigmatel no longer exists and IDT who bought them is as good as non-e

  • BI content for Maintenance Plan and Maintenance Item

    Dear community, we use in OLTP the transaction IP06 (Maintenance Item) and IP03 (Maintenance Plan) in module PM. Can anyone tell me the matching BI content in BW system 7.0 to import most of those fields from ERP? Not only master data, also transacti