[SOLVED]iPython 2.0.0 problem with pyzmq

Hello,
I have problem with running ipython 2. It complains about pyzmq version, but my version is 11 versions newer than they wants. Here is output of ipython qtconsole:
ipython qtconsole
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 42, in <module>
_ns = select_backend(second)
File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
mod = __import__(name, fromlist=public_api)
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/__init__.py", line 12, in <module>
from zmq.backend.cffi import (constants, error, message, context, socket,
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/constants.py", line 4, in <module>
from ._cffi import C, c_constant_names
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 20, in <module>
from cffi import FFI
ImportError: No module named 'cffi'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 35, in check_for_zmq
import zmq
File "/usr/lib/python3.4/site-packages/zmq/__init__.py", line 60, in <module>
from zmq.backend import *
File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 45, in <module>
reraise(*exc_info)
File "/usr/lib/python3.4/site-packages/zmq/utils/sixcerpt.py", line 34, in reraise
raise value
File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 38, in <module>
_ns = select_backend(first)
File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
mod = __import__(name, fromlist=public_api)
File "/usr/lib/python3.4/site-packages/zmq/backend/cython/__init__.py", line 26, in <module>
from . import (constants, error, message, context,
ImportError: libsodium.so.4: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/ipython", line 5, in <module>
start_ipython()
File "/usr/lib/python3.4/site-packages/IPython/__init__.py", line 118, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 562, in launch_instance
app.initialize(argv)
File "<string>", line 2, in initialize
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 321, in initialize
super(TerminalIPythonApp, self).initialize(argv)
File "<string>", line 2, in initialize
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/core/application.py", line 381, in initialize
self.parse_command_line(argv)
File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 316, in parse_command_line
return super(TerminalIPythonApp, self).parse_command_line(argv)
File "<string>", line 2, in parse_command_line
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 474, in parse_command_line
return self.initialize_subcommand(subc, subargv)
File "<string>", line 2, in initialize_subcommand
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 405, in initialize_subcommand
subapp = import_item(subapp)
File "/usr/lib/python3.4/site-packages/IPython/utils/importstring.py", line 42, in import_item
module = __import__(package, fromlist=[obj])
File "/usr/lib/python3.4/site-packages/IPython/qt/console/qtconsoleapp.py", line 67, in <module>
from IPython.qt.client import QtKernelClient
File "/usr/lib/python3.4/site-packages/IPython/qt/client.py", line 6, in <module>
from IPython.kernel.channels import (
File "/usr/lib/python3.4/site-packages/IPython/kernel/__init__.py", line 4, in <module>
from . import zmq
File "/usr/lib/python3.4/site-packages/IPython/kernel/zmq/__init__.py", line 14, in <module>
check_for_zmq('2.1.11', 'IPython.kernel.zmq')
File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 37, in check_for_zmq
raise ImportError("%s requires pyzmq >= %s"%(required_by, minimum_version))
ImportError: IPython.kernel.zmq requires pyzmq >= 2.1.11
and when I try to install python-cffi, I get same error:
ipython qtconsole
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/cffi/vengine_cpy.py", line 135, in load_library
self.verifier.modulefilename)
ImportError: libsodium.so.4: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 187, in <module>
_version_info = zmq_version_info()
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 159, in zmq_version_info
runtime_library_dirs=cfg['runtime_library_dirs'],
File "/usr/lib/python3.4/site-packages/cffi/api.py", line 341, in verify
lib = self.verifier.load_library()
File "/usr/lib/python3.4/site-packages/cffi/verifier.py", line 75, in load_library
return self._load_library()
File "/usr/lib/python3.4/site-packages/cffi/verifier.py", line 151, in _load_library
return self._vengine.load_library()
File "/usr/lib/python3.4/site-packages/cffi/vengine_cpy.py", line 138, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing '/usr/lib/python3.4/site-packages/zmq/backend/cffi/__pycache__/_cffi__x7ad0c7d1xfbcd4439.cpython-34m.so': libsodium.so.4: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 42, in <module>
_ns = select_backend(second)
File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
mod = __import__(name, fromlist=public_api)
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/__init__.py", line 12, in <module>
from zmq.backend.cffi import (constants, error, message, context, socket,
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/constants.py", line 4, in <module>
from ._cffi import C, c_constant_names
File "/usr/lib/python3.4/site-packages/zmq/backend/cffi/_cffi.py", line 190, in <module>
"Please check that you have zeromq headers and libraries." % e)
ImportError: PyZMQ CFFI backend couldn't find zeromq: importing '/usr/lib/python3.4/site-packages/zmq/backend/cffi/__pycache__/_cffi__x7ad0c7d1xfbcd4439.cpython-34m.so': libsodium.so.4: cannot open shared object file: No such file or directory
Please check that you have zeromq headers and libraries.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 35, in check_for_zmq
import zmq
File "/usr/lib/python3.4/site-packages/zmq/__init__.py", line 60, in <module>
from zmq.backend import *
File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 45, in <module>
reraise(*exc_info)
File "/usr/lib/python3.4/site-packages/zmq/utils/sixcerpt.py", line 34, in reraise
raise value
File "/usr/lib/python3.4/site-packages/zmq/backend/__init__.py", line 38, in <module>
_ns = select_backend(first)
File "/usr/lib/python3.4/site-packages/zmq/backend/select.py", line 32, in select_backend
mod = __import__(name, fromlist=public_api)
File "/usr/lib/python3.4/site-packages/zmq/backend/cython/__init__.py", line 26, in <module>
from . import (constants, error, message, context,
ImportError: libsodium.so.4: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/ipython", line 5, in <module>
start_ipython()
File "/usr/lib/python3.4/site-packages/IPython/__init__.py", line 118, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 562, in launch_instance
app.initialize(argv)
File "<string>", line 2, in initialize
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 321, in initialize
super(TerminalIPythonApp, self).initialize(argv)
File "<string>", line 2, in initialize
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/core/application.py", line 381, in initialize
self.parse_command_line(argv)
File "/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 316, in parse_command_line
return super(TerminalIPythonApp, self).parse_command_line(argv)
File "<string>", line 2, in parse_command_line
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 474, in parse_command_line
return self.initialize_subcommand(subc, subargv)
File "<string>", line 2, in initialize_subcommand
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
File "/usr/lib/python3.4/site-packages/IPython/config/application.py", line 405, in initialize_subcommand
subapp = import_item(subapp)
File "/usr/lib/python3.4/site-packages/IPython/utils/importstring.py", line 42, in import_item
module = __import__(package, fromlist=[obj])
File "/usr/lib/python3.4/site-packages/IPython/qt/console/qtconsoleapp.py", line 67, in <module>
from IPython.qt.client import QtKernelClient
File "/usr/lib/python3.4/site-packages/IPython/qt/client.py", line 6, in <module>
from IPython.kernel.channels import (
File "/usr/lib/python3.4/site-packages/IPython/kernel/__init__.py", line 4, in <module>
from . import zmq
File "/usr/lib/python3.4/site-packages/IPython/kernel/zmq/__init__.py", line 14, in <module>
check_for_zmq('2.1.11', 'IPython.kernel.zmq')
File "/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 37, in check_for_zmq
raise ImportError("%s requires pyzmq >= %s"%(required_by, minimum_version))
ImportError: IPython.kernel.zmq requires pyzmq >= 2.1.11
version of my python-pyzmq is 14.3.0-1. It works on another computer with arch, when I do fresh install and it worked on this machine 3 days ago. Since then, nothing around python has changed in my computer (according to pacman.log).
Thank you
Last edited by Kotrfa (2014-05-14 13:16:35)

Hello. I found a problem! This problem is caused by `libsodium 0.5.0.-1`. Downgrading package to 0.4.5-2 solve that.
You can do that by:
pacman -U /var/cache/pacman/pkg/libsodium-0.4.5-2-x86_64.pkg.tar.xz
and then add "libsodium" to /etc/pacman.conf IgnorePkg list.
Submitted here
Last edited by Kotrfa (2014-05-14 20:28:47)

Similar Messages

  • [Solved][Hal and Partitions] Newbie problem with hal policy

    Hello everybody,
    As a new user of archlinux for less than a week I have experienced a great distribution after having been for 1 year on Linux.
    After installation I was able to solve most of my problems with the wiki and the forums but there is one problem I cannot resolve.
    I have installed Kde 4.2 on my computer and I can mount Usb drives, or CDs with hal (It is in the daemons section of my rc.conf) but strangely I cannot access my other partitions such as my Ubuntu partition (ext3), or the family's Windows partition (Nfts). I have installed nfts-3g for the nfts partition hal refuses to let me access it, I will give you what Dolphin says when I try to access the Nfts:
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixed-extra-options no <-- (actions,result)
    And for the ext3
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixedauth_admin_keep_always <-- (actions,result)
    I don't really understand what It means but normally I am allowed to mount partitions.
    My /etc/PolycyKit/PolicyKit.conf: http://pastebin.com/m57e94025
    And my /etc/dbus-1/system.d/hal.conf: http://pastebin.com/m62861179
    I've already tried to configure these two with the wiki and the forums but nothing yet.
    If you need more information ask me.
    Thanks in advance.
    Last edited by auratux (2009-02-23 21:24:29)

    You might want to reread the Hal wiki re: Permission Denied with automounter.  Your /etc/PolicyKit/PolicyKit.conf seems to be missing the lines mentioned in the wiki.
    Edit: Or maybe it is similair to: http://bbs.archlinux.org/viewtopic.php?id=66008
    Last edited by bgc1954 (2009-02-22 14:07:10)

  • SOLVED - Has anyone had any problems with xorg 1.11.14-1?

    Last night I had a double catastrophe. The first was nothing to do with Linux, but was the result of a rogue drive trashing my sata ports and killing both Arch and Windows. I managed to rescue Windows, but since Arch was running at the time (and updating) nothing I tried could bring it back. After restoring from a backup (10 days old) I started the updates again (a gargantuan 415Mb) which completed, though after a reboot X failed to start. Nothing in the logs, and no activity at all. My usual fix is to remove xorg.conf and reboot, which will generally get me to the desktop to troubleshooting stage using vesa drivers instead of catalyst, but even this couldn't get me to a desktop. I tried removing catalyst altogether from single user mode, but nothing would fix.
    I restored the backup again, and did all updates except kernel, catalyst, and xorg. Everything worked fine, so next I updated catalyst - still working. A fresh backup and I updated the kernel. Still working, which means the only thing not updated at this point (and in my mind the most likely culprit for the failures) is xorg.
    Now I'm not daft enough to try updating before I make a fresh backup (I've remade several tweaks to my system that got lost after the original crash), but before I go to the trouble, I wondered has anyone else had any problems with the updated xorg?
    For info, I'm running on a Phenom X4 965BE, AMD 4670HD with catalyst 12.1, kernel 3.2.2-1.
    TIA
    Last edited by Roken (2012-02-06 00:30:59)

    Any idea where the problem was?
    X also fails to start for me now, when the catalyst driver is loaded. It used to work before, but after recent upgrades and changes to the system it's somehow broken.
    (Same catalyst and xorg versions as you mentioned, but with kernel 3.2.4-1)
    Switching to the open-source radeon driver makes X start fine, switching back to catalyst breaks it again.
    Last edited by sas (2012-02-07 16:02:50)

  • [SOLVED!] On USB drives, problems with non-English chars and HAL

    Hello,
    I am having a problem with non-English caracters (áãàçéẽê...) on files stored on my USB drive.
    On Windows they're created with the correct name. But on Linux the files have the non-English characteres replaced by '?' and are not accessible.
    If I manuallly mount the drives using 'mount -o iocharset=utf8 /dev/sdb1 /media/usbdisk' the characters are OK, so I think I just need to get HAL to pass the correct parameters to mount. However I don't know how to do that, and haven't found any good solution.
    I tried to build a custom kernel setting the default charset as UTF-8 and it didn't work.
    Any ideas? I'm using x86-64, HAL 0.5.13-3 and my locale is pt-BR.UTF-8.
    Thanks!
    EDIT: Actually, this is not a HAL problem, but a problem with 'exo'. For the solution, I edited /etc/xdg/xfce4/mount.rc and added iocharset=utf8 to the [vfat] category.
    Last edited by Renan Birck (2009-11-28 20:54:23)

    I don't use Thunar presently, but I looked in the Thunar Volume Manager doc and I didn't find anything to change the mount options of removable drives. I am not quite sure if it's possible or not. Maybe someone using it can tell for sure.
    But if it is not possible to change the mount options, a possible solution is to disable the Thunar Volume Manager plugin and to use something else more configurable to manage the automount function.
    Personally I use the halevt package from AUR which uses configuration files in the xml format.
    It's not so easy to use but is highly configurable.
    But there exists other tools also.
    I can help you with halevt if you choose that way...

  • [Solved] Can't install kdemod - problem with xine.desktop

    Hi,
    today I tried to install kdemod, but got some problems with it. It couldn't be installed because of files conflict:
    /usr/share/kde4/services/phonombackends/xine.desktop in 'phonom' and 'kdemod-kdebase-runtime'. What's wrong with it?
    Thanks for your help!
    Edit: Used -f and it's done
    Last edited by blackrain (2009-01-15 22:45:47)

    N30N wrote:
    schuschu wrote:Could someone put a PKGBUILD with patch into the AUR please?
    I've added the patch to the linuxwacom-cvs package.
    Thanks, but I still can't build it:
    patching file src/xdrv/xf86Wacom.c
    Hunk #1 succeeded at 100 with fuzz 2 (offset 10 lines).
    Hunk #2 succeeded at 367 (offset -36 lines).
    Hunk #3 succeeded at 397 (offset -33 lines).
    Hunk #4 succeeded at 555 (offset -33 lines).
    Hunk #5 succeeded at 611 (offset -22 lines).
    Hunk #6 succeeded at 649 (offset -22 lines).
    Hunk #7 succeeded at 667 (offset -22 lines).
    Hunk #8 succeeded at 683 (offset -22 lines).
    Hunk #9 succeeded at 723 (offset -22 lines).
    Hunk #10 succeeded at 750 (offset -22 lines).
    Hunk #11 succeeded at 781 (offset -22 lines).
    Hunk #12 succeeded at 791 (offset -22 lines).
    Hunk #13 succeeded at 823 (offset -22 lines).
    Hunk #14 succeeded at 849 (offset -22 lines).
    Hunk #15 FAILED at 881.
    1 out of 15 hunks FAILED -- saving rejects to file src/xdrv/xf86Wacom.c.rej

  • [solved] gsmartcontrol and lshw have problems with my HDs

    When I use gsmartcontrol in archlinux, my hard drives are listed as unknown models. They are not listed in lshw. I can use both hard drives without a problem. lsblk, df,... show them correctly.
    My hard drives are listed correctly in gsmartcontrol and lshw when I run gsmartcontrol and lshw from the Parted Magic Livecd.
    Does this mean that I have a problem? Can I gnore it?
    Last edited by lnx (2014-03-11 18:14:58)

    Problem 'solved'. HDs were recognized correctly when I ran gsmartcontrol with root privileges.

  • [SOLVED] Eclipse in chroot environment - problem with launching it wit

    Hello,
    I have a problem running eclipse (set in 32bit chroot on 64bit OS) with schroot. It was working formerly, but now launching it causes crash.
    Other chrooted apps (like skype or cups) are working properly.
    Error log generated by openjdk.
    Thanks for any help.
    Last edited by Trickster23 (2012-02-19 02:41:07)

    I've posted it in first post, but new one (generated by openjdk7): http://pastebin.com/1Enk7bvF - I can't find file mentioned in 13 line (neither in chroot localization nor normal)
    Well, I've noticed that 'schroot -p eclipse' invoked as root works. Can it imply that this is some permission problem?
    Last edited by Trickster23 (2012-02-12 17:59:27)

  • [solved]Anybody ever had a problem with a case making it difficult to charge?

    I purchased a gently used ipod 4g from eBay.  I was pretty thrilled with it. It was still new enough to have some limited warranty time left.  Dec 23.  I experimented with different apps for a couple of days.  I had to recharged it once.  No problem.   I purchased a gel case with a screen protector, so it didn't get it scratched, or beat up.  I set it up and it was looking pretty nice.  It was a clear gel case so it didn't alter the look at all.  I installed some more apps and read some ipod tutorials.  I installed mo gv app and found I had an iphone 4 with a free cell phone contract.  I needed a second charge. I plugged it into my wall outlet adapter..  After 4 hours nothing.  I changed the wall outlet.  After 4 hours nothing.  I thought I was having a cord problem because my ipod would neither charge nor mount as a flash drive on my computer usb port.  I googled ipod trouble shooting and was advised to do the things that I had done & 1)reset it, and if that didn't work  2)buy a new cord.  If that didn't work, use the apple limited warranty and get them to fix or replace.   I did 1) and 2).  Nothing.  I was very desperate and getting ready to send it back to apple.  Then it struck me that the only thing that had changed physically to the ipod since I last charged was putting on the case.  I wondered if the case was interfering in some way.  I took it off and put on the cord and plugged into the old wall adapter outlet.  This worked, now my ipod is charged.  I also found that I could charge with the case on if I pulled the front of it up a little before putting on the cord.  Problem fixed.
    I guess I am writing this hoping it might save someone else the aggravation of sending an ipod to get if fixed only to be told there is nothing friggen wrong with it.  Maybe this should be added to the online troubleshooters?.

    Richard,
    Install the latest fix pack i.e. FP 3 for Xcelsius
    Description:
    URL Button component does not open a new browser window when the Trigger Behavior functions are enabled.
    New Behavior:
    This issue has been resolved.
    Hope this helps...
    -Anil

  • [Solved]XFCE 4.8 - Odd problem with terminal size.

    I've been using Xfce for nearly two months now, and am enjoying it quite a bit.   However last night an odd, and annoying, problem cropped up that I can't seem to figure out.
    For the main font I'm using Sans.   If I set it to 9 (which is what I would like as default size) it makes my terminal emulators open with 70x21 instead of 80x24.   When I check out ~/.config/Terminal/terminalrc, it still has 80x24 as its settings.   I use Terminator as my main terminal emulator, and its config contains no geometry settings at all.   I also checked out Xterm's config just to be sure, and even it is still set to 80x24.   
    If I set the font size to 10+, the terminal behaves correctly again.   I've narrowed down all possible config files, and the only thing I see changing the terminal size is when I move the font size down to 9. 
    I suppose i could create a bash script to launch terminator with the -geometry=80x24 string, but that just seems sloppy.
    Last edited by Beelzebud (2011-06-07 17:29:19)

    I found a solution to my problem.   I'm using the Oxygen-Gtk theme, which mimics the KDE4 oxygen theme.   In the theme is a config file called 'kdeglobals', which contains font settings.  If I set the 'desktopFont' and 'font' settings to 10, and leave the 'menuFont' at 9, it actually achieves a result better than I was hoping for.   My menus and UI all have small fonts now, but the fonts inside of the windows (like medit or thunar) are at 10 which are a bit easier to read.  I'm still not sure why setting the default font to 9 causes the terminal window to shrink, but this ended up working better than I had planned.  I guess I should have tinkered a bit more before I posted.   I just needed to sleep on it.   
    At any rate I'm happy now.   I have a very sleek looking dark oxygen theme on xfce4.
    Just so this wasn't a complete waste of everyone's time, here are the config files I'm using to achieve a dark oxygen-gtk theme.   Just install oxygen-gtk, and then make a copy of /usr/share/themes/oxygen-gtk and use these configs for a darker look:
    /usr/share/themes/oxygen-gtk-dark/gtk-2.0/kdeglobals
    [ColorEffects:Disabled]
    Color=112,111,110
    ColorAmount=-0.8
    ColorEffect=0
    ContrastAmount=0.65
    ContrastEffect=1
    IntensityAmount=0.25
    IntensityEffect=2
    [ColorEffects:Inactive]
    ChangeSelectionColor=true
    Color=0,0,0
    ColorAmount=0.025
    ColorEffect=2
    ContrastAmount=0.4
    ContrastEffect=2
    Enable=false
    IntensityAmount=0
    IntensityEffect=0
    [Colors:Button]
    BackgroundAlternate=66,65,64
    BackgroundNormal=64,63,62
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=232,230,227
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:Selection]
    BackgroundAlternate=22,68,120
    BackgroundNormal=24,72,128
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=81,119,166
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=255,255,255
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:Tooltip]
    BackgroundAlternate=17,51,86
    BackgroundNormal=16,48,80
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=196,209,224
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:View]
    BackgroundAlternate=36,35,35
    BackgroundNormal=32,31,31
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=212,210,207
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [Colors:Window]
    BackgroundAlternate=52,51,50
    BackgroundNormal=48,47,47
    DecorationFocus=39,94,160
    DecorationHover=87,129,176
    ForegroundActive=150,191,240
    ForegroundInactive=120,119,117
    ForegroundLink=80,142,216
    ForegroundNegative=232,88,72
    ForegroundNeutral=192,162,95
    ForegroundNormal=224,222,219
    ForegroundPositive=120,183,83
    ForegroundVisited=142,121,165
    [General]
    XftAntialias=true
    XftHintStyle=hintmedium
    XftSubPixel=none
    desktopFont=Sans Serif,10,-1,5,50,0,0,0,0,0
    fixed=Monospace,9,-1,5,50,0,0,0,0,0
    font=Sans Serif,10,-1,5,50,0,0,0,0,0
    menuFont=Sans Serif,9,-1,5,50,0,0,0,0,0
    shadeSortColumn=true
    smallestReadableFont=Sans Serif,8,-1,5,50,0,0,0,0,0
    taskbarFont=JH_Fallout,9,-1,5,50,0,0,0,0,0
    toolBarFont=Sans Serif,8,-1,5,50,0,0,0,0,0
    [Icons]
    Theme=Amazing_Dark
    *Change the icon theme to whatever you want
    /usr/share/themes/oxygen-gtk-dark/gtk-2.0/
    # global settings
    gtk-alternative-button-order = 1
    # oxygen's generic style options
    style "oxygen-default"
    GtkPaned::handle-size = 3
    GtkButton::child_displacement_x = 0
    GtkButton::child_displacement_y = 0
    GtkButton::default_border = { 0, 0, 0, 0 }
    GtkButton::default_outside_border = { 0, 0, 0, 0 }
    GtkButton::inner-border = { 2, 2, 1, 0 }
    GtkToggleButton::inner-border = { 0, 0, 1, 0 }
    GtkCalendar::inner-border = 0
    GtkCalendar::horizontal-separation = 0
    GtkCheckButton::indicator-size = 18
    GtkComboBox::appears-as-list = 1
    GtkEntry::honors-transparent-bg-hint = 1
    GtkExpander::expander-size = 15
    GtkMenu::horizontal-padding = 3
    GtkMenu::vertical-padding = 5
    GtkMenu::horizontal-offset = -7
    GtkCheckMenuItem::indicator-size = 16
    GtkScale::slider-width = 23
    GtkScale::slider-length = 15
    GtkScrollbar::trough-border=1
    GtkScrollbar::stepper-size=12
    GtkScrolledWindow::scrollbar-spacing=1
    GtkStatusbar::has-resize-grip = FALSE
    GtkTreeView::allow-rules = 1
    GtkTreeView::row-ending-details = 1
    GtkTreeView::expander-size = 15
    # shadow types
    GtkMenuBar::shadow-type = GTK_SHADOW_NONE
    GtkStatusbar::shadow-type = GTK_SHADOW_NONE
    GtkToolbar::shadow-type = GTK_SHADOW_NONE
    bg[NORMAL] = { 0.188, 0.184, 0.184 }
    bg[SELECTED] = { 0.094, 0.282, 0.502 }
    bg[INSENSITIVE] = { 0.188, 0.184, 0.184 }
    bg[ACTIVE] = { 0.165, 0.161, 0.161 }
    bg[PRELIGHT] = { 0.188, 0.184, 0.184 }
    base[NORMAL] = { 0.125, 0.122, 0.122 }
    base[SELECTED] = { 0.094, 0.282, 0.502 }
    base[INSENSITIVE] = { 0.188, 0.184, 0.184 }
    base[ACTIVE] = { 0.094, 0.282, 0.502 }
    base[PRELIGHT] = { 0.094, 0.282, 0.502 }
    text[NORMAL] = { 0.831, 0.824, 0.812 }
    text[SELECTED] = { 1.000, 1.000, 1.000 }
    text[INSENSITIVE] = { 0.165, 0.161, 0.161 }
    text[ACTIVE] = { 1.000, 1.000, 1.000 }
    text[PRELIGHT] = { 1.000, 1.000, 1.000 }
    fg[NORMAL] = { 0.878, 0.871, 0.859 }
    fg[SELECTED] = { 1.000, 1.000, 1.000 }
    fg[INSENSITIVE] = { 0.165, 0.161, 0.161 }
    fg[ACTIVE] = { 0.878, 0.871, 0.859 }
    fg[PRELIGHT] = { 0.878, 0.871, 0.859 }
    engine "oxygen-gtk"
    class "*" style "oxygen-default"
    # entries
    # do not change unless also changing Entry_SideMargin in OxygenStyle.h
    style "oxygen-entry-margins" = "oxygen-default"
    { xthickness = 5 }
    class "GtkEntry" style "oxygen-entry-margins"
    # menuitems padding
    style "oxygen-menubar" = "oxygen-default"
    xthickness = 1
    ythickness = 1
    class "GtkMenuBar" style "oxygen-menubar"
    # menuitems padding
    style "oxygen-menubaritem" = "oxygen-default"
    { xthickness = 3 }
    style "oxygen-menuitem" = "oxygen-default"
    xthickness = 1
    ythickness = 5
    style "oxygen-separator-menuitem" = "oxygen-default"
    xthickness = 1
    ythickness = 1
    class "GtkMenuItem" style "oxygen-menubaritem"
    widget_class "*<GtkMenu>.<GtkMenuItem>" style "oxygen-menuitem"
    widget_class "*<GtkMenu>.<GtkSeparatorMenuItem>" style "oxygen-separator-menuitem"
    # toolbuttons with menu
    style "oxygen-menutoolbutton" = "oxygen-default"
    xthickness=1
    ythickness=1
    GtkButton::focus-padding=0
    GtkWidget::focus-line-width=0
    class "*GtkMenuToolButton" style "oxygen-menutoolbutton"
    widget_class "*.GtkMenuToolButton.*Box.GtkToggleButton" style "oxygen-menutoolbutton"
    # icon views
    style "oxygen-iconview" = "oxygen-default"
    { GtkWidget::focus-line-width=0 }
    class "GtkIconView" style "oxygen-iconview"
    # notebook settings
    style "oxygen-notebook" = "oxygen-default"
    xthickness = 4
    ythickness = 4
    class "GtkNotebook" style "oxygen-notebook"
    # comboboxes
    style "oxygen-combobox" = "oxygen-default"
    # must set combobox frame x thickness to 0, otherwise there
    # is a dead area between combobox text and button
    xthickness = 0
    style "oxygen-combobox-frame" = "oxygen-default"
    # must set combobox frame x thickness to 0, otherwise there
    # is a dead area between combobox text and button
    xthickness = 4
    ythickness = 4
    class "GtkComboBox" style "oxygen-combobox"
    widget_class "*<GtkComboBox>.<GtkFrame>" style "oxygen-combobox-frame"
    # editable combobox margins
    style "oxygen-combobox-entry" = "oxygen-default"
    xthickness = 1
    ythickness = 1
    class "GtkComboBoxEntry" style "oxygen-combobox-entry"
    style "oxygen-combobox-entry-button" = "oxygen-combobox-entry"
    { xthickness = 2 }
    widget_class "*<GtkComboBoxEntry>.<GtkButton>" style "oxygen-combobox-entry-button"
    style "oxygen-combo-button" = "oxygen-combobox-entry"
    { xthickness = 0 }
    widget_class "*<GtkCombo>.<GtkButton>" style "oxygen-combo-button"
    # option menu
    style "oxygen-option-menu" = "oxygen-default"
    xthickness = 4
    ythickness = 0
    class "GtkOptionMenu" style "oxygen-option-menu"
    # vertical separators need enough room
    style "oxygen-vseparator" = "oxygen-default"
    { xthickness = 3 }
    class "GtkVSeparator" style "oxygen-vseparator"
    # 2pixels thickness.
    style "oxygen-w2" = "oxygen-default"
    xthickness = 2
    ythickness = 2
    class "GtkScrolledWindow" style "oxygen-w2"
    class "GtkViewport" style "oxygen-w2"
    class "GtkFrame" style "oxygen-w2"
    class "GtkProgressBar" style "oxygen-w2"
    # tree headers
    style "oxygen-header" = "oxygen-default"
    xthickness = 2
    ythickness = 0
    widget_class "*<GtkTreeView>.<GtkButton>" style "oxygen-header"
    widget_class "*<GtkList>.<GtkButton>" style "oxygen-header"
    widget_class "*GimpThumbBox*.<GtkEventBox>.<GtkVBox>.<GtkButton>" style "oxygen-header"
    # Workarounds
    # gimp
    style "oxygen-gimp-scale"
    # this ensures that toolpanels fonts in gimp is identical
    # to default font (which otherwise is ugly
    GimpDock::font-scale = 1.01
    class "*" style "oxygen-gimp-scale"
    This will basically give you an oxygen theme in gtk2 that looks nearly identical to KDE4's Oxygen theme with the Obsidian Coast color pack.

  • [SOLVED] No Sound in Gnome - Problem with GStreamer?

    I've been using other distros for awhile, but this is my first time with Arch. Spent most of the morning getting it setup and now I'm pretty much done except getting sound to work I believe.
    So, not sure what info I should give troubleshooting wise, please ask if anything else is required. Alsa detects it fine, but gstreamer gives me the following error:
    No volume control GStreamer plugins and/or devices found.
    Last edited by kryptobs2000 (2010-07-10 17:33:01)

    Just tryed playing a wav with aplay and it didn't give me any errors, but I didn't hear anything if that helps anymore. Running a amixer set MASTER 70% unmute also gives me the unable to find simple control 'MASTER',0 error too, though I can change the volume fine with alsamixer so I'm not sure why that is. The correct module is loaded (snd-hda-intel). Otherwise I'm at a complete loss.
    edit: amixer set MASTER 70% gives me the same error on an ubuntu livecd where sound does work so that seems normal. I don't know what changed, but I can now open the volume control so the gstreamer error goes away, however I still can't get any sound, be it with aplay or something else. I'm starting to think the solution may be to pass on arch and move to something better.
    Last edited by kryptobs2000 (2010-07-10 16:37:47)

  • [solved-ish]hardware / 3D acceleration problems with Nvidia drivers

    Hi,
    I am getting really slow response with 3d applications. I just tried glxgears and am not getting any more than 3 fps!!!!!!!!!!!!!!!
    Any ideas would be appreciated.
    xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder63) Fri Aug 14 17:55:55 PDT 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "NCI NEC CI A727"
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TV-0"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "RenderAccel" "True"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    BusID "PCI:1:0:0"
    Screen 1
    Option "RenderAccel" "True"
    EndSection
    Section "Screen"
    # Removed Option "metamodes" "1280x1024_60 +0+0"
    # Removed Option "metamodes" "CRT: 1280x1024_60 +0+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1280x1024_60 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    # Removed Option "metamodes" "TV: 720x480 +0+0"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 16
    Option "TwinView" "0"
    Option "metamodes" "TV: 720x480 +0+0; TV: 640x480 +0+0"
    SubSection "Display"
    Depth 16
    EndSubSection
    EndSection
    I thought this was originally a separate issue to nvidia, original post http://bbs.archlinux.org/viewtopic.php? … 47#p690547
    Last edited by ninjaprawn (2010-02-14 00:56:16)

    Vegita wrote:What I did with my install was (as root):
    Xorg -configure
    then     cp xorg.conf.new /etc/X11/xorg.conf
    and after this I used nvidia-xconfig utility! I did it the same way on many other distros even. And for the very last: try with one nvidia card only.
    followed this to a 't' as below;
    Xorg -configure
    cp xorg.conf.new /etc/X11/xorg.conf
    nvidia-xconfig
    and it produced the following xorg.conf;
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder75) Tue Dec 8 21:04:28 PST 2009
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri2"
    Load "dbe"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV44A [GeForce 6200]"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    which then  produced the following from glxgears;
    [user@ArchLinux ~]$ glxgears
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    17 frames in 5.2 seconds = 3.271 FPS
    16 frames in 5.1 seconds = 3.132 FPS
    9 frames in 5.2 seconds = 1.745 FPS
    8 frames in 5.1 seconds = 1.575 FPS
    9 frames in 5.5 seconds = 1.623 FPS
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    after 46 requests (45 known processed) with 0 events remaining.
    [user@ArchLinux ~]$

  • [SOLVED] Problem with UTC and CST

    I probably made a mistake while installing Arch Linux and the clocks in my computer are all a mess.
    Right now the UTC time its 6+ hours, I changed it in the bios to the right hour but that give me -6 hours in the local time thats displayed in Arch Linux and gave me the right hour in Windows 7.
    timedatectl
    Local time: Fri 2013-12-20 12:33:12 CST
    Universal time: Fri 2013-12-20 18:33:12 UTC
             RTC time: Fri 2013-12-20 18:33:12
            Timezone: America/Mexico_City (CST, -0600)
         NTP enabled: yes
    NTP synchronized: yes
    RTC in local TZ: no
          DST active: no
    Last DST change: DST ended at
                      Sun 2013-10-27 01:59:59 CDT
                      Sun 2013-10-27 01:00:00 CST
    Next DST change: DST begins (the clock jumps one hour forward) at
                      Sun 2014-04-06 01:59:59 CST
                      Sun 2014-04-06 03:00:00 CDT
    PS: Already did everything in the wiki and tried with some [SOLVED] posts.
    Edit: The problem with this its that when i use Windows 7 (to play DotA... or using the iPod, since no player can edit the files in the ipod) the hour is 6+ hours, that causes problems with the configuration in the ipod since each time i connect it the clock (that its also my only clock) changes to 6+ hours. Its maybe irrelevant for someone but i would like to have the right hour in all my systems.
    Last edited by Senketsu (2013-12-20 19:16:54)

    I am with Scimmia, everything looks correct.   But, If you boot Windows, it will try to change the BIOS clock to local time unless you tell it otherwise.
    Edit for both of your edits.  Yes, fix windows
    Last edited by ewaller (2013-12-20 18:56:32)

  • Problem with playing HD videos

    Hello,
    My problem is with playing HD videos ( 720p or Full HD).
    After upgrading Windows on my laptop and installing drivers, everything was fine till i tried to solve the win 8.1 problem with display drivers and inability to change the level of brightness. After that I discovered that the laptop can't play videos in higher res when they are offline (they become choppy and start to lag behind audio), so i figured the problem is in codecs or the player because any video was playing online. I have tried different codec packs like K lite or FFdshow, tried many players also like VLC, Sm, BS, WM Classic...nothing helped. So  i deleted all those players and codecs so now i cant play HD videos online either.
    Also i have noticed that when i start any hd video CPU usage goes up to 95%.
    Any suggestions what should i do next ?

    Hi there @milosevarsen 
    I understand that you are having performance issues when watching videos. I am happy to help. Since your CPU usage is climbing to 95%, that is a part or symptom of the problem. 
    Work through this page. The main thing is to make sure you control what is running on your system and the amount of available memory. So you will want to look for  viruses and malware, and then what other applications are loaded on your system. Over time these tend to accumulate, and slow down your computer.
    Resolving Slow System Performance (Windows 8)
    The other option would be to look at possibly upgrading your memory. When a file is much larger than the available memory, you are going to see the CPU running harder.
    I hope this helps.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • I have a problem with using (hotmail)

    i have a problem with using (hotmail) , that when i try to use messenger through it , that shown many of pages can not be open , and my contacts are not available , when i contact with Windows Live team to solve the problem they inform me that the problem is with my browser , so i have to ask them about it , and i use Mozilla Firefox 8.0 , so kindly help me to solve this issue

    That is a problem with Silverlight
    On a Mac, Firefox 4 is a 64 bit application.<br />
    Not all plugins support 64 bit and if not then you need to start Firefox in 32 bit mode to use that plugin.
    # Close Firefox
    # Start the Finder and open the Applications folder
    # Right click or control-click the Firefox.app icon
    # Select "Get Info"
    # Select or Deselect "Open in 32-bit mode"
    # Close the "Firefox Info" window
    # Restart Firefox

  • COMMUNICAT​ION PROBLEM WITH BATTERY

    AM USING THINKPAD E531, RECENTLY LENOVO SOLUTION CENTRE SHOWS A ERROR MESSAGE THAT MY LAPTOP HAS COMMUNICATION PROBLEM WITH MAIN BATTERY AND ALSO IT SHOWS HEALTH MONITOR HAS NOT AVAILABLE.
    PLEASE RECOGNISE MY PROBLEM, SOLVE IT

    There might be a problem with your code. Here is an example program. Try running this, if this does not work and you are still seeing the same results as before, repost.
    This is a simple MSVC program to demo how to communicate with GPIB instrument with VISA commands with language interface Microsoft Visual C++.
    This program includes viOpenDefaultRM(), viOpen(), viSetAttribute(), viWrite(), viRead() and viClose(). To Run VISA commands in MSVC, "visa.h"
    and "visa32.lib" need to be included in the project. For detail information of the program, please see the comments inside the file VisaGPIBforVCDlg.cpp.
    Hope this Helps.
    JenK
    Attachments:
    VisaVC.zip ‏2285 KB

Maybe you are looking for