[PARTIALLY SOLVED] HAL fails to start

** UPDATE: PARTIALLY SOLVED - SEE BOTTOM OF THE FIRST POST
HAL fails to start. I'm not exactly sure why this is, but I believe it has something to do with my attempts to get automounting working under gnome.
[zen@intellitech ~]$ sudo /etc/rc.d/hal start
:: Starting Hardware Abstraction Layer [FAIL]
[zen@intellitech ~]$ vim /etc/rc.conf
MODULES=(acpi-cpufreq cpufreq_ondemand e1000 iwl4965 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore thinkpad_acpi uinput vboxdrv)
DAEMONS=(syslog-ng @network !net-profiles @net-auto @netfs !samba !crond @acpid @dbus @hal @alsa !daemoot !avahi-daemon @cups @ddclient @bluetooth)
[zen@intellitech ~]$ pacman -Q | grep hal
hal 0.5.11-1
hal-info 0.20080508-1
[zen@intellitech ~]$ /usr/sbin/hald --daemon=no --verbose=yes
03:13:37.451 [i] hald.c:669: hal 0.5.11
03:13:37.451 [i] hald.c:734: Will not daemonize
03:13:37.451 [i] hald_dbus.c:5381: local server is listening at unix:abstract=/var/run/hald/dbus-pdtZvbqaVq,guid=312b47921cba4c5cdbee099a48ec87d1
03:13:37.452 [E] ck-tracker.c:367: Error doing GetSeats on ConsoleKit: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
03:13:37.452 [E] ck-tracker.c:792: Could not get seats and sessions
03:13:37.452 [W] hald_dbus.c:5806: Could not initialize seats and sessions from ConsoleKit
Runner started - allowed paths are '/usr/lib/hal:/usr/lib/hal/scripts:/usr/bin'
03:13:37.453 [i] hald_runner.c:301: Runner has pid 3675
03:13:37.453 [i] hald_runner.c:182: runner connection is 0x15bdec0
03:13:37.456 [W] osspec.c:373: Unable to open /proc/mdstat: No such file or directory
03:13:37.457 [D] util_helper.c:124: drop_privileges: could not set group id
[zen@intellitech ~]$ vim /etc/group
root::0:root
bin::1:root,bin,daemon
daemon::2:root,bin,daemon
sys::3:root,bin
adm::4:root,daemon
tty::5:root,zen
disk::6:root,zen
lp::7:daemon
mem::8:
kmem::9:
wheel::10:root,zen
ftp::11:
mail::12:
log::19:root
smmsp::25:
games::50:
network:x:90:zen
video:x:91:zen
audio::92:root,zen
optical::93:root,zen
floppy:x:94:root,zen
storage:x:95:root,zen
power:x:98:root,zen
nobody::99:
users::100:zen
locate:x:21:
uucp:x:14:
http:x:33:
scanner:x:96:
dbus:x:81:root,zen
hal:x:82:root,zen
avahi:x:84:root,zen
camera:x:97:
gdm:x:101:
vboxusers:x:108:zen
samba:x:109:zen,root
* Yes, I know it is bad practice to have a normal user listed under the disk group. It is necessary, however, in order to have raw disk access for virtual box.
[zen@intellitech ~]$ sudo /etc/rc.d/dbus stop
:: Stopping D-BUS system messagebus [DONE]
[zen@intellitech ~]$ sudo /etc/rc.d/hal start
:: Starting D-BUS system messagebus [DONE]
:: Starting Hardware Abstraction Layer [FAIL]
It's odd, because D-BUS will start but hal will not... Anybody have any suggestions?
* UPDATE (10/08/08): Did a full system upgrade and removed dbus from daemons array in rc.conf. UDEV EVENTS Processing speed seems to be back to normal.
** SOLUTION UPDATE: After removing custom ntfs-3g fdi policies from /etc/hal/fdi/policy/, hal seems to load without any problems. This seems to be a bug, since my policies were working at one point, and I believe a hal update caused the problem. I'll see if I can track down the exact hal version that it breaks on, and submit a respective bug report for it.
** OFF-TOPIC UPDATE: Using hwdetect --modules to get a modules list, and using these modules in rc.conf with MOD_AUTOLOAD turned off (and also in mkinitcpio.conf and running mkinitcpio -g <path>), seems to have dramatically increased my "Load udev events" processing time. After doing this, my udev speed went from almost 4000ms to literally < 500ms.
Last edited by intellitech (2008-10-08 14:58:53)

koch wrote:
intellitech wrote:DAEMONS=(syslog-ng @network !net-profiles @net-auto @netfs !samba !crond @acpid @dbus @hal @alsa !daemoot !avahi-daemon @cups @ddclient @bluetooth)
you have dbus starting before hal but hal starts debus by default so please try this...
DAEMONS=(...@acpid @hal @alsa...)
and delete debus from that line.
Removed dbus from the daemons array and hal still won't start. Also, I noticed that the "Loading udev events" portion of the boot process seems to take a lot longer than it used to. Last boot, it took about 19130ms, whereas it used to take < 3000ms. Could these be related?
Also, I ran a full system upgrade, both udev and hal were upgraded.
[zen@intellitech ~]$ pacman -Q | grep hal
hal 0.5.11-4
hal-info 0.20080508-1
[zen@intellitech ~]$ pacman -Q | grep udev
klibc-udev 128-1
udev 128-5

