[Solved] Clonk-Rage - libjpeg.so.62 Missing

For those trying to play Clonk Rage not Open Clonk
./clonk: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
libjpeg: Wrong JPEG library version: library is 80, caller expects 62
Install the legacy lib from AUR
https://aur.archlinux.org/packages/libjpeg6/
Clonk Rage now runs perferctly!
Gotta Love ArchLinux !
Last edited by ArchNemSyS (2013-03-22 02:30:32)

Please search before posting - there are already quite a few threads about this issue, which is caused by some packages that have yet to be rebuilt against the recent libjpeg 7 upgrade.
Closed.

Similar Messages

  • How to solve  when we get error sid missing?

    how to solve  when we get error sid missing?

    Hi,
      If you get  SID error means, There is no reference for the particular data in the Master data of that characteristic.
        so, Load that value in the Master data of the characteristic you wont get that sid error.
    Ex: When loading data to ods if it is giving sid for country withvalue ('india'), so india is not there in the master data of the characteristic Country. You need to enter the value India in mster data table of the characteristic.
    Otherwise you can choose option ' Update without master data' or something similar to that in infpackage or dtp.
    rgrds,
    v.sen.

  • How can I solve a "org.jvnet.mimepull.MIMEParsingException: Missing start boundary" when using "Page Attachments to Disk"?

    I have built a streaming MTOM enabled web service for downloading large files. I also built a client that uses that service (with MTOM and streaming feature). Everything works, when the client calls the web service directly.
    Then I have set up the OSB, so that I can call the service through the OSB. I have build a Business Service and a Proxy Service. For the Business Service, I use "XOP/MTOM Enabled", "Include Binary Data By Reference" and "Page Attachments to Disk" to prevent the OSB from loading the whole data into memory.
    If I do not use the "Page Attachments to Disk" option, the download works, but I assume everything is loaded into the OSB memory.
    When I use the "Page Attachments to Disk" option, I receive the following error message
    Exception in thread "main" com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Couldn't create SOAP message due to exception: org.jvnet.mimepull.MIMEParsingException: Missing start boundary Please see the server log to find more detail regarding exact cause of the failure.
        at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:193)
        at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:131)
        at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:253)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:203)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:290)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:92)
        at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:161)
        at com.sun.proxy.$Proxy38.fileDownload(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:87)
        at com.sun.proxy.$Proxy39.fileDownload(Unknown Source)
        at largefiletransfer_osb_client.MtomClientDownload.main(MtomClientDownload.java:59)
    Why do I get this exception and how can I solve the issue?
    Additional Infos:
    OS: Windows 7 64bit
    Tool: JDeveloper BPM Suite 12.1.3.0.0
    WebService: HTTP + SOAP + MTOM + Streaming

    I have built a streaming MTOM enabled web service for downloading large files. I also built a client that uses that service (with MTOM and streaming feature). Everything works, when the client calls the web service directly.
    Then I have set up the OSB, so that I can call the service through the OSB. I have build a Business Service and a Proxy Service. For the Business Service, I use "XOP/MTOM Enabled", "Include Binary Data By Reference" and "Page Attachments to Disk" to prevent the OSB from loading the whole data into memory.
    If I do not use the "Page Attachments to Disk" option, the download works, but I assume everything is loaded into the OSB memory.
    When I use the "Page Attachments to Disk" option, I receive the following error message
    Exception in thread "main" com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Couldn't create SOAP message due to exception: org.jvnet.mimepull.MIMEParsingException: Missing start boundary Please see the server log to find more detail regarding exact cause of the failure.
        at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:193)
        at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:131)
        at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:253)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:203)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:290)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:92)
        at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:161)
        at com.sun.proxy.$Proxy38.fileDownload(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:87)
        at com.sun.proxy.$Proxy39.fileDownload(Unknown Source)
        at largefiletransfer_osb_client.MtomClientDownload.main(MtomClientDownload.java:59)
    Why do I get this exception and how can I solve the issue?
    Additional Infos:
    OS: Windows 7 64bit
    Tool: JDeveloper BPM Suite 12.1.3.0.0
    WebService: HTTP + SOAP + MTOM + Streaming

  • [SOLVED]ALSA sequencer(/dev/snd/seq) missing = broken midi

    I get this error when attempting to start qsynth (frontend for fluidsynth)
    fluidsynth: warning: Failed to pin the sample data to RAM; swapping is possible.
    fluidsynth: warning: Requested a period size of 1024, got 940 instead
    ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
    fluidsynth: error: Error opening ALSA sequencer
    It's right, /dev/snd/seq really does not exist on my system.  I have the midi driver set to alsa_seq in the qsynth settings, and it's been working just fine up until now.  I haven't tinkered with anything related to alsa, so I'm not sure how it disappeared.  The only possible cause I can think of is that today I installed kernel26-lts and have been using it for a few hours.  However, rebooting and switching to the standard kernel doesn't solve the problem, as /dev/snd/seq is still missing and I get an identical error message.  Any ideas/suggestions/wild guesses?
    Last edited by splittercode (2010-08-25 15:14:54)

    Maybe you have blacklisted some module in rc.conf?
    [karol@black ~]$ lsmod | grep -i seq
    snd_seq_dummy 1071 0
    snd_seq_oss 25016 0
    snd_seq_midi_event 4488 1 snd_seq_oss
    snd_seq 41656 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 4353 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_timer 15601 2 snd_seq,snd_pcm
    snd 42602 11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
    [karol@black ~]$ l /dev/snd/seq
    crw-rw---- 1 116, 3 2010-08-25 13:56 /dev/snd/seq

  • [SOLVED]Gnome 3.6: Icons are missing after updating

    I did a (somewhat large) update yesterday which seemed to go fine. Since then, I'm missing a bunch of icons from various parts of Gnome. I'll attach some pictures that show what Nautilus looks like and the desktop top right menus. I use Faience icons usually, but changing it back to Gnome default doesn't help. I also deleted all the hidden Gnome configuration files, but that didn't help either.
    This is my pacman log from the upgrade.
    [2013-03-26 22:34] starting full system upgrade
    [2013-03-26 22:43] upgraded bash (4.2.042-3 -> 4.2.045-1)
    [2013-03-26 22:43] upgraded acpid (2.0.18-1 -> 2.0.18-2)
    [2013-03-26 22:43] upgraded art-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded icu (50.1.2-1 -> 51.1-1)
    [2013-03-26 22:43] upgraded boost-libs (1.52.0-1 -> 1.52.0-2)
    [2013-03-26 22:43] upgraded sqlite (3.7.15.2-1 -> 3.7.16-1)
    [2013-03-26 22:43] upgraded libffi (3.0.11-1 -> 3.0.12-1)
    [2013-03-26 22:43] upgraded wayland (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded libgcrypt (1.5.0-3 -> 1.5.1-1)
    [2013-03-26 22:43] upgraded shadow (4.1.5.1-4 -> 4.1.5.1-5)
    [2013-03-26 22:43] upgraded util-linux (2.22.2-1 -> 2.22.2-2)
    [2013-03-26 22:43] upgraded systemd (197-4 -> 198-2)
    [2013-03-26 22:43] upgraded mesa (9.1-2 -> 9.1.1-1)
    [2013-03-26 22:43] installed mesa-libgl (9.1.1-1)
    [2013-03-26 22:43] upgraded libxi (1.6.2-1 -> 1.7-1)
    [2013-03-26 22:43] upgraded qt4 (4.8.4-13 -> 4.8.4-16)
    [2013-03-26 22:43] upgraded bitcoin-qt (0.8.0-2 -> 0.8.1-1)
    [2013-03-26 22:43] upgraded boost (1.52.0-1 -> 1.52.0-2)
    [2013-03-26 22:43] upgraded gstreamer (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded gst-plugins-base-libs (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libicule.so.50: cannot open shared object file: No such file or directory
    [2013-03-26 22:43] upgraded gdk-pixbuf2 (2.26.5-1 -> 2.26.5-2)
    [2013-03-26 22:43] upgraded gst-plugins-good (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded libtracker-sparql (0.14.4-3 -> 0.14.5-1)
    [2013-03-26 22:43] upgraded brasero (3.6.1-1 -> 3.6.1-2)
    [2013-03-26 22:43] upgraded brltty (4.4-3 -> 4.4-4)
    [2013-03-26 22:43] upgraded cgminer (2.11.2-1 -> 2.11.3-2)
    [2013-03-26 22:43] upgraded gnutls (3.1.9-1 -> 3.1.10-1)
    [2013-03-26 22:43] upgraded libcups (1.6.1-6 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded gtk-update-icon-cache (2.24.16-1 -> 2.24.17-1)
    [2013-03-26 22:43] gtk-query-immodules-2.0: error while loading shared libraries: libicule.so.50: cannot open shared object file: No such file or directory
    [2013-03-26 22:43] upgraded gtk2 (2.24.16-1 -> 2.24.17-1)
    [2013-03-26 22:43] upgraded chromium (25.0.1364.172-1 -> 25.0.1364.172-2)
    [2013-03-26 22:43] upgraded polkit (0.109-1 -> 0.110-1)
    [2013-03-26 22:43] warning: /etc/colord.conf installed as /etc/colord.conf.pacnew
    [2013-03-26 22:43] upgraded colord (0.1.28-1 -> 0.1.31-1)
    [2013-03-26 22:43] upgraded colord-gtk (0.1.24-1 -> 0.1.25-1)
    [2013-03-26 22:43] upgraded poppler (0.22.1-3 -> 0.22.2-1)
    [2013-03-26 22:43] upgraded cups-filters (1.0.30-1 -> 1.0.31-1)
    [2013-03-26 22:43] upgraded cups (1.6.1-6 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded dbus-glib (0.100-1 -> 0.100.2-1)
    [2013-03-26 22:43] upgraded iptables (1.4.16.3-1 -> 1.4.18-1)
    [2013-03-26 22:43] upgraded iproute2 (3.7.0-1 -> 3.8.0-1)
    [2013-03-26 22:43] upgraded dhclient (4.2.4.2-1 -> 4.2.5-1)
    [2013-03-26 22:43] upgraded dnssec-anchors (20120422-1 -> 20130320-1)
    [2013-03-26 22:43] upgraded gconf (3.2.5-3 -> 3.2.6-1)
    [2013-03-26 22:43] upgraded perl (5.16.2-4 -> 5.16.3-1)
    [2013-03-26 22:43] upgraded imagemagick (6.8.2.3-1 -> 6.8.4.0-1)
    [2013-03-26 22:43] upgraded emacs (24.2-4 -> 24.3-1)
    [2013-03-26 22:43] upgraded evolution-data-server (3.6.3-1 -> 3.6.4-1)
    [2013-03-26 22:43] upgraded evolution (3.6.3-1 -> 3.6.4-1)
    [2013-03-26 22:43] warning: /etc/gshadow installed as /etc/gshadow.pacnew
    [2013-03-26 22:43] warning: /etc/group installed as /etc/group.pacnew
    [2013-03-26 22:43] upgraded filesystem (2013.01-3 -> 2013.03-2)
    [2013-03-26 22:43] upgraded flashplugin (11.2.202.273-1 -> 11.2.202.275-1)
    [2013-03-26 22:43] upgraded gconf-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded gnome-vfs-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded libgnome-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded gconf-sharp-peditors (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43] upgraded gegl (0.2.0-5 -> 0.2.0-6)
    [2013-03-26 22:43] upgraded geoclue (0.12.0-5 -> 0.12.99-1)
    [2013-03-26 22:43] upgraded gettext (0.18.2-1 -> 0.18.2.1-1)
    [2013-03-26 22:43] upgraded git (1.8.1.5-1 -> 1.8.2-1)
    [2013-03-26 22:43] upgraded gnome-common (3.6.0-1 -> 3.7.4-1)
    [2013-03-26 22:43] upgraded gnome-nettool (3.2.0-1 -> 3.2.0-2)
    [2013-03-26 22:43] upgraded gnome-sharp (2.24.2-2 -> 2.24.2-3)
    [2013-03-26 22:43]
    [2013-03-26 22:43] (gconftool-2:18619): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-03-26 22:43] Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    [2013-03-26 22:43]
    [2013-03-26 22:43] (gconftool-2:18626): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-03-26 22:43] Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    [2013-03-26 22:43] upgraded gnome-terminal (3.6.0-1 -> 3.6.1-1)
    [2013-03-26 22:43] upgraded gparted (0.14.1-5 -> 0.15.0-1)
    [2013-03-26 22:43] upgraded gpgme (1.3.1-5 -> 1.3.2-1)
    [2013-03-26 22:43] Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6" - file not found
    [2013-03-26 22:43] /tmp/alpm_9sCOCH/.INSTALL: line 1: 18644 Segmentation fault (core dumped) usr/bin/dot -c
    [2013-03-26 22:43] upgraded graphviz (2.30.1-1 -> 2.30.1-2)
    [2013-03-26 22:43] upgraded gst-plugins-bad (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded gst-plugins-base (1.0.5-1 -> 1.0.6-1)
    [2013-03-26 22:43] upgraded harfbuzz (0.9.9-3 -> 0.9.14-1)
    [2013-03-26 22:43] warning: directory permissions differ on var/log/hp/
    filesystem: 777 package: 775
    [2013-03-26 22:43] upgraded hplip (3.13.3-1 -> 3.13.3-2)
    [2013-03-26 22:43] upgraded hwloc (1.6.1-1 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded i3-wm (4.4-2 -> 4.5.1-1)
    [2013-03-26 22:43] upgraded intel-dri (9.1-2 -> 9.1.1-1)
    [2013-03-26 22:43] upgraded iso-codes (3.38-1 -> 3.41-1)
    [2013-03-26 22:43] warning: /etc/laptop-mode/laptop-mode.conf installed as /etc/laptop-mode/laptop-mode.conf.pacnew
    [2013-03-26 22:43] upgraded laptop-mode-tools (1.62-2 -> 1.63-1)
    [2013-03-26 22:43] upgraded lib32-gettext (0.18.2-1 -> 0.18.2.1-1)
    [2013-03-26 22:43] upgraded lib32-gnutls (3.1.9-1 -> 3.1.10-1)
    [2013-03-26 22:43] upgraded lib32-libcups (1.6.1-1 -> 1.6.2-1)
    [2013-03-26 22:43] upgraded lib32-libxi (1.6.2-1 -> 1.7-1)
    [2013-03-26 22:43] usr/bin/gtk-query-immodules-2.0-32: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
    [2013-03-26 22:43] upgraded lib32-gtk2 (2.24.16-1 -> 2.24.17-1)
    [2013-03-26 22:43] upgraded lib32-libffi (3.0.11-1 -> 3.0.12-1)
    [2013-03-26 22:43] upgraded lib32-systemd (197-1 -> 198-1)
    [2013-03-26 22:43] upgraded lib32-mesa (9.1-2 -> 9.1.1-1)
    [2013-03-26 22:43] upgraded ncurses (5.9-4 -> 5.9-5)
    [2013-03-26 22:43] upgraded lib32-ncurses (5.9-1 -> 5.9-2)
    [2013-03-26 22:43] upgraded lib32-soundtouch (1.7.1-1 -> 1.7.1-2)
    [2013-03-26 22:43] upgraded lib32-sqlite (3.7.15.2-1 -> 3.7.16-1)
    [2013-03-26 22:43] installed lib32-gstreamer0.10 (0.10.36-2)
    [2013-03-26 22:43] installed lib32-orc (0.4.17-1)
    [2013-03-26 22:43] installed lib32-gstreamer0.10-base (0.10.36-4)
    [2013-03-26 22:43] upgraded lib32-wxgtk (2.8.12-1 -> 2.8.12.1-4)
    [2013-03-26 22:43] upgraded libassuan (2.0.3-1 -> 2.1.0-1)
    [2013-03-26 22:43] upgraded libraw1394 (2.0.7-2 -> 2.1.0-1)
    [2013-03-26 22:43] upgraded libdc1394 (2.1.3-2 -> 2.2.1-1)
    [2013-03-26 22:43] upgraded libdvdcss (1.2.12-1 -> 1.2.13-1)
    [2013-03-26 22:43] upgraded libebml (1.2.2-2 -> 1.3.0-1)
    [2013-03-26 22:43] upgraded libgnome-keyring (3.6.0-1 -> 3.6.0-2)
    [2013-03-26 22:43] Users no longer need to be in the 'camera' group to use camera devices
    [2013-03-26 22:43] upgraded libgphoto2 (2.5.0-1 -> 2.5.1-1)
    [2013-03-26 22:43] upgraded libmatroska (1.3.0-2 -> 1.4.0-1)
    [2013-03-26 22:43] upgraded libproxy (0.4.7-2 -> 0.4.11-1)
    [2013-03-26 22:43] upgraded raptor (2.0.9-1 -> 2.0.9-2)
    [2013-03-26 22:43] upgraded redland (1:1.0.16-1 -> 1:1.0.16-2)
    [2013-03-26 22:43] upgraded libreoffice-common (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-base (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-calc (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-draw (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-gnome (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-impress (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-kde4 (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-math (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-postgresql-connector (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-sdk (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-sdk-doc (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libreoffice-writer (4.0.1-2 -> 4.0.1-5)
    [2013-03-26 22:43] upgraded libsasl (2.1.23-9 -> 2.1.23-10)
    [2013-03-26 22:43] upgraded libssh (0.5.3-1 -> 0.5.4-1)
    [2013-03-26 22:43] upgraded libwbclient (3.6.12-2 -> 3.6.13-1)
    [2013-03-26 22:43] upgraded lv2 (1.2.0-1 -> 1.4.0-1)
    [2013-03-26 22:43] upgraded sord (0.10.4-1 -> 0.12.0-1)
    [2013-03-26 22:43] upgraded sratom (0.4.0-1 -> 0.4.2-1)
    [2013-03-26 22:43] upgraded lilv (0.14.4-1 -> 0.16.0-1)
    [2013-03-26 22:43] >>> Updating module dependencies. Please wait ...
    [2013-03-26 22:43] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-03-26 22:43] ==> Building image from preset: 'default'
    [2013-03-26 22:43] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-03-26 22:43] ==> Starting build: 3.8.4-1-ARCH
    [2013-03-26 22:43] -> Running build hook: [base]
    [2013-03-26 22:43] -> Running build hook: [udev]
    [2013-03-26 22:43] -> Running build hook: [autodetect]
    [2013-03-26 22:43] findmnt: /etc/fstab: parse error at line 1
    [2013-03-26 22:43] -> Running build hook: [modconf]
    [2013-03-26 22:43] -> Running build hook: [block]
    [2013-03-26 22:43] -> Running build hook: [filesystems]
    [2013-03-26 22:43] -> Running build hook: [keyboard]
    [2013-03-26 22:43] -> Running build hook: [fsck]
    [2013-03-26 22:43] ==> Generating module dependencies
    [2013-03-26 22:43] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-03-26 22:43] ==> Image generation successful
    [2013-03-26 22:43] ==> Building image from preset: 'fallback'
    [2013-03-26 22:43] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-03-26 22:43] ==> Starting build: 3.8.4-1-ARCH
    [2013-03-26 22:43] -> Running build hook: [base]
    [2013-03-26 22:43] -> Running build hook: [udev]
    [2013-03-26 22:43] -> Running build hook: [modconf]
    [2013-03-26 22:43] -> Running build hook: [block]
    [2013-03-26 22:43] -> Running build hook: [filesystems]
    [2013-03-26 22:43] -> Running build hook: [keyboard]
    [2013-03-26 22:43] -> Running build hook: [fsck]
    [2013-03-26 22:43] ==> Generating module dependencies
    [2013-03-26 22:43] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-03-26 22:43] ==> Image generation successful
    [2013-03-26 22:43] upgraded linux (3.7.10-1 -> 3.8.4-1)
    [2013-03-26 22:44] upgraded linux-headers (3.7.10-1 -> 3.8.4-1)
    [2013-03-26 22:44] upgraded man-pages (3.48-1 -> 3.50-1)
    [2013-03-26 22:44] upgraded morituri (0.2.0-2 -> 0.2.0-4)
    [2013-03-26 22:44] upgraded mpfr (3.1.1.p2-2 -> 3.1.2-1)
    [2013-03-26 22:44] upgraded nemo (1.7.1-2 -> 1.7.2-1)
    [2013-03-26 22:44] upgraded obex-data-server (0.4.6-4 -> 0.4.6-5)
    [2013-03-26 22:44] upgraded openssh (6.1p1-6 -> 6.2p1-1)
    [2013-03-26 22:44] installed python2-speechd (0.7.1-1)
    [2013-03-26 22:44] upgraded orca (3.6.3-2 -> 3.6.3-3)
    [2013-03-26 22:44] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2013-03-26 22:44] upgraded pacman-mirrorlist (20130203-1 -> 20130323-1)
    [2013-03-26 22:44] upgraded perl-http-message (6.03-1 -> 6.06-1)
    [2013-03-26 22:44] upgraded perl-net-http (6.03-1 -> 6.06-1)
    [2013-03-26 22:44] upgraded poppler-glib (0.22.1-3 -> 0.22.2-1)
    [2013-03-26 22:44] upgraded poppler-qt (0.22.1-3 -> 0.22.2-1)
    [2013-03-26 22:44] upgraded python2-pycdio (0.19-1 -> 0.19-2)
    [2013-03-26 22:44] upgraded qt5-base (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-jsbackend (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-xmlpatterns (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-declarative (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-webkit (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-script (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-quick1 (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-translations (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qt5-tools (5.0.1-6 -> 5.0.1-10)
    [2013-03-26 22:44] upgraded qtcreator (2.7.0rc-1 -> 2.7.0-1)
    [2013-03-26 22:44] upgraded qtwebkit (2.3.beta2-2 -> 2.3.0-1)
    [2013-03-26 22:44] upgraded redland-storage-virtuoso (1:1.0.16-1 -> 1:1.0.16-2)
    [2013-03-26 22:44] upgraded ruby (1.9.3_p392-1 -> 2.0.0_p0-1)
    [2013-03-26 22:44] upgraded smbclient (3.6.12-2 -> 3.6.13-1)
    [2013-03-26 22:44] upgraded samba (3.6.12-2 -> 3.6.13-1)
    [2013-03-26 22:44] upgraded sg3_utils (1.33-1 -> 1.35-1)
    [2013-03-26 22:44] upgraded skype (4.1.0.20-5 -> 4.1.0.20-6)
    [2013-03-26 22:44] upgraded slim (1.3.5-1 -> 1.3.5-2)
    [2013-03-26 22:44] installed lib32-mesa-libgl (9.1.1-1)
    [2013-03-26 22:44] if you are running x86_64, you need the lib32 opt depends for your driver
    [2013-03-26 22:44]
    [2013-03-26 22:44] if you are having problems with the steam license, remove .steam and .local/share/Steam
    [2013-03-26 22:44] upgraded steam (1.0.0.35-1 -> 1.0.0.36-1)
    [2013-03-26 22:44] upgraded sudo (1.8.6.p7-1 -> 1.8.6.p7-2)
    [2013-03-26 22:44] upgraded suil (0.6.10-2 -> 0.6.12-1)
    [2013-03-26 22:44] upgraded systemd-sysvcompat (197-4 -> 198-2)
    [2013-03-26 22:44] upgraded texinfo (5.0-1 -> 5.1-1)
    [2013-03-26 22:44] >>> texlive: updating the filename database...
    [2013-03-26 22:44] mktexlsr: Updating /etc/texmf/ls-R...
    [2013-03-26 22:44] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2013-03-26 22:44] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2013-03-26 22:44] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2013-03-26 22:44] mktexlsr: Done.
    [2013-03-26 22:44] recreating all formats... done.
    [2013-03-26 22:44] (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2013-03-26 22:44] upgraded texlive-bin (2012.0-7 -> 2012.0-8)
    [2013-03-26 22:44] upgraded tigervnc (1.2.0-11 -> 1.2.0-12)
    [2013-03-26 22:44] upgraded tp_smapi (0.41-14 -> 0.41-15)
    [2013-03-26 22:44] upgraded upower (0.9.19-1 -> 0.9.20-1)
    [2013-03-26 22:44] upgraded tracker (0.14.4-3 -> 0.14.5-1)
    [2013-03-26 22:44] upgraded tzdata (2013a-1 -> 2013b-1)
    [2013-03-26 22:44] installed guisu (0.5-1)
    [2013-03-26 22:44] upgraded unetbootin (583-4 -> 583-5)
    [2013-03-26 22:44] upgraded vim-runtime (7.3.798-1 -> 7.3.834-1)
    [2013-03-26 22:44] upgraded vim (7.3.798-1 -> 7.3.834-1)
    [2013-03-26 22:44] In order to use the new version, reload all virtualbox modules manually.
    [2013-03-26 22:44] upgraded virtualbox-host-modules (4.2.8-1 -> 4.2.10-2)
    [2013-03-26 22:44] upgraded virtualbox (4.2.8-1 -> 4.2.10-2)
    [2013-03-26 22:44] upgraded virtualbox-guest-iso (4.2.8-1 -> 4.2.10-1)
    [2013-03-26 22:44] upgraded virtualbox-guest-modules (4.2.8-1 -> 4.2.10-2)
    [2013-03-26 22:44] upgraded webkitgtk2 (1.10.2-2 -> 1.10.2-3)
    [2013-03-26 22:44] upgraded webkitgtk3 (1.10.2-2 -> 1.10.2-3)
    [2013-03-26 22:44] upgraded wine (1.5.25-2 -> 1.5.26-1)
    [2013-03-26 22:44] upgraded xdg-user-dirs-gtk (0.9-1 -> 0.10-1)
    [2013-03-26 22:44] upgraded xf86-input-evdev (2.7.3-2 -> 2.8.0-1)
    [2013-03-26 22:44] upgraded xf86-video-intel (2.21.3-1 -> 2.21.5-1)
    [2013-03-26 22:44] upgraded xmms2 (0.8DrO_o-9 -> 0.8DrO_o-10)
    [2013-03-26 22:44] upgraded xorg-server-common (1.13.3-1 -> 1.14.0-2)
    [2013-03-26 22:44] upgraded xorg-server (1.13.3-1 -> 1.14.0-2)
    [2013-03-26 22:45] Running 'pacman -S nvidia nvidia-utils lib32-nvidia-utils'
    [2013-03-26 22:45] Running 'pacman -Rdd mesa-libgl lib32-mesa-libgl'
    [2013-03-26 22:45] removed lib32-mesa-libgl (9.1.1-1)
    [2013-03-26 22:45] removed mesa-libgl (9.1.1-1)
    [2013-03-26 22:45] Running 'pacman -S nvidia nvidia-utils lib32-nvidia-utils'
    [2013-03-26 22:45] installed nvidia-utils (313.26-1)
    [2013-03-26 22:45] In order to use nvidia module, reboot the system.
    [2013-03-26 22:45] installed nvidia (313.26-2)
    [2013-03-26 22:45] installed lib32-nvidia-utils (313.26-1)
    Any ideas on what might have caused this?
    Last edited by themusicalduck (2013-03-27 16:12:28)

    hadrons123 wrote:
    Sorry my bad
    its
    pacman -S librsvg
    themusicalduck wrote:That did it. Thanks!
    I had the same problem and nemo/nautilus was crashing in a segfault few seconds after starting, now all works fine, thanks! :-)

  • [SOLVED] - Package xf86-video-via is missing from repositories!

    Hi,
    I have a VIA card as follows:
    VGA Compatible Controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
    My X doesn't work except in VESA mode. But in Vesa mode, when I play videos in mplayer, I can't fullscreen them.
    When I checked the sample xorg.conf files mentioned in the Xorg wiki, I find that I am advised to use the xf86-video-via package.
    But the package xf86-video-via is missing from repositories!
    pacman -Ss xf86-video-via doesn't give results!
    Please help.
    Thanks.
    Last edited by msadiq (2008-12-27 04:18:45)

    Sorry for the long wait, I havent got the time to test but I did uncomment the RenderAccel and that didnt do anything.
    my Xorg.0.log:
    =================================================================
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux hp-2133 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 10:13:11 UTC 2009 i686
    Build Date: 17 December 2008  08:20:05PM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 27 21:07:16 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "HP LCD"
    (**) |   |-->Device "Via Chrome9"
    (**) |-->Input Device "HP Keyboard"
    (**) |-->Input Device "HP Touchpad"
    (**) Option "AutoAddDevices" "false"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) No FontPath specified.  Using compiled-in default.
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5fe0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
        X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] rev 1, Mem @ 0xc0000000/0, 0xfc000000/0, BIOS @ 0x????????/65536
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.5.3, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "xtt"
    (WW) Warning, couldn't open module xtt
    (II) UnloadModule: "xtt"
    (EE) Failed to load module "xtt" (module does not exist, 0)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (WW) Warning, couldn't open module record
    (II) UnloadModule: "record"
    (EE) Failed to load module "record" (module does not exist, 0)
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "openchrome"
    (II) Loading /usr/lib/xorg/modules/drivers//openchrome_drv.so
    (II) Module openchrome: vendor="http://openchrome.org/"
        compiled for 1.5.3, module version = 0.2.903
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
        K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
        K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890, VX800
    (II) Primary Device is: PCI 01@00:00:0
    (!!) VIA Technologies does not support this driver in any way.
    (!!) For support, please refer to http://www.openchrome.org/.
    (!!) (development build, at svn revision 726)
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) CHROME(0): VIAPreInit
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 4.1
    (II) CHROME(0): VIAGetRec
    (**) CHROME(0): Depth 24, (--) framebuffer bpp 32
    (==) CHROME(0): RGB weight 888
    (==) CHROME(0): Default visual is TrueColor
    (--) CHROME(0): Chipset: P4M900/VN896/CN896
    (--) CHROME(0): Chipset revision: 0
    (--) CHROME(0): Probed amount of VideoRAM = 262144 kB
    (II) CHROME(0): Setting up default chipset options.
    (II) CHROME(0): VIASetupDefaultOptions
    (II) CHROME(0): Reading config file...
    (**) CHROME(0): Option "AccelMethod" "XAA"
    (**) CHROME(0): Option "PanelSize" "1024x600"
    (**) CHROME(0): Option "EnableAGPDMA" "False"
    (II) CHROME(0): Starting to parse config file options...
    (==) CHROME(0): Shadow framebuffer is disabled.
    (==) CHROME(0): Hardware acceleration is enabled.
    (**) CHROME(0): Using XAA acceleration architecture.
    (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
    (==) CHROME(0): GPU virtual command queue will be enabled.
    (==) CHROME(0): DRI IRQ will be enabled if DRI is enabled.
    (**) CHROME(0): AGP DMA will be disabled if DRI is enabled.
    (==) CHROME(0): PCI DMA will not be used for XV image transfer if DRI is enabled.
    (==) CHROME(0): Will not enable VBE modes.
    (==) CHROME(0): VBE VGA register save & restore will not be used
        if VBE modes are enabled.
    (==) CHROME(0): Xv Bandwidth check is enabled.
    (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
    (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
    (==) CHROME(0): Digital output bus width is 12 bits.
    (==) CHROME(0): DVI Center is disabled.
    (II) CHROME(0): ViaPanelGetNativeModeFromOption
    (**) CHROME(0): Panel mode index is 13
    (**) CHROME(0): Selected Panel Size is 1024x600
    (==) CHROME(0): Panel will not be forced.
    (==) CHROME(0): TV dotCrawl is disabled.
    (==) CHROME(0): TV deflicker is set to 0.
    (==) CHROME(0): No default TV type is set.
    (==) CHROME(0): No default TV output signal type is set.
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xfc000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xfc200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) CHROME(0): Will not print VGA registers.
    (==) CHROME(0): Will not scan I2C buses.
    (II) CHROME(0): ...Finished parsing config file options.
    (--) CHROME(0): Detected Hewlett Packard 2133 Mini-Note.
    (II) CHROME(0): Detected MemClk 8
    (II) CHROME(0): ViaGetMemoryBandwidth
    (II) CHROME(0): Detected TV standard: PAL.
    (==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) CHROME(0): ViaI2CInit
    (II) CHROME(0): ViaI2CBus1Init
    (II) CHROME(0): I2C bus "I2C bus 1" initialized.
    (II) CHROME(0): ViaI2cBus2Init
    (II) CHROME(0): I2C bus "I2C bus 2" initialized.
    (II) CHROME(0): ViaI2CBus3Init
    (II) CHROME(0): I2C bus "I2C bus 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
    (II) CHROME(0): I2C device "I2C bus 1:ddc2" removed.
    (II) CHROME(0): ViaOutputsDetect
    (II) CHROME(0): Enabling panel from PCI-subsystem ID information.
    (II) CHROME(0): Will not try to detect TV encoder.
    (II) CHROME(0): ViaOutputsSelect
    (II) CHROME(0): ViaOutputsSelect: X Configuration: 0x00
    (II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0x07
    (II) CHROME(0): ViaOutputsSelect: Panel.
    (II) CHROME(0): ViaPanelPreInit
    (II) CHROME(0): ViaPanelGetNativeDisplayMode
    (II) CHROME(0): NativeModeIndex: 13
    (II) CHROME(0): ViaModesAttach
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.lo to 29.677456
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 74.904167
    (II) CHROME(0): HP LCD: Using hsync range of 29.68-74.90 kHz
    (II) CHROME(0): HP LCD: Using vrefresh range of 55.00-90.00 Hz
    (II) CHROME(0): Clock range:  20.00 to 230.00 MHz
    (II) CHROME(0): ViaValidMode: Validating 640x350 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x400 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 720x400 (35500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (50000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (56300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (44900)
    (II) CHROME(0): Not using default mode "1024x768" (interlace mode not supported)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (65000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (75000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (78750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (94500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (148500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (135000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (157500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (162000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (175500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (189000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (202500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (229500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1792x1344 (204800)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1792x1344" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1856x1392 (218300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1856x1392" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 832x624 (57284)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "832x624" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (81620)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (96770)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (104990)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (119650)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (121500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (143470)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (72000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (84750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (122000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (145060)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (155800)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (179260)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1440x900 (106500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1440x900" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1024 (103125)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (119000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (146250)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (174000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (187000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (214750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1080 (138500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1080" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1200 (154000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (65028)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (81613)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x768 (81135)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x720 (74600)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x720" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (108280)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (108280)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (85500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1366x768 (85860)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1366x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (122726)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1440x900 (106470)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1440x900" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (161793)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1920x1080 (172900)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1080" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (56300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (50000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x400 (35500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x400 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x350 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (--) CHROME(0): Virtual size is 1024x600 (pitch 1024)
    (**) CHROME(0): *Default mode "1024x600": 49.0 MHz (scaled from 0.0 MHz), 37.3 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x600"x60.0   48.96  1024 1064 1168 1312  600 601 604 622 -hsync +vsync (37.3 kHz)
    (**) CHROME(0):  Default mode "1024x576": 47.0 MHz (scaled from -0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x576"x60.0   46.98  1024 1064 1168 1312  576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0):  Default mode "1024x512": 41.2 MHz (scaled from 0.0 MHz), 31.8 kHz, 59.8 Hz
    (II) CHROME(0): Modeline "1024x512"x59.8   41.16  1024 1056 1160 1296  512 512 515 531 -hsync +vsync (31.8 kHz)
    (**) CHROME(0):  Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
    (**) CHROME(0):  Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) CHROME(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (**) CHROME(0):  Default mode "800x600": 50.0 MHz (scaled from -0.0 MHz), 48.1 kHz, 72.2 Hz
    (II) CHROME(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
    (**) CHROME(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "800x600": 39.8 MHz (scaled from -0.0 MHz), 37.7 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "800x600"x60.0   39.82  800 840 968 1056  600 600 604 628 +hsync +vsync (37.7 kHz)
    (**) CHROME(0):  Default mode "800x600": 36.0 MHz (scaled from -0.0 MHz), 35.2 kHz, 56.2 Hz
    (II) CHROME(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (**) CHROME(0):  Default mode "720x576": 32.7 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "720x576"x60.0   32.66  720 744 816 912  576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0):  Default mode "856x480": 31.7 MHz (scaled from -0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "856x480"x60.0   31.70  856 872 960 1064  480 480 483 497 -hsync +vsync (29.8 kHz)
    (**) CHROME(0):  Default mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 485 493 517 +hsync +vsync (31.0 kHz)
    (**) CHROME(0):  Default mode "800x480": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x480"x60.3   40.00  800 832 960 1056  480 541 545 628 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "720x480": 26.6 MHz (scaled from -0.0 MHz), 29.7 kHz, 59.7 Hz
    (II) CHROME(0): Modeline "720x480"x59.7   26.59  720 736 808 896  480 480 483 497 -hsync +vsync (29.7 kHz)
    (**) CHROME(0):  Default mode "640x480": 36.0 MHz (scaled from -0.0 MHz), 43.3 kHz, 85.0 Hz
    (II) CHROME(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
    (**) CHROME(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) CHROME(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (**) CHROME(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    (II) CHROME(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x480": 25.3 MHz (scaled from -0.0 MHz), 31.6 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "640x480"x60.3   25.31  640 656 752 800  480 489 491 525 -hsync -vsync (31.6 kHz)
    (**) CHROME(0):  Default mode "640x480": 25.2 MHz (scaled from -0.0 MHz), 31.5 kHz, 59.9 Hz
    (II) CHROME(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (**) CHROME(0):  Default mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz
    (II) CHROME(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x400": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x350": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
    (==) CHROME(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.2.1
        ABI class: X.Org Video Driver, version 4.1
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) CHROME(0): VIAUnmapMem
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) CHROME(0): VIAScreenInit
    (II) CHROME(0): VIAMapFB
    (--) CHROME(0): mapping framebuffer @ 0xc0000000 with size 0x10000000
    (--) CHROME(0): Frame buffer start: 0xa7771000, free start: 0x258000 end: 0x10000000
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xfc000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xfc200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) CHROME(0): VIASave
    (II) CHROME(0): Primary
    (II) CHROME(0): Crtc...
    (II) CHROME(0): TVSave...
    (II) CHROME(0): VIAWriteMode
    (II) CHROME(0): ViaModeSet
    (II) CHROME(0): Name: 1024x600
    (II) CHROME(0): Clock: 48960
    (II) CHROME(0): VRefresh: 59.995293
    (II) CHROME(0): HSync: 37.317074
    (II) CHROME(0): HDisplay: 1024
    (II) CHROME(0): HSyncStart: 1064
    (II) CHROME(0): HSyncEnd: 1168
    (II) CHROME(0): HTotal: 1312
    (II) CHROME(0): HSkew: 0
    (II) CHROME(0): VDisplay: 600
    (II) CHROME(0): VSyncStart: 601
    (II) CHROME(0): VSyncEnd: 604
    (II) CHROME(0): VTotal: 622
    (II) CHROME(0): VScan: 0
    (II) CHROME(0): Flags: 6
    (II) CHROME(0): CrtcHDisplay: 0x400
    (II) CHROME(0): CrtcHBlankStart: 0x400
    (II) CHROME(0): CrtcHSyncStart: 0x428
    (II) CHROME(0): CrtcHSyncEnd: 0x490
    (II) CHROME(0): CrtcHBlankEnd: 0x520
    (II) CHROME(0): CrtcHTotal: 0x520
    (II) CHROME(0): CrtcHSkew: 0x0
    (II) CHROME(0): CrtcVDisplay: 0x258
    (II) CHROME(0): CrtcVBlankStart: 0x258
    (II) CHROME(0): CrtcVSyncStart: 0x259
    (II) CHROME(0): CrtcVSyncEnd: 0x25c
    (II) CHROME(0): CrtcVBlankEnd: 0x26e
    (II) CHROME(0): CrtcVTotal: 0x26e
    (II) CHROME(0): ViaModeSecondCRTC
    (II) CHROME(0): ViaPanelScale: 1024,600 -> 1024,600
    (II) CHROME(0): mode: 0x8808110
    (II) CHROME(0): mode->name: 0x880a770
    (II) CHROME(0): mode->name: 1024x600
    (II) CHROME(0): ViaSecondCRTCSetMode
    (II) CHROME(0): Setting up 1024x600
    (II) CHROME(0): ViaSetSecondaryFIFO
    (II) CHROME(0): ViaSetSecondaryDotclock to 0x508c01
    (II) CHROME(0): ViaSetUseExternalClock
    (II) CHROME(0): ViaSecondDisplayChannelEnable
    (II) CHROME(0): ViaDisplayDisableCRT
    (II) CHROME(0): ViaDisplayDisableSimultaneous
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): - Blanked
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    (EE) [drm] drmOpen failed.
    (EE) CHROME(0): [dri] DRIScreenInit failed.  Disabling DRI.
    (II) CHROME(0): - Visuals set up
    (II) CHROME(0): VIAInternalScreenInit
    (II) CHROME(0): - B & W
    (II) CHROME(0): CursorStart: 0xffc0000
    (II) CHROME(0): Using 1800 lines for offscreen memory.
    (II) CHROME(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        8x8 color pattern filled rectangles
        Solid Lines
        Dashed Lines
        Image Writes
        Setting up tile and stipple cache:
            32 128x128 slots
            20 256x256 slots
            32 8x8 color pattern slots
    (==) CHROME(0): Backing store disabled
    (II) CHROME(0): - Backing store set up
    (II) CHROME(0): - SW cursor set up
    (II) CHROME(0): VIAHWCursorInit
    (II) CHROME(0): - Def Color map set up
    (II) CHROME(0): VIALoadPalette
    (II) CHROME(0): VIALoadRgbLut
    (II) CHROME(0): - Palette loaded
    (II) CHROME(0): DPMS enabled
    (II) CHROME(0): - DPMS set up
    (II) CHROME(0): - Color maps etc. set up
    (II) CHROME(0): direct rendering disabled
    (II) CHROME(0): Benchmarking video copy.  Less time is better.
    (--) CHROME(0): Timed   libc YUV420 copy... 1813105. Throughput: 522.2 MiB/s.
    (--) CHROME(0): Timed kernel YUV420 copy... 1789621. Throughput: 529.1 MiB/s.
    (--) CHROME(0): Timed    SSE YUV420 copy... 960929. Throughput: 985.3 MiB/s.
    (--) CHROME(0): Timed    MMX YUV420 copy... 1706519. Throughput: 554.8 MiB/s.
    (--) CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU.
    (--) CHROME(0): Timed   MMX2 YUV420 copy... 1029823. Throughput: 919.4 MiB/s.
    Freed 9834496 (pool 1)
    (--) CHROME(0): Using SSE YUV42X copy for video.
    (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
    (WW) CHROME(0): Option "RenderAccel" is not used
    (II) CHROME(0): - Done
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (**) Option "CoreKeyboard"
    (**) HP Keyboard: always reports core events
    (**) Option "Protocol" "standard"
    (**) HP Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) HP Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) HP Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "se"
    (**) HP Keyboard: XkbLayout: "se"
    (**) Option "CustomKeycodes" "off"
    (**) HP Keyboard: CustomKeycodes disabled
    (**) Option "Protocol" "Auto"
    (**) Option "Device" "/dev/input/mice"
    (II) HP Touchpad: Setting mouse protocol to "ExplorerPS/2"
    (**) HP Touchpad: Device: "/dev/input/mice"
    (**) HP Touchpad: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) HP Touchpad: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons"
    (**) HP Touchpad: Emulate3Buttons, Emulate3Timeout: 50
    (**) HP Touchpad: ZAxisMapping: buttons 4 and 5
    (**) HP Touchpad: Buttons: 9
    (**) HP Touchpad: Sensitivity: 1
    (II) evaluating device (HP Keyboard)
    (II) XINPUT: Adding extended input device "HP Keyboard" (type: KEYBOARD)
    (II) evaluating device (HP Touchpad)
    (II) XINPUT: Adding extended input device "HP Touchpad" (type: MOUSE)
    (II) HP Touchpad: Setting mouse protocol to "ExplorerPS/2"
    (II) HP Touchpad: ps2EnableDataReporting: succeeded
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed
    ===============================================================
    And my glxinfo:
    ===============================================================
    name of display: :0.0
    display: :0  screen: 0
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
        GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
        GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
        GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
        GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: S3G
    client glx version string: 1.4
    client glx extensions:
        GLX_SGI_make_current_read,  GLX_SGIX_fbconfig,  GLX_SGIX_pbuffer,
         GLX_ARB_get_proc_address, GLX_EXT_texture_from_pixmap,
        GLX_MESA_copy_sub_buffer
    GLX version: 1.2
    GLX extensions:
        GLX_SGI_make_current_read, GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap,
        GLX_MESA_copy_sub_buffer
    OpenGL vendor string: Mesa Project
    OpenGL renderer string: Software Rasterizer
    OpenGL version string: 1.4 (2.1 Mesa 7.2)
    OpenGL extensions:
        GL_EXT_texture_env_add, GL_ARB_multitexture, GL_ARB_transpose_matrix,
        GL_ARB_texture_env_add, GL_ARB_texture_cube_map,
        GL_ARB_texture_compression, GL_ARB_texture_border_clamp,
        GL_ARB_point_parameters, GL_ARB_texture_env_combine,
        GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
        GL_ARB_texture_mirrored_repeat, GL_ARB_depth_texture, GL_ARB_shadow,
        GL_ARB_shadow_ambient, GL_ARB_window_pos, GL_ARB_occlusion_query,
        GL_ARB_texture_non_power_of_two, GL_ARB_point_sprite,
        GL_EXT_texture_rectangle, GL_EXT_abgr, GL_EXT_blend_color,
        GL_EXT_texture3D, GL_EXT_packed_pixels, GL_SGIS_texture_lod,
        GL_EXT_rescale_normal, GL_EXT_vertex_array, GL_SGIS_generate_mipmap,
        GL_SGIS_texture_edge_clamp, GL_SGIS_texture_border_clamp,
        GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_point_parameters,
        GL_EXT_draw_range_elements, GL_EXT_bgra, GL_EXT_separate_specular_color,
        GL_EXT_secondary_color, GL_EXT_multi_draw_arrays, GL_EXT_fog_coord,
        GL_EXT_texture_env_combine, GL_EXT_blend_func_separate,
        GL_EXT_stencil_wrap, GL_NV_texgen_reflection, GL_EXT_texture_lod_bias,
        GL_NV_blend_square, GL_NV_texture_rectangle, GL_EXT_shadow_funcs,
        GL_ATI_texture_env_combine3, GL_SGI_color_matrix,
        GL_EXT_texture_edge_clamp
    2 GLX Visuals
       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
    id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
    0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
    0x3b 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
    32 GLXFBConfigs:
       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
    id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
    0x3c  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
    0x3d  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
    0x3e  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 

  • [SOLVED] Clementine Refuses to Play MP4 (Missing Plugin)

    I am having the same issue as described here: https://bbs.archlinux.org/viewtopic.php?id=120851
    Clementine is refusing to play mp4 files, giving the error: "Your GStreamer installation is missing a plug-in."
    As an additional note, the mp4 files play perfectly in VLC.
    What I have tried so far:
    1. Installed gstreamer0.10-plugins group
    2. Reinstalled faac and faad2
    3. Reinstalled libmp4v2 and lame
    4. Deleted directory ~/.local/share/gstreamer-1.0
    However, even after these steps I am having the same issue.
    Out of the multimedia/music players I've tried clementine most closely fits my needs, so I would like to stick with it.
    Does anyone have any idea what's going on and how to fix it? Please let me know if I should provide any additional information. Thanks.
    Last edited by WorkingOnIt (2014-05-26 03:01:08)

    Thanks a lot for your reply. I do have gstreamer0.10-ffmpeg installed; I believe it's included in the gstreamer0.10-plugins group and just double-checked and it's there. I also just tried changing the extension to .m4a as you suggested but no luck; same error message.
    And I do have those above codecs:
    "gst-inspect-0.10 | grep qtdemux" yields: "isomp4:  qtdemux: QuickTime demuxer"
    "gst-inspect-0.10 | grep aacparse" yields: "ffmpeg:  ffmux_adts: FFmpeg ADTS AAC muxer (not recommended, use aacparse instead) \n audioparsers:  aacparse: AAC audio stream parser"
    "gst-inspect-0.10 | grep faad" yields: faad:  faad: AAC audio decoder"
    Here's the full output of gst-inspet-0.10 in case that's helpful, although it's a lot: http://pastebin.com/1Xet30CK
    I checked VLC as you said, and for the mp4's,
            audio codec: "MPEG AAC Audio (mp4a)"
            video codec: "H264-MPEG-4 AVC (part 10) (avc1)".
            decoded format (video): "Planar 4:2:0 YUV". 
    The page gives some more information, but I don't think anything so relevant (channels, sample rate, resolution, etc).
    Do you have any other ideas, and is there any additional information I should provide?

  • [Solved] Where is ncurses-dev? (missing .h file)

    Hi all,
    I'm trying to compile some code that uses ncursesw, however I don't have the <ncursesw/ncurses.h> file on my system.  I'm new to Arch but I thought these files were normally provided by -dev packages, so ncurses-dev in this case.  But I can't find this anywhere (not even in AUR) - what am I missing?  There are other people here who are compiling programs using ncurses, what did you do to install the header files?
    Last edited by Malvineous (2011-04-16 02:53:12)

    Ah, that did it!  I misread the autoconf macro - I thought it defined a value if you had ncursesw.h present, but rather it defines a value if you have ncursesw present, and another value if you should use <ncursesw/ncurses.h> over just <ncurses.h>
    Thanks for your help!

  • [SOLVED] v4l emulated capture image formats missing

    I'm trying to get my Webcam working with OpenCV on Archlinux. The Webcam is working through uvcvideo and OpenCV trys to access it through v4l requiring it to provide BGR24. The webcam itself only supports YUYV and MJPG and v4l should usually emulate the missing BGR24. This works perfect on lubuntu 64bit but on Archlinux 64bit the emulated formats are missing and therefore OpenCV cannot use the webcam.
    Archlinux 64bit:
    lubuntu 64bit:
    Does anyone know why this is happening on archlinux?
    Any help would be greatly appreciated!
    SOLUTION: Turned out that Sundteks driver for a DVB USB Stick preloads libmediaclient.so for all programs what stuffs up v4l. I just removed the general preload and added it where necessary.
    Last edited by bluber (2013-10-11 17:58:54)

    hadrons123 wrote:
    Sorry my bad
    its
    pacman -S librsvg
    themusicalduck wrote:That did it. Thanks!
    I had the same problem and nemo/nautilus was crashing in a segfault few seconds after starting, now all works fine, thanks! :-)

  • How do you solve the error 5.7.1 missing or literal domain not allowed?

    Two weeks ago I started getting this error message when mail executed a routine send/receive cycle: 5.7.1 Missing or literal domain not allowed.  I have Verizon for ISP.  How is this corrected.

    A quick search for this error message reveals numerous other users on both Windows and Macs have this same problem with Verizon, yet no-one appears to have found any kind of resolution. 
    If you contact Verizon maybe they will be able to sort it out for you - in which case please post the answer here. If Verizon can't sort this out then maybe you need to change ISP?
    Bob

  • [SOLVED] /dev/sr0 and /dev/dvd missing

    Hello everybody,
    I have a problem with my fresh installed Arch GNU/Linux.
    If I start the PC without a CD in the drive, then both /dev/sr0 and /dev/dvd are missing.
    After a loooong time I found out that starting the PC with a CD in the drive is a workaround....
    Do you know what is the problem?
    Thanks!
    Bastien
    Last edited by PolePosition (2013-10-11 21:19:38)

    Ahah, I think I have defekt-bullshit hardware :
    https://bbs.archlinux.org/viewtopic.php?id=66124
    Here is a good reason (EXCUSE !!!) to upgrade my motherboard. :-)
    Last edited by PolePosition (2013-10-06 12:16:24)

  • [Solved] pacman-color failed to install missing dependencies

    Just upgraded my AUR packages and I get this error:
    :: Starting AUR upgrade...
    :: perl-class-load-xs 0.04-2 -> 0.06-1
    AUR Targets (1): perl-class-load-xs
    Proceed with installation? [Y/n] y
    :: Edit perl-class-load-xs PKGBUILD? [Y/n] n
    :: Building perl-class-load-xs package...
    ==> Making package: perl-class-load-xs 0.06-1 (Sat Nov 3 09:14:38 PDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: perl-test-without-module
    ==> ERROR: 'pacman-color' failed to install missing dependencies.
    :: perl-class-load-xs cleaned
    Any help appreciated.
    Last edited by lagagnon (2012-11-04 03:07:33)

    perl-test-without-module is in the AUR.
    edit: build the package yourself in makepkg or use an aur helper.
    Last edited by SS4 (2012-11-03 16:41:55)

  • [ SOLVED ] ... Exaile now missing a gstreamer plugin

    Hi All
    I have been using exaile for a while now, with no problems, but today when i go to play some music i get an error saying 'gstreamer missing a plugin' .... I have all the gstreamer plugins installed, the good, the bad, the ugly and now i'm stumped ...
    Any suggestions please ?
    Many Thanks
    I Reinstalled everything again and it seems fine now, odd, but hey ... )
    Last edited by whitetimer (2010-12-07 21:04:45)

    quasifilmie wrote:I would do pacman -S gstreamer0.10-plugins. If you have them all installed, pacman will say up-to-date reinstalling etc. Reinstalling altogether may help anyway or this could be a bug .
    That was the quickest solution. Ever. Thank you sir!
    Edit: OHH CRAP ADMIN GONNA APPEAR AND REKT ME! PLS ADMIN NO H8 I KNOW THIS IS OLD THREAD BUT IT HELPED ME!!!!
    Last edited by erkexzcx (2014-12-04 21:41:46)

  • [SOLVED] sup Installation Fails Due to Missing ruby-locale Dependency

    I'm trying to install sup from the AUR but makepkg -s fails because its missing ruby-locale, which is one of its dependencies (I get "error: target not found: ruby-locale"). This appears to be because ruby-locale isn't in the AUR or the official repository. ruby-gettext also isn't in either repository, so I'm guessing that will be a problem as well.
    I tried installing both of these with gem, and they appeared to install successfully but makepkg still fails with the same error message. Do I need to point pacman to the ruby-locale and ruby-gettext installations somehow?
    Last edited by seabeast (2012-05-07 04:30:38)

    makepkg uses pacman to check dependencies, and install them if they are available in the repos. pacman only knows about packages that it manages (obviously). gem-installed stuff will not be visible to pacman, so you will need to edit the PKGBUILD accordingly.
    More generally, sup seems to be a dead project - last release nearly a year and a half ago, AUR package orphaned, various not-working comments in the AUR. This may or may not matter to you.
    And more generally still - assuming you're an Arch newbie, based on the location of this thread and your post count, you should get into the habit of reading the wiki before asking here.

  • [Solved] Compiling kernel with 'localmodcfg' - 'brcmsmac' missing

    Hi all,
    I want to compile my own optimized ck-kernel with localmodcfg="y" which works mostly.
    However there is a small problem.
    The module 'brcmsmac' for the WLAN card is never included although it is listed in my modprobed.db.
    Does someone have any clue what could be the cause?
    Thanks
    Radioactiveman
    Last edited by Radioactiveman (2012-01-13 16:36:15)

    A minor fix for the patch by Steven Rostedt solved my issue.
    I have compiled linux-ck 3.2.1-2 with localmodconfig today and brcmsmac is now included.
    Marking the thread as solved, thanks to Steve.
    Patch file:
    diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
    index ec7afce..bccf07d 100644
    --- a/scripts/kconfig/streamline_config.pl
    +++ b/scripts/kconfig/streamline_config.pl
    @@ -250,33 +250,61 @@ if ($kconfig) {
    read_kconfig($kconfig);
    +sub convert_vars {
    + my ($line, %vars) = @_;
    +
    + my $process = "";
    +
    + while ($line =~ s/^(.*?)(\$\((.*?)\))//) {
    + my $start = $1;
    + my $variable = $2;
    + my $var = $3;
    +
    + if (defined($vars{$var})) {
    + $process .= $start . $vars{$var};
    + } else {
    + $process .= $start . $variable;
    + }
    + }
    +
    + $process .= $line;
    +
    + return $process;
    +}
    +
    # Read all Makefiles to map the configs to the objects
    foreach my $makefile (@makefiles) {
    - my $cont = 0;
    + my $line = "";
    + my %make_vars;
    open(MIN,$makefile) || die "Can't open $makefile";
    while (<MIN>) {
    + # if this line ends with a backslash, continue
    + chomp;
    + if (/^(.*)\\$/) {
    + $line .= $1;
    + next;
    + }
    +
    + $line .= $_;
    + $_ = $line;
    + $line = "";
    +
    my $objs;
    - # is this a line after a line with a backslash?
    - if ($cont && /(\S.*)$/) {
    - $objs = $1;
    - $cont = 0;
    + $_ = convert_vars($_, %make_vars);
    # collect objects after obj-$(CONFIG_FOO_BAR)
    if (/obj-\$\((CONFIG_[^\)]*)\)\s*[+:]?=\s*(.*)/) {
    $var = $1;
    $objs = $2;
    +
    + # check if variables are set
    + } elsif (/^\s*(\S+)\s*[:]?=\s*(.*\S)/) {
    + $make_vars{$1} = $2;
    if (defined($objs)) {
    - # test if the line ends with a backslash
    - if ($objs =~ m,(.*)\\$,) {
    - $objs = $1;
    - $cont = 1;
    foreach my $obj (split /\s+/,$objs) {
    $obj =~ s/-/_/g;
    if ($obj =~ /(.*)\.o$/) {
    Last edited by Radioactiveman (2012-01-13 16:37:06)

Maybe you are looking for

  • Wireless Design - Best Practices for Data, Voice, and LBS

    Hi, I am currently in the process of designing a WLAN for a new hospital and I am getting some push back from my sales team.  The requirements of the WLAN are data, voice, and location based services (RFID for medical equipment) ... needs to be 2.4 G

  • Reading a binary image.

    can anybody shed some light on this for me? thanks :)

  • Trouble with split into clips when importing from camera

    I'm importing old video from mini DV tapes into iMovie. Unlike many other people writing here, I'm not having trouble with the connection between the camera and the computer. That works fine. I click "import" and the video IS imported. The problem is

  • Mac/FireFox Java/JavaScript interaction bug

    Hi, I'm desperately trying to find a solution to a very platform-specific issue. Basically, I'm trying to get an applet to interact with the DOM of a web page. The basic procedure should be as follows: 1) Page loads 2) Applet loads 3) Applet reads in

  • Adobe ID for Form Response

    It appears that a recipient of a Form distributed and managed through Acrobat.com is required to create and sign in with an Adobe ID in order to complete and submit a response.  Is an Adobe ID required for everyone who wishes to access, complete, and