Property auth-protocol don't know a ssl-simple as valid value

hi...
I use dsee70 and i configure replica between two instances...
For default the auth-protocol is "clear", but now i want to change to "ssl-simple".
To do that, i execute the following command:
     # /opt/dsee7/bin/dsconf set-repl-agmt-prop dc=maximatt,dc=org:389 auth-protocol:ssl-simple
     Introduzca la contraseña de "cn=Directory Manager": *****
     El valor de la propiedad "auth-protocol" es "clear".
     "ssl-simple" no es un valor permitido para "auth-protocol".
     No se ha podido realizar la operación "set-repl-agmt-prop" en "localhost:389".
But if i check the valid values to auth-protocol executing the following command, i have:
     # /opt/dsee7/bin/dsconf help-properties | grep auth-protocol
RAG auth-protocol rw clear|ssl-simple|ssl-client Protocolo de autenticación utilizada para el enlace con el consumidor (Predeterminado: CLEAR)
So... i'm some comfused....
- ¿is "ssl-simple" a valid value? or
- ¿exist a bug in dsconf? or
- ¿can i change the auth-protocol after replica created or i must set them quen i create them?
thanks for advance!!!

hi...
finally i can setup replication over ssl... to do that i execute the following comands in both servers (i show only executed in one of them - maximatt -):
1) create a replication aggrement
# /opt/dsee7/bin/dsconf create-repl-agmt -A "ssl-simple" dc=maximatt,dc=org relay.maximatt.org:636
2) set pwd replication
# echo ***** > /home/mdsee7/dsee70-maximatt/rep.pwd
# chown mdsee7:mdsee7 /home/mdsee7/dsee70-maximatt/rep.pwd
# /opt/dsee7/bin/dsconf set-repl-agmt-prop -h maximatt.org -p 389 dc=maximatt,dc=org relay.maximatt.org:636 auth-pwd-file:/home/mdsee7/dsee70-maximatt/rep.pwd
3) restart the instance
# /opt/dsee7/bin/dsadm restart /home/mdsee7/dsee70-maximatt
4) init sufixes
# /opt/dsee7/bin/dsconf init-repl-dest dc=maximatt,dc=org relay.maximatt.org:636
5) delete non ssl replication aggrements
# /opt/dsee7/bin/dsconf delete-repl-agmt dc=maximatt,dc=org relay.maximatt.org:389
so.. we cant modify a non ssl replication to ssl replication... its necesary create a new replication setting (aggrement)...
thanks for your help!!
Salu2!