Similar Messages

  • [solved]Network fails to start sometimes

    Hello!
    I'm having a problem with my network. Sometimes it fails to start. Usually, a reboot solves this. Here is the error log:
    [root@claudia log]# cat errors.log
    Aug 6 03:16:28 claudia dhcpcd[3194]: dhcpStart: interface eth0 is not Ethernet or 802.2 Token Ring
    rc.conf:
    # NETWORKING
    HOSTNAME="claudia"
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    hosts:
    [root@claudia log]# cat /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip> <hostname> <hostname>
    127.0.0.1 localhost.localdomain localhost claudia
    # End of file
    What should I do to solve this?
    Thanks and regards,
    Gustavo

    I'd say it's because since the ethernet over firewire module is loaded too,   it's counted as a network device too - and which one gets to be eth0 depends if the NIC or ethernet over firewire module is loaded first. There are many solutions to this:
    1) If you don't need ethernet over firewire, keep it from being loaded by putting the module name (eth1394 I think) in MOD_BLACKLIST in /etc/rc.conf, like this:
    MOD_BLACKLIST=(eth1394)
    2) You can make both eth0 and eth1 (and perhaps other NICs too) start up together (I do this with my 2 NICs). To do that, make the rc.conf network section something like this:
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth1="dhcp"
    INTERFACES=(lo eth0 eth1)
    Then you should put a @ in front of "network" ( @network ) in the DAEMONS array unless you like waiting for a NIC that won't start

  • [SOLVED] SSHD fails to start

    Hi to everyone.
    his is my 1st post and the second day I have bee playng with arch linux. I installed everythig up to gnome and everything worked just fine. Nevertheless I'm a newbie and I didn't manage to have sshd working. I followed the wiki but it simply fails to start (either at boottime or from commandline)
    The error message is:
    :: Starting Secure Shell Deamon         [FAIL]
    What can I do ?
    Thanks in advance for any help
    Paolo
    Italy
    Last edited by kayard (2007-09-30 16:27:50)

    I'm not sure why but it works ... and Yes the reason why I was getting "FAILED" when trying to start sshd is because it was already working on port 22.
    I didn't realized this earlier because I couldn't connect from another computer and I thought that was the reason while, in fact, was something else ...
    (for the sake of knowledge during setup my ethernet card was eth1 and after setup the kernel set it up as eth0 but boot-time scripts didn't complain therefore the sistem booted flawlessy with a eth1 apparently working. Changing in rc.conf from eth1 to eth0 solved the problem)
    By the way thanks for the guide and the nmap tip which will cam handy in the future.
    Paolo

  • [SOLVED] X failed to start, then cannot login in tty

    Recently I changed the X's monitor setting at /etc/X11/xorg.conf.d/10-monitor.conf. Seems that there is a wrong setting, and the X failed to start. So when booting, it says: INIT: Id 'x' respawning too fast: disabled for 5 minutes. So I changed to tty2 (alt-F2) and input my usual username and password, but checkpassword always says that my password is wrong.
    So which username and password should I use? Or how to login to my computer?
    The login manager is SLiM, DE is openbox + tint2, tty is fgetty (not agetty).
    Last edited by chrlin (2012-02-10 02:00:06)

    chrlin wrote:
    But I'm still quite disappointed that the system offers no fallback from this kind of error. Any way to get around?
    I guess the system should automatically goes to runlevel 3 (or other runlevel) in case runlevel 5 goes error or something. But it doesn't (Or I'm wrong?).
    Well, in case you couldn't even as root, I had supposed you'd boot with your Arch live cd anyway, chroot properly into your system then, and edit /etc/inittab to runlevel 3. You'd probably be able to login afterwards and do startx from console, see what happens and check the log for errors.
    When booting form cd you can cat it e.g. in /mnt/var/log/Xorg.0.log after mounting btw. -- Maybe there's an alternative way to edit the command line at boot as well, haven't looked for that yet. If there is, you might put that option into the bootloader's config of Arch's fallback kernel installation, so you could choose at startup.
    At least to my knowledge once you configured your system to boot graphically (say, runlevel 5), there's no "fallback mode" into rl3. But what you can also do is to make your display manager able to alternatively get you into console (if possible; I know that's the case for cdm).
    However, if you think your problem is now fixed, you should edit the header of your first post and add [SOLVED].

  • [SOLVED]Apache fails to start

    I`ve had Apache,PHP and mysql running but few days ago i saw that httpd fails to start.
    # apachectl configtest
    httpd: Syntax error on line 54 of /etc/httpd/conf/httpd.conf: Cannot load /home/svejaka/Server/modules/mod_authn_file.so into server: /home/svejaka/Server/modules/mod_authn_file.so: cannot open shared object file: No such file or directory
    Last edited by svejaka (2009-10-14 17:51:45)

    I get the same error but my ServerRoot is ok. (/etc/httpd/)
    So I really have no clue aboout what to do.
    this is my .conf
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so 'log/access_log'
    # with ServerRoot set to '/www' will be interpreted by the
    # server as '/www/log/access_log', where as '/log/access_log' will be
    # interpreted as '/log/access_log'.
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule reqtimeout_module modules/mod_reqtimeout.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule php5_module modules/libphp5.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks Includes
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # MaxRanges: Maximum number of Ranges in a request before
    # returning the entire resource, or one of the special
    # values 'default', 'none' or 'unlimited'.
    # Default setting is to accept 200 Ranges.
    #MaxRanges unlimited
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    #PHP
    Include conf/extra/php5_module.conf
    # phpMyAdmin configuration
    Include conf/extra/httpd-phpmyadmin.conf
    #Adminers for sql
    Include conf/extra/httpd-adminer.conf

  • [SOLVED]apache failes to start

    Hi folks,
    As of a few moments ago my server failes to start apache
    systemctl status httpd gives me following error
    sudo systemctl status httpd
    * httpd.service - Apache Web Server
    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
    Active: failed (Result: exit-code) since Mon 2014-03-31 15:08:45 CEST; 24s ago
    Process: 3639 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
    Mar 31 15:08:45 odp apachectl[3639]: [Mon Mar 31 15:08:45.031005 2014] [so:warn] [pid 3641] AH01574: module suexec_module is already loaded, skipping
    Mar 31 15:08:45 odp apachectl[3639]: AH00534: httpd: Configuration error: No MPM loaded.
    Mar 31 15:08:45 odp systemd[1]: httpd.service: control process exited, code=exited status=1
    Mar 31 15:08:45 odp systemd[1]: Failed to start Apache Web Server.
    Mar 31 15:08:45 odp systemd[1]: Unit httpd.service entered failed state.
    I am not really sure what to make out of this error
    Last edited by odp (2014-03-31 14:55:13)

    I realize it has to do with the httpd.conf structure has changed thus there is a generated httpd.conf.pacnew file using this works fine. So forget about the old question. The new question is, how can I merge the two files?

  • [SOLVED] HAL don't start-

    Hello!
    It appears that my HAL now [FAIL] at startup even if it is in my rc.conf.
    I've tried
    # /etc/rc.d/hal restart
    :: Stopping Hardware Abstraction Layer [FAIL]
    :: Starting Hardware Abstraction Layer [FAIL]
    DBUS is also installed…
    The weird thing is that worked great before… and not even because of an upgrade, it fails…
    Have you some ideas ?
    Last edited by jiehong (2009-06-18 21:40:03)

    It also says [FAIL] for me, yet HAL still functions correctly (automounts drives, etc).  Are you sure the daemon doesn't work anyway?

  • [solved] HAL fails repeatedly..

    My HAL is failing on every boot and if I try to start it manually:
    [shane@Shane-Arch log]$ sudo /etc/rc.d/hal start
    :: Starting Hardware Abstraction Layer [FAIL]
    Also... there is something else failing on boot, but it goes too fast.  I can't seem to find a boot-up log.  I'm sure it's somewhere, can someone point me in the right direction?
    Thanks,
    Shane
    Last edited by krazyshane (2007-12-01 19:23:08)

    Hmm... it's not pretty CPU Soft lockups?  But I see nothing about HAL
    [shane@Shane-Arch ~]$ dmesg
    ACPI: ACPI bus type pnp unregistered
    SCSI subsystem initialized
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    NetLabel: Initializing
    NetLabel:  domain hash size = 128
    NetLabel:  protocols = UNLABELED CIPSOv4
    NetLabel:  unlabeled traffic allowed by default
    Time: tsc clocksource has been installed.
    pnp: 00:00: iomem range 0x0-0x9fbff could not be reserved
    pnp: 00:00: iomem range 0x9fc00-0x9ffff could not be reserved
    pnp: 00:00: iomem range 0xc0000-0xcffff could not be reserved
    pnp: 00:00: iomem range 0xe0000-0xfffff could not be reserved
    pnp: 00:02: ioport range 0x4d0-0x4d1 has been reserved
    pnp: 00:02: ioport range 0x800-0x805 has been reserved
    pnp: 00:02: ioport range 0x808-0x80f has been reserved
    pnp: 00:03: ioport range 0xf400-0xf4fe has been reserved
    pnp: 00:03: ioport range 0x806-0x807 has been reserved
    pnp: 00:03: ioport range 0x810-0x85f has been reserved
    pnp: 00:03: ioport range 0x860-0x87f has been reserved
    pnp: 00:03: ioport range 0x880-0x8bf has been reserved
    pnp: 00:03: ioport range 0x8c0-0x8df has been reserved
    pnp: 00:08: ioport range 0x900-0x97f has been reserved
    PCI: Bridge: 0000:00:01.0
      IO window: c000-cfff
      MEM window: fc000000-fdffffff
      PREFETCH window: d0000000-dfffffff
    PCI: Bus 3, cardbus bridge: 0000:02:01.0
      IO window: 0000d000-0000d0ff
      IO window: 0000d400-0000d4ff
      PREFETCH window: 40000000-43ffffff
      MEM window: 48000000-4bffffff
    PCI: Bridge: 0000:00:1e.0
      IO window: d000-efff
      MEM window: f6000000-fbffffff
      PREFETCH window: 40000000-43ffffff
    PCI: Setting latency timer of device 0000:00:1e.0 to 64
    PCI: Enabling device 0000:02:01.0 (0000 -> 0003)
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ACPI: PCI Interrupt 0000:02:01.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    checking if image is initramfs... it is
    Freeing initrd memory: 1499k freed
    apm: BIOS not found.
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Installing knfsd (copyright (C) 1996 [email protected]).
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    Boot video device is 0000:01:00.0
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 7
    PCI: setting IRQ 7 as level-triggered
    ACPI: PCI Interrupt 0000:00:1f.6[b] -> Link [LNKB] -> GSI 7 (level, low) -> IRQ 7
    ACPI: PCI interrupt for device 0000:00:1f.6 disabled
    RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    loop: module loaded
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    TCP cubic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    Freeing unused kernel memory: 296k freed
    libata version 2.21 loaded.
    ata_piix 0000:00:1f.1: version 2.12
    PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1f.1 to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001bfa0 irq 14
    ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001bfa8 irq 15
    ata1.00: ATA-6: HTS726060M9AT00, MH4OA68A, max UDMA/100
    ata1.00: 117210240 sectors, multi 8: LBA48
    ata1.00: configured for UDMA/100
    ata2.00: ATAPI: QSI CD-RW/DVD-ROM SBW242U, UD25, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access     ATA      HTS726060M9AT00  MH4O PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM            QSI      CDRW/DVD SBW242U UD25 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 4x/24x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting.  Commit interval 5 seconds
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    b44.c:v1.01 (Jun 16, 2006)
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
    eth0: Broadcom 4400 10/100BaseT Ethernet 00:0f:1f:27:e6:5b
    ieee80211_crypt: registered algorithm 'NULL'
    ieee80211: 802.11 data/management/control stack, git-1.1.13
    ieee80211: Copyright (C) 2004-2005 Intel Corporation <[email protected]>
    ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
    ipw2100: Copyright(c) 2003-2006 Intel Corporation
    ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKB] -> GSI 7 (level, low) -> IRQ 7
    ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
    Clocksource tsc unstable (delta = 279234988 ns)
    Time: acpi_pm clocksource has been installed.
    ACPI: PCI Interrupt 0000:00:1f.5[b] -> Link [LNKB] -> GSI 7 (level, low) -> IRQ 7
    PCI: Setting latency timer of device 0000:00:1f.5 to 64
    intel8x0_measure_ac97_clock: measured 52775 usecs
    intel8x0: clocking to 48000
    ACPI: PCI Interrupt 0000:00:1f.6[b] -> Link [LNKB] -> GSI 7 (level, low) -> IRQ 7
    PCI: Setting latency timer of device 0000:00:1f.6 to 64
    MC'97 1 converters and GPIO not ready (0xff00)
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3] C4[C3])
    ACPI: Processor [CPU0] (supports 8 throttling states)
    Marking TSC unstable due to: possible TSC halt in C2.
    ACPI: AC Adapter [AC] (off-line)
    ACPI: Battery Slot [BAT0] (battery present)
    ACPI: Battery Slot [BAT1] (battery absent)
    input: Lid Switch as /devices/virtual/input/input2
    ACPI: Lid Switch [LID]
    input: Power Button (CM) as /devices/virtual/input/input3
    ACPI: Power Button (CM) [PBTN]
    input: Sleep Button (CM) as /devices/virtual/input/input4
    ACPI: Sleep Button (CM) [SBTN]
    ACPI: Thermal Zone [THM] (25 C)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000bf80
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.1[b] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.1 to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000bf40
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    Linux agpgart interface v0.102
    ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.2 to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.2: irq 11, io base 0x0000bf20
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    agpgart: Detected an Intel 855PM Chipset.
    agpgart: AGP aperture is 128M @ 0xe0000000
    ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:00:1d.7[D] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
    PCI: Setting latency timer of device 0000:00:1d.7 to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
    ehci_hcd 0000:00:1d.7: debug port 1
    PCI: cache line size of 32 is not supported by device 0000:00:1d.7
    ehci_hcd 0000:00:1d.7: irq 11, io mem 0xf4fffc00
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 6 ports detected
    intel_rng: FWH not detected
    input: PS/2 Mouse as /devices/virtual/input/input5
    input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input6
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one day
    ACPI: PCI Interrupt 0000:02:01.1[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    input: Video Bus as /devices/virtual/input/input7
    ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
    ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11]  MMIO=[faffd800-faffdfff]  Max Packet=[2048]  IR/IT contexts=[4/8]
    Yenta: CardBus bridge found at 0000:02:01.0 [1028:0191]
    Yenta: Using CSCINT to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:02:01.0, mfunc 0x012c1202, devctl 0x64
    Yenta: ISA IRQ mask 0x0478, PCI irq 11
    Socket status: 30000086
    Yenta: Raising subordinate bus# of parent bus (#02) from #02 to #06
    pcmcia: parent PCI bridge I/O window: 0xd000 - 0xefff
    cs: IO port probe 0xd000-0xefff: clean.
    pcmcia: parent PCI bridge Memory window: 0xf6000000 - 0xfbffffff
    pcmcia: parent PCI bridge Memory window: 0x40000000 - 0x43ffffff
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: clean.
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    ieee1394: Host added: ID:BUS[0-00:1023]  GUID[5b4fc0003fffffff]
    EXT3 FS on sda3, internal journal
    kjournald starting.  Commit interval 5 seconds
    EXT3 FS on sda4, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 1542232k swap on /dev/sda2.  Priority:-1 extents:1 across:1542232k
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    [drm] Initialized radeon 1.28.0 20060524 on minor 0
    ieee80211_crypt: registered algorithm 'WEP'
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
    agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
    agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
    [drm] Setting GART location based on new memory map
    [drm] Loading R300 Microcode
    [drm] writeback test succeeded in 3 usecs
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    eth1: no IPv6 routers present
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<c0360000>] wait_for_completion+0x30/0xa0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    atkbd.c: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
    atkbd.c: Use 'setkeycodes e006 <keycode>' to make it known.
    atkbd.c: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
    atkbd.c: Use 'setkeycodes e006 <keycode>' to make it known.
    atkbd.c: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
    atkbd.c: Use 'setkeycodes e006 <keycode>' to make it known.
    atkbd.c: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
    atkbd.c: Use 'setkeycodes e006 <keycode>' to make it known.
    atkbd.c: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
    atkbd.c: Use 'setkeycodes e006 <keycode>' to make it known.
    atkbd.c: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
    atkbd.c: Use 'setkeycodes e006 <keycode>' to make it known.
    atkbd.c: Unknown key pressed (translated set 2, code 0x86 on isa0060/serio0).
    atkbd.c: Use 'setkeycodes e006 <keycode>' to make it known.
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c018fdce>] dput+0xee/0x100
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<c013af01>] sys_setpriority+0x1/0x1e0
    [<c0104482>] sysenter_past_esp+0x6b/0xa1
    [<c0360000>] wait_for_completion+0x30/0xa0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<c017007b>] try_to_unmap+0xdb/0x480
    [<c017f663>] sys_llseek+0x3/0xb0
    [<c017f751>] sys_read+0x41/0x70
    [<c0104482>] sysenter_past_esp+0x6b/0xa1
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c010ac33>] sched_clock+0x13/0x30
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================
    BUG: soft lockup detected on CPU#0!
    [<c0157d9a>] softlockup_tick+0xea/0x120
    [<c0135853>] update_process_times+0x33/0x80
    [<c0149077>] tick_sched_timer+0x77/0xf0
    [<c0143fc3>] hrtimer_interrupt+0x163/0x1f0
    [<c0149000>] tick_sched_timer+0x0/0xf0
    [<c0107d61>] timer_interrupt+0x31/0x40
    [<c0158140>] handle_IRQ_event+0x30/0x60
    [<c0159a9d>] handle_level_irq+0x7d/0xf0
    [<c010717b>] do_IRQ+0x3b/0x70
    [<c0104ee7>] common_interrupt+0x23/0x28
    [<f09880b0>] acpi_processor_idle+0x29c/0x434 [processor]
    [<c0102453>] cpu_idle+0x73/0xe0
    [<c0435a6a>] start_kernel+0x30a/0x3a0
    [<c0435140>] unknown_bootoption+0x0/0x1f0
    =======================

  • [SOLVED] Redis failing to start on boot

    Content of redis.service:
    [Unit]
    Description=Advanced key-value store
    After=network.target
    [Service]
    User=redis
    Group=redis
    ExecStart=/usr/bin/redis-server /etc/redis.conf
    ExecStop=/usr/bin/redis-cli shutdown
    CapabilityBoundingSet=
    PrivateTmp=true
    PrivateDevices=true
    ProtectSystem=full
    ProtectHome=true
    NoNewPrivileges=true
    RuntimeDirectory=redis
    RuntimeDirectoryMode=700
    [Install]
    WantedBy=multi-user.target
    On every boot:
    Mar 09 10:03:17 carpo systemd[1]: redis.service: main process exited, code=exited, status=233/RUNTIME_DIRECTORY
    Mar 09 10:03:17 carpo systemd[702]: Failed at step RUNTIME_DIRECTORY spawning /usr/bin/redis-cli: File exists
    Mar 09 10:03:17 carpo systemd[1]: redis.service: control process exited, code=exited status=233
    Mar 09 10:03:17 carpo systemd[1]: Unit redis.service entered failed state.
    Mar 09 10:03:17 carpo systemd[1]: redis.service failed.
    Restarting it manually after the boot starts it properly. RuntimeDirectory was added recently by the package. Directory /run is not persistant:
    # mount | grep -e '^run'
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    I am stuck on figuring out what happens here. Did anybody else have this issue?
    Last edited by kotnik (2015-03-18 09:44:48)

    sharow wrote:related: https://bugs.archlinux.org/task/44067
    Thank you for pointing me to that issue.
    Issue is solved in version 2.8.19-4.

  • Hal failing to start after fresh install of gnome

    Hello, im fairly new to Arch, and i just got everything working and just installed gnome desktop.
    Well i went to go restart HAL  so i could startx and got this error
    EXT3-fs error (device sda3): read_block_bitmap  FAIL
    Is there something i should change or get rid of to get hal to start.
    When i do /etc/rc,d/hal start i get this
    EXT3-fs error (device sda3) : read_block_bitmap: Cannot read block bitmap - block_group = 14. block_bitmap = 458752
    Any help is much appreciated

    This looks like a hardware issue.  Maybe an "fsck" will fix this...

  • [SOLVED] mongodb fails to start with exit status 4

    Today I tried starting mongodb via systemctl and it would fail with exit status 4.  The issue turned out to be related to an upgrade from mongodb 2.6 to 3.0.  It took me a bit of digging and trial and error to get it running again, so I thought I should share the steps in case anyone else runs into this
    1. Downgrade to 2.6 (using the latest 2.6.x you hopefully still have in the cache)
    $ pacman -U /var/cache/pacman/pkg/mongodb-2.6.8-1-x86_64.pkg.tar.xz
    $ systemctl start mongodb
    2. Run authSchemaUpgrade
    $ mongo
    > db.adminCommand({authSchemaUpgrade: 1});
    3. Upgrade mongdb
    $ pacman -S mongodb
    Hope this is helpful to someone.

    https://wiki.archlinux.org/index.php/Catalyst
    - xorg-server 1.12 is in [extra] repo, catalyst does not support it so please use [xorg111] repo.

  • [SOLVED] Amarok fails to start / crashes while starting

    Hello,
    Amarok on my primary Arch x86_64 machine just started to fail staring. It probably is not caused by some upgrade, as downgrading related recently upgraded packages (mysql, phonon) didn't help. Removing of /.kde4/share/apps/amarok* and /.kde4/share/config/amarok* stuff didn't help either. I tried to log in with clear .kde4, which seemed to help, but as I had everything configurend and done some reboots, the problem appeared again. When I run amarok, splashscreen shows up, then the window pops up and disappears. No crash report from drkonqui is displayed though.
    This is what I get, when running it from konsole:
    amarok
    amarok(28369): ""CurrencyIntroducedDate" - conversion of "" to QDate failed" " (wrong format: expected 3 items, got 1)"
    amarok(28369): ""CurrencyIntroducedDate" - conversion of "" to QDate failed" " (wrong format: expected 3 items, got 1)"
    amarok(28369) Phonon::KdePlatformPlugin::createBackend: using backend: "Xine"
    QDBusObjectPath: invalid path ""
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    amarok(28369)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(28369)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(28369)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    Calling appendChild() on a null node does nothing.
    QGraphicsLinearLayout::removeAt: invalid index 1
    amarok(28369)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(28369)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/101-Sigur Rs-Untitled I.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/102-Sigur Rs-Untitled II.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/103-Sigur Rs-Untitled III.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/104-Sigur Rs-Untitled IV.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/105-Sigur Rs-Untitled V.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/106-Sigur Rs-Untitled VI.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/107-Sigur Rs-Untitled VII.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Alternativní/Sigur Rós/( )/108-Sigur Rs-Untitled VIII.mpc" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/01-Heart of Gold Detsk saty.mp3" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/02-After Midnight Jednou dvakrt.mp3" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/03-The Weight Brme.mp3" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/04-Lonely by Day Sm smutnej den.mp3" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/05-Knockin' on Heaven's Door Nebesk brna.mp3" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/06-Fire and Rain Slunce a dst.mp3" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/08-Old Man Moje msto.mp3" does not exist anymore
    amarok(28369) KFileItemPrivate::init: "/home/nik/Dokumenty/Hudba/Folk/Petr Kalandra/KALANDRA PETR 1993 Petr Kalandra & Blues Session/10-Rainy Day Woman Vsichni budou hotov.mp3" does not exist anymore
    role 0 : ( QVariantList ) : QVariant(QVariantList, () )
    role 1 : ( QVariantList ) : QVariant(QVariantList, () )
    role 3 : ( QVariantList ) : QVariant(QVariantList, () )
    QMap()
    role 0 : ( QString ) : QVariant(QString, "Interní databáze")
    "index 15 belongs to group Interní databáze"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 14 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 13 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 12 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 11 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 10 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 9 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 8 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 7 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 6 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 5 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 4 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 3 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 2 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 1 belongs to group Soubory se seznamy skladeb na disku"
    role 0 : ( QString ) : QVariant(QString, "Soubory se seznamy skladeb na disku")
    "index 0 belongs to group Soubory se seznamy skladeb na disku"
    QMap()
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    role 0 : ( QString ) : QVariant(QString, "")
    role 1 : ( QIcon ) : QVariant(QIcon, )
    role 2 : ( QString ) : QVariant(QString, "")
    role 3 : ( QString ) : QVariant(QString, "")
    amarok: **********************************************************************************************
    amarok: ** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
    amarok: ** amarok --debug **
    amarok: **********************************************************************************************
    [nik@hikari ~]$ amarok(28369) KNetworkAccessManager::createRequest: GetOperation: QUrl( "http://post.audioscrobbler.com:80/?hs=true&p=1.2.1&c=ark&v=2.3.0&u=Nicky726&t=1272143967&a=dd57f57a0452f9bd02fdaa076cdcd5bc&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=c66c8ddc94bfac81014d04b6c6a75be4" )
    HTTP GET QUrl( "http://post.audioscrobbler.com:80/?hs=true&p=1.2.1&c=ark&v=2.3.0&u=Nicky726&t=1272143967&a=dd57f57a0452f9bd02fdaa076cdcd5bc&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=c66c8ddc94bfac81014d04b6c6a75be4" )
    amarok(28369) KNetworkAccessManager::createRequest: PostOperation: QUrl( "http://ws.audioscrobbler.com/2.0/" )
    amarok(28369) KNetworkAccessManager::createRequest: PostOperation: QUrl( "http://ws.audioscrobbler.com/2.0/" )
    amarok(28369) KNetworkAccessManager::createRequest: PostOperation: QUrl( "http://ws.audioscrobbler.com/2.0/" )
    amarok(28369) MagnatuneConfig::load: load
    role 0 : ( QVariantList ) : QVariant(QVariantList, (QVariant(QString, "Místní podcasty") ) )
    role 1 : ( QVariantList ) : QVariant(QVariantList, (QVariant(QIcon, ) ) )
    role 3 : ( QVariantList ) : QVariant(QVariantList, (QVariant(QString, "Místní podcasty") ) )
    QMap((0, QMap((0, QVariant(QString, "Místní podcasty") ) ( 1 , QVariant(QIcon, ) ) ( 3 , QVariant(QString, "Místní podcasty") ) ) ) )
    Creating empty group: "Místní podcasty"
    QWidget::setMinimumSize: (Media Sources dock/AmarokDockWidget) Negative sizes (100,-1) are not possible
    QWidget::setMinimumSize: (Playlist dock/AmarokDockWidget) Negative sizes (277,-1) are not possible
    amarok(28369)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/usr/share/mime/magic"
    amarok(28369)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/home/nik/.local/share/mime/magic"
    QWidget::setMinimumSize: (Media Sources dock/AmarokDockWidget) Negative sizes (100,-1) are not possible
    QWidget::setMinimumSize: (Playlist dock/AmarokDockWidget) Negative sizes (277,-1) are not possible
    QWidget::setMinimumSize: (Media Sources dock/AmarokDockWidget) Negative sizes (100,-1) are not possible
    QWidget::setMinimumSize: (Playlist dock/AmarokDockWidget) Negative sizes (277,-1) are not possible
    Does anyone have any idea? Are there any files not named like amarok* somewhere in .kde4/, which amarok actually uses?
    Thanx.
    Last edited by Nicky726 (2010-05-01 07:20:34)

    When looking at the output of amarok on the working computer, I noticed that following was missing:
    QWidget::setMinimumSize: (Media Sources dock/QDockWidget) Negative sizes (138,-1) are not possible
    QWidget::setMinimumSize: (Playlist dock/QDockWidget) Negative sizes (277,-1) are not possible
    amarok(7445)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/usr/share/mime/magic"
    amarok(7445)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/home/nik/.local/share/mime/magic"
    QWidget::setMinimumSize: (Media Sources dock/QDockWidget) Negative sizes (138,-1) are not possible
    QWidget::setMinimumSize: (Playlist dock/QDockWidget) Negative sizes (277,-1) are not possible
    QWidget::setMinimumSize: (Media Sources dock/QDockWidget) Negative sizes (138,-1) are not possible
    QWidget::setMinimumSize: (Playlist dock/QDockWidget) Negative sizes (277,-1) are not possible
    Although I just copied everything amarok related in ~/.kde4 from the working machine.
    OK, posted at kde.forums...
    Last edited by Nicky726 (2010-04-30 19:33:03)

  • [SOLVED]startx fails to start new xsession

    Hi,
    I am having a very odd problem.  Everytime I try to start a new xsession with startx, it fails.  It is odd, because I can run one xsession (typing this inside xfce).  However, trying to manually start an xsession always fails.  It is a relatively vanilla install of Xorg. 
    Whenever I try to run startx, X starts, then immediately closes.  No errors or warning (at least that I can see).  I check the Xorg logs, and no errors either.
    I am not even sure how to proceed troubleshooting this problem (due to the lack of errors).  Any advice would greatly be appreciated.  Thank you.
    Other Info:
    Xorg 1.8 & ATI Mobility card with opensource drivers.
    [ 961.694]
    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 [url]http://bugs.freedesktop.org[/url]/.
    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 [url]http://wiki.x.org/wiki/GitPage[/url] for git access instructions.
    [ 961.694]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 961.694] X Protocol Version 11, Revision 0
    [ 961.694] Build Operating System: Linux 2.6.34-ARCH i686
    [ 961.694] Current Operating System: Linux ######### 2.6.34-ARCH #1 SMP PREEMPT Tue Aug 10 21:38:22 CEST 2010 i686
    [ 961.695] Kernel command line: root=/dev/disk/by-uuid/0b72e643-d7ad-4c33-a0b1-42eb6c45e70c resume=/dev/disk/by-uuid/810b86f7-6222-4696-b9e5-0b5f68a8cb13 ro
    [ 961.695] Build Date: 21 June 2010 11:54:27AM
    [ 961.695]
    [ 961.695] Current version of pixman: 0.18.2
    [ 961.695] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 961.695] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 961.695] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 12 10:55:25 2010
    [ 961.696] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 961.696] (==) No Layout section. Using the first Screen section.
    [ 961.696] (==) No screen section available. Using defaults.
    [ 961.696] (**) |-->Screen "Default Screen Section" (0)
    [ 961.703] (**) | |-->Monitor "<default monitor>"
    [ 961.703] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 961.703] (==) Automatically adding devices
    [ 961.704] (==) Automatically enabling devices
    [ 961.704] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 961.704] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 961.704] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 961.704] (II) Loader magic: 0x81e9d00
    [ 961.704] (II) Module ABI versions:
    [ 961.704] X.Org ANSI C Emulation: 0.4
    [ 961.704] X.Org Video Driver: 7.0
    [ 961.704] X.Org XInput driver : 9.0
    [ 961.704] X.Org Server Extension : 3.0
    [ 961.779] (--) PCI:*(0:1:0:0) 1002:4c57:1014:0509 ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/134217728, 0xd0100000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
    [ 961.791] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 961.791] (II) LoadModule: "extmod"
    [ 961.791] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 961.792] (II) Module extmod: vendor="X.Org Foundation"
    [ 961.792] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.792] Module class: X.Org Server Extension
    [ 961.792] ABI class: X.Org Server Extension, version 3.0
    [ 961.792] (II) Loading extension MIT-SCREEN-SAVER
    [ 961.792] (II) Loading extension XFree86-VidModeExtension
    [ 961.792] (II) Loading extension XFree86-DGA
    [ 961.792] (II) Loading extension DPMS
    [ 961.792] (II) Loading extension XVideo
    [ 961.792] (II) Loading extension XVideo-MotionCompensation
    [ 961.792] (II) Loading extension X-Resource
    [ 961.792] (II) LoadModule: "dbe"
    [ 961.793] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 961.793] (II) Module dbe: vendor="X.Org Foundation"
    [ 961.800] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.800] Module class: X.Org Server Extension
    [ 961.800] ABI class: X.Org Server Extension, version 3.0
    [ 961.800] (II) Loading extension DOUBLE-BUFFER
    [ 961.800] (II) LoadModule: "glx"
    [ 961.800] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 961.800] (II) Module glx: vendor="X.Org Foundation"
    [ 961.801] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.801] ABI class: X.Org Server Extension, version 3.0
    [ 961.801] (==) AIGLX enabled
    [ 961.801] (II) Loading extension GLX
    [ 961.801] (II) LoadModule: "record"
    [ 961.801] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 961.801] (II) Module record: vendor="X.Org Foundation"
    [ 961.801] compiled for 1.8.1.902, module version = 1.13.0
    [ 961.801] Module class: X.Org Server Extension
    [ 961.801] ABI class: X.Org Server Extension, version 3.0
    [ 961.801] (II) Loading extension RECORD
    [ 961.801] (II) LoadModule: "dri"
    [ 961.802] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 961.802] (II) Module dri: vendor="X.Org Foundation"
    [ 961.802] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.802] ABI class: X.Org Server Extension, version 3.0
    [ 961.802] (II) Loading extension XFree86-DRI
    [ 961.802] (II) LoadModule: "dri2"
    [ 961.803] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 961.813] (II) Module dri2: vendor="X.Org Foundation"
    [ 961.813] compiled for 1.8.1.902, module version = 1.2.0
    [ 961.813] ABI class: X.Org Server Extension, version 3.0
    [ 961.813] (II) Loading extension DRI2
    [ 961.813] (==) Matched ati as autoconfigured driver 0
    [ 961.813] (==) Matched vesa as autoconfigured driver 1
    [ 961.813] (==) Matched fbdev as autoconfigured driver 2
    [ 961.813] (==) Assigned the driver to the xf86ConfigLayout
    [ 961.813] (II) LoadModule: "ati"
    [ 961.814] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 961.814] (II) Module ati: vendor="X.Org Foundation"
    [ 961.814] compiled for 1.8.1.902, module version = 6.13.1
    [ 961.814] Module class: X.Org Video Driver
    [ 961.814] ABI class: X.Org Video Driver, version 7.0
    [ 961.814] (II) LoadModule: "radeon"
    [ 961.815] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 961.815] (II) Module radeon: vendor="X.Org Foundation"
    [ 961.815] compiled for 1.8.1.902, module version = 6.13.1
    [ 961.815] Module class: X.Org Video Driver
    [ 961.815] ABI class: X.Org Video Driver, version 7.0
    [ 961.815] (II) LoadModule: "vesa"
    [ 961.816] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 961.823] (II) Module vesa: vendor="X.Org Foundation"
    [ 961.823] compiled for 1.8.0, module version = 2.3.0
    [ 961.823] Module class: X.Org Video Driver
    [ 961.823] ABI class: X.Org Video Driver, version 7.0
    [ 961.823] (II) LoadModule: "fbdev"
    [ 961.824] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 961.824] (II) Module fbdev: vendor="X.Org Foundation"
    [ 961.824] compiled for 1.8.0, module version = 0.4.2
    [ 961.824] ABI class: X.Org Video Driver, version 7.0
    [ 961.824] (II) RADEON: Driver for ATI Radeon chipsets:
    [ 961.845] (II) VESA: driver for VESA chipsets: vesa
    [ 961.845] (II) FBDEV: driver for framebuffer: fbdev
    [ 961.845] (++) using VT number 7
    [ 961.874] (II) Primary Device is: PCI 01@00:00:0
    [ 961.874] (II) [KMS] Kernel modesetting enabled.
    [ 961.874] (WW) Falling back to old probe method for vesa
    [ 961.874] (WW) Falling back to old probe method for fbdev
    [ 961.875] (II) Loading sub module "fbdevhw"
    [ 961.875] (II) LoadModule: "fbdevhw"
    [ 961.875] (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
    [ 961.875] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 961.875] compiled for 1.8.1.902, module version = 0.0.2
    [ 961.875] ABI class: X.Org Video Driver, version 7.0
    [ 961.875] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 961.875] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 961.875] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 961.875] (==) RADEON(0): Default visual is TrueColor
    [ 961.876] (==) RADEON(0): RGB weight 888
    [ 961.876] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 961.876] (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    [ 961.876] (II) RADEON(0): AGP card detected
    [ 961.876] (II) RADEON(0): KMS Color Tiling: disabled
    [ 961.876] drmOpenDevice: node name is /dev/dri/card0
    [ 961.876] drmOpenDevice: open result is 9, (OK)
    [ 961.876] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 961.876] drmOpenDevice: node name is /dev/dri/card0
    [ 961.876] drmOpenDevice: open result is 9, (OK)
    [ 961.876] drmOpenByBusid: drmOpenMinor returns 9
    [ 961.876] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 961.892] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 961.901] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 961.901] (II) RADEON(0): Output LVDS has no monitor section
    [ 961.913] (II) RADEON(0): Output S-video has no monitor section
    [ 961.923] (II) RADEON(0): EDID for output VGA-0
    [ 961.927] (II) RADEON(0): EDID for output DVI-0
    [ 961.927] (II) RADEON(0): EDID for output LVDS
    [ 961.927] (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)
    [ 961.927] (II) RADEON(0): Not using default mode "320x175" (doublescan mode not supported)
    [ 961.927] (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)
    [ 961.927] (II) RADEON(0): Not using default mode "320x200" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "360x200" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768i" (interlace mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384i" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
    [ 961.928] (II) RADEON(0): Not using default mode "576x432" (doublescan mode not supported)
    [ 961.928] (II) RADEON(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1280x960" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1280x1024" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1280x1024" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1792x1344" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1856x1392" (vrefresh out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
    [ 961.929] (II) RADEON(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 961.929] (II) RADEON(0): Not using default mode "1920x1440" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "832x624" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "416x312" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "1400x1050" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "1920x1440" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "2048x1536" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Not using default mode "2048x1536" (vrefresh out of range)
    [ 961.930] (II) RADEON(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 961.930] (II) RADEON(0): Printing probed modes for output LVDS
    [ 961.930] (II) RADEON(0): Modeline "1400x1050"x60.5 108.00 1400 34208 34320 1680 1050 1049 1052 1062 (64.3 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x854"x59.9 89.25 1280 1352 1480 1680 854 857 867 887 -hsync +vsync (53.1 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 961.940] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 961.940] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 961.940] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 961.940] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 961.940] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 961.940] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 961.940] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 961.955] (II) RADEON(0): EDID for output S-video
    [ 961.956] (II) RADEON(0): Output VGA-0 disconnected
    [ 961.956] (II) RADEON(0): Output DVI-0 disconnected
    [ 961.956] (II) RADEON(0): Output LVDS connected
    [ 961.956] (II) RADEON(0): Output S-video disconnected
    [ 961.956] (II) RADEON(0): Using exact sizes for initial modes
    [ 961.956] (II) RADEON(0): Output LVDS using initial mode 1400x1050
    [ 961.956] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 961.956] (II) RADEON(0): mem size init: gart size :3dff000 vram size: s:1000000 visible:e57000
    [ 961.956] (II) RADEON(0): EXA: Driver will not allow EXA pixmaps in VRAM
    [ 961.956] (==) RADEON(0): DPI set to (96, 96)
    [ 961.956] (II) Loading sub module "fb"
    [ 961.956] (II) LoadModule: "fb"
    [ 961.970] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 961.971] (II) Module fb: vendor="X.Org Foundation"
    [ 961.971] compiled for 1.8.1.902, module version = 1.0.0
    [ 961.971] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 961.971] (II) Loading sub module "ramdac"
    [ 961.971] (II) LoadModule: "ramdac"
    [ 961.971] (II) Module "ramdac" already built-in
    [ 961.971] (II) Loading sub module "exa"
    [ 961.971] (II) LoadModule: "exa"
    [ 961.972] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 961.972] (II) Module exa: vendor="X.Org Foundation"
    [ 961.972] compiled for 1.8.1.902, module version = 2.5.0
    [ 961.972] ABI class: X.Org Video Driver, version 7.0
    [ 961.972] (II) UnloadModule: "vesa"
    [ 961.972] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 961.972] (II) UnloadModule: "fbdev"
    [ 961.972] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 961.972] (II) UnloadModule: "fbdevhw"
    [ 961.972] (II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
    [ 961.972] (--) Depth 24 pixmap format is 32 bpp
    [ 961.973] (WW) RADEON(0): You need a newer kernel for sync extension
    [ 961.973] (II) RADEON(0): [DRI2] Setup complete
    [ 961.973] (II) RADEON(0): [DRI2] DRI driver: radeon
    [ 961.983] (II) RADEON(0): Front buffer size: 5808K
    [ 961.983] (II) RADEON(0): VRAM usage limit set to 7988K
    [ 961.984] (==) RADEON(0): Backing store disabled
    [ 961.984] (II) RADEON(0): Direct rendering enabled
    [ 961.984] (II) RADEON(0): Render acceleration enabled for R100 type cards.
    [ 961.984] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 961.984] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 961.984] (II) EXA(0): Driver registered support for the following operations:
    [ 961.984] (II) Solid
    [ 961.984] (II) Copy
    [ 961.984] (II) Composite (RENDER acceleration)
    [ 961.984] (II) UploadToScreen
    [ 961.984] (II) DownloadFromScreen
    [ 961.984] (II) RADEON(0): Acceleration enabled
    [ 961.984] (==) RADEON(0): DPMS enabled
    [ 961.984] (==) RADEON(0): Silken mouse enabled
    [ 961.984] (II) RADEON(0): Set up textured video
    [ 961.984] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 961.985] (--) RandR disabled
    [ 961.985] (II) Initializing built-in extension Generic Event Extension
    [ 961.985] (II) Initializing built-in extension SHAPE
    [ 961.985] (II) Initializing built-in extension MIT-SHM
    [ 961.985] (II) Initializing built-in extension XInputExtension
    [ 961.985] (II) Initializing built-in extension XTEST
    [ 961.985] (II) Initializing built-in extension BIG-REQUESTS
    [ 961.985] (II) Initializing built-in extension SYNC
    [ 961.985] (II) Initializing built-in extension XKEYBOARD
    [ 961.985] (II) Initializing built-in extension XC-MISC
    [ 961.985] (II) Initializing built-in extension SECURITY
    [ 961.985] (II) Initializing built-in extension XINERAMA
    [ 961.985] (II) Initializing built-in extension XFIXES
    [ 961.986] (II) Initializing built-in extension RENDER
    [ 961.986] (II) Initializing built-in extension RANDR
    [ 961.986] (II) Initializing built-in extension COMPOSITE
    [ 961.986] (II) Initializing built-in extension DAMAGE
    [ 962.118] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 962.118] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 962.118] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 962.118] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 962.119] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    [ 962.119] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 962.135] (II) RADEON(0): Setting screen physical size to 370 x 277
    [ 962.745] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 962.745] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 962.745] (II) LoadModule: "evdev"
    [ 962.746] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 962.750] (II) Module evdev: vendor="X.Org Foundation"
    [ 962.750] compiled for 1.8.0, module version = 2.4.0
    [ 962.750] Module class: X.Org XInput Driver
    [ 962.750] ABI class: X.Org XInput driver, version 9.0
    [ 962.750] (**) Power Button: always reports core events
    [ 962.750] (**) Power Button: Device: "/dev/input/event4"
    [ 962.750] (II) Power Button: Found keys
    [ 962.750] (II) Power Button: Configuring as keyboard
    [ 962.750] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 962.750] (**) Option "xkb_rules" "evdev"
    [ 962.750] (**) Option "xkb_model" "evdev"
    [ 962.750] (**) Option "xkb_layout" "us"
    [ 962.929] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 962.929] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 962.929] (**) Video Bus: always reports core events
    [ 962.929] (**) Video Bus: Device: "/dev/input/event6"
    [ 962.929] (II) Video Bus: Found keys
    [ 962.929] (II) Video Bus: Configuring as keyboard
    [ 962.933] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 962.933] (**) Option "xkb_rules" "evdev"
    [ 962.933] (**) Option "xkb_model" "evdev"
    [ 962.933] (**) Option "xkb_layout" "us"
    [ 962.935] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 962.935] (II) No input driver/identifier specified (ignoring)
    [ 962.936] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 962.936] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 962.939] (**) Sleep Button: always reports core events
    [ 962.940] (**) Sleep Button: Device: "/dev/input/event3"
    [ 962.940] (II) Sleep Button: Found keys
    [ 962.940] (II) Sleep Button: Configuring as keyboard
    [ 962.940] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 962.940] (**) Option "xkb_rules" "evdev"
    [ 962.940] (**) Option "xkb_model" "evdev"
    [ 962.940] (**) Option "xkb_layout" "us"
    [ 962.968] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 962.968] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 962.968] (**) AT Translated Set 2 keyboard: always reports core events
    [ 962.968] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 962.969] (II) AT Translated Set 2 keyboard: Found keys
    [ 962.969] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 962.969] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 962.969] (**) Option "xkb_rules" "evdev"
    [ 962.969] (**) Option "xkb_model" "evdev"
    [ 962.969] (**) Option "xkb_layout" "us"
    [ 962.973] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event5)
    [ 962.973] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 962.974] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 962.974] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event5"
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Found relative axes
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 962.974] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 962.974] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 962.974] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 962.974] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 962.974] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 962.974] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 962.975] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
    [ 962.975] (II) No input driver/identifier specified (ignoring)
    [ 962.976] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 962.976] (II) No input driver/identifier specified (ignoring)
    [ 962.980] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
    [ 962.980] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 962.981] (**) ThinkPad Extra Buttons: always reports core events
    [ 962.981] (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
    [ 962.981] (II) ThinkPad Extra Buttons: Found keys
    [ 962.981] (II) ThinkPad Extra Buttons: Configuring as keyboard
    [ 962.981] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
    [ 962.981] (**) Option "xkb_rules" "evdev"
    [ 962.981] (**) Option "xkb_model" "evdev"
    [ 962.981] (**) Option "xkb_layout" "us"
    Last edited by ayr0 (2010-08-17 18:07:00)

    For clarity, are you trying to start more than one xsession?
    As far as I know, you need to do that through either GDM or KDM.  I don't think XDM or SLiM have the ability -- but I could be wrong.
    I don't know the proper incantation for GDM (It is in the Wikis).
    For KDM, from within an operating X session, issue the command kdmctl reserve
    That should start a new login screen on the next VT not already in use by a tty.  Most systems are set up such that you can switch between sessions.  To get to the first XSession  enter Alt-F7, go the the second by entering Alt-F8, and so on.  I know this to work under KDM and Xxce4.
    Edit: I was posting at the same time as hokasch.  I could be wrong about having to use a login manager.  I'll have to check that out when I get home.
    Last edited by ewaller (2010-08-12 16:39:29)

  • [SOLVED] openoffice fails to start

    installed openoffice-base
    running soffice shows the splash screen for a second and then it exists, no error given through the command line..
    not sure when this started happening...
    anyone got a clue?
    Last edited by eldragon (2009-04-28 05:13:50)

    yeah same here, just that the splash screen stays until i do ctrl-c
    ^Csh-3.2$ soffice
    I18N: X Window System doesn't support locale "LC_CTYPE=en_DK.utf8;LC_NUMERIC=en_DK.utf8;LC_TIME=en_DK.utf8;LC_COLLATE=C;LC_MONETARY=en_DK.utf8;LC_MESSAGES=en_DK.utf8;LC_PAPER=en_DK.utf8;LC_NAME=en_DK.utf8;LC_ADDRESS=en_DK.utf8;LC_TELEPHONE=en_DK.utf8;LC_MEASUREMENT=en_DK.utf8;LC_IDENTIFICATION=en_DK.utf8"
    (process:19218): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function
    (process:19218): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion `G_TYPE_IS_INTERFACE (interface_type)' failed
    (process:19218): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
    (process:19218): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function
    (process:19218): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
    (process:19218): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function
    (process:19218): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
    ^Csh-3.2$

  • [Solved]xorg fails to start, integrated nvidia gpu with intel

    Arch 32 Bit system
    When i start X server it says server terminated succesfully.
    the output of "lspci | grep VGA"
    00:02:0 VGA Compatible Controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00:0 VGA Compatible Controller: NVIDIA Corporation GF108M [GrForce GT 540M] (rev a1)
    I installed xf86-video-modesettings xf86-video-fbdev nvidia nvidia-libgl nvidia-utils xorg-server xorg-server-utils xorg-xinit xterm xorg-twm xorg-xclock
    I guess the problem is monitor cant be detected but i dont know how can i make nvidia to find it. Look at Monitor section at 10-nvidia.conf and also Xorg.0.log.
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.12 (buildmeister@swio-display-x64-rhel04-18) Fri Apr 4 15:15:13 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    xorg.conf.d/10-nvidia.conf
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    EndSection
    xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    xorg.conf.d/10-quirks.conf
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    xorg.conf.d/50-synaptics.conf
    # Example xorg.conf.d snippet that assigns the touchpad driver
    # to all touchpads. See xorg.conf.d(5) for more information on
    # InputClass.
    # DO NOT EDIT THIS FILE, your distribution will likely overwrite
    # it when updating. Copy (and rename) this file into
    # /etc/X11/xorg.conf.d first.
    # Additional options may be added in the form of
    # Option "OptionName" "value"
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    # This option is recommend on all Linux systems using evdev, but cannot be
    # enabled by default. See the following link for details:
    # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
    MatchDevicePath "/dev/input/event*"
    EndSection
    Section "InputClass"
    Identifier "touchpad ignore duplicates"
    MatchIsTouchpad "on"
    MatchOS "Linux"
    MatchDevicePath "/dev/input/mouse*"
    Option "Ignore" "on"
    EndSection
    # This option enables the bottom right corner to be a right button on
    # non-synaptics clickpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    # To disable the bottom edge area so the buttons only work as buttons,
    # not for movement, set the AreaBottomEdge
    # Option "AreaBottomEdge" "82%"
    EndSection
    # This option disables software buttons on Apple touchpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Disable clickpad buttons on Apple touchpads"
    MatchProduct "Apple|bcm5974"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
    EndSection
    And finally
    /var/log/Xorg.0.log
    [ 37.622]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 37.622] X Protocol Version 11, Revision 0
    [ 37.622] Build Operating System: Linux 3.14.0-4-ARCH i686
    [ 37.622] Current Operating System: Linux Ceset-PC 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 21:01:08 CEST 2014 i686
    [ 37.622] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c4bc1b1f-6e34-413e-bd2a-202d403c593d rw quiet
    [ 37.623] Build Date: 14 April 2014 08:41:02AM
    [ 37.623]
    [ 37.623] Current version of pixman: 0.32.4
    [ 37.623] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 37.623] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 37.624] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 28 14:31:33 2014
    [ 37.644] (==) Using config file: "/etc/X11/xorg.conf"
    [ 37.644] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 37.680] (==) ServerLayout "Layout0"
    [ 37.680] (**) |-->Screen "Screen0" (0)
    [ 37.680] (**) | |-->Monitor "Monitor0"
    [ 37.680] (**) | |-->Device "Device0"
    [ 37.680] (**) |-->Input Device "Keyboard0"
    [ 37.681] (**) |-->Input Device "Mouse0"
    [ 37.681] (==) Automatically adding devices
    [ 37.681] (==) Automatically enabling devices
    [ 37.681] (==) Automatically adding GPU devices
    [ 37.725] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 37.725] Entry deleted from font path.
    [ 37.726] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 37.726] Entry deleted from font path.
    [ 37.726] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 37.726] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 37.726] Entry deleted from font path.
    [ 37.726] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 37.726] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 37.726] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 37.726] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 37.726] (WW) Disabling Keyboard0
    [ 37.726] (WW) Disabling Mouse0
    [ 37.727] (II) Loader magic: 0x8264660
    [ 37.727] (II) Module ABI versions:
    [ 37.727] X.Org ANSI C Emulation: 0.4
    [ 37.727] X.Org Video Driver: 15.0
    [ 37.727] X.Org XInput driver : 20.0
    [ 37.727] X.Org Server Extension : 8.0
    [ 37.727] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 37.728] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 37.731] (--) PCI:*(0:0:2:0) 8086:0116:1025:0511 rev 9, Mem @ 0xd1400000/4194304, 0xc0000000/268435456, I/O @ 0x00003000/64
    [ 37.731] (--) PCI: (0:1:0:0) 10de:0df4:1025:0512 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 37.732] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 37.732] Initializing built-in extension Generic Event Extension
    [ 37.732] Initializing built-in extension SHAPE
    [ 37.732] Initializing built-in extension MIT-SHM
    [ 37.732] Initializing built-in extension XInputExtension
    [ 37.733] Initializing built-in extension XTEST
    [ 37.733] Initializing built-in extension BIG-REQUESTS
    [ 37.733] Initializing built-in extension SYNC
    [ 37.733] Initializing built-in extension XKEYBOARD
    [ 37.733] Initializing built-in extension XC-MISC
    [ 37.733] Initializing built-in extension SECURITY
    [ 37.733] Initializing built-in extension XINERAMA
    [ 37.733] Initializing built-in extension XFIXES
    [ 37.733] Initializing built-in extension RENDER
    [ 37.733] Initializing built-in extension RANDR
    [ 37.734] Initializing built-in extension COMPOSITE
    [ 37.734] Initializing built-in extension DAMAGE
    [ 37.734] Initializing built-in extension MIT-SCREEN-SAVER
    [ 37.734] Initializing built-in extension DOUBLE-BUFFER
    [ 37.734] Initializing built-in extension RECORD
    [ 37.734] Initializing built-in extension DPMS
    [ 37.734] Initializing built-in extension Present
    [ 37.736] Initializing built-in extension DRI3
    [ 37.739] Initializing built-in extension X-Resource
    [ 37.741] Initializing built-in extension XVideo
    [ 37.743] Initializing built-in extension XVideo-MotionCompensation
    [ 37.745] Initializing built-in extension XFree86-VidModeExtension
    [ 37.747] Initializing built-in extension XFree86-DGA
    [ 37.748] Initializing built-in extension XFree86-DRI
    [ 37.750] Initializing built-in extension DRI2
    [ 37.750] (II) LoadModule: "glx"
    [ 37.765] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 38.573] (II) Module glx: vendor="NVIDIA Corporation"
    [ 38.573] compiled for 4.0.2, module version = 1.0.0
    [ 38.573] Module class: X.Org Server Extension
    [ 38.573] (II) NVIDIA GLX Module 337.12 Fri Apr 4 14:32:00 PDT 2014
    [ 38.575] Loading extension GLX
    [ 38.575] (II) LoadModule: "nvidia"
    [ 38.575] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 38.641] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 38.641] compiled for 4.0.2, module version = 1.0.0
    [ 38.641] Module class: X.Org Video Driver
    [ 38.652] (II) NVIDIA dlloader X Driver 337.12 Fri Apr 4 14:10:20 PDT 2014
    [ 38.653] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 38.654] (++) using VT number 2
    [ 38.655] (II) Loading sub module "fb"
    [ 38.655] (II) LoadModule: "fb"
    [ 38.656] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 38.668] (II) Module fb: vendor="X.Org Foundation"
    [ 38.668] compiled for 1.15.1, module version = 1.0.0
    [ 38.668] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 38.668] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 38.668] (II) Loading sub module "wfb"
    [ 38.668] (II) LoadModule: "wfb"
    [ 38.669] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 38.671] (II) Module wfb: vendor="X.Org Foundation"
    [ 38.671] compiled for 1.15.1, module version = 1.0.0
    [ 38.671] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 38.671] (II) Loading sub module "ramdac"
    [ 38.671] (II) LoadModule: "ramdac"
    [ 38.671] (II) Module "ramdac" already built-in
    [ 38.675] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 38.675] (==) NVIDIA(0): RGB weight 888
    [ 38.675] (==) NVIDIA(0): Default visual is TrueColor
    [ 38.675] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 38.676] (**) NVIDIA(0): Enabling 2D acceleration
    [ 45.267] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
    [ 45.268] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 45.270] (II) NVIDIA(0): NVIDIA GPU GeForce GT 540M (GF108) at PCI:1:0:0 (GPU-0)
    [ 45.270] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 45.270] (--) NVIDIA(0): VideoBIOS: 70.08.3c.00.19
    [ 45.270] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 45.275] (--) NVIDIA(0): Valid display device(s) on GeForce GT 540M at PCI:1:0:0
    [ 45.275] (--) NVIDIA(0): CRT-0 (boot, connected)
    [ 45.275] (--) NVIDIA(0): DFP-0
    [ 45.275] (--) NVIDIA(0): DFP-1
    [ 45.275] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 45.275] (--) NVIDIA(0): DFP-0: Internal LVDS
    [ 45.275] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [ 45.275] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 45.275] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 45.275] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 45.275] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 45.275] (**) NVIDIA(0): all display devices.)
    [ 45.276] (==) NVIDIA(0):
    [ 45.276] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 45.276] (==) NVIDIA(0): will be used as the requested mode.
    [ 45.276] (==) NVIDIA(0):
    [ 45.277] (II) NVIDIA(0): Validated MetaModes:
    [ 45.277] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 45.277] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 45.281] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 45.281] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 45.281] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 45.281] (--) Depth 24 pixmap format is 32 bpp
    [ 45.281] (II) NVIDIA: Using 1024.00 MB of virtual memory for indirect memory
    [ 45.281] (II) NVIDIA: access.
    [ 45.499] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 45.544] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 45.544] Loading extension NV-GLX
    [ 45.648] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 45.649] (==) NVIDIA(0): Backing store enabled
    [ 45.649] (==) NVIDIA(0): Silken mouse enabled
    [ 45.651] (**) NVIDIA(0): DPMS enabled
    [ 45.651] Loading extension NV-CONTROL
    [ 45.651] Loading extension XINERAMA
    [ 45.651] (II) Loading sub module "dri2"
    [ 45.651] (II) LoadModule: "dri2"
    [ 45.651] (II) Module "dri2" already built-in
    [ 45.651] (II) NVIDIA(0): [DRI2] Setup complete
    [ 45.652] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 45.652] (--) RandR disabled
    [ 45.673] (II) Initializing extension GLX
    [ 45.973] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 45.973] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45.973] (II) LoadModule: "evdev"
    [ 45.989] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 46.007] (II) Module evdev: vendor="X.Org Foundation"
    [ 46.007] compiled for 1.15.0, module version = 2.8.2
    [ 46.007] Module class: X.Org XInput Driver
    [ 46.007] ABI class: X.Org XInput driver, version 20.0
    [ 46.007] (II) Using input driver 'evdev' for 'Power Button'
    [ 46.007] (**) Power Button: always reports core events
    [ 46.007] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 46.007] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 46.007] (--) evdev: Power Button: Found keys
    [ 46.007] (II) evdev: Power Button: Configuring as keyboard
    [ 46.007] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    [ 46.007] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 46.007] (**) Option "xkb_rules" "evdev"
    [ 46.007] (**) Option "xkb_model" "pc104"
    [ 46.007] (**) Option "xkb_layout" "us"
    [ 46.062] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
    [ 46.063] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 46.063] (II) Using input driver 'evdev' for 'Video Bus'
    [ 46.063] (**) Video Bus: always reports core events
    [ 46.063] (**) evdev: Video Bus: Device: "/dev/input/event13"
    [ 46.063] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 46.063] (--) evdev: Video Bus: Found keys
    [ 46.063] (II) evdev: Video Bus: Configuring as keyboard
    [ 46.063] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input15/event13"
    [ 46.063] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 46.063] (**) Option "xkb_rules" "evdev"
    [ 46.063] (**) Option "xkb_model" "pc104"
    [ 46.063] (**) Option "xkb_layout" "us"
    [ 46.064] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 46.064] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 46.064] (II) Using input driver 'evdev' for 'Power Button'
    [ 46.064] (**) Power Button: always reports core events
    [ 46.064] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 46.064] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 46.064] (--) evdev: Power Button: Found keys
    [ 46.064] (II) evdev: Power Button: Configuring as keyboard
    [ 46.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2/event1"
    [ 46.064] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 46.064] (**) Option "xkb_rules" "evdev"
    [ 46.064] (**) Option "xkb_model" "pc104"
    [ 46.064] (**) Option "xkb_layout" "us"
    [ 46.066] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 46.066] (II) No input driver specified, ignoring this device.
    [ 46.066] (II) This device may have been added with another device file.
    [ 46.066] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 46.066] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 46.066] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 46.066] (**) Sleep Button: always reports core events
    [ 46.066] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 46.066] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 46.066] (--) evdev: Sleep Button: Found keys
    [ 46.066] (II) evdev: Sleep Button: Configuring as keyboard
    [ 46.066] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input4/event3"
    [ 46.067] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 46.067] (**) Option "xkb_rules" "evdev"
    [ 46.067] (**) Option "xkb_model" "pc104"
    [ 46.067] (**) Option "xkb_layout" "us"
    [ 46.068] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 46.068] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 46.068] (II) Using input driver 'evdev' for 'Video Bus'
    [ 46.068] (**) Video Bus: always reports core events
    [ 46.068] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 46.068] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 46.068] (--) evdev: Video Bus: Found keys
    [ 46.068] (II) evdev: Video Bus: Configuring as keyboard
    [ 46.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:35/LNXVIDEO:01/input/input16/event14"
    [ 46.068] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
    [ 46.068] (**) Option "xkb_rules" "evdev"
    [ 46.068] (**) Option "xkb_model" "pc104"
    [ 46.068] (**) Option "xkb_layout" "us"
    [ 46.069] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 46.069] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 46.070] (II) config/udev: Adding input device 1.3M HD WebCam (/dev/input/event6)
    [ 46.070] (**) 1.3M HD WebCam: Applying InputClass "evdev keyboard catchall"
    [ 46.070] (II) Using input driver 'evdev' for '1.3M HD WebCam'
    [ 46.070] (**) 1.3M HD WebCam: always reports core events
    [ 46.070] (**) evdev: 1.3M HD WebCam: Device: "/dev/input/event6"
    [ 46.070] (--) evdev: 1.3M HD WebCam: Vendor 0x58f Product 0xb002
    [ 46.070] (--) evdev: 1.3M HD WebCam: Found keys
    [ 46.070] (II) evdev: 1.3M HD WebCam: Configuring as keyboard
    [ 46.070] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input8/event6"
    [ 46.070] (II) XINPUT: Adding extended input device "1.3M HD WebCam" (type: KEYBOARD, id 11)
    [ 46.070] (**) Option "xkb_rules" "evdev"
    [ 46.070] (**) Option "xkb_model" "pc104"
    [ 46.070] (**) Option "xkb_layout" "us"
    [ 46.071] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 46.071] (II) No input driver specified, ignoring this device.
    [ 46.071] (II) This device may have been added with another device file.
    [ 46.072] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
    [ 46.072] (II) No input driver specified, ignoring this device.
    [ 46.072] (II) This device may have been added with another device file.
    [ 46.072] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [ 46.072] (II) No input driver specified, ignoring this device.
    [ 46.072] (II) This device may have been added with another device file.
    [ 46.073] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 46.073] (II) No input driver specified, ignoring this device.
    [ 46.073] (II) This device may have been added with another device file.
    [ 46.073] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 46.073] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 46.073] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 46.074] (**) AT Translated Set 2 keyboard: always reports core events
    [ 46.074] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 46.074] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 46.074] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 46.074] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 46.074] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 46.074] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 46.074] (**) Option "xkb_rules" "evdev"
    [ 46.074] (**) Option "xkb_model" "pc104"
    [ 46.074] (**) Option "xkb_layout" "us"
    [ 46.075] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
    [ 46.075] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 46.075] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 46.075] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 46.075] (II) LoadModule: "synaptics"
    [ 46.075] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 46.092] (II) Module synaptics: vendor="X.Org Foundation"
    [ 46.092] compiled for 1.15.0, module version = 1.7.4
    [ 46.092] Module class: X.Org XInput Driver
    [ 46.092] ABI class: X.Org XInput driver, version 20.0
    [ 46.092] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 46.092] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 46.092] (**) Option "Device" "/dev/input/event15"
    [ 46.250] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5774 (res 56)
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5022 (res 105)
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 46.250] (**) Option "TapButton1" "1"
    [ 46.250] (**) Option "TapButton2" "2"
    [ 46.250] (**) Option "TapButton3" "3"
    [ 46.250] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 46.250] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 46.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event15"
    [ 46.316] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 46.317] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 46.317] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 46.317] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 46.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 46.317] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 46.318] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 46.318] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 46.319] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 46.319] (II) No input driver specified, ignoring this device.
    [ 46.319] (II) This device may have been added with another device file.
    [ 46.319] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event8)
    [ 46.319] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 46.320] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
    [ 46.320] (**) Acer WMI hotkeys: always reports core events
    [ 46.320] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event8"
    [ 46.320] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
    [ 46.320] (--) evdev: Acer WMI hotkeys: Found keys
    [ 46.320] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
    [ 46.320] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
    [ 46.320] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
    [ 46.320] (**) Option "xkb_rules" "evdev"
    [ 46.320] (**) Option "xkb_model" "pc104"
    [ 46.320] (**) Option "xkb_layout" "us"
    [ 46.321] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event9)
    [ 46.321] (II) No input driver specified, ignoring this device.
    [ 46.321] (II) This device may have been added with another device file.
    [ 46.321] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
    [ 46.321] (II) No input driver specified, ignoring this device.
    [ 46.321] (II) This device may have been added with another device file.
    [ 57.547] (II) evdev: Acer WMI hotkeys: Close
    [ 57.547] (II) UnloadModule: "evdev"
    [ 57.547] (II) UnloadModule: "synaptics"
    [ 57.547] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 57.547] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: 1.3M HD WebCam: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Video Bus: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Sleep Button: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Power Button: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Video Bus: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.548] (II) evdev: Power Button: Close
    [ 57.548] (II) UnloadModule: "evdev"
    [ 57.580] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 57.589] (EE) Server terminated successfully (0). Closing log file.
    Last edited by hozturk0327 (2014-04-28 14:32:36)

    I realized that instead of this
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    i used
    xrandr --setprovideroutputsource NVIDIA-0
    xrandr --auto
    Now it is fixed.
    And sorry Kartious i thought i uploaded ~/.xinitrc.
    EDIT:
    uname -a outputs
    Linux Ceset-PC 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 21:01:08: CEST 2014 i686 GNU/Linux
    Also this is the new Xorg.0.log
    [ 17.166]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 17.166] X Protocol Version 11, Revision 0
    [ 17.166] Build Operating System: Linux 3.14.0-4-ARCH i686
    [ 17.167] Current Operating System: Linux Ceset-PC 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 21:01:08 CEST 2014 i686
    [ 17.167] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c4bc1b1f-6e34-413e-bd2a-202d403c593d rw quiet
    [ 17.167] Build Date: 14 April 2014 08:41:02AM
    [ 17.167]
    [ 17.167] Current version of pixman: 0.32.4
    [ 17.167] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 17.167] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW.) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 17.168] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 28 16:45:17 2014
    [ 17.210] (==) Using config file: "/etc/X11/xorg.conf"
    [ 17.210] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 17.246] (==) ServerLayout "layout"
    [ 17.246] (**) |-->Screen "nvidia" (0)
    [ 17.246] (**) | |-->Monitor "<default monitor>"
    [ 17.247] (**) | |-->Device "nvidia"
    [ 17.247] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 17.247] (**) |-->Inactive Device "intel"
    [ 17.247] (==) Automatically adding devices
    [ 17.247] (==) Automatically enabling devices
    [ 17.247] (==) Automatically adding GPU devices
    [ 17.290] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 17.291] Entry deleted from font path.
    [ 17.292] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 17.292] Entry deleted from font path.
    [ 17.292] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 17.292] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 17.292] Entry deleted from font path.
    [ 17.292] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 17.292] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 17.292] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 17.292] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 17.293] (II) Loader magic: 0x8264660
    [ 17.293] (II) Module ABI versions:
    [ 17.293] X.Org ANSI C Emulation: 0.4
    [ 17.293] X.Org Video Driver: 15.0
    [ 17.293] X.Org XInput driver : 20.0
    [ 17.293] X.Org Server Extension : 8.0
    [ 17.293] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 17.294] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 17.297] (--) PCI:*(0:0:2:0) 8086:0116:1025:0511 rev 9, Mem @ 0xd1400000/4194304, 0xc0000000/268435456, I/O @ 0x00003000/64
    [ 17.297] (--) PCI: (0:1:0:0) 10de:0df4:1025:0512 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 17.297] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 17.298] Initializing built-in extension Generic Event Extension
    [ 17.298] Initializing built-in extension SHAPE
    [ 17.298] Initializing built-in extension MIT-SHM
    [ 17.298] Initializing built-in extension XInputExtension
    [ 17.299] Initializing built-in extension XTEST
    [ 17.299] Initializing built-in extension BIG-REQUESTS
    [ 17.299] Initializing built-in extension SYNC
    [ 17.299] Initializing built-in extension XKEYBOARD
    [ 17.299] Initializing built-in extension XC-MISC
    [ 17.299] Initializing built-in extension SECURITY
    [ 17.299] Initializing built-in extension XINERAMA
    [ 17.299] Initializing built-in extension XFIXES
    [ 17.299] Initializing built-in extension RENDER
    [ 17.299] Initializing built-in extension RANDR
    [ 17.300] Initializing built-in extension COMPOSITE
    [ 17.300] Initializing built-in extension DAMAGE
    [ 17.300] Initializing built-in extension MIT-SCREEN-SAVER
    [ 17.300] Initializing built-in extension DOUBLE-BUFFER
    [ 17.300] Initializing built-in extension RECORD
    [ 17.300] Initializing built-in extension DPMS
    [ 17.300] Initializing built-in extension Present
    [ 17.302] Initializing built-in extension DRI3
    [ 17.305] Initializing built-in extension X-Resource
    [ 17.307] Initializing built-in extension XVideo
    [ 17.309] Initializing built-in extension XVideo-MotionCompensation
    [ 17.311] Initializing built-in extension XFree86-VidModeExtension
    [ 17.313] Initializing built-in extension XFree86-DGA
    [ 17.314] Initializing built-in extension XFree86-DRI
    [ 17.316] Initializing built-in extension DRI2
    [ 17.316] (II) LoadModule: "glx"
    [ 17.331] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.139] (II) Module glx: vendor="NVIDIA Corporation"
    [ 18.139] compiled for 4.0.2, module version = 1.0.0
    [ 18.139] Module class: X.Org Server Extension
    [ 18.139] (II) NVIDIA GLX Module 337.12 Fri Apr 4 14:32:00 PDT 2014
    [ 18.141] Loading extension GLX
    [ 18.141] (II) LoadModule: "nvidia"
    [ 18.141] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 18.207] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 18.207] compiled for 4.0.2, module version = 1.0.0
    [ 18.207] Module class: X.Org Video Driver
    [ 18.217] (II) LoadModule: "modesetting"
    [ 18.217] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 18.223] (II) Module modesetting: vendor="X.Org Foundation"
    [ 18.223] compiled for 1.15.0, module version = 0.8.1
    [ 18.223] Module class: X.Org Video Driver
    [ 18.223] ABI class: X.Org Video Driver, version 15.0
    [ 18.224] (II) NVIDIA dlloader X Driver 337.12 Fri Apr 4 14:10:20 PDT 2014
    [ 18.224] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 18.225] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 18.225] (++) using VT number 1
    [ 18.227] (II) Loading sub module "fb"
    [ 18.227] (II) LoadModule: "fb"
    [ 18.227] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 18.234] (II) Module fb: vendor="X.Org Foundation"
    [ 18.234] compiled for 1.15.1, module version = 1.0.0
    [ 18.234] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.234] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 18.234] (II) Loading sub module "wfb"
    [ 18.234] (II) LoadModule: "wfb"
    [ 18.235] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 18.237] (II) Module wfb: vendor="X.Org Foundation"
    [ 18.237] compiled for 1.15.1, module version = 1.0.0
    [ 18.237] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.237] (II) Loading sub module "ramdac"
    [ 18.237] (II) LoadModule: "ramdac"
    [ 18.237] (II) Module "ramdac" already built-in
    [ 18.240] (II) modesetting(1): using drv /dev/dri/card0
    [ 18.240] (II) modesetting(G0): using drv /dev/dri/card0
    [ 18.240] (EE) Screen 1 deleted because of no matching config section.
    [ 18.240] (II) UnloadModule: "modesetting"
    [ 18.240] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 18.240] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 18.240] (==) NVIDIA(0): RGB weight 888
    [ 18.240] (==) NVIDIA(0): Default visual is TrueColor
    [ 18.240] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 18.241] (**) NVIDIA(0): Enabling 2D acceleration
    [ 24.989] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
    [ 24.989] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 24.992] (II) NVIDIA(0): NVIDIA GPU GeForce GT 540M (GF108) at PCI:1:0:0 (GPU-0)
    [ 24.992] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 24.992] (--) NVIDIA(0): VideoBIOS: 70.08.3c.00.19
    [ 24.992] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 24.997] (--) NVIDIA(0): Valid display device(s) on GeForce GT 540M at PCI:1:0:0
    [ 24.997] (--) NVIDIA(0): CRT-0 (boot, connected)
    [ 24.997] (--) NVIDIA(0): DFP-0
    [ 24.997] (--) NVIDIA(0): DFP-1
    [ 24.997] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 24.997] (--) NVIDIA(0): DFP-0: Internal LVDS
    [ 24.997] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [ 24.997] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 24.997] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 24.997] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 24.997] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 24.997] (**) NVIDIA(0): all display devices.)
    [ 25.000] (==) NVIDIA(0):
    [ 25.000] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 25.000] (==) NVIDIA(0): will be used as the requested mode.
    [ 25.000] (==) NVIDIA(0):
    [ 25.001] (II) NVIDIA(0): Validated MetaModes:
    [ 25.001] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 25.001] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    [ 25.006] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 25.006] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 25.006] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 25.006] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 25.006] (==) modesetting(G0): RGB weight 888
    [ 25.006] (==) modesetting(G0): Default visual is TrueColor
    [ 25.006] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 25.006] (II) modesetting(G0): Output LVDS-1-0 has no monitor section
    [ 25.008] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 25.009] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 25.009] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 25.009] (II) modesetting(G0): EDID for output LVDS-1-0
    [ 25.009] (II) modesetting(G0): Manufacturer: AUO Model: 22ec Serial#: 0
    [ 25.009] (II) modesetting(G0): Year: 2009 Week: 1
    [ 25.009] (II) modesetting(G0): EDID Version: 1.3
    [ 25.009] (II) modesetting(G0): Digital Display Input
    [ 25.009] (II) modesetting(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 25.009] (II) modesetting(G0): Gamma: 2.20
    [ 25.009] (II) modesetting(G0): No DPMS capabilities specified
    [ 25.009] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 25.009] (II) modesetting(G0): First detailed timing is preferred mode
    [ 25.009] (II) modesetting(G0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 25.009] (II) modesetting(G0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 25.009] (II) modesetting(G0): Manufacturer's mask: 0
    [ 25.009] (II) modesetting(G0): Supported detailed timing:
    [ 25.009] (II) modesetting(G0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 25.009] (II) modesetting(G0): h_active: 1366 h_sync: 1398 h_sync_end 1422 h_blank_end 1432 h_border: 0
    [ 25.009] (II) modesetting(G0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 25.009] (II) modesetting(G0): Unknown vendor-specific block f
    [ 25.009] (II) modesetting(G0): AUO
    [ 25.009] (II) modesetting(G0): B156XW02 V2
    [ 25.009] (II) modesetting(G0): EDID (in hex):
    [ 25.009] (II) modesetting(G0): 00ffffffffffff0006afec2200000000
    [ 25.009] (II) modesetting(G0): 01130103802213780ac8959e57549226
    [ 25.009] (II) modesetting(G0): 0f505400000001010101010101010101
    [ 25.009] (II) modesetting(G0): 010101010101121b5642500026302018
    [ 25.009] (II) modesetting(G0): 340058c1100000180000000f00000000
    [ 25.009] (II) modesetting(G0): 00000000000000000020000000fe0041
    [ 25.009] (II) modesetting(G0): 554f0a202020202020202020000000fe
    [ 25.009] (II) modesetting(G0): 004231353658573032205632200a00c0
    [ 25.009] (II) modesetting(G0): Printing probed modes for output LVDS-1-0
    [ 25.009] (II) modesetting(G0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 25.009] (II) modesetting(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 25.009] (II) modesetting(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 25.010] (II) modesetting(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 25.011] (II) modesetting(G0): EDID for output VGA-1-0
    [ 25.011] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 25.011] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 25.011] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 25.011] (==) modesetting(G0): DPI set to (96, 96)
    [ 25.011] (II) Loading sub module "fb"
    [ 25.012] (II) LoadModule: "fb"
    [ 25.012] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 25.012] (II) Module fb: vendor="X.Org Foundation"
    [ 25.012] compiled for 1.15.1, module version = 1.0.0
    [ 25.012] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.012] (II) Loading sub module "shadow"
    [ 25.012] (II) LoadModule: "shadow"
    [ 25.012] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 25.022] (II) Module shadow: vendor="X.Org Foundation"
    [ 25.022] compiled for 1.15.1, module version = 1.1.0
    [ 25.023] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.023] (--) Depth 24 pixmap format is 32 bpp
    [ 25.033] (==) modesetting(G0): Backing store enabled
    [ 25.033] (==) modesetting(G0): Silken mouse enabled
    [ 25.033] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 25.034] (==) modesetting(G0): DPMS enabled
    [ 25.334] (II) NVIDIA: Using 1024.00 MB of virtual memory for indirect memory
    [ 25.334] (II) NVIDIA: access.
    [ 25.553] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 25.627] Loading extension NV-GLX
    [ 25.723] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 25.723] (==) NVIDIA(0): Backing store enabled
    [ 25.723] (==) NVIDIA(0): Silken mouse enabled
    [ 25.724] (==) NVIDIA(0): DPMS enabled
    [ 25.724] Loading extension NV-CONTROL
    [ 25.724] Loading extension XINERAMA
    [ 25.724] (II) Loading sub module "dri2"
    [ 25.724] (II) LoadModule: "dri2"
    [ 25.724] (II) Module "dri2" already built-in
    [ 25.724] (II) NVIDIA(0): [DRI2] Setup complete
    [ 25.724] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 25.725] (--) RandR disabled
    [ 25.756] (II) Initializing extension GLX
    [ 25.760] (II) modesetting(G0): Damage tracking initialized
    [ 26.052] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 26.052] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.052] (II) LoadModule: "evdev"
    [ 26.078] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 26.081] (II) Module evdev: vendor="X.Org Foundation"
    [ 26.081] compiled for 1.15.0, module version = 2.8.2
    [ 26.081] Module class: X.Org XInput Driver
    [ 26.081] ABI class: X.Org XInput driver, version 20.0
    [ 26.081] (II) Using input driver 'evdev' for 'Power Button'
    [ 26.081] (**) Power Button: always reports core events
    [ 26.081] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 26.081] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 26.081] (--) evdev: Power Button: Found keys
    [ 26.081] (II) evdev: Power Button: Configuring as keyboard
    [ 26.081] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    [ 26.081] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 26.081] (**) Option "xkb_rules" "evdev"
    [ 26.081] (**) Option "xkb_model" "pc104"
    [ 26.081] (**) Option "xkb_layout" "us"
    [ 26.136] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
    [ 26.136] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 26.136] (II) Using input driver 'evdev' for 'Video Bus'
    [ 26.136] (**) Video Bus: always reports core events
    [ 26.136] (**) evdev: Video Bus: Device: "/dev/input/event13"
    [ 26.136] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 26.136] (--) evdev: Video Bus: Found keys
    [ 26.136] (II) evdev: Video Bus: Configuring as keyboard
    [ 26.136] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input15/event13"
    [ 26.136] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 26.136] (**) Option "xkb_rules" "evdev"
    [ 26.136] (**) Option "xkb_model" "pc104"
    [ 26.136] (**) Option "xkb_layout" "us"
    [ 26.137] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 26.137] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.137] (II) Using input driver 'evdev' for 'Power Button'
    [ 26.137] (**) Power Button: always reports core events
    [ 26.137] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 26.138] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 26.138] (--) evdev: Power Button: Found keys
    [ 26.138] (II) evdev: Power Button: Configuring as keyboard
    [ 26.138] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2/event1"
    [ 26.138] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 26.138] (**) Option "xkb_rules" "evdev"
    [ 26.138] (**) Option "xkb_model" "pc104"
    [ 26.138] (**) Option "xkb_layout" "us"
    [ 26.139] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 26.139] (II) No input driver specified, ignoring this device.
    [ 26.139] (II) This device may have been added with another device file.
    [ 26.139] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 26.139] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 26.139] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 26.140] (**) Sleep Button: always reports core events
    [ 26.140] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 26.140] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 26.140] (--) evdev: Sleep Button: Found keys
    [ 26.140] (II) evdev: Sleep Button: Configuring as keyboard
    [ 26.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input4/event3"
    [ 26.140] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 26.140] (**) Option "xkb_rules" "evdev"
    [ 26.140] (**) Option "xkb_model" "pc104"
    [ 26.140] (**) Option "xkb_layout" "us"
    [ 26.141] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 26.141] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 26.141] (II) Using input driver 'evdev' for 'Video Bus'
    [ 26.141] (**) Video Bus: always reports core events
    [ 26.141] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 26.141] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 26.141] (--) evdev: Video Bus: Found keys
    [ 26.141] (II) evdev: Video Bus: Configuring as keyboard
    [ 26.141] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:35/LNXVIDEO:01/input/input16/event14"
    [ 26.141] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
    [ 26.141] (**) Option "xkb_rules" "evdev"
    [ 26.141] (**) Option "xkb_model" "pc104"
    [ 26.141] (**) Option "xkb_layout" "us"
    [ 26.142] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 26.142] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 26.143] (II) config/udev: Adding input device 1.3M HD WebCam (/dev/input/event8)
    [ 26.143] (**) 1.3M HD WebCam: Applying InputClass "evdev keyboard catchall"
    [ 26.143] (II) Using input driver 'evdev' for '1.3M HD WebCam'
    [ 26.143] (**) 1.3M HD WebCam: always reports core events
    [ 26.143] (**) evdev: 1.3M HD WebCam: Device: "/dev/input/event8"
    [ 26.143] (--) evdev: 1.3M HD WebCam: Vendor 0x58f Product 0xb002
    [ 26.143] (--) evdev: 1.3M HD WebCam: Found keys
    [ 26.143] (II) evdev: 1.3M HD WebCam: Configuring as keyboard
    [ 26.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event8"
    [ 26.143] (II) XINPUT: Adding extended input device "1.3M HD WebCam" (type: KEYBOARD, id 11)
    [ 26.143] (**) Option "xkb_rules" "evdev"
    [ 26.143] (**) Option "xkb_model" "pc104"
    [ 26.143] (**) Option "xkb_layout" "us"
    [ 26.144] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 26.144] (II) No input driver specified, ignoring this device.
    [ 26.144] (II) This device may have been added with another device file.
    [ 26.145] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
    [ 26.145] (II) No input driver specified, ignoring this device.
    [ 26.145] (II) This device may have been added with another device file.
    [ 26.145] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [ 26.145] (II) No input driver specified, ignoring this device.
    [ 26.146] (II) This device may have been added with another device file.
    [ 26.146] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 26.146] (II) No input driver specified, ignoring this device.
    [ 26.146] (II) This device may have been added with another device file.
    [ 26.147] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 26.147] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 26.147] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 26.147] (**) AT Translated Set 2 keyboard: always reports core events
    [ 26.147] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 26.147] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 26.147] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 26.147] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 26.147] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 26.147] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 26.147] (**) Option "xkb_rules" "evdev"
    [ 26.147] (**) Option "xkb_model" "pc104"
    [ 26.147] (**) Option "xkb_layout" "us"
    [ 26.148] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
    [ 26.148] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 26.148] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 26.148] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 26.148] (II) LoadModule: "synaptics"
    [ 26.148] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 26.158] (II) Module synaptics: vendor="X.Org Foundation"
    [ 26.158] compiled for 1.15.0, module version = 1.7.4
    [ 26.158] Module class: X.Org XInput Driver
    [ 26.158] ABI class: X.Org XInput driver, version 20.0
    [ 26.158] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 26.158] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 26.158] (**) Option "Device" "/dev/input/event15"
    [ 26.316] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5774 (res 56)
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5022 (res 105)
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 26.317] (**) Option "TapButton1" "1"
    [ 26.317] (**) Option "TapButton2" "2"
    [ 26.317] (**) Option "TapButton3" "3"
    [ 26.317] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.317] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 26.370] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event15"
    [ 26.370] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 26.370] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 26.370] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 26.370] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    [ 26.370] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 26.370] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 26.371] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 26.371] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 26.371] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.371] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 26.371] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 26.372] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 26.372] (II) No input driver specified, ignoring this device.
    [ 26.372] (II) This device may have been added with another device file.
    [ 26.373] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event6)
    [ 26.373] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 26.373] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
    [ 26.373] (**) Acer WMI hotkeys: always reports core events
    [ 26.373] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event6"
    [ 26.373] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
    [ 26.373] (--) evdev: Acer WMI hotkeys: Found keys
    [ 26.373] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
    [ 26.373] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event6"
    [ 26.373] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
    [ 26.373] (**) Option "xkb_rules" "evdev"
    [ 26.373] (**) Option "xkb_model" "pc104"
    [ 26.373] (**) Option "xkb_layout" "us"
    [ 26.374] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event7)
    [ 26.374] (II) No input driver specified, ignoring this device.
    [ 26.374] (II) This device may have been added with another device file.
    [ 26.375] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
    [ 26.375] (II) No input driver specified, ignoring this device.
    [ 26.375] (II) This device may have been added with another device file.
    [ 26.489] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 26.507] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 26.573] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 27.186] (II) evdev: Acer WMI hotkeys: Close
    [ 27.186] (II) UnloadModule: "evdev"
    [ 27.187] (II) UnloadModule: "synaptics"
    [ 27.187] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: 1.3M HD WebCam: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Video Bus: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Sleep Button: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Power Button: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Video Bus: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.187] (II) evdev: Power Button: Close
    [ 27.187] (II) UnloadModule: "evdev"
    [ 27.254] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 27.404] (EE) Server terminated successfully (0). Closing log file.
    It is still not working.
    Last edited by hozturk0327 (2014-04-28 14:08:41)

