[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

Similar Messages

  • [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

  • [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]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] 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 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] netctl (/usr/lib/network/network) fails at boot, sometimes

    Hi,
    Since I reinstalled a new HD in my old laptop (8 years old) I have a problem with my netctl-profile: in about 1 in 4 boots the wireless does not connect. I appreciate it if someone could take a look at what happens, because I cannot seem to find the cause because the logs and errors do not give much information.
    Some general info:
    1) Wireless interface is wlan0; I turned off dynamic naming of systemd/udev. Network driver is RT2500pci.
    2) I use an old kernel version, 3.3.8, because any newer version effectively hard blocks the radio signal without any possibility to change this (rfkill etc).
    3) The power saving option of the network interface must be off. An udev rule does this effectively.
    4) The ip link of the wireless interface must be off before netctl can start the network profile.
    5) When the connection fails, I enter "ip link set wlan0 down" and then start the network profile by entering "netctl start Sorryvoordehobo". This *always* works.
    The following logs and outputs perhaps give information about the issue. Particularly the last might be helpful, because it shows that some authentication indeed takes place, but there is no network.
    netctl profile:
    Description='Sorryvoordehobo'
    Interface=wlan0
    Connection=wireless
    Security=wpa-configsection
    IP=dhcp
    TimeoutCarrier=60
    TimeoutDHCP=90
    WPAConfigSection=(
    'ssid="sorry voor de hobo"'
    'key_mgmt=WPA-PSK'
    'proto=WPA'
    'pairwise=CCMP'
    'group=CCMP'
    'psk=1234-etc'
    ExecUpPost='/usr/bin/ntpd -q || true'
    systemctl --failed:
    UNIT LOAD ACTIVE SUB DESCRIPTION
    [email protected] loaded failed failed Sorryvoordehobo
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    1 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    systemctl status -l [email protected]:
    [email protected] - Sorryvoordehobo
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Tue 2013-12-17 21:19:04 CET; 3min 26
    s ago
    Docs: man:netctl.profile(5)
    Process: 176 ExecStart=/usr/lib/network/network start %I (code=exited, status=
    1/FAILURE)
    Main PID: 176 (code=exited, status=1/FAILURE)
    dmesg:
    [ 2.879915] Adding 255996k swap on /dev/sda2. Priority:-1 extents:1 across:255996k SS
    [ 3.001917] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 3.037816] systemd-journald[90]: Received request to flush runtime journal from PID 1
    [ 3.210237] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x290-0x297 0x370-0x377
    [ 3.212449] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3e0-0x3e7 0x3f0-0x3f7 0x400-0x40f 0x4d0-0x4d7
    [ 3.213304] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: excluding 0x820-0x87f
    [ 3.213995] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
    [ 3.215231] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xc7fff 0xcc000-0xd3fff 0xe0000-0xfffff
    [ 3.215280] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
    [ 3.215324] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
    [ 3.215367] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
    [ 3.400147] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 3.401565] Registered led device: rt2500pci-phy0::radio
    [ 3.401645] Registered led device: rt2500pci-phy0::quality
    [ 3.401959] snd_via82xx 0000:00:11.5: setting latency timer to 64
    [ 3.586063] psmouse serio4: synaptics: Touchpad model: 1, fw: 5.1, id: 0x8f40
    b1, caps: 0x80471b/0x0/0x0
    [ 3.625577] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/seri
    o4/input/input6
    [ 9.541467] Installing knfsd (copyright (C) 1996 [email protected]).
    [ 9.690039] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery d
    irectory
    [ 9.690680] NFSD: starting 90-second grace period
    [ 10.513803] wlan0: authenticate with 00:1a:70:9e:3a:70 (try 1)
    [ 10.515334] wlan0: authenticated
    [ 10.527175] wlan0: associate with 00:1a:70:9e:3a:70 (try 1)
    [ 10.529457] wlan0: RX AssocResp from 00:1a:70:9e:3a:70 (capab=0x411 status=0
    aid=4)
    [ 10.529464] wlan0: associated
    [ 10.529472] wlan0: moving STA 00:1a:70:9e:3a:70 to state 1
    [ 10.529476] wlan0: moving STA 00:1a:70:9e:3a:70 to state 2
    [ 10.577870] Intel AES-NI instructions are not detected.
    [ 11.367009] wlan0: moving STA 00:1a:70:9e:3a:70 to state 3
    Any ideas as to what exactly fails here? Thanks!
    Last edited by anadyr (2013-12-21 21:32:44)

    I don't think there is anything wrong with the kernel. Note that with the previous HD everything started perfectly, with the same kernel version. The new HD is a lot faster as it is an SSD; maybe this has anything to do with the issue?
    To continue: the connection always works when I manually enter "ip link set wlan0 down" and then start netctl. I figured that I should execute this command before netctl starts, but I cannot seem to get this to work. What I tried is to edit /etc/systemd/system/netctl.service, by entering this command with the options ExecStartPre and ExecStartPost (see the two commented lines):
    [Unit]
    Description=(Re)store the netctl profile state
    Before=network.target
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    #ExecStartPre=-/usr/bin/ip link set wlan0 down
    ExecStart=-/usr/bin/netctl restore
    #ExecStartPost=-/usr/bin/ip link set wlan0 down
    ExecStop=/usr/bin/netctl store
    KillMode=none
    [Install]
    WantedBy=multi-user.target
    Nevertheless, with either of these lines uncommented I get boots without the netctl-profile starting.
    In the original post I did not give the output of ip link. So here it is:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
    group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group
    default qlen 1000
    link/ether 00:40:45:25:dc:4b brd ff:ff:ff:ff:ff:ff
    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORM
    ANT group default qlen 1000
    link/ether 00:13:d3:6c:f3:78 brd ff:ff:ff:ff:ff:ff
    To conclude: authentication succeeds (see the output of dmesg), but I do not seem to get an IP-address (see above). But I have no idea why, and the error messages are not very clear.
    I am still figuring out what happens here, but maybe somebody knows what goes wrong here? Thanks!

  • [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.

  • [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] Network does not starts on every boot

    Yet another problem on fresh arch...
    Network service does not starts every time I booting my headless. For every 10 attempts service starts 5 or 6 times only.
    Ping says: Networking unreachable.
    systemctl status network:
    network.service - Static IP Connectivity
    Loaded: loaded (/etc/systemd/system/network.service; enabled)
    Active: inactive (dead)
    'systemctl start network' just hangs. In order to get it start I have to reboot the box hoping next boot service will start.
    I am not using dhcp (if it makes a sence). Service was configured as described in wiki for static IP assigning.
    The config itself:
    [Unit]
    Description=Static IP Connectivity
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-enp4s1.device
    After=sys-subsystem-net-devices-enp4s1.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/sbin/ip link set dev enp4s1 up
    ExecStart=/sbin/ip addr add 192.168.1.5/24 dev enp4s1
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev enp4s1
    ExecStop=/sbin/ip link set dev enp4s1 down
    [Install]
    WantedBy=multi-user.target
    What's wrong?
    Thanks in advance for any help.
    Last edited by chord (2013-06-03 17:04:55)

    Thaks for your reply.
    I got this interface name from ip addr,  how it should be named if 'enp4s1' is wrong?
    journalctl is here: http://bpaste.net/show/104083/
    I found only one string realted to this device name:
    Jun 03 15:18:23 localhost systemd[1]: Expecting device sys-subsystem-net-devices-enp4s1.device...
    Is there some other logs where it can be checked?

  • [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)

  • [SOLVED] calibre fails to start (python2-six: No module named moves )

    i have same problem with last calibre (2.28.0-1):
    $ calibre
    Traceback (most recent call last):
    File "/usr/lib/calibre/calibre/gui2/ui.py", line 226, in initialize
    ac.do_genesis()
    File "/usr/lib/calibre/calibre/gui2/actions/__init__.py", line 143, in do_genesis
    self.genesis()
    File "/usr/lib/calibre/calibre/gui2/actions/add.py", line 82, in genesis
    from calibre.ebooks.oeb.polish.create import valid_empty_formats
    File "/usr/lib/calibre/calibre/ebooks/oeb/polish/create.py", line 18, in <module>
    from calibre.ebooks.oeb.polish.parsing import parse
    File "/usr/lib/calibre/calibre/ebooks/oeb/polish/parsing.py", line 15, in <module>
    from html5lib.constants import namespaces, tableInsertModeElements, EOF
    File "/usr/lib/python2.7/site-packages/html5lib/__init__.py", line 16, in <module>
    from .html5parser import HTMLParser, parse, parseFragment
    File "/usr/lib/python2.7/site-packages/html5lib/html5parser.py", line 6, in <module>
    from . import inputstream
    File "/usr/lib/python2.7/site-packages/html5lib/inputstream.py", line 3, in <module>
    from six.moves import http_client
    ImportError: No module named moves
    $ calibre-debug -g
    calibre 2.28 isfrozen: False is64bit: False
    Linux-4.0.1-1-ARCH-i686-with-glibc2.0 Linux ('32bit', 'ELF')
    ('Linux', '4.0.1-1-ARCH', '#1 SMP PREEMPT Wed Apr 29 12:15:20 CEST 2015')
    Python 2.7.9
    Linux: ('', '', '')
    Starting up...
    Traceback (most recent call last):
    File "/usr/lib/calibre/calibre/gui2/ui.py", line 226, in initialize
    ac.do_genesis()
    File "/usr/lib/calibre/calibre/gui2/actions/__init__.py", line 143, in do_genesis
    self.genesis()
    File "/usr/lib/calibre/calibre/gui2/actions/add.py", line 82, in genesis
    from calibre.ebooks.oeb.polish.create import valid_empty_formats
    File "/usr/lib/calibre/calibre/ebooks/oeb/polish/create.py", line 18, in <module>
    from calibre.ebooks.oeb.polish.parsing import parse
    File "/usr/lib/calibre/calibre/ebooks/oeb/polish/parsing.py", line 15, in <module>
    from html5lib.constants import namespaces, tableInsertModeElements, EOF
    File "/usr/lib/python2.7/site-packages/html5lib/__init__.py", line 16, in <module>
    from .html5parser import HTMLParser, parse, parseFragment
    File "/usr/lib/python2.7/site-packages/html5lib/html5parser.py", line 6, in <module>
    from . import inputstream
    File "/usr/lib/python2.7/site-packages/html5lib/inputstream.py", line 3, in <module>
    from six.moves import http_client
    ImportError: No module named moves
    $ ebook-edit
    Traceback (most recent call last):
    File "/usr/bin/ebook-edit", line 20, in <module>
    sys.exit(ebook_edit())
    File "/usr/lib/calibre/calibre/gui_launch.py", line 83, in ebook_edit
    main(args)
    File "/usr/lib/calibre/calibre/gui2/tweak_book/main.py", line 76, in main
    _run(args)
    File "/usr/lib/calibre/calibre/gui2/tweak_book/main.py", line 51, in _run
    from calibre.gui2.tweak_book.ui import Main
    File "/usr/lib/calibre/calibre/gui2/tweak_book/ui.py", line 28, in <module>
    from calibre.gui2.tweak_book.file_list import FileListWidget
    File "/usr/lib/calibre/calibre/gui2/tweak_book/file_list.py", line 23, in <module>
    from calibre.ebooks.oeb.polish.container import guess_type, OEB_FONTS
    File "/usr/lib/calibre/calibre/ebooks/oeb/polish/container.py", line 32, in <module>
    from calibre.ebooks.oeb.polish.parsing import parse as parse_html_tweak
    File "/usr/lib/calibre/calibre/ebooks/oeb/polish/parsing.py", line 15, in <module>
    from html5lib.constants import namespaces, tableInsertModeElements, EOF
    File "/usr/lib/python2.7/site-packages/html5lib/__init__.py", line 16, in <module>
    from .html5parser import HTMLParser, parse, parseFragment
    File "/usr/lib/python2.7/site-packages/html5lib/html5parser.py", line 6, in <module>
    from . import inputstream
    File "/usr/lib/python2.7/site-packages/html5lib/inputstream.py", line 3, in <module>
    from six.moves import http_client
    ImportError: No module named moves
    $ pacman -Q|grep calibre
    calibre 2.28.0-1
    [topo@linux ~]$ pacman -Q|grep python
    python 3.4.3-2
    python-cairo 1.10.0-5
    python-dbus 1.2.0-4
    python-dbus-common 1.2.0-4
    python-gobject 3.16.1-1
    python-gobject2 2.28.6-11
    python-html2text 2015.4.14-1
    python-lhafile 0.1.0fs4-1
    python-pycups 1.9.72-2
    python-pycurl 7.19.5.1-2
    python-pyqt4 4.11.3-4
    python-requests 2.6.2-1
    python-setuptools 1:15.2-1
    python-sip 4.16.7-1
    python-xdg 0.25-2
    python2 2.7.9-1
    python2-apsw 3.8.9-1
    python2-beaker 1.7.0-1
    python2-beautifulsoup3 3.2.1-3
    python2-cairo 1.10.0-2
    python2-cffi 0.9.2-2
    python2-chardet 2.3.0-1
    python2-cherrypy 3.6.0-1
    python2-crypto 2.6.1-2
    python2-cryptography 0.8.2-1
    python2-cssselect 0.9.1-2
    python2-cssutils 1.0-2
    python2-dateutil 2.4.2-1
    python2-dbus 1.2.0-4
    python2-dnspython 1.12.0-1
    python2-enum34 1.0.4-1
    python2-fuse 0.2.1-5
    python2-gobject 3.16.1-1
    python2-gobject2 2.28.6-11
    python2-html5lib 0.999-5
    python2-lxml 3.4.4-1
    python2-mako 1.0.1-1
    python2-markupsafe 0.23-2
    python2-mechanize 0.2.5-4
    python2-netifaces 0.10.4-1
    python2-numpy 1.9.2-2
    python2-pillow 2.8.1-1
    python2-ply 3.6-1
    python2-psutil 2.2.1-2
    python2-pyasn1 0.1.7-2
    python2-pycparser 2.12-1
    python2-pyenchant 1.6.6-1
    python2-pygments 2.0.2-2
    python2-pyopenssl 0.14-3
    python2-pyqt4 4.11.3-4
    python2-pyqt5 5.4.1-2
    python2-reportlab 3.1.44-2
    python2-setuptools 1:15.2-1
    python2-sip 4.16.7-1
    python2-six 1.9.0-1
    python2-twisted 15.1.0-1
    python2-xdg 0.25-2
    python2-zope-interface 4.1.2-2
    only ebook-viewer works.
    if I install it from official site, it works.
    Last edited by quellen (2015-05-17 16:28:49)

    $ pacman -Qkk python2-six python2 calibre
    python2-six: 12 file totali, 0 file alterati
    python2: 4716 file totali, 0 file alterati
    calibre: 4881 file totali, 0 file alterati
    $ python2
    Python 2.7.9 (default, Dec 11 2014, 05:36:55)
    [GCC 4.9.2] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import six
    >>> six.__file__
    '/usr/lib/python2.7/site-packages/six/__init__.pyc'
    >>>
    $ ls -l /usr/lib/python2.7/site-packages/six/
    totale 84
    -rw-r--r-- 1 root root 58 22 mar 2014 __init__.py
    -rw-r--r-- 1 root root 236 28 nov 21.06 __init__.pyc
    -rw-r--r-- 1 root root 236 28 nov 21.06 __init__.pyo
    -rw-r--r-- 1 root root 20588 22 mar 2014 six.py
    -rw-r--r-- 1 root root 20739 28 nov 21.06 six.pyc
    -rw-r--r-- 1 root root 20739 28 nov 21.06 six.pyo
    Last edited by quellen (2015-05-17 12:28:15)

Maybe you are looking for

  • Exporting To Word 2003 as handouts

    5/2 update: No one has answered this post yet. Does that mean it's impossible?? Are there instructions out there on how to alter the Word templates for handouts? I want to alter the size of the slides and the way they appear in the Word tables. I see

  • Calling a servlet from another servlet?

    Hi I would like to know that how can I call one Servlet from another Servlet. I have tried getServlet() method of ServletContext but it has been deprecated. I want to call a specific method of the other Servlet, is there any other way? Thanks

  • Pass parameters to transaction iview from WDA

    Hi I have looked at a lot of posts on this subject but haven't come across a definitive answer.  Currently I am passing values as below to navigate to transaction RECN.  The navigation is fine but the parameters are having no effect at the moment. Ca

  • I receive a software update for Thunderbolt firmware update 1.2 daily

    I'm receiving a Software Update daily. It is the same one. Thunderbolt Firmware Update 1.2. I've updated the MacAir while plugged in and continue to get it.

  • Installing on Pardus

    I use Pardus linux distribution, how can I install oracle xe on Pardus. .rpm and .deb packages are available. I convert .rpm package to tar.gz archive and then what should i do? Pardus official site : http://www.pardus.org.tr/eng/index.html Distrowat