Similar Messages

  • HT1918 Hi out there ! I've updated my account settings with a new credit card but it will not accept it why I don't know as it is a valid credit card !

    Hi out there ! I've updated my account settings with a new credit card but it will not accept it why I don't know as it is a valid credit card !

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • SMTP SSL - Don't know if it's working properly or not (newbie)

    Mail is currently working. I can send and receive with no problems at all.
    In Mail>Advanced>Security I have these settings: IMAP/POP "Require" for SSL and SMTP to "USE".
    But, if I change SMTP to "Require", addresses outside my domain cannot send to me.
    User receives "Delivery Notification Failed", Diagnostic code: smtp;530 5.7.0 Must issue a STARTTLS command first.
    Addresses on my domain, however, can send with no problem.
    I get these messages in IMAP>Log:
    TLS server engine: cannot load CA data
    and:
    starttls: TLSv1 with cipher AES128-SHA (128/128 bits reused) no authentication
    I don't know what to make of this or how to fix.

    But, if I change SMTP to "Require", addresses outside my domain cannot send to me.
    Sure. You can't expect every other mail server to support SSL. Those that don't (probably the majority) won't be able to send mail to your domain since they can't initiate an SSL session.
    You should either have SSL set to 'USE' and trust that your clients are setup correctly, or use a different port for your clients and leave the public port set to 'Use'.
    TLS server engine: cannot load CA data
    This is a separate, unrelated issue. It isn't clear from your post whether this happens when the server starts, when specific clients connect, or when any client connects. Can you post more of the log?

  • HT2155 I don't know what my ISP uses re. SSL.  What do I do?  I am lost.  Thanks in advance!

    I am trying to set up a second "other" email account.  I entered all the data, but I don't know if my ISP uses SSL.  What do I do?  I am so lost.  Thanks in advance!

    You won't be able to change your rescue email address until you can answer 2 of your questions, you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to update your rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Don't know which technology to utilize or how to configure ASA5505

    I have an ASA5505.  Currently, it is using static NAT on several ports to forward traffic to several devices inside my network.  It is a pain not only to configure but from the end user side.
    The issue I am having is the applicatoins I am using to access the devices become a mess with dual configurations, one for when I am connected to the internal network and one for when I am away from the office and accessing from the internet.  For example, I have 2 Cisco VC240 IP Cameras behind the ASA5505.  One is set use port 9091 and the other 9092.  When I am inside the office, I access them via http://10.1.2.215:9091 and http://10.1.2.216:9092.  But when I am away from the office, I have to have another configuration in an Android app to use them, http://external_ASA_IP:9091 and 9092 and then NAT 9091 to the object for Camera1 and 9092 for Camera2.  This is only one scenario.  I also have a UC320W that I would like to put an IP phone at home and it sounds like AnyConnect is the only way to do this.
    It sounds like to me that if I use some type of VPN, I can access the same devices using the same IP whether internal or external with the external connection using the VPN to tunnel the IP to the local network.  There seems to be quite a few ways to do this with an ASA 5505.
    AnyConnect seems like the way to go but after reading Cisco documentation, it requires your Android device to be root'd if it is not a particular Samsung model.  If I understand correctly, root'ing your phone voids the warranty.  I know it is common practice but would think Cisco would have a better solution as I am sure Cisco would not want another manufacturer telling their customers to void the warranty on their Cisco equipment in order to get it to work.
    I believe I can just use IPSEC and use the native VPN of the Android OS and also tunnel L2TP as the Android supports IPSEC-PSK/L2TP or IPSEC-CRT/L2TP.  But will either of these will support the IP phone to the UC320W?
    A friend also told me to use NginX to proxy URL's so the URL http://www.fqdn.com/camera1 gets proxy'd to the internal IP of Camera1 and http://www.fqdn.com/camera2 gets proxy'd to Camera2.  He says I should be able to store a cookie on the phone and let the phone authenticate to the camera and if the phone cannot, the proxy can authenticate internally to the IP camera over SSL.
    I don't know anymore, I am so confused and just want to simplify my life as I am just a small business with me and a couple other employees but I have full-time job and it is not IT/Network Technician, it is only CTO/CEO/CIO/CFO.  I don't have hours upon hours to set this up and test and I don't have hours upon hours to manage it.  I just need to simplify this and have so that it is a set-it-and-forget-it for 6 months to 1 year and re-evaluate or update.  So, if someone suggests IPSEC, I would not know how to configure anyway and you should expect another post.  The same for AnyConnect or any of the other suggestions.
    Thanks in advance for any advice.

    Hi!
    1. Set Calculation Mode property of ITEM_5 to Formula.
    Formula property:
    nvl(:Block_Name.ITEM_1, 0) + nvl(:Block_Name.ITEM_2, 0) + nvl(:Block_Name.ITEM_3, 0) + nvl(:Block_Name.ITEM_4, 0)
    OR
    Function_Name(Param_1,... Param_N);
    Have in view of, that the ITEM_5 data will not be saved in DataBase.
    2. When-Validate-Item trigger is usfull when is necessary to store calculated item data in DataBase.
    Rename you Post-Query trigger to When-Validate-Item.
    Modify trigger: Store calculation result in the variable.
    (Don't forget to round variable value!)
    Then compare it with ITEM_5. If they are different - :ITEM_5 := var_name.
    I prefer the first method.

  • How do I install lion on a MacBook pro if I don't know the password?

    I know what you're thinking, "if you don't know the password, it's probably not yours." I'm actually a go-to guy for pawn shops when they get electronics. The guy pawned his laptop and didn't pay to retrieve it. It is now property of the pawn shop but they initially forgot to ask the guy for the password and now he won't reveal it to us.
    I want to wipe the computer and install the latest os on it. Can you please tell me the simplest way? It automatically logs in when starting up and I'm able to download lion but I think it's going to ask me for a password. I could be wrong though.

    Did you get the Mac OS X install disks from the pawnshop, perchance? If not, you'll need to call Apple tech support and order a set, or if the MBP is an older one that didn't come with Snow Leopard, a retail copy of the Snow Leopard installer. Then you can boot from that installer disk, erase the drive (highly recommended), install SL and upgrade to Leopard. Or you can buy the Lion installer on a USB flash drive, boot from that, and again erase the drive and install.
    Regards.

  • Why is my macbook pro running slow.  It runs slow even if only one app is open, especially if it's a browser.  I don't know how to read Etrecheck, but was hoping someone who does can help me out.  Would be super grateful.  :-)

    Hi.  This is my first time posting.  My Macbook Pro with Os X Mavericks has been running super slow since before I installed Mavericks so I'm pretty sure it's not the OS that has the problem.  It runs slow even if only one app is open, especially if it's a browser, particulary google chrome.  If mail is open...forget about it, down to a crawl.  I don't know how to read Etrecheck, but was hoping someone who does can help me out.  Would be super grateful.  :-)
    P.S. - Also, it sounds like something is loose inside my mac.  How should I proceed?
    Thanks in advance.
    Hardware Information:
              MacBook Pro (13-inch, Late 2011)
              MacBook Pro - model: MacBookPro8,1
              1 2.8 GHz Intel Core i7 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 23:21:37
    Disk Information:
              APPLE HDD HTS547575A9E384 disk0 : (750.16 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 749.3 GB (603.2 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8 
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [not loaded] com.leapfrog.driver.LfConnectDriver (1.8.0 - SDK 10.7) Support
              [not loaded] com.seagate.driver.PowSecDriverCore (5.0.1) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.0.1) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.0.1) Support
              [not loaded] com.seagate.driver.SeagateDriveIcons (5.0.1) Support
    Problem System Launch Daemons:
              [failed] com.apple.wdhelper.plist
    Problem System Launch Agents:
              [loaded] com.paragon.NTFS.auth.plist Support
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.google.keystone.daemon.plist Support
              [loaded] com.leapfrog.connect.shell.plist Support
              [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
              [running] com.sophos.autoupdate.plist Support
              [running] com.sophos.intercheck.plist Support
              [running] com.sophos.notification.plist Support
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.google.keystone.agent.plist Support
              [running] com.seagate.SeagateStorageGauge.plist Support
              [running] com.sophos.uiserver.plist Support
              [running] org.chromium.chromoting.plist Support
    User Launch Agents:
              [loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.adobe.ARM.[...].plist Support
              [failed] com.adobe.ARM.[...].plist Support
              [loaded] com.facebook.videochat.[redacted].plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
    User Login Items:
              Activity Monitor
              Dropbox
              Google Drive
              younity
              EvernoteHelper
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.2.4.18058 Support
              nplastpass: Version: 2.5.5 Support
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
              FlashPlayer-10.6: Version: 13.0.0.206 - SDK 10.6 Support
              Silverlight: Version: 5.1.20125.0 - SDK 10.6 Support
              Flash Player: Version: 13.0.0.206 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              googletalkbrowserplugin: Version: 5.2.4.18058 Support
              SharePointBrowserPlugin: Version: 14.4.1 - SDK 10.6 Support
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions:
              Slick Savings: Version: 1.0
              Slick Savings: Version: 1.0
              Surfon: Version: 1.2.2
              Pearltrees Extension: Version: 6.0.13
              Mindomo Bookmarks: Version: 1.0
              Ebay Shopping Assistant: Version: 1.1
              Zootool: Version: 0.7
              Amazon Shopping Assistant: Version: 1.1
              Pocket: Version: 1.7.1
              Searchme: Version: 1.3
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User iTunes Plug-ins:
              TuneUp Visualizer: Version: 2.4.0 - SDK 10.6 Support
    User Internet Plug-ins:
              Picasa: Version: 1.0 - SDK 10.4 Support
    3rd Party Preference Panes:
              remoting_host_prefpane  Support
              Flash Player  Support
              Paragon NTFS for Mac ® OS X  Support
    Time Machine:
              Mobile backups: ON
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 697.84 GB Disk used: 136.06 GB
              Destinations:
                        NO NAME [Local] (Last used)
                        Total size: 3.41 GB
                        Total number of backups: (null)
                        Size of backup disk: Too small
                                  Backup size 3.41 GB < (Disk used 136.06 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   6%          Activity Monitor
                   5%          WindowServer
                   1%          InterCheck
                   1%          sysmond
                   0%          ocspd
    Top Processes by Memory:
              152 MB          Finder
              115 MB          HelpViewer
              111 MB          mds_stores
              86 MB          InterCheck
              57 MB          WindowServer
    Virtual Memory Information:
              983 MB          Free RAM
              1.03 GB          Active RAM
              584 MB          Inactive RAM
              1.01 GB          Wired RAM
              17.41 GB          Page-ins
              222 MB          Page-outs

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Something graphical is glitching up, but I don't know what it is

    I was doing what I was usually doing, so I found out that systemd-analyze would analyze my systemd boot times. I did systemd-analyze, except it crashed Xorg or something, I don't know. It looked like the screen had glitched up, as in, there was static and stuff everywhere, I'll post a picture next time it happens. I thought it was a one time thing, but after I forced Arch to reboot (holding down the power button), systemd-analyze worked fine. Cue the next day. Xorg or whatever crashed again, because I switched to a workspace in awesome. Then today, I ran gimp as root because it wouldn't save an image (turns out there was a fix that didn't even require root) and tried to exit GIMP, but that ended badly and then the glitching happened except this time, the glitching and stuff moved around. I can't open a tty when this happens, and on the second time this happened I could see my cursor perfectly well which I thought was odd.
    Output of the last few days of journalctl (I use gdm, so no Xorg.0.log)
    Jul 20 19:48:22 arch gdm-Xorg-:0[216]: X.Org X Server 1.15.2
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Release Date: 2014-06-27
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: X Protocol Version 11, Revision 0
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Build Operating System: Linux 3.15.1-1-ARCH x86_64
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Current Operating System: Linux arch 3.15.5-2-ARCH #1 SMP PREEMPT Fri Jul 11 07:56:02 CEST 2014 x86_64
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Build Date: 27 June 2014 07:32:26PM
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Current version of pixman: 0.32.6
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Before reporting problems, check http://wiki.x.org
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: to make sure that you have the latest version.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Markers: (--) probed, (**) from config file, (==) default setting,
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (++) from command line, (!!) notice, (II) informational,
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (++) Log file: "/dev/null", Time: Sun Jul 20 19:48:22 2014
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) No Layout section. Using the first Screen section.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) No screen section available. Using defaults.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (**) |-->Screen "Default Screen Section" (0)
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (**) | |-->Monitor "<default monitor>"
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) No monitor specified for screen "Default Screen Section".
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Using a default monitor configuration.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) Automatically adding devices
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) Automatically enabling devices
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) Automatically adding GPU devices
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Entry deleted from font path.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Entry deleted from font path.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) FontPath set to:
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: /usr/share/fonts/misc/,
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: /usr/share/fonts/TTF/,
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: /usr/share/fonts/OTF/,
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: /usr/share/fonts/Type1/
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) The server relies on udev to provide the list of input devices.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) Loader magic: 0x811cc0
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) Module ABI versions:
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: X.Org ANSI C Emulation: 0.4
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: X.Org Video Driver: 15.0
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: X.Org XInput driver : 20.0
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: X.Org Server Extension : 8.0
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (--) PCI:*(0:0:2:0) 8086:27a2:1179:ff10 rev 3, Mem @ 0xdc100000/524288, 0xc0000000/268435456, 0xdc200000/262144, I/O @ 0x00001800/8
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (--) PCI: (0:0:2:1) 8086:27a6:1179:ff10 rev 3, Mem @ 0xdc180000/524288
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension Generic Event Extension
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension SHAPE
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension MIT-SHM
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XInputExtension
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XTEST
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension BIG-REQUESTS
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension SYNC
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XKEYBOARD
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XC-MISC
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension SECURITY
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XINERAMA
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XFIXES
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension RENDER
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension RANDR
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension COMPOSITE
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension DAMAGE
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension MIT-SCREEN-SAVER
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension DOUBLE-BUFFER
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension RECORD
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension DPMS
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension Present
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension DRI3
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension X-Resource
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XVideo
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XVideo-MotionCompensation
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XFree86-VidModeExtension
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XFree86-DGA
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension XFree86-DRI
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: Initializing built-in extension DRI2
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) "glx" will be loaded by default.
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) LoadModule: "dri2"
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) Module "dri2" already built-in
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) LoadModule: "glamoregl"
    Jul 20 19:48:23 arch gdm-Xorg-:0[216]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Module glamoregl: vendor="X.Org Foundation"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: compiled for 1.15.0, module version = 0.6.0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: ABI class: X.Org ANSI C Emulation, version 0.4
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "glx"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Module glx: vendor="X.Org Foundation"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: compiled for 1.15.2, module version = 1.0.0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: ABI class: X.Org Server Extension, version 8.0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) AIGLX enabled
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: Loading extension GLX
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 1
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched modesetting as autoconfigured driver 2
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched fbdev as autoconfigured driver 3
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched vesa as autoconfigured driver 4
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Assigned the driver to the xf86ConfigLayout
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "intel"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Module intel: vendor="X.Org Foundation"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: compiled for 1.15.2, module version = 2.99.912
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: Module class: X.Org Video Driver
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: ABI class: X.Org Video Driver, version 15.0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "modesetting"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (WW) Warning, couldn't open module modesetting
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) UnloadModule: "modesetting"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Unloading modesetting
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (EE) Failed to load module "modesetting" (module does not exist, 0)
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "fbdev"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (WW) Warning, couldn't open module fbdev
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) UnloadModule: "fbdev"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Unloading fbdev
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (EE) Failed to load module "fbdev" (module does not exist, 0)
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "vesa"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (WW) Warning, couldn't open module vesa
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) UnloadModule: "vesa"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Unloading vesa
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (EE) Failed to load module "vesa" (module does not exist, 0)
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (++) using VT number 1
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel(0): Creating default Display subsection in Screen section
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: "Default Screen Section" for depth/fbbpp 24/32
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) intel(0): RGB weight 888
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) intel(0): Default visual is TrueColor
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (**) intel(0): Framebuffer tiled
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (**) intel(0): Pixmaps tiled
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (**) intel(0): Forcing per-crtc-pixmaps? no
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel(0): Output LVDS1 has no monitor section
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel(0): Output VGA1 has no monitor section
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel(0): Output TV1 has no monitor section
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (**) intel(0): TearFree disabled
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) intel(0): DPI set to (96, 96)
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Loading sub module "dri3"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "dri3"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (WW) Warning, couldn't open module dri3
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) UnloadModule: "dri3"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Unloading dri3
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Loading sub module "dri2"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "dri2"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Module "dri2" already built-in
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Loading sub module "present"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) LoadModule: "present"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (WW) Warning, couldn't open module present
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) UnloadModule: "present"
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (II) Unloading present
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (EE) intel: Failed to load module "present" (module does not exist, 0)
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Depth 24 pixmap format is 32 bpp
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): SNA initialized with Alviso (gen3) backend
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (==) intel(0): Backing store enabled
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (==) intel(0): Silken mouse enabled
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): HW Cursor enabled
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (==) intel(0): DPMS enabled
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): [XvMC] i915_xvmc driver initialized.
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): [DRI2] Setup complete
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): [DRI2] DRI driver: i915
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): [DRI2] VDPAU driver: i915
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): direct rendering: DRI2 enabled
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (==) intel(0): hotplug detection: "enabled"
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (--) RandR disabled
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_ARB_create_context
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) AIGLX: Loaded and initialized i915
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
    Jul 20 19:48:25 arch gdm-Xorg-:0[216]: (II) intel(0): Setting screen physical size to 338 x 211
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device Power Button (/dev/input/event3)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) LoadModule: "evdev"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Module evdev: vendor="X.Org Foundation"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: compiled for 1.15.1, module version = 2.9.0
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: Module class: X.Org XInput Driver
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: ABI class: X.Org XInput driver, version 20.0
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Using input driver 'evdev' for 'Power Button'
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Power Button: always reports core events
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) evdev: Power Button: Device: "/dev/input/event3"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: Power Button: Found keys
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) evdev: Power Button: Configuring as keyboard
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_rules" "evdev"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_model" "pc104"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_layout" "us"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Using input driver 'evdev' for 'Video Bus'
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Video Bus: always reports core events
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) evdev: Video Bus: Device: "/dev/input/event4"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: Video Bus: Found keys
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) evdev: Video Bus: Configuring as keyboard
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input8/event4"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_rules" "evdev"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_model" "pc104"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_layout" "us"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Using input driver 'evdev' for 'Power Button'
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Power Button: always reports core events
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) evdev: Power Button: Device: "/dev/input/event2"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: Power Button: Found keys
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) evdev: Power Button: Configuring as keyboard
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event2"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_rules" "evdev"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_model" "pc104"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_layout" "us"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) No input driver specified, ignoring this device.
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) This device may have been added with another device file.
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding drm device (/dev/dri/card0)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) No input driver specified, ignoring this device.
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) This device may have been added with another device file.
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) AT Translated Set 2 keyboard: always reports core events
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_rules" "evdev"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_model" "pc104"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "xkb_layout" "us"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) LoadModule: "synaptics"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Module synaptics: vendor="X.Org Foundation"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: compiled for 1.15.1, module version = 1.8.0
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: Module class: X.Org XInput Driver
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: ABI class: X.Org XInput driver, version 20.0
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "Device" "/dev/input/event6"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "TapButton1" "1"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "TapButton2" "2"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "TapButton3" "3"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event6"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) No input driver specified, ignoring this device.
    Jul 20 19:48:26 arch gdm-Xorg-:0[216]: (II) This device may have been added with another device file.
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event8)
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) Using input driver 'evdev' for 'USB Optical Mouse'
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) USB Optical Mouse: always reports core events
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) evdev: USB Optical Mouse: Device: "/dev/input/event8"
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (--) evdev: USB Optical Mouse: Vendor 0x4b3 Product 0x310c
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (--) evdev: USB Optical Mouse: Found 3 mouse buttons
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (--) evdev: USB Optical Mouse: Found scroll wheel(s)
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (--) evdev: USB Optical Mouse: Found relative axes
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (--) evdev: USB Optical Mouse: Found x and y relative axes
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) evdev: USB Optical Mouse: Configuring as mouse
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) evdev: USB Optical Mouse: Adding scrollwheel support
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:04B3:310C.0001/input/input15/event8"
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 11)
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) evdev: USB Optical Mouse: initialized for relative axes.
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) USB Optical Mouse: (accel) acceleration profile 0
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) USB Optical Mouse: (accel) acceleration factor: 2.000
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (**) USB Optical Mouse: (accel) acceleration threshold: 4
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse1)
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) No input driver specified, ignoring this device.
    Jul 20 19:48:30 arch gdm-Xorg-:0[216]: (II) This device may have been added with another device file.
    Jul 20 19:48:36 arch gdm-Xorg-:0[216]: (II) intel(0): EDID vendor "SEC", prod id 13875
    Jul 20 19:48:36 arch gdm-Xorg-:0[216]: (II) intel(0): Printing DDC gathered Modelines:
    Jul 20 19:48:36 arch gdm-Xorg-:0[216]: (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1296 1344 1408 800 801 804 816 -hsync -vsync (49.0 kHz eP)
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 2 redefined
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 3 redefined
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 4 redefined
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:37 arch gdm-Xorg-:0[216]: Errors from xkbcomp are not fatal to the X server
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 2 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 3 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 4 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: Errors from xkbcomp are not fatal to the X server
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 2 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 3 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 4 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: Errors from xkbcomp are not fatal to the X server
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 2 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 3 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 4 redefined
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:44 arch gdm-Xorg-:0[216]: Errors from xkbcomp are not fatal to the X server
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 2 redefined
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 3 redefined
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: > Warning: Compat map for group 4 redefined
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: > Using new definition
    Jul 20 19:48:55 arch gdm-Xorg-:0[216]: Errors from xkbcomp are not fatal to the X server
    Jul 20 20:25:41 arch gdm-Xorg-:0[1468]: (EE)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: X.Org X Server 1.15.2
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Release Date: 2014-06-27
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: X Protocol Version 11, Revision 0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Build Operating System: Linux 3.15.1-1-ARCH x86_64
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Current Operating System: Linux arch 3.15.5-2-ARCH #1 SMP PREEMPT Fri Jul 11 07:56:02 CEST 2014 x86_64
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Build Date: 27 June 2014 07:32:26PM
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Current version of pixman: 0.32.6
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Before reporting problems, check http://wiki.x.org
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: to make sure that you have the latest version.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Markers: (--) probed, (**) from config file, (==) default setting,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (++) from command line, (!!) notice, (II) informational,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (++) Log file: "/dev/null", Time: Sun Jul 20 20:25:41 2014
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) No Layout section. Using the first Screen section.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) No screen section available. Using defaults.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) |-->Screen "Default Screen Section" (0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) | |-->Monitor "<default monitor>"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) No monitor specified for screen "Default Screen Section".
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Using a default monitor configuration.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Automatically adding devices
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Automatically enabling devices
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Automatically adding GPU devices
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Entry deleted from font path.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Entry deleted from font path.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) FontPath set to:
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: /usr/share/fonts/misc/,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: /usr/share/fonts/TTF/,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: /usr/share/fonts/OTF/,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: /usr/share/fonts/Type1/
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) The server relies on udev to provide the list of input devices.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loader magic: 0x811cc0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module ABI versions:
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: X.Org ANSI C Emulation: 0.4
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: X.Org Video Driver: 15.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: X.Org XInput driver : 20.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: X.Org Server Extension : 8.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) PCI:*(0:0:2:0) 8086:27a2:1179:ff10 rev 3, Mem @ 0xdc100000/524288, 0xc0000000/268435456, 0xdc200000/262144, I/O @ 0x00001800/8
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) PCI: (0:0:2:1) 8086:27a6:1179:ff10 rev 3, Mem @ 0xdc180000/524288
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension Generic Event Extension
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension SHAPE
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension MIT-SHM
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XInputExtension
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XTEST
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension BIG-REQUESTS
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension SYNC
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XKEYBOARD
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XC-MISC
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension SECURITY
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XINERAMA
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XFIXES
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension RENDER
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension RANDR
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension COMPOSITE
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension DAMAGE
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension MIT-SCREEN-SAVER
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension DOUBLE-BUFFER
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension RECORD
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension DPMS
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension Present
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension DRI3
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension X-Resource
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XVideo
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XVideo-MotionCompensation
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XFree86-VidModeExtension
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XFree86-DGA
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension XFree86-DRI
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Initializing built-in extension DRI2
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) "glx" will be loaded by default.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "dri2"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module "dri2" already built-in
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "glamoregl"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module glamoregl: vendor="X.Org Foundation"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: compiled for 1.15.0, module version = 0.6.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: ABI class: X.Org ANSI C Emulation, version 0.4
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "glx"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module glx: vendor="X.Org Foundation"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: compiled for 1.15.2, module version = 1.0.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: ABI class: X.Org Server Extension, version 8.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) AIGLX enabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Loading extension GLX
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Matched intel as autoconfigured driver 0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Matched intel as autoconfigured driver 1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Matched modesetting as autoconfigured driver 2
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Matched fbdev as autoconfigured driver 3
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Matched vesa as autoconfigured driver 4
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Assigned the driver to the xf86ConfigLayout
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "intel"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module intel: vendor="X.Org Foundation"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: compiled for 1.15.2, module version = 2.99.912
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Module class: X.Org Video Driver
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: ABI class: X.Org Video Driver, version 15.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "modesetting"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) Warning, couldn't open module modesetting
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) UnloadModule: "modesetting"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Unloading modesetting
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (EE) Failed to load module "modesetting" (module does not exist, 0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "fbdev"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) Warning, couldn't open module fbdev
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) UnloadModule: "fbdev"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Unloading fbdev
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (EE) Failed to load module "fbdev" (module does not exist, 0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "vesa"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) Warning, couldn't open module vesa
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) UnloadModule: "vesa"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Unloading vesa
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (EE) Failed to load module "vesa" (module does not exist, 0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (++) using VT number 1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): Creating default Display subsection in Screen section
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: "Default Screen Section" for depth/fbbpp 24/32
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): RGB weight 888
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): Default visual is TrueColor
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) intel(0): Framebuffer tiled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) intel(0): Pixmaps tiled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) intel(0): Forcing per-crtc-pixmaps? no
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): Output LVDS1 has no monitor section
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): Output VGA1 has no monitor section
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): Output TV1 has no monitor section
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) intel(0): TearFree disabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): DPI set to (96, 96)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading sub module "dri3"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "dri3"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) Warning, couldn't open module dri3
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) UnloadModule: "dri3"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Unloading dri3
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading sub module "dri2"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "dri2"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module "dri2" already built-in
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading sub module "present"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "present"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (WW) Warning, couldn't open module present
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) UnloadModule: "present"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Unloading present
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (EE) intel: Failed to load module "present" (module does not exist, 0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) Depth 24 pixmap format is 32 bpp
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): SNA initialized with Alviso (gen3) backend
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): Backing store enabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): Silken mouse enabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): HW Cursor enabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): DPMS enabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): [XvMC] i915_xvmc driver initialized.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): [DRI2] Setup complete
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): [DRI2] DRI driver: i915
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): [DRI2] VDPAU driver: i915
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): direct rendering: DRI2 enabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (==) intel(0): hotplug detection: "enabled"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) RandR disabled
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_ARB_create_context
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) AIGLX: Loaded and initialized i915
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) intel(0): Setting screen physical size to 338 x 211
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device Power Button (/dev/input/event3)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "evdev"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module evdev: vendor="X.Org Foundation"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: compiled for 1.15.1, module version = 2.9.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Module class: X.Org XInput Driver
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: ABI class: X.Org XInput driver, version 20.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Using input driver 'evdev' for 'Power Button'
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Power Button: always reports core events
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) evdev: Power Button: Device: "/dev/input/event3"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: Power Button: Found keys
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) evdev: Power Button: Configuring as keyboard
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_rules" "evdev"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_model" "pc104"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_layout" "us"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Using input driver 'evdev' for 'Video Bus'
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Video Bus: always reports core events
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) evdev: Video Bus: Device: "/dev/input/event4"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: Video Bus: Found keys
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) evdev: Video Bus: Configuring as keyboard
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input8/event4"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_rules" "evdev"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_model" "pc104"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_layout" "us"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Using input driver 'evdev' for 'Power Button'
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Power Button: always reports core events
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) evdev: Power Button: Device: "/dev/input/event2"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: Power Button: Found keys
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) evdev: Power Button: Configuring as keyboard
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event2"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_rules" "evdev"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_model" "pc104"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_layout" "us"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) No input driver specified, ignoring this device.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) This device may have been added with another device file.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding drm device (/dev/dri/card0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) No input driver specified, ignoring this device.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) This device may have been added with another device file.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event8)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Using input driver 'evdev' for 'USB Optical Mouse'
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) USB Optical Mouse: always reports core events
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) evdev: USB Optical Mouse: Device: "/dev/input/event8"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: USB Optical Mouse: Vendor 0x4b3 Product 0x310c
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: USB Optical Mouse: Found 3 mouse buttons
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: USB Optical Mouse: Found scroll wheel(s)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: USB Optical Mouse: Found relative axes
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: USB Optical Mouse: Found x and y relative axes
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) evdev: USB Optical Mouse: Configuring as mouse
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) evdev: USB Optical Mouse: Adding scrollwheel support
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:04B3:310C.0001/input/input15/event8"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 9)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) evdev: USB Optical Mouse: initialized for relative axes.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) USB Optical Mouse: (accel) acceleration profile 0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) USB Optical Mouse: (accel) acceleration factor: 2.000
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) USB Optical Mouse: (accel) acceleration threshold: 4
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse1)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) No input driver specified, ignoring this device.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) This device may have been added with another device file.
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) AT Translated Set 2 keyboard: always reports core events
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_rules" "evdev"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_model" "pc104"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "xkb_layout" "us"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) LoadModule: "synaptics"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Module synaptics: vendor="X.Org Foundation"
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: compiled for 1.15.1, module version = 1.8.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: Module class: X.Org XInput Driver
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: ABI class: X.Org XInput driver, version 20.0
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jul 20 20:25:41 arch gdm-Xorg-:1[1470]: (**) Option "Device" "/dev/input/event6"
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) Option "TapButton1" "1"
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) Option "TapButton2" "2"
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) Option "TapButton3" "3"
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event6"
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) No input driver specified, ignoring this device.
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) This device may have been added with another device file.
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) intel(0): EDID vendor "SEC", prod id 13875
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) intel(0): Printing DDC gathered Modelines:
    Jul 20 20:25:42 arch gdm-Xorg-:1[1470]: (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1296 1344 1408 800 801 804 816 -hsync -vsync (49.0 kHz eP)
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 2 redefined
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 3 redefined
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 4 redefined
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:43 arch gdm-Xorg-:1[1470]: Errors from xkbcomp are not fatal to the X server
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 2 redefined
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 3 redefined
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 4 redefined
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: Errors from xkbcomp are not fatal to the X server
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 2 redefined
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 3 redefined
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 4 redefined
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Using new definition
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: Errors from xkbcomp are not fatal to the X server
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Warning: Compat map for group 2 redefined
    Jul 20 20:25:45 arch gdm-Xorg-:1[1470]: > Using new definiti

    It may well be a driver issue but considering the loading: Xorg trying to load different drivers is somewhat normal. @cafe you can see that these are autoconfigured by X above the loading in the log:
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 0
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched intel as autoconfigured driver 1
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched modesetting as autoconfigured driver 2
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched fbdev as autoconfigured driver 3
    Jul 20 19:48:24 arch gdm-Xorg-:0[216]: (==) Matched vesa as autoconfigured driver 4
    As long as one of the drivers gets loaded, which it apparently does the failing of the others is fine.
    Was there an update maybe ?

  • Hi!!I have some problems with the synchronization of my system, and I don´t know how I can solve this!

    My system consists of differents vi´s.Some of them are used to read analogic inputs and digital inputs, using the serial port.
    The values that I read, go through differents vi to be proccesed, and at the end, these values are written in a file, all the values in the same file.
    My problems of synchronization are:
    1. I have one vi per input, and all of them use the same serial port. How can I synchronize them to avoid serial port conflicts? (using queues??) And how can I do, to get differents number of samples/sg with every vi? I have to introduce them in differents loops?
    2. The other problem is that, for example, I want to read 8 samples/ s but I only want
    to write two samples every second. How can I do to avoid stoping the data flow?
    Maybe, my problem is that I want to see the system like
    one block, and I am ignoring that, although all the system works like a block, every part works using a different "speed". I don´t know how tools can I use to combine two ideas, working like an only system( data dependence, some vis need the data of others vi to be able to work) and working getting differents numbers of samples/s.
    I have seen that there are synchronization vis. I am going to glance at them, maybe I find something interesting but I amsure that your help will be very useful?
    Thanks in advanced!!
    Graci

    I think you are pretty much on the right track with Queues. I have implemented a very similar system myself using queues. I have even different systems connected to the serial interface, but I can synchronise them all easily using the following method:
    1) Make a VI for opening the serial port and reading the data. The data (parsed to extract the numbers required) are then stored in an array (Shift register). If the pre-determined time delay is reached (say 5 seconds) the values are averaged and written to a Queue with a defined data type. Save the VI as a VI template.
    2) Make a VI which starts an instance of this template VI for every channel you require. You can use VI Server to set values on the new front panel before you set it's property to "running". Setting a timer value for all can help ensure that the X-Axis of your timing values (if you require) are synchronised. The clue here is to define and initiate a QUEUE per channel. (RS-232_1, RS-232_2 and so on). The QUEUE name needs to be passed to the VI Template before running so that each VI running in the background has an individual link to the main program.
    The second part of this VI simply uses an array of QUEUES, polling them one after another with a timeout of, say 5 ms. If data is found, append accordingly to an XY-Graph.
    I also add in some "Auto termination" in the VI template (MAx number of values allowed in the QUEUE for example) to allow for the background processes to find out if the front-VI is still running or not. There are many different ways to do this, shoose the best for your application.
    With this approach, it's not even important what instrument is connected as long as data is written in a specified format into a known QUEUE. I have also developed systems where I can transparently (almost) drop in VI Templates for instruments with similar functionality (output data) from different suppliers.
    I would post an example, but the time it would take me to clean it up is too large. Sorry. If you have any further questions, don't hesitate to ask further questions.
    Shane.
    Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)

  • Hi, I don't know how to find a specific security patch to apply to my Oracle database version to fix a vulnerability

    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help

    2835604 wrote:
    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help
    that sounds like the "tns poison" vulnerability.  CVE 2012-1675 - Oracle Security Alert CVE-2012-1675
    See MOS note 134083.1  and 1453883.1

  • My iPhone was stolen.  How do I retrieve the pictures etc that were on imt.  I know they must be in the iCloud but I don't know how to get into it from my iPad.  Also, I would like to try to locate the phone ...how do I do that from my iPad?

    My iPhone was stolen.  How do I retrieve the pictures etc that were on imt.  I know they must be in the iCloud but I don't know how to get into it from my iPad.  Also, I would like to try to locate the phone ...how do I do that from my iPad?

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
     Cheers, Tom

  • It's 1pm, and apparently I don't know where my children are.

    I'm getting lost trying to figure this parent/child stuff out, mostly in regard to trying to use "removeChild".
    Here's the nutshell of what I'm doing:
    In my public class I'm declaring:
    var skillPointDisplay:mcSkillPointWindow = new mcSkillPointWindow;
    In a function I'm using:
    addChild(skillPointDisplay);
    In another function I'm trying:
    removeChild(skillPointDisplay);
    Which tosses me this:
    The supplied DisplayObject must be a child of the caller.
    I'm stumped trying to figure this out.  If anyone can explain this to me or even just point me towards some good reading material that covers this I'd be very grateful!  I've done a bunch of Googling and tried different variations of this. stage. parent. stuff and just come away more lost. I'm afraid social services might get called in as I'm about to start beating this child.

    are those two functions (the one with addChild and the one with removeChild), in the same class?
    Yes, they are. Same class, different functions.
    and you can always use:
    skillPointDisplay.parent.removeChild(skillPointDisplay);   // but if you don't know what you're doing, that may cause other problems.
    That was actually something I had tried in my googling attempts. When I try that I get this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.

  • I want to find my ipad but don't know how. Can I use the Cloud to do this?

    I want to find my ipad but don't know how.  Can I use the Cloud to do this?

    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
     Cheers, Tom

  • I don't know how to use the canlendars function and the notes are kind of messy code,anyone help me

    i don't know how to use the canlendars function and the notes are kind of messy code,anyone help me

    Step by step:
    1. On your main vi Front Panel, create your boolean indicator.
    2. On the block diagram, right click the new boolean indicator and select Create - Reference.
    3. On sub-vi front panel, create boolean indicator (or use one that is already created).
    4. On sub-vi front panel, create a reference (Controls Palette - Refnum - Control Refnum).
    5. Right click on the newly created Refnum and select Select Vi Server Class - Generic - GObject - Control - Boolean. The refnum label changes to BoolRefnum.
    6. On sub-vi block diagram, create Property Node (Functions - Application Control - Property Node). Find the BoolRefnum and move it close to the new Property Node.
    7. Wire the BoolRefnum to the reference input of the property node.
    8.
    Right click on the property node and select Change to All Write.
    9. Move mouse to point to Visible inside property node box, left click and select Value.
    10. Wire the boolean indicator from step 3 to the Value input of the property node.
    11. On sub-vi front panel, right click on icon and select Show Connector.
    12. Click on empty connector spot then click on the new BoolRefnum. Save your sub-vi.
    13. On main vi block diagram, connect refernece created in step 2 to the new connector terminal of sub-vi.
    14. Save and run.
    Here are the modified vi's.
    - tbob
    Inventor of the WORM Global
    Attachments:
    Pass_a_Reference.vi ‏20 KB
    GL_Flicker_mod.vi ‏83 KB

  • I'm trying to buy some apps and it aked me to enter my security question but I don't know them how do I rest them plz help

    I'm trying to buy something and it keeps asking me to answer my security questions but I don't know them and I want to rest them plz help

    Contact iTunes store support for assistance: https://ssl.apple.com/emea/support/itunes/contact.html.

Maybe you are looking for

  • Em not starting...definite install bug 11g1R1 for Linux x86

    I just did this same install some months ago chosing the simplest parameters. Now [oracle@LMKIII dbs]$ sqlplus / as sysdba SQL*Plus: Release 11.1.0.6.0 - Production on Wed Sep 30 17:26:53 2009 Copyright (c) 1982, 2007, Oracle. All rights reserved. Co

  • Simple question - Button -please.

    Hi, so: I'm coming form DVD Studio Pro where i'm completely at home. But the text in DVDSP looks horrible and is really horrible to work with. And then come to Encore. WOW! the text looks nice, good! But now, here i am, making buttons in Encore is a

  • What is the newest router for fios in 15/5 speed

    i have a MI424WR(rev e). what is the newest one?

  • Get hit count of a page or a dashboard (usage tracking)

    hi, experts, I found that I can get the query count (using count(*)) from usage tracking. but is it possible to get the hit count on a particular tab page or on a particular dashboard? not the query count on a page or a dashboard. thank you very much

  • Web object widget (cp7) and TOC

    I am using a web object widget to launch MP4 videos (hosted on a progressive streaming server) within my captivate course. I am wondering if there is a way to accurately track the duration (in the TOC) for these videos. The duration displayed on the