Maybe you are looking for

  • HT3281 Podcasts disappeared from iTunes library and iPhone podcast app.

    All of my Podcast subscriptions and content suddenly disappeared from my iTunes library and from the Podcast app on my iPhone.  Checked iTunes to make sure it's running the latest version of software, and it is.  Music library appears to be OK.  How

  • Unable to install Power2Go & Trend Micro antivirus after upgrade to windows 7

    Hi. Recently I received my free windows 7 Upgrade Kit from Lenovo. (fulfillment) Installed it and inserted the driver dvd to install the drivers from the dvd automatically. Everything went fine but the power2go software wasn't installed. Downloaded t

  • Changing the art work of a podcast

    Hi I'm using iweb to post some educational podcasts. www.podcastschool.net Problem is the artwork that iweb uses for each podcast is a cropped image of the first frame of my video podcast. Can anyone help me reassign my own art work? Thanks in advanc

  • SCSM Runbook Automation Activity - Number of Parameter Mappings

    Dear Supporters, Can you please help me with the following problem: I am automating the creation of new users over the SCSM Self Service Portal with the help of an Orchestrator runbook. I am configuring the Runbook Automation Activity in Service Mana

  • MIGO ERROR....FINB_MSG_KF_CHAR_TLS009

    Hi, While doing the GR I am getting the below error u2026..please do needful Characteristics ACC_CURR_TC_A does not exist in application EA, application area tNsInFTFpF6iQG1GLeaAO0 Message no. FINB_MSG_KF_CHAR_TLS009 Thanks, Chandu Edited by: G.C.S.R