[SOLVED] qnap losing authentication

Hey all,
I recently purchased a Qnap TS-410 for home use.  I have it stuff with 4 2TB Seagate 5900 RPM drives (the ones QNAP recommends).  I have Samba enabled on the device, and users set up within the qnap.
I can connect through Nautilus with smb://servername/sharename, and I can work as normal. 
However, if left alone for a period of time, I haven't timed it yet, but I would say about 30-45 minutes), I become disconnected, and when I try to open up the mount point that is on my desktop I get the following error:
Could not display "smb://servername/sharename/". Please select another viewer and try again.
I unmount the share and remount and I'm good to go, but after a while of inactivity, I get disconnected again. 
I have posted a message on qnaps forum, and thought I would try here as well since I'm running Arch (updated on 3/6/11).
any ideas, or places to look to keep me connected?
--nixIT
Last edited by nixIT (2011-05-12 02:05:22)

The fstab mount point works like a charm and I stay connected to the NAS.  However, the only other issue I am now experiencing is that every now and then when I copy a file, it appears that arch "stalls" for about 5 minutes.  The system isn't locked up as the numlock light will turn on/off when I press the button and the mouse arrow moves.I can even move the windows.
The system seems to be "doing something", but not sure what.

Similar Messages

  • Did 7.4.2 solve windows losing connection to TC share

    I was hoping this new firmware would solve the my issue but at least for me it still persists.
    After restarting my TC I can connect my XP box to my TC share.
    Though after a few minutes - approx 10 or so - I receive a message that the drive is no longer available, and I can no longer connect unless I restart the TC. My Mac work fine.
    This a the newer dual band TC from early 2009 so I can't roll back to anything before 7.4.1.

    toonz,
    this is the file from the network diagnostic I did while still running 7.4.2.4 - I also sent it with an email to the tech support for itunes store; so far all I've heard back is that they are working on it and will send me an email when it's fixed. (by the way, I deleted the ip addresses etc. but everything else is the same as it was then.)
    Running itunes 7.3.2.6 is working fine, by the way, I was immediately able to connect to the store and download. If anyone else is thinking about downgrading, try saving your playlists first (search for 'saving playlists' in itunes help) because you won't be able to use your old itunes library file. I don't know if saving the playlists separately will help, since I didn't know that would happen when I started. meeshala
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Dell Computer Corporation Dimension 2400
    iTunes 7.4.2.4
    Current user is an administrator.
    Network Adapter Information
    Adapter Name: {6F864B09-4D02-4FEC-989B-B1AF189789CC}
    Description: Realtek RTL8185 54M Wireless LAN Network Adapter - Packet Scheduler Miniport
    IP Address: [deleted]
    Subnet Mask: [deleted]
    Default Gateway: [deleted]
    DHCP Enabled: Yes
    DHCP Server: [deleted]
    Lease Obtained: Tue Sep 18 15:45:29 2007
    Lease Expires: Wed Sep 19 15:45:29 2007
    DNS Servers: [deleted]
    [deleted]
    Network Connection Information
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.

  • [Solved] Bypass KDEsu Authentication Dialog

    TL;DR Use Polkit overrides for Polkit authentication dialogs, otherwise switch KDEsu to use sudo instead of su so that it will honor what you have set in /etc/sudoers skip to the end for the config. Alternatively you could probably just use kdesudo from the aur.
    First off, please spare the "you shouldn't do things as root!" lecture. This is my personal computer and I have been using Linux for about 10 years so I know what I'm doing (most of the time! lol). I would use the root account if I could but programs such as Google Chrome won't run at all, while others just bitch that you shouldn't run it as root.
    I have a few things set up in my sudoers file that will let me run commands like pacman without a password, but these definitions don't seem to carry over to kdesu (or whatever the graphical password box is called now in KDE). It's pretty damn annoying to have to type in my password twice when updating packages with Octopi, or changing settings in the Catalyst Control Center. I know there's an option for "remember these credentials" but it never seems to work for some reason.
    I know there is a "root" group, but adding my user to that doesn't seem to change anything permission wise.
    Last edited by brando56894 (2014-07-07 06:16:31)

    yea I already have %wheel ALL=(ALL) NOPASSWD: ALL set in sudoers and my user is a member of wheel and users, so I don't know why I asked that. Guess I forgot I had it set that way. I'll take a look into Polkit and see if I can find anything, thanks.
    Edit:
    Polkit is what I needed, but I can't seem to get it to work. I wrote an override file to /etc/polkit-1/rules.d/00-bypass.rules but it didn't seem to have any effect.
    /* Allows any user to run Octopi without authentication */
    polkit.addRule(function(action, subject) {
    if (action.id == "org.octopi.pacmanhelper") {
    return polkit.Result.YES;
    Do I have to log out and log back in for it to take effect?
    qdbusviewer gives this output when I click on org.octopi.pacmanhelper
    Error: Call to object / at org.octopi.pacmanhelper: org.freedesktop.DBus.Error.AccessDenied (Rejected send message, 1 matched rules; type="method_call", sender=":1.95" (uid=0 pid=9135 comm="/usr/lib/qt/bin/qdbusviewer ") interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply="0" destination="org.octopi.pacmanhelper" (uid=0 pid=4920 comm="/usr/lib/octopi/pacmanhelper ")) failed
    I'm not sure if that's the access denied error for the dialog asking me to enter root's password or telling me that qdbusviewer doesn't have access to look at it. Everything else in the System Bus tab works fine.
    An interesting thing that I noticed was that in /usr/share/polkit-1/actions/org.octopi.pacman.policy the only busname mentioned in there is org.octopi.pacman.syncdb so I tried using that but that didn't work either.
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE policyconfig PUBLIC
    "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
    "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
    <policyconfig>
    <action id="org.octopi.pacman.syncdb">
    <description>Synchronizes databases</description>
    <message>Prevents from doing action syncdb</message>
    <defaults>
    <allow_inactive>no</allow_inactive>
    <allow_active>auth_admin</allow_active>
    </defaults>
    </action>
    </policyconfig>
    edit 2:
    It seems that the rules take effect immediately because I used the example for gparted and modified it for the group wheel and fired up gparted and it left me right in. I changed it back to admin and it asked me to authenticate. One thing I did notice is that the authentication for gparted and octopi is different, gparted uses the polkit dialog whereas octopi uses kdesu. Yet octopi obviously has dbus authentication rules and my user is allowed to run anything via sudo without a password so what's going on here?
    Last edited by brando56894 (2014-07-07 05:49:52)

  • Losing Authentication

    We have a SharePoint page that displays Excel graphs. After viewing the page and leaving it or closing IE, the next time you try to look at it, your authentication is lost. It will force a prompt for a login and password but you still can't access it and
    receive "This page can't be displayed".
    You can get back in but only if you close IE and clearing the cache.
    Any ideas?

    Hello,
    What authentication type you are using? Also please check ULS and event viewer log for more detail about error.
    I have found this article if it could help you:
    http://blogs.msdn.com/b/mcsnoiwb/archive/2012/06/10/lost-authentication-cookies-in-sharepoint.aspx
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Wireless authentication to a windows network

    IF this is the wrong group please let me know and I will re-post...
    I am trying to solve some problems authenticating to a windows network using a airport card....
    I keep getting a non-trusted certificate message after/during the 802.x authentication box..We are not using certificates, at least that is what the admin tells me...so I have logged in as root, opened keychain and set the certifcates in question to trust always for all settings...I log out and then relogin as a normal network account and I still get the message which I can click continue and now I have access..
    the other problem is that my home folder will not mount...I have to mount it manually through the finder..I am assuming this is because the airport network services are not running until I authenticate locally with a cached password....Is there a way to have the login window authenticate through airport so I can have my home directory mount automatically...
    thanks for your help...

    unfortunately there are severla problems with the solution and it really doesn't address the issue. I can't mount the volume on the dock as it won't mount, probably because it is the server itself that has been mounted, not the shared home folder. Also it might create a conflict by having an alias to the home folder that would conflict with the auto mounted home folder when I use the ethernet as a connection source. What I have is a multi-purpose machine.
    1) I use a hardwired connect at my desk...
    2) If I need to go somewhere that a port in the wall is not active, I can then use a wirless connection which allows me access to everything I need....
    What I need to do is get this working so that the rest of the area can use it as well....
    So the question still remains: Does the wireless authentication not mount the home directory because it is not tied into the login window. For example, in a hardwired case I login to the system and this authenticates me and mounts my home folder. When I unplug the ethernet cable and turn on ariport and log off I login to the login window but the 802.x box comes up and asks for my password....which then brings up a not trusted certificate. Which I have tried everyhting I know to make this accepted by the system, including logging as root and going into keychain and setting it to be trusted. This DOES not work. I still get the untrusted certifcate message and the home directory does not mount. So what I need is someone who is authenticating to a windows network using wireless. I have followed all the 802.x suggestions which include using only peap to authenticate through.
    I hope someone can tell me how to stop the untrusted certificate error and how to mount the home directories. It would seem that there should be some type of setting to make airport startup prior to the login window or be hooked into the login window and pas that through to the wireless authentication. This is beyond my experience as you can see...
    thanks

  • HELP! The file "iTunes Library.itl" cannot be read=no access to itunes!!!

    PLease help im actually going mental.
    #Spent hours today with two rather slow computers attempting to transfer my itunes library from my old pc to a new laptop. when i successfully transferred the files i tried to open itunes when it told me it " Couldnt be read" as teh file itunes library is in a newer version of itunes.
    Of course i thought if i upgraded the laptops itunes the problem would be solved but that did not work, and i have no itunes access.
    HEELLLLLLLLLPPPPPPPP

    Actually it's very simple to solve without losing anything.
    Do a search on your computer for "itunes library.itl". When the search finds it...delete it.
    Open itunes again, and it should work sucessfully.

  • ISE Problem

    Hi Experts
    we have new ISE servers at our network and it work good .
    but lately i faced the below problem :
    the ISE integrated to get the authentication from the microsoft active directory which depend on the windows login username / password , and the dot1x configurations and settings pushed to the users PCs via the active directory and the user can't change it .
    if the user login to the windows sucessfully , the ISE put the user in the quarantine vlan , then check the policy and if pass assign the full access to the users .
    Our System Admins force the users to change the password monthly bases , so when the password expired , the authentication failed so the ISE will not assign any vlan to the user , and the can't change the password on the Active Directory becouse he is disconnected from the network .
    so i need a way to enable the switch to assign a restricted vlan to reach the Active Directory once the user plug the network cable , regardless he authenticate succesfully or not .
    our switch configuration is :
    aaa new-model
    aaa authentication login default local
    aaa authentication login TEST group radius
    aaa authentication enable default enable
    aaa authentication dot1x default group radius
    aaa authorization network default group radius
    aaa accounting dot1x default start-stop group radius
    aaa server radius dynamic-author
    client 10.10.10.238 server-key C1sc0
    aaa session-id common
    system mtu routing 1500
    authentication mac-move permit
    ip device tracking
    interface FastEthernet0/2
    switchport access vlan 22
    switchport mode access
    switchport voice vlan 110
    authentication port-control auto
    mab
    dot1x pae authenticator
    spanning-tree portfast
    ip access-list extended ACL-POSTURE-REDIRECT
    deny   ip any host 10.10.10.238
    deny   ip any host 10.10.10.239
    deny   udp any any
    permit tcp any any eq www
    permit tcp any any eq 443
    permit tcp any any eq 8443
    ip access-list extended webauth
    permit tcp any any eq www
    permit tcp any any eq 443
    deny   ip any host 10.10.10.238
    deny   ip any host 10.10.10.239
    ip radius source-interface Vlan10
    ip sla enable reaction-alerts
    radius-server attribute 6 on-for-login-auth
    radius-server attribute 8 include-in-access-req
    radius-server attribute 25 access-request include
    radius-server dead-criteria time 20 tries 3
    radius-server host 10.10.10.238 auth-port 1812 acct-port 1813
    radius-server host 10.10.10.239 auth-port 1812 acct-port 1813
    radius-server key C1sc0
    radius-server vsa send accounting
    radius-server vsa send authentication
    aaa new-model
    aaa authentication login default local
    aaa authentication login TEST group radius
    aaa authentication enable default enable
    aaa authentication dot1x default group radius
    aaa authorization network default group radius
    aaa accounting dot1x default start-stop group radius
    aaa server radius dynamic-author
    client 10.10.10.238 server-key C1sc0
    aaa session-id common
    system mtu routing 1500
    authentication mac-move permit
    ip device tracking
    interface FastEthernet0/2
    switchport mode access
    switchport voice vlan 110
    authentication port-control auto
    mab
    dot1x pae authenticator
    spanning-tree portfast
    ip access-list extended ACL-POSTURE-REDIRECT
    deny   ip any host 10.10.10.238
    deny   ip any host 10.10.10.239
    deny   udp any any
    permit tcp any any eq www
    permit tcp any any eq 443
    permit tcp any any eq 8443
    ip access-list extended webauth
    permit tcp any any eq www
    permit tcp any any eq 443
    deny   ip any host 10.10.10.238
    deny   ip any host 10.10.10.239
    ip radius source-interface Vlan10
    ip sla enable reaction-alerts
    radius-server attribute 6 on-for-login-auth
    radius-server attribute 8 include-in-access-req
    radius-server attribute 25 access-request include
    radius-server dead-criteria time 20 tries 3
    radius-server host 10.10.10.238 auth-port 1812 acct-port 1813
    radius-server host 10.10.10.239 auth-port 1812 acct-port 1813
    radius-server key C1sc0
    radius-server vsa send accounting
    radius-server vsa send authentication
    any suggestion to solve this problem .....
    regards
    Reyad

    Hi Edondurquti
    yes you are right .....
    i changed the authentication method from user authentication to computer authentication , so when you plug the network cable to the PC , it start authentication and the ISE assign the quarantine vlan to the port , so the changing password problem solved .
    the computer authentication solved many problems i faced when implementation .
    -     when you try to connect remotly to your PC at the office ( when i applied user authentication ) , it was
    connected for seconds , then the PC re-authentiate and assigned to the quarantine vlan , so i lost the connection to my PC .
    -     the password expire problem happened on the user authentication especially when you put the option to use the windows login .... its big problem .
    -     many PCs can connect to the network using the same username/password ,,, and this is also big problem .
    -     no way to enforce the users to join to the domain if you use the user authentication , you can login locally at your pc , then at the popup screen you can enter the AD user .
    by using the computer authentication , all the above problems solved , and the connection become more stable , and all PCs enforced to join to the domain to get the authentication.
    another helpful command on the switch , is to assign a restricted configured VLAN to the switches as native VLAN , and you can apply the below command on the interface to assign a VLAN when the authentication fail .
    Switch(config-if)#authentication event fail action authorize vlan
    i hope this can help you in case you faced the above problems ....
    Reyad

  • Switching from write through to write behind automatically

    Hi,
    We are considering a Coherence solution to protect a customer facing application from outages due to database failures. This is for a financial company and the monetary value of each transaction is large and we want to provide 100% guarantee against data loss while not incurring any outages. We want to provide a write-through persistence to the database through Coherence which can switch to a write-behind automatically at runtime if the database persistence fails. Is this doable automatically and would it solve the problem I am trying to solve without losing any inflight transactions? Are there any real customer cases that were successful in achieving this using Coherence?
    Thanks
    Sairam
    Edited by: SKR on Feb 16, 2012 3:14 PM
    Edited by: SKR on Feb 16, 2012 3:15 PM

    SKR wrote:
    Jonathan.Knight wrote:
    Hi Sairam
    I know you can change the write-delay in JMX for a cache using write-behind but I pretty certauin you cannot make a write-through cache suddenly become a write-behind cache.
    I'm not sure why you think changing from write-through to write-behind will allow you to guarantee 100% no data loss - do you mean no loss of updates to the DB or no loss of data in the cache cluster? There are certainly scenarios that can occur where you can loose data from either the cluster or the DB that write-through or write-behind will not save you from. Presumably you want to use write-behind to allow for the DB to go down, although you will still need to configure Coherence to properly retry failed write-behind calls CacheStore behaviour on failure. What happens to your data if you are using write-behind and you loose a partition from you cluster (i.e. you loose a physical machine or two or more JVMs in a short space of time) - you have data loss - you cannot guarantee against this you can only mitigate it and have a recovery policy/procedure.
    JKJK,
    Thanks for your reply. I must have explained the scenario better. What we are trying to do is to have our transactions commit to the database synchronously using write-through, so that during normal operation, the data will be committed, persisted and durable in the database. But our RW database becomes a single point of failure and if some problem occurs to the database during the peak load time, we run the risk of an outage till we fix the database problem or failover to the standby (We don't have RAC architecture or automatic failover and the manual switchover takes about 10 - 15 mins minimum). We want to avoid this by providing a cache-only operation mode during such a failure, where the customers can continue to transact and the writes will get queued in the cache. I do understand that losing both the database and the cache or losing the primary and the backup in the cache would result in a data loss. But I am assuming such a dual failure is rare.
    We do not want to run write-behind all the time but only during the database failure window. From what you mentioned, it seems the runtime switching from write-through to write-behind is not available as an option.
    SairamHi Sairam,
    I would suggest that you configure write-behind to have a fairly short write-delay, and you only return a confirmation to the client
    - either after the write-behind succeeded (you can use a backing map listener to listen for the removal of the decoration which meant that the entry was dirty)
    - or if the database went down (noticeable from the failure), then it is up to you whether you send a confirmation which also mentions that it is not persisted to disk yet, or not at all
    Best regards,
    Robert

  • Table Interface for Excel report?

    I have been working with the nice feature of MODIFY_TABLE in web tables. It is very usefull to alter the table to more specific needs.
    Now my question: is there a possibility to modify classes so that you can adapt the table before it is shown in an excel sheet?
    Thank you in advance!
    Bart

    Hi Deepak,
    I was already thinking in 'my solution': starting from an Excel workbook that opens a web report, searches the result table and transforms this table into the Excel sheet.
    1° Opening an url in Excel.Tis is possible in Excel. So in worst case we have to use string operations to filter the result tabel in the web page and transform a html table into an Excel tabel.
    2° Layout of the html table When we want the current status of the report (with drill down and things like that), we should first make a bookmark. Then we can use this bookmark as url to open the web page in Excel. -> layout and current drill status can be imported from HTML into Excel.
    3° authorization. As the url will open a web page on the WAS server, the user will have to provide a username and password. So this problem is also 'solved' because the authentication is done by the server.
    Concerning the "Print with Excel" method...
    1° If I am right, changes made by JavaScript do not effect the exported Excel report as JavaScript is client side, so the server (the instance that generates the excel) is not aware of the changes made by JS. Right or do I forget something?
    2° My biggest concern is the use of xslt in the html code. This is not very handy for people who are not familiar with html. Besides, not all the changes I make in the xslt have effect on the result (for example: when the printed table takes more than one table, the column headers are not repeated on every page, at least not in a dynamic way). But maybe it is a mistake from my side
    When I would work with an Excel workbook that takes an url and creates the report itself by extracting the data, extra macro's could be added (I think this is not possible by using xslt or Office HTML)
    Thank you for you comments Deepak!

  • Cannot authorize apps to be synced to itouch

    i have an itouch 4 and the other day i tried to sync my itouch with itunes and most of my apps were deleted from my itouch, only a few are left. i keep trying to sync them again, but it says that my computer is no longer authorized for apps installed in my itouch. So i authorize it and an error message pops up every time: we could not complete your itunes store request. an unown error occurred (-42003).

    I had the same issue, that is now solved without losing anything. I don't know what fixed it, but I'll tell you everything I did.
    - I remembered 5 computers were authorized for my account, which is the max. I went into my account and deauthorized all the them. It didn't solve it.
    - I signed of, signed in again, it didn't solve it.
    - I went to my other computer, authorized it, and didn't get the error. So I thought it was on my main computer that there was an issue. So I was thinking of reinstalling iTunes, but instead,
    - I disconnected my iPod from the USB port
    - I rebooted my computer
    - I authorized it, THE ERROR WAS GONE
    - I connected my iPod and synced it.
    Could you guys try? I'm curious to know if it will solve your issues too. I repeat that I don't know what solved it. It might be the reboot, it might be that the iPod wasn't connected on the USB, it might be that I rebooted my computer, that I reauthorized an other before the one that has the issue, ... ?

  • Missing My Folder after copy catalog

    Hi,
    We need to migrate repository and webcat from test to prod. After i copied catalog to the specific folder in BI server and uploaded repository, i am able to see the reports under Shared Folder. But all the reports under My Folder are not shown. Does anyone know why? Thanks.

    Hi guys,
    I had a very similar problem: with Catalog manager we archived all catalog, then we tried to restore the catalog to recover some missing analysis.
    In Catalog folder, under users folder i can see my files resotred (both file and .atr), but in Answer i loose "My Folders" for each users! i.e. in left panel i see only "Shared Folders".
    In OBIPS log i can read:
    "Account inconsistent -- no access to home dir- typically this occurs then a user has been deleted..."
    But i haven't delete that user.
    I tried also to create a new user, but still don't see "My Folders" for the new user.
    Also this post didn't help: http://shivabizint.wordpress.com/2011/08/26/how-to-solve-obiee-11g-authentication-failure/
    Any helps?
    Thanks.
    Roberto
    Edited by: pnnrrt64 on 18-lug-2012 12.43

  • Recent login failure

    Recently, when attempting to login to a secure website with my member name and password via safari, the address window shows (blue) the page loading but stops just short of filling the window, then after 30sec's or so, safari opens a new page and says the server stopped responding. I contacted the site and all appears ok on their end. I'm only having this issue with this site. Tried to login on our other computer (windows) but can't get the page! We are using a router. I connect my emac via ethernet. Any ideas?
    Richard

    Tim, thanks, I did try other browsers (firefox, IE), cleared the cache and cookies, to no avail! Anything else to check? Hope I can get this solved soon, losing alot of productivity!
    emac 1.42 superdrive (dl)   Mac OS X (10.4.6)   1 gig RAM Nikon Super Coolscan 4000

  • 2.2 bricks iPhone?

    Since updating to 2.2 I have had my phone brick twice. Not sure why, I power the phone up and it asks me to connect ti iTunes. If I ignore that, power down the phone and restart it, it works fine. It actually says " iPhone Activated" when I restart. Any ideas why the phone would be losing authentication?
    FWIW, both times this has happened I started the phone where there is no/very weak cell signal. This is new since 2.2 though, it never happened on 2.0 or 2.1. Any help would be appreciated.

    well yes and no, until I restart, it it is bricked. I guess not, because it is not permanent. However, a simple restart seems to satisfy it. When this happened to you, were you in an area with good cell signal? Just trying to see if that is the reason or see what had in common. I will search to read the 2.1 stories, but it seems this is in Apples court.

  • [SOLVED]GDM don't ask password and fail authentication

    Solved by reinstalling all the stuff involved, like skunktrader said the .pacnew files are the NEW config files that we had to fill with our preferences, because it have new options or diferent stuff
    Thank you again Mr. skunktrader
    Hi everybody.
    I was looking for tunning a bit my installation of arch. and ruined something about X and authentification.
    the files I remember to have deleted are all in /etc that ends in "-" and  ".pacnew" and ".original"
    those files includes shadow- and passwd-.
    I was sure that those files are just backups, but now i dont know.
    so, after that i run pacman -Syu, and then rebooted.
    here is when all load exept gdm, which  show the above panel and the central square with my username. and the cursor from x shows a handclock like it's loading something but never ends to load. I click on my username and dont do anything. i pres enter and here it should ask my password but doesn't do anything, then i press enter again and says authentification failure.
    im tried uninstalling, erasing all configs that i know about gdm, and reinstalling, but no make difference
    i tried slim, kdm, enter, console login to x by .bash_profile, i tried start it in daemon in rc.conf and service in inittab but it still the same thing.
    obiously i have all the functionality of console but none for X
    this is the /var/log/gdm/:1-greeter.log. I think that it said something about this
    gnome-session[2604]: WARNING: Could not launch application 'at-spi-registryd-wrapper.desktop': Unable to start application: Falló al ejecutar el proceso hijo «/usr/lib/at-spi/at-spi-registryd» (No existe el fichero o el directorio)
    gnome-session[2604]: WARNING: Could not launch application 'metacity.desktop': Unable to start application: Falló al ejecutar el proceso hijo «metacity» (No existe el fichero o el directorio)
    gnome-session[2604]: WARNING: Could not launch application 'gnome-power-manager.desktop': Unable to start application: Falló al ejecutar el proceso hijo «gnome-power-manager» (No existe el fichero o el directorio)
    ** (process:2613): DEBUG: Greeter session pid=2613 display=:1 xauthority=/var/run/gdm/auth-for-gdm-TEhETs/database
    gdm-simple-greeter[2613]: Gtk-WARNING: gtkwidget.c:5676: widget not within a GtkWindow
    gdm-simple-greeter[2613]: WARNING: Unable to read from file /etc/arch-release
    gdm-simple-greeter[2613]: WARNING: Unable to load CK history: no seat-id found
    gdm-simple-greeter[2613]: WARNING: locale es_MX.UTF-8 # change to your default lang isn't valid
    *** glibc detected *** /usr/lib/gdm/gdm-simple-greeter: free(): invalid pointer: 0x08064793 ***
    ======= Backtrace: =========
    /lib/libc.so.6(+0x6b6c1)[0xb6d316c1]
    /lib/libc.so.6(+0x6cfdb)[0xb6d32fdb]
    /lib/libc.so.6(cfree+0x6d)[0xb6d3618d]
    /usr/lib/libglib-2.0.so.0(g_free+0x36)[0xb6e589f6]
    /usr/lib/gdm/gdm-simple-greeter[0x806ab1e]
    /usr/lib/gdm/gdm-simple-greeter[0x8065f46]
    /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__STRING+0x88)[0xb6f09548]
    /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x192)[0xb6eeca72]
    /usr/lib/libgobject-2.0.so.0(+0x1e8a0)[0xb6eff8a0]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x806)[0xb6f08306]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x32)[0xb6f084b2]
    /usr/lib/gdm/gdm-simple-greeter[0x805c814]
    /usr/lib/gdm/gdm-simple-greeter[0x805d6b5]
    /usr/lib/libdbus-1.so.3(dbus_connection_dispatch+0x393)[0xb7760cd3]
    /usr/lib/libdbus-glib-1.so.2(+0x7fcd)[0xb7796fcd]
    /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1d2)[0xb6e51b72]
    /usr/lib/libglib-2.0.so.0(+0x40350)[0xb6e52350]
    /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x18b)[0xb6e52a1b]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9)[0xb74a05b9]
    /usr/lib/gdm/gdm-simple-greeter[0x8054915]
    /lib/libc.so.6(__libc_start_main+0xe6)[0xb6cdcdb6]
    /usr/lib/gdm/gdm-simple-greeter[0x8054241]
    ======= Memory map: ========
    08048000-0808a000 r-xp 00000000 08:05 202407 /usr/lib/gdm/gdm-simple-greeter
    0808a000-0808c000 rw-p 00041000 08:05 202407 /usr/lib/gdm/gdm-simple-greeter
    09057000-09279000 rw-p 00000000 00:00 0 [heap]
    b1c9c000-b1cb7000 r-xp 00000000 08:05 90684 /usr/lib/libgcc_s.so.1
    b1cb7000-b1cb8000 rw-p 0001a000 08:05 90684 /usr/lib/libgcc_s.so.1
    b1cb8000-b1d45000 r--p 00000000 08:05 197697 /usr/share/fonts/TTF/DejaVuSans-Oblique.ttf
    b1d45000-b1d46000 ---p 00000000 00:00 0
    b1d46000-b2546000 rw-p 00000000 00:00 0
    b2546000-b25a6000 rw-s 00000000 00:04 0 /SYSV00000000 (deleted)
    b25a6000-b25bf000 r--s 00000000 08:05 114603 /usr/share/mime/mime.cache
    b25bf000-b25cb000 r-xp 00000000 08:05 113337 /lib/libudev.so.0.10.0
    b25cb000-b25cc000 rw-p 0000b000 08:05 113337 /lib/libudev.so.0.10.0
    b25cc000-b25df000 r-xp 00000000 08:05 106296 /usr/lib/libgvfscommon.so.0.0.0
    b25df000-b25e0000 rw-p 00013000 08:05 106296 /usr/lib/libgvfscommon.so.0.0.0
    b25f7000-b261a000 r-xp 00000000 08:05 113463 /usr/lib/gio/modules/libgvfsdbus.so
    b261a000-b261b000 rw-p 00023000 08:05 113463 /usr/lib/gio/modules/libgvfsdbus.so
    b261b000-b2621000 r--p 00000000 08:05 97239 /usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo
    b2621000-b581a000 r--p 00000000 08:05 214046 /usr/share/icons/gnome/icon-theme.cache
    b581a000-b5c18000 r--p 00000000 08:05 181881 /usr/share/icons/hicolor/icon-theme.cache
    b5c18000-b5cbf000 r--p 00000000 08:05 197709 /usr/share/fonts/TTF/DejaVuSans.ttf
    b5cbf000-b5d00000 r--s 00000000 08:05 282903 /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-le32d4.cache-3
    b5d00000-b5d21000 rw-p 00000000 00:00 0
    b5d21000-b5e00000 ---p 00000000 00:00 0
    b5e01000-b5e03000 r-xp 00000000 08:05 112702 /lib/libutil-2.13.so
    b5e03000-b5e04000 r--p 00001000 08:05 112702 /lib/libutil-2.13.so
    b5e04000-b5e05000 rw-p 00002000 08:05 112702 /lib/libutil-2.13.so
    b5e05000-b5e12000 r--p 00000000 08:05 100174 /usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo
    b5e12000-b5e22000 r--s 00000000 08:05 282624 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le32d4.cache-3
    b5e22000-b5e3a000 r--s 00000000 08:05 282759 /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le32d4.cache-3
    b5e3a000-b5e7b000 r--s 00000000 08:05 282905 /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-le32d4.cache-3
    b5e7b000-b5e82000 r--p 00000000 08:05 100360 /usr/share/locale/es/LC_MESSAGES/iso_3166.mo
    b5e82000-b5e87000 r--p 00000000 08:05 100358 /usr/share/locale/es/LC_MESSAGES/iso_639.mo
    b5e87000-b5e88000 ---p 00000000 00:00 0
    b5e88000-b6688000 rw-p 00000000 00:00 0
    b6688000-b669c000 r--p 00000000 08:05 97128 /usr/share/locale/es/LC_MESSAGES/glib20.mo
    b669c000-b66c6000 r--p 00000000 08:05 97868 /usr/share/locale/es/LC_MESSAGES/gtk20-properties.mo
    b66c6000-b66cf000 r-xp 00000000 08:05 112704 /lib/libnss_files-2.13.so
    b66cf000-b66d0000 r--p 00009000 08:05 112704 /lib/libnss_files-2.13.so
    b66d0000-b66d1000 rw-p 0000a000 08:05 112704 /lib/libnss_files-2.13.so
    b66d1000-b66d4000 r--p 00000000 08:05 97293 /usr/share/locale/es/LC_MESSAGES/atk10.mo
    b66d4000-b66d5000 r-xp 00000000 08:05 123048 /usr/lib/gconv/ISO8859-1.so
    b66d5000-b66d6000 r--p 00000000 08:05 123048 /usr/lib/gconv/ISO8859-1.so
    b66d6000-b66d7000 rw-p 00001000 08:05 123048 /usr/lib/gconv/ISO8859-1.so
    b66d7000-b66e8000 r--p 00000000 08:05 97997 /usr/share/locale/es/LC_MESSAGES/GConf2.mo
    b66e8000-b6706000 r--p 00000000 08:05 96589 /usr/share/locale/es/LC_MESSAGES/libc.mo
    b6706000-b68bb000 r--p 00000000 08:05 96632 /usr/lib/locale/locale-archive
    b68bb000-b68be000 rw-p 00000000 00:00 0
    b68be000-b68c2000 r-xp 00000000 08:05 88801 /usr/lib/libXdmcp.so.6.0.0
    b68c2000-b68c3000 rw-p 00003000 08:05 88801 /usr/lib/libXdmcp.so.6.0.0
    b68c3000-b68c5000 r-xp 00000000 08:05 88814 /usr/lib/libXau.so.6.0.0
    b68c5000-b68c6000 rw-p 00001000 08:05 88814 /usr/lib/libXau.so.6.0.0
    b68c6000-b68c7000 rw-p 00000000 00:00 0
    b68c7000-b68e7000 r-xp 00000000 08:05 95517 /usr/lib/libxkbfile.so.1.0.2
    b68e7000-b68e8000 rw-p 00020000 08:05 95517 /usr/lib/libxkbfile.so.1.0.2
    b68e8000-b6a09000 r-xp 00000000 08:05 91069 /usr/lib/libxml2.so.2.7.8
    b6a09000-b6a0e000 rw-p 00121000 08:05 91069 /usr/lib/libxml2.so.2.7.8
    b6a0e000-b6a0f000 rw-p 00000000 00:00 0
    b6a0f000-b6a26000 r-xp 00000000 08:05 88827 /usr/lib/libxcb.so.1.1.0
    b6a26000-b6a27000 rw-p 00016000 08:05 88827 /usr/lib/libxcb.so.1.1.0
    b6a27000-b6a4d000 r-xp 00000000 08:05 91310 /usr/lib/libexpat.so.1.5.2
    b6a4d000-b6a4f000 rw-p 00026000 08:05 91310 /usr/lib/libexpat.so.1.5.2
    b6a4f000-b6a50000 rw-p 00000000 00:00 0
    b6a50000-b6a99000 r-xp 00000000 08:05 109753 /usr/lib/libORBit-2.so.0.1.0
    b6a99000-b6aa3000 rw-p 00048000 08:05 109753 /usr/lib/libORBit-2.so.0.1.0
    b6aa3000-b6b0a000 r-xp 00000000 08:05 91504 /usr/lib/libpixman-1.so.0.20.2
    b6b0a000-b6b0e000 rw-p 00066000 08:05 91504 /usr/lib/libpixman-1.so.0.20.2
    b6b0e000-b6b22000 r-xp 00000000 08:05 89741 /usr/lib/libz.so.1.2.5
    b6b22000-b6b23000 rw-p 00013000 08:05 89741 /usr/lib/libz.so.1.2.5
    b6b23000-b6b34000 r-xp 00000000 08:05 112703 /lib/libresolv-2.13.so
    b6b34000-b6b35000 r--p 00010000 08:05 112703 /lib/libresolv-2.13.so
    b6b35000-b6b36000 rw-p 00011000 08:05 112703 /lib/libresolv-2.13.so
    b6b36000-b6b38000 rw-p 00000000 00:00 0
    b6b38000-b6b74000 r-xp 00000000 08:05 113012 /lib/libpcre.so.0.0.1
    b6b74000-b6b75000 rw-p 0003b000 08:05 113012 /lib/libpcre.so.0.0.1
    b6b75000-b6b76000 rw-p 00000000 00:00 0
    b6b76000-b6b78000 r-xp 00000000 08:05 112674 /lib/libdl-2.13.so
    b6b78000-b6b79000 r--p 00001000 08:05 112674 /lib/libdl-2.13.so
    b6b79000-b6b7a000 rw-p 00002000 08:05 112674 /lib/libdl-2.13.so
    b6b7a000-b6b7c000 r-xp 00000000 08:05 91274 /usr/lib/libgmodule-2.0.so.0.2600.1
    b6b7c000-b6b7d000 rw-p 00002000 08:05 91274 /usr/lib/libgmodule-2.0.so.0.2600.1
    b6b7d000-b6bfe000 r-xp 00000000 08:05 91303 /usr/lib/libfreetype.so.6.6.2
    b6bfe000-b6c02000 rw-p 00081000 08:05 91303 /usr/lib/libfreetype.so.6.6.2
    b6c02000-b6c28000 r-xp 00000000 08:05 91536 /usr/lib/libpangoft2-1.0.so.0.2800.3
    b6c28000-b6c29000 rw-p 00026000 08:05 91536 /usr/lib/libpangoft2-1.0.so.0.2800.3
    b6c29000-b6c4e000 r-xp 00000000 08:05 91290 /usr/lib/libpng14.so.14.5.0
    b6c4e000-b6c4f000 rw-p 00025000 08:05 91290 /usr/lib/libpng14.so.14.5.0
    b6c4f000-b6c50000 rw-p 00000000 00:00 0
    b6c50000-b6c69000 r-xp 00000000 08:05 91662 /usr/lib/libatk-1.0.so.0.3209.1
    b6c69000-b6c6b000 rw-p 00018000 08:05 91662 /usr/lib/libatk-1.0.so.0.3209.1
    b6c6b000-b6c6f000 r-xp 00000000 08:05 91173 /usr/lib/libXfixes.so.3.1.0
    b6c6f000-b6c70000 rw-p 00003000 08:05 91173 /usr/lib/libXfixes.so.3.1.0
    b6c70000-b6c72000 r-xp 00000000 08:05 91784 /usr/lib/libXdamage.so.1.1.0
    b6c72000-b6c73000 rw-p 00001000 08:05 91784 /usr/lib/libXdamage.so.1.1.0
    b6c73000-b6c75000 r-xp 00000000 08:05 91770 /usr/lib/libXcomposite.so.1.0.0
    b6c75000-b6c76000 rw-p 00001000 08:05 91770 /usr/lib/libXcomposite.so.1.0.0
    b6c76000-b6c80000 r-xp 00000000 08:05 91542 /usr/lib/libpangocairo-1.0.so.0.2800.3
    b6c80000-b6c81000 rw-p 00009000 08:05 91542 /usr/lib/libpangocairo-1.0.so.0.2800.3
    b6c81000-b6c89000 r-xp 00000000 08:05 91175 /usr/lib/libXcursor.so.1.0.2
    b6c89000-b6c8a000 rw-p 00007000 08:05 91175 /usr/lib/libXcursor.so.1.0.2
    b6c8a000-b6c8b000 rw-p 00000000 00:00 0
    b6c8b000-b6c91000 r-xp 00000000 08:05 91155 /usr/lib/libXrandr.so.2.2.0
    b6c91000-b6c92000 rw-p 00005000 08:05 91155 /usr/lib/libXrandr.so.2.2.0
    b6c92000-b6c9e000 r-xp 00000000 08:05 91766 /usr/lib/libXi.so.6.1.0
    b6c9e000-b6c9f000 rw-p 0000b000 08:05 91766 /usr/lib/libXi.so.6.1.0
    b6c9f000-b6ca1000 r-xp 00000000 08:05 91141 /usr/lib/libXinerama.so.1.0.0
    b6ca1000-b6ca2000 rw-p 00001000 08:05 91141 /usr/lib/libXinerama.so.1.0.0
    b6ca2000-b6ca9000 r-xp 00000000 08:05 91151 /usr/lib/libXrender.so.1.3.0
    b6ca9000-b6caa000 rw-p 00007000 08:05 91151 /usr/lib/libXrender.so.1.3.0
    b6caa000-b6cb7000 r-xp 00000000 08:05 91077 /usr/lib/libXext.so.6.4.0
    b6cb7000-b6cb8000 rw-p 0000d000 08:05 91077 /usr/lib/libXext.so.6.4.0
    b6cb8000-b6cb9000 rw-p 00000000 00:00 0
    b6cb9000-b6cc0000 r-xp 00000000 08:05 116859 /lib/librt-2.13.so
    b6cc0000-b6cc1000 r--p 00006000 08:05 116859 /lib/librt-2.13.so
    b6cc1000-b6cc2000 rw-p 00007000 08:05 116859 /lib/librt-2.13.so
    b6cc2000-b6cc5000 r-xp 00000000 08:05 91273 /usr/lib/libgthread-2.0.so.0.2600.1
    b6cc5000-b6cc6000 rw-p 00003000 08:05 91273 /usr/lib/libgthread-2.0.so.0.2600.1
    b6cc6000-b6e0b000 r-xp 00000000 08:05 112685 /lib/libc-2.13.so
    b6e0b000-b6e0c000 ---p 00145000 08:05 112685 /lib/libc-2.13.so
    b6e0c000-b6e0e000 r--p 00145000 08:05 112685 /lib/libc-2.13.so
    b6e0e000-b6e0f000 rw-p 00147000 08:05 112685 /lib/libc-2.13.so
    b6e0f000-b6e12000 rw-p 00000000 00:00 0
    b6e12000-b6ee0000 r-xp 00000000 08:05 91272 /usr/lib/libglib-2.0.so.0.2600.1
    b6ee0000-b6ee1000 rw-p 000ce000 08:05 91272 /usr/lib/libglib-2.0.so.0.2600.1
    b6ee1000-b6f24000 r-xp 00000000 08:05 91265 /usr/lib/libgobject-2.0.so.0.2600.1
    b6f24000-b6f26000 rw-p 00042000 08:05 91265 /usr/lib/libgobject-2.0.so.0.2600.1
    b6f26000-b6f34000 r-xp 00000000 08:05 106038 /usr/lib/libupower-glib.so.1.0.1
    b6f34000-b6f35000 rw-p 0000e000 08:05 106038 /usr/lib/libupower-glib.so.1.0.1
    b6f35000-b6f36000 rw-p 00000000 00:00 0
    b6f36000-b6f4d000 r-xp 00000000 08:05 106032 /usr/lib/libxklavier.so.16.0.0
    b6f4d000-b6f4f000 rw-p 00016000 08:05 106032 /usr/lib/libxklavier.so.16.0.0
    b6f4f000-b6f73000 r-xp 00000000 08:05 112684 /lib/libm-2.13.so
    b6f73000-b6f74000 r--p 00023000 08:05 112684 /lib/libm-2.13.so
    b6f74000-b6f75000 rw-p 00024000 08:05 112684 /lib/libm-2.13.so
    b6f75000-b708c000 r-xp 00000000 08:05 88911 /usr/lib/libX11.so.6.3.0
    b708c000-b7090000 rw-p 00116000 08:05 88911 /usr/lib/libX11.so.6.3.0
    b7090000-b70bc000 r-xp 00000000 08:05 91502 /usr/lib/libfontconfig.so.1.4.4
    b70bc000-b70be000 rw-p 0002b000 08:05 91502 /usr/lib/libfontconfig.so.1.4.4
    b70be000-b70ed000 r-xp 00000000 08:05 109815 /usr/lib/libgconf-2.so.4.1.5
    b70ed000-b70f0000 rw-p 0002f000 08:05 109815 /usr/lib/libgconf-2.so.4.1.5
    b70f0000-b70f1000 rw-p 00000000 00:00 0
    b70f1000-b7130000 r-xp 00000000 08:05 91530 /usr/lib/libpango-1.0.so.0.2800.3
    b7130000-b7132000 rw-p 0003e000 08:05 91530 /usr/lib/libpango-1.0.so.0.2800.3
    b7132000-b71cd000 r-xp 00000000 08:05 91507 /usr/lib/libcairo.so.2.11000.2
    b71cd000-b71cf000 rw-p 0009a000 08:05 91507 /usr/lib/libcairo.so.2.11000.2
    b71cf000-b71d1000 rw-p 00000000 00:00 0
    b71d1000-b71ed000 r-xp 00000000 08:05 91654 /usr/lib/libgdk_pixbuf-2.0.so.0.2200.1
    b71ed000-b71ee000 rw-p 0001b000 08:05 91654 /usr/lib/libgdk_pixbuf-2.0.so.0.2200.1
    b71ee000-b72d6000 r-xp 00000000 08:05 91278 /usr/lib/libgio-2.0.so.0.2600.1
    b72d6000-b72d9000 rw-p 000e8000 08:05 91278 /usr/lib/libgio-2.0.so.0.2600.1
    b72d9000-b736c000 r-xp 00000000 08:05 108896 /usr/lib/libgdk-x11-2.0.so.0.2200.1
    b736c000-b736f000 rw-p 00093000 08:05 108896 /usr/lib/libgdk-x11-2.0.so.0.2200.1
    b736f000-b7370000 rw-p 00000000 00:00 0
    b7370000-b7732000 r-xp 00000000 08:05 108898 /usr/lib/libgtk-x11-2.0.so.0.2200.1
    b7732000-b7738000 rw-p 003c2000 08:05 108898 /usr/lib/libgtk-x11-2.0.so.0.2200.1
    b7738000-b7739000 rw-p 00000000 00:00 0
    b7739000-b774e000 r-xp 00000000 08:05 112683 /lib/libpthread-2.13.so
    b774e000-b774f000 r--p 00014000 08:05 112683 /lib/libpthread-2.13.so
    b774f000-b7750000 rw-p 00015000 08:05 112683 /lib/libpthread-2.13.so
    b7750000-b7752000 rw-p 00000000 00:00 0
    b7752000-b778d000 r-xp 00000000 08:05 107798 /usr/lib/libdbus-1.so.3.5.3
    b778d000-b778e000 r--p 0003b000 08:05 107798 /usr/lib/libdbus-1.so.3.5.3
    b778e000-b778f000 rw-p 0003c000 08:05 107798 /usr/lib/libdbus-1.so.3.5.3
    b778f000-b77af000 r-xp 00000000 08:05 109739 /usr/lib/libdbus-glib-1.so.2.1.0
    b77af000-b77b0000 rw-p 0001f000 08:05 109739 /usr/lib/libdbus-glib-1.so.2.1.0
    b77b2000-b77c1000 r--p 00000000 08:05 97869 /usr/share/locale/es/LC_MESSAGES/gtk20.mo
    b77c1000-b77c7000 r--p 00000000 08:05 97669 /usr/share/locale/es/LC_MESSAGES/gdm.mo
    b77c7000-b77c8000 rw-p 00000000 00:00 0
    b77c8000-b77c9000 r-xp 00000000 00:00 0 [vdso]
    b77c9000-b77e5000 r-xp 00000000 08:05 112697 /lib/ld-2.13.so
    b77e5000-b77e6000 r--p 0001b000 08:05 112697 /lib/ld-2.13.so
    b77e6000-b77e7000 rw-p 0001c000 08:05 112697 /lib/ld-2.13.so
    bff62000-bff83000 rw-p 00000000 00:00 0 [stack]
    gnome-session[2604]: WARNING: Client '/org/gnome/SessionManager/Client1' failed to reply before timeout
    gnome-session[2604]: WARNING: Unable to find desktop file 'gdm-simple-greeter.desktop': No se pudo encontrar la clave de archivo válida en los directorios de búsqueda
    gnome-session[2604]: WARNING: Unable to find desktop file 'gnome-gdm-simple-greeter.desktop.desktop': No se pudo encontrar la clave de archivo válida en los directorios de búsqueda
    gnome-session: Fatal IO error 11 (Recurso no disponible temporalmente) on X server :1.
    polkit-gnome-authentication-agent-1: Fatal IO error 11 (Recurso no disponible temporalmente) on X server :1..
    and this is xorg.0.log
    [ 415.344]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 415.344]
    X.Org X Server 1.9.4.901 (1.9.5 RC 1)
    Release Date: 2011-03-04
    [ 415.344] X Protocol Version 11, Revision 0
    [ 415.344] Build Operating System: Linux 2.6.37-ARCH i686
    [ 415.344] Current Operating System: Linux i 2.6.37-ARCH #1 SMP PREEMPT Tue Mar 15 11:40:49 UTC 2011 i686
    [ 415.344] Kernel command line: root=/dev/disk/by-uuid/e5834ccd-027a-4ee7-8875-1ba90303fd71 ro
    [ 415.344] Build Date: 14 March 2011 10:39:42AM
    [ 415.344]
    [ 415.344] Current version of pixman: 0.20.2
    [ 415.344] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 415.344] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 415.345] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Mar 17 09:18:27 2011
    [ 415.345] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 415.345] (==) No Layout section. Using the first Screen section.
    [ 415.345] (==) No screen section available. Using defaults.
    [ 415.345] (**) |-->Screen "Default Screen Section" (0)
    [ 415.345] (**) | |-->Monitor "<default monitor>"
    [ 415.346] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 415.346] (==) Automatically adding devices
    [ 415.346] (==) Automatically enabling devices
    [ 415.346] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 415.346] Entry deleted from font path.
    [ 415.346] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 415.346] Entry deleted from font path.
    [ 415.346] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 415.346] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 415.346] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 415.346] (II) Loader magic: 0x81f3280
    [ 415.346] (II) Module ABI versions:
    [ 415.346] X.Org ANSI C Emulation: 0.4
    [ 415.346] X.Org Video Driver: 8.0
    [ 415.346] X.Org XInput driver : 11.0
    [ 415.346] X.Org Server Extension : 4.0
    [ 415.348] (--) PCI:*(0:0:2:0) 8086:a011:103c:148a rev 0, Mem @ 0x54180000/524288, 0x40000000/268435456, 0x54000000/1048576, I/O @ 0x000030c0/8
    [ 415.348] (--) PCI: (0:0:2:1) 8086:a012:103c:148a rev 0, Mem @ 0x54100000/524288
    [ 415.348] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 415.349] (II) LoadModule: "extmod"
    [ 415.349] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 415.349] (II) Module extmod: vendor="X.Org Foundation"
    [ 415.349] compiled for 1.9.4.901, module version = 1.0.0
    [ 415.349] Module class: X.Org Server Extension
    [ 415.349] ABI class: X.Org Server Extension, version 4.0
    [ 415.350] (II) Loading extension MIT-SCREEN-SAVER
    [ 415.350] (II) Loading extension XFree86-VidModeExtension
    [ 415.350] (II) Loading extension XFree86-DGA
    [ 415.350] (II) Loading extension DPMS
    [ 415.350] (II) Loading extension XVideo
    [ 415.350] (II) Loading extension XVideo-MotionCompensation
    [ 415.350] (II) Loading extension X-Resource
    [ 415.350] (II) LoadModule: "dbe"
    [ 415.350] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 415.350] (II) Module dbe: vendor="X.Org Foundation"
    [ 415.350] compiled for 1.9.4.901, module version = 1.0.0
    [ 415.350] Module class: X.Org Server Extension
    [ 415.350] ABI class: X.Org Server Extension, version 4.0
    [ 415.350] (II) Loading extension DOUBLE-BUFFER
    [ 415.350] (II) LoadModule: "glx"
    [ 415.351] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 415.351] (II) Module glx: vendor="X.Org Foundation"
    [ 415.351] compiled for 1.9.4.901, module version = 1.0.0
    [ 415.351] ABI class: X.Org Server Extension, version 4.0
    [ 415.351] (==) AIGLX enabled
    [ 415.351] (II) Loading extension GLX
    [ 415.351] (II) LoadModule: "record"
    [ 415.351] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 415.351] (II) Module record: vendor="X.Org Foundation"
    [ 415.351] compiled for 1.9.4.901, module version = 1.13.0
    [ 415.351] Module class: X.Org Server Extension
    [ 415.351] ABI class: X.Org Server Extension, version 4.0
    [ 415.352] (II) Loading extension RECORD
    [ 415.352] (II) LoadModule: "dri"
    [ 415.352] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 415.352] (II) Module dri: vendor="X.Org Foundation"
    [ 415.352] compiled for 1.9.4.901, module version = 1.0.0
    [ 415.352] ABI class: X.Org Server Extension, version 4.0
    [ 415.352] (II) Loading extension XFree86-DRI
    [ 415.352] (II) LoadModule: "dri2"
    [ 415.353] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 415.353] (II) Module dri2: vendor="X.Org Foundation"
    [ 415.353] compiled for 1.9.4.901, module version = 1.2.0
    [ 415.353] ABI class: X.Org Server Extension, version 4.0
    [ 415.353] (II) Loading extension DRI2
    [ 415.353] (==) Matched intel as autoconfigured driver 0
    [ 415.353] (==) Matched vesa as autoconfigured driver 1
    [ 415.353] (==) Matched fbdev as autoconfigured driver 2
    [ 415.353] (==) Assigned the driver to the xf86ConfigLayout
    [ 415.353] (II) LoadModule: "intel"
    [ 415.353] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 415.354] (II) Module intel: vendor="X.Org Foundation"
    [ 415.354] compiled for 1.9.4, module version = 2.14.0
    [ 415.354] Module class: X.Org Video Driver
    [ 415.354] ABI class: X.Org Video Driver, version 8.0
    [ 415.354] (II) LoadModule: "vesa"
    [ 415.355] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 415.355] (II) Module vesa: vendor="X.Org Foundation"
    [ 415.355] compiled for 1.9.4, module version = 2.3.0
    [ 415.355] Module class: X.Org Video Driver
    [ 415.355] ABI class: X.Org Video Driver, version 8.0
    [ 415.355] (II) LoadModule: "fbdev"
    [ 415.355] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 415.355] (II) Module fbdev: vendor="X.Org Foundation"
    [ 415.355] compiled for 1.9.4, module version = 0.4.2
    [ 415.355] ABI class: X.Org Video Driver, version 8.0
    [ 415.356] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
    Sandybridge, Sandybridge
    [ 415.357] (II) VESA: driver for VESA chipsets: vesa
    [ 415.357] (II) FBDEV: driver for framebuffer: fbdev
    [ 415.357] (++) using VT number 8
    [ 415.370] (WW) Falling back to old probe method for vesa
    [ 415.370] (WW) Falling back to old probe method for fbdev
    [ 415.370] (II) Loading sub module "fbdevhw"
    [ 415.370] (II) LoadModule: "fbdevhw"
    [ 415.371] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 415.371] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 415.371] compiled for 1.9.4.901, module version = 0.0.2
    [ 415.371] ABI class: X.Org Video Driver, version 8.0
    [ 415.372] drmOpenDevice: node name is /dev/dri/card0
    [ 415.372] drmOpenDevice: open result is 8, (OK)
    [ 415.372] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 415.372] drmOpenDevice: node name is /dev/dri/card0
    [ 415.372] drmOpenDevice: open result is 8, (OK)
    [ 415.372] drmOpenByBusid: drmOpenMinor returns 8
    [ 415.372] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 415.372] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 415.372] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 415.373] (==) intel(0): RGB weight 888
    [ 415.373] (==) intel(0): Default visual is TrueColor
    [ 415.373] (II) intel(0): Integrated Graphics Chipset: Intel(R) Pineview GM
    [ 415.373] (--) intel(0): Chipset: "Pineview GM"
    [ 415.373] (**) intel(0): Tiling enabled
    [ 415.373] (**) intel(0): SwapBuffers wait enabled
    [ 415.373] (==) intel(0): video overlay key set to 0x101fe
    [ 415.373] (II) intel(0): Output LVDS1 has no monitor section
    [ 415.374] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 415.410] (II) intel(0): Output VGA1 has no monitor section
    [ 415.410] (II) intel(0): EDID for output LVDS1
    [ 415.410] (II) intel(0): Manufacturer: HSD Model: 3e9 Serial#: 34219
    [ 415.410] (II) intel(0): Year: 2010 Week: 29
    [ 415.410] (II) intel(0): EDID Version: 1.3
    [ 415.410] (II) intel(0): Digital Display Input
    [ 415.410] (II) intel(0): Max Image Size [cm]: horiz.: 22 vert.: 13
    [ 415.410] (II) intel(0): Gamma: 2.20
    [ 415.410] (II) intel(0): No DPMS capabilities specified
    [ 415.410] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 415.410] (II) intel(0): First detailed timing is preferred mode
    [ 415.410] (II) intel(0): redX: 0.592 redY: 0.355 greenX: 0.327 greenY: 0.555
    [ 415.410] (II) intel(0): blueX: 0.154 blueY: 0.094 whiteX: 0.313 whiteY: 0.329
    [ 415.410] (II) intel(0): Manufacturer's mask: 0
    [ 415.410] (II) intel(0): Supported detailed timing:
    [ 415.410] (II) intel(0): clock: 54.2 MHz Image Size: 222 x 125 mm
    [ 415.410] (II) intel(0): h_active: 1024 h_sync: 1117 h_sync_end 1152 h_blank_end 1328 h_border: 0
    [ 415.410] (II) intel(0): v_active: 600 v_sync: 641 v_sync_end 646 v_blanking: 680 v_border: 0
    [ 415.410] (II) intel(0):
    [ 415.410] (II) intel(0): Monitor name: HSD101PFW2
    [ 415.410] (II) intel(0): EDID (in hex):
    [ 415.410] (II) intel(0): 00ffffffffffff002264e903ab850000
    [ 415.411] (II) intel(0): 1d14010380160d780a8c85975b538e27
    [ 415.411] (II) intel(0): 18505400000001010101010101010101
    [ 415.411] (II) intel(0): 0101010101012c150030415850205d23
    [ 415.411] (II) intel(0): 9508de7d00000019000000fe00000000
    [ 415.411] (II) intel(0): 00000000000000000000000000fc0048
    [ 415.411] (II) intel(0): 5344313031504657320a202000000010
    [ 415.411] (II) intel(0): 000a20202020202020202020202000ba
    [ 415.411] (II) intel(0): EDID vendor "HSD", prod id 1001
    [ 415.411] (II) intel(0): Printing DDC gathered Modelines:
    [ 415.411] (II) intel(0): Modeline "1024x600"x0.0 54.20 1024 1117 1152 1328 600 641 646 680 -hsync -vsync (40.8 kHz)
    [ 415.411] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 415.411] (II) intel(0): Printing probed modes for output LVDS1
    [ 415.412] (II) intel(0): Modeline "1024x600"x60.0 54.20 1024 1117 1152 1328 600 611 616 680 -hsync -vsync (40.8 kHz)
    [ 415.412] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 415.412] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 415.412] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 415.443] (II) intel(0): EDID for output VGA1
    [ 415.443] (II) intel(0): Output LVDS1 connected
    [ 415.443] (II) intel(0): Output VGA1 disconnected
    [ 415.443] (II) intel(0): Using exact sizes for initial modes
    [ 415.443] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 415.443] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 415.443] (II) intel(0): Kernel page flipping support detected, enabling
    [ 415.443] (**) intel(0): Display dimensions: (220, 130) mm
    [ 415.443] (**) intel(0): DPI set to (118, 117)
    [ 415.443] (II) Loading sub module "fb"
    [ 415.443] (II) LoadModule: "fb"
    [ 415.444] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 415.445] (II) Module fb: vendor="X.Org Foundation"
    [ 415.445] compiled for 1.9.4.901, module version = 1.0.0
    [ 415.445] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.445] (II) Loading sub module "dri2"
    [ 415.445] (II) LoadModule: "dri2"
    [ 415.445] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 415.445] (II) UnloadModule: "vesa"
    [ 415.445] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 415.445] (II) UnloadModule: "fbdev"
    [ 415.445] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 415.445] (II) UnloadModule: "fbdevhw"
    [ 415.445] (II) Unloading /usr/lib/xorg/modules/libfbdevhw.so
    [ 415.445] (==) Depth 24 pixmap format is 32 bpp
    [ 415.446] (II) intel(0): [DRI2] Setup complete
    [ 415.446] (II) intel(0): [DRI2] DRI driver: i915
    [ 415.446] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
    [ 415.446] (II) UXA(0): Driver registered support for the following operations:
    [ 415.446] (II) solid
    [ 415.446] (II) copy
    [ 415.446] (II) composite (RENDER acceleration)
    [ 415.446] (II) put_image
    [ 415.446] (II) get_image
    [ 415.446] (==) intel(0): Backing store disabled
    [ 415.446] (==) intel(0): Silken mouse enabled
    [ 415.446] (II) intel(0): Initializing HW Cursor
    [ 415.454] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 415.456] (==) intel(0): DPMS enabled
    [ 415.456] (==) intel(0): Intel XvMC decoder disabled
    [ 415.456] (II) intel(0): Set up textured video
    [ 415.457] (II) intel(0): Set up overlay video
    [ 415.457] (II) intel(0): direct rendering: DRI2 Enabled
    [ 415.457] (==) intel(0): hotplug detection: "enabled"
    [ 415.457] (--) RandR disabled
    [ 415.457] (II) Initializing built-in extension Generic Event Extension
    [ 415.457] (II) Initializing built-in extension SHAPE
    [ 415.457] (II) Initializing built-in extension MIT-SHM
    [ 415.457] (II) Initializing built-in extension XInputExtension
    [ 415.457] (II) Initializing built-in extension XTEST
    [ 415.457] (II) Initializing built-in extension BIG-REQUESTS
    [ 415.457] (II) Initializing built-in extension SYNC
    [ 415.457] (II) Initializing built-in extension XKEYBOARD
    [ 415.457] (II) Initializing built-in extension XC-MISC
    [ 415.457] (II) Initializing built-in extension SECURITY
    [ 415.457] (II) Initializing built-in extension XINERAMA
    [ 415.457] (II) Initializing built-in extension XFIXES
    [ 415.457] (II) Initializing built-in extension RENDER
    [ 415.457] (II) Initializing built-in extension RANDR
    [ 415.457] (II) Initializing built-in extension COMPOSITE
    [ 415.457] (II) Initializing built-in extension DAMAGE
    [ 415.490] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 415.490] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 415.490] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 415.490] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 415.491] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 415.491] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 415.491] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 415.492] (II) intel(0): Setting screen physical size to 270 x 158
    [ 415.861] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 415.861] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 415.861] (II) LoadModule: "evdev"
    [ 415.862] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 415.862] (II) Module evdev: vendor="X.Org Foundation"
    [ 415.862] compiled for 1.9.4, module version = 2.6.0
    [ 415.862] Module class: X.Org XInput Driver
    [ 415.862] ABI class: X.Org XInput driver, version 11.0
    [ 415.862] (**) Power Button: always reports core events
    [ 415.862] (**) Power Button: Device: "/dev/input/event4"
    [ 415.883] (--) Power Button: Found keys
    [ 415.883] (II) Power Button: Configuring as keyboard
    [ 415.883] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 415.883] (**) Option "xkb_rules" "evdev"
    [ 415.883] (**) Option "xkb_model" "evdev"
    [ 415.883] (**) Option "xkb_layout" "us"
    [ 415.962] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 415.962] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 415.962] (**) Video Bus: always reports core events
    [ 415.962] (**) Video Bus: Device: "/dev/input/event9"
    [ 415.970] (--) Video Bus: Found keys
    [ 415.970] (II) Video Bus: Configuring as keyboard
    [ 415.970] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 415.970] (**) Option "xkb_rules" "evdev"
    [ 415.970] (**) Option "xkb_model" "evdev"
    [ 415.970] (**) Option "xkb_layout" "us"
    [ 415.992] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 415.992] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 415.992] (**) Power Button: always reports core events
    [ 415.992] (**) Power Button: Device: "/dev/input/event2"
    [ 416.013] (--) Power Button: Found keys
    [ 416.013] (II) Power Button: Configuring as keyboard
    [ 416.013] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 416.013] (**) Option "xkb_rules" "evdev"
    [ 416.013] (**) Option "xkb_model" "evdev"
    [ 416.013] (**) Option "xkb_layout" "us"
    [ 416.014] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 416.014] (II) No input driver/identifier specified (ignoring)
    [ 416.019] (II) config/udev: Adding input device HDA Intel Mic at Ext Front Jack (/dev/input/event5)
    [ 416.019] (II) No input driver/identifier specified (ignoring)
    [ 416.020] (II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event6)
    [ 416.020] (II) No input driver/identifier specified (ignoring)
    [ 416.026] (II) config/udev: Adding input device HP Webcam (/dev/input/event10)
    [ 416.026] (**) HP Webcam: Applying InputClass "evdev keyboard catchall"
    [ 416.026] (**) HP Webcam: always reports core events
    [ 416.026] (**) HP Webcam: Device: "/dev/input/event10"
    [ 416.053] (--) HP Webcam: Found keys
    [ 416.053] (II) HP Webcam: Configuring as keyboard
    [ 416.053] (II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
    [ 416.053] (**) Option "xkb_rules" "evdev"
    [ 416.053] (**) Option "xkb_model" "evdev"
    [ 416.053] (**) Option "xkb_layout" "us"
    [ 416.062] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 416.062] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 416.062] (**) AT Translated Set 2 keyboard: always reports core events
    [ 416.062] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 416.080] (--) AT Translated Set 2 keyboard: Found keys
    [ 416.080] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 416.080] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 416.080] (**) Option "xkb_rules" "evdev"
    [ 416.080] (**) Option "xkb_model" "evdev"
    [ 416.080] (**) Option "xkb_layout" "us"
    [ 416.081] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 416.081] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 416.081] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 416.081] (II) LoadModule: "synaptics"
    [ 416.082] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 416.082] (II) Module synaptics: vendor="X.Org Foundation"
    [ 416.082] compiled for 1.9.4, module version = 1.4.0
    [ 416.082] Module class: X.Org XInput Driver
    [ 416.082] ABI class: X.Org XInput driver, version 11.0
    [ 416.082] (**) Option "Device" "/dev/input/event7"
    [ 416.203] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5432
    [ 416.203] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4760
    [ 416.203] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 416.203] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 416.203] (--) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 416.203] (**) Option "TapButton1" "1"
    [ 416.203] (**) Option "TapButton2" "2"
    [ 416.203] (**) Option "TapButton3" "3"
    [ 416.310] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 416.310] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 416.363] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 416.363] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 416.363] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 416.363] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.039
    [ 416.363] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 416.363] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 416.363] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 416.363] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 416.433] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 416.434] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 416.434] (II) No input driver/identifier specified (ignoring)
    [ 416.434] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 416.435] (II) No input driver/identifier specified (ignoring)
    [ 416.438] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
    [ 416.438] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 416.438] (**) HP WMI hotkeys: always reports core events
    [ 416.438] (**) HP WMI hotkeys: Device: "/dev/input/event8"
    [ 416.460] (--) HP WMI hotkeys: Found keys
    [ 416.460] (II) HP WMI hotkeys: Configuring as keyboard
    [ 416.460] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
    [ 416.460] (**) Option "xkb_rules" "evdev"
    [ 416.460] (**) Option "xkb_model" "evdev"
    [ 416.460] (**) Option "xkb_layout" "us"
    [ 464.710] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 466.625] (II) HP WMI hotkeys: Close
    [ 466.625] (II) UnloadModule: "evdev"
    [ 466.626] (II) UnloadModule: "synaptics"
    [ 466.626] (II) AT Translated Set 2 keyboard: Close
    [ 466.626] (II) UnloadModule: "evdev"
    [ 466.626] (II) HP Webcam: Close
    [ 466.626] (II) UnloadModule: "evdev"
    [ 466.626] (II) Power Button: Close
    [ 466.626] (II) UnloadModule: "evdev"
    [ 466.626] (II) Video Bus: Close
    [ 466.626] (II) UnloadModule: "evdev"
    [ 466.626] (II) Power Button: Close
    [ 466.627] (II) UnloadModule: "evdev".
    I hope that you can help me to bring X and sessions with GDM to work again. Thank you
    Last edited by joseperezc (2011-03-18 23:55:10)

    joseperezc wrote:
    Hi everybody.
    I was looking for tunning a bit my installation of arch. and ruined something about X and authentification.
    the files I remember to have deleted are all in /etc that ends in "-" and  ".pacnew" and ".original"
    those files includes shadow- and passwd-.
    I was sure that those files are just backups, but now i dont know.
    You should never just delete .pacnew files.  You are meant to merge the contents with your existing files
    https://wiki.archlinux.org/index.php/Pa … save_Files

  • I duplicated a picture and now iPhoto (11) is cloning that picture replacing all the other photos and only when I click directly on them I can see the real picture! How can I solve the problem without losing any saved picture? Shall I re-install? Thanx

    I duplicated a picture selecting CMD and D but, suddenly, iPhoto (latest version '11) started cloning that picture and replacing all the other photos with it.
    Only when I click directly on one photo I can open it and see the real picture it is.
    But the preview is always the duplicated one...
    I tryed to duplicate another picture just to see if it turned out ok but the only changement was the duplicated picture!
    I started repeating the second duplicated one instead of the previous one but my issue remained the same.
    So, how can you help me to solve this problem without losing any saved picture?
    Shall I re-install iPhoto completely?
    Thank you very very much in advance!!

    As Larry says, restoring the back up is the fastest and best solution. Otherwise:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

Maybe you are looking for