[Solved] i3 workspace output woes

Semi-recently switched to i3, loving everything about it so far other than one fairly large issue that is stopping me using it like a true WM.
Basically, I'm trying to set 4 workspaces on each monitor (of which I have 2), and it just straight up doesn't work. Both outputs have at least 8 (I only have 1-8 switch keys bound) workspaces that are independent, and if I launch applications before switching, they get ignored and other workspaces get created.
My .i3 config
My xorg.conf
Output of xrandr
An example of what I mean about it ignoring the preset workspaces.
Happy to post anything else needed, thanks!
Last edited by elken (2014-02-07 08:24:40)

I took a break from i3 for a day as this was really bugging me, had a sleep, woke up this morning and I've sorted it. It's a very hacked solution, but it does the job. Instead of having
bindsym $mod4+<num> workspace <num>
I now have
bindsym $mod4+<num> exec "i3-msg focus output <monitor>; i3-msg workspace <num>"
Which I know will probably cause problems later, but it does the job for now. Marking as solved.

Similar Messages

  • [Solved] Parsing findmnt output?... Is it reliable/portable in bash.

    Solution/better suggestion in second post...
    There seems to be little about using anything other than the output of mount or fstab when dealing with filesystems in scripting. Most of what I've read on it uses awk or cut for parsing "mount" but what about findmnt when needing  some of the same info. particularly "findmnt -rn" which prints the same raw information as mount but space separated and without the words like "type" and "on". I'm not entrirely concerned with posix compliance as most of it amount to makings it compatible with much much older systems. Personally I think bash has been around long enough to be portable in and of itself in most circumstances but that's just my opinion. Is "findmnt" as portable as "mount" for scripting? that is really my question.
    An example would be say I wanted only the "target" and "source" information stored with process substitution in bash.
    with mount I could use
    #mount | cut -d ' ' -f 1,3
    to get that info for all mounted filesystems
    OR
    #mount | grep sdb1 | cut -d ' ' -f 3
    to get where a particular partition (/dev/sdb1) is mounted.
    with findmnt it would be just as simple but take the words "on" and "type" out of the parsing.
    #findmnt -rn | cut -d ' ' -f 1,2
    or for the second example using mount...
    #findmnt -rn | grep sdb1 | cut -d ' ' -f 1
    if neither of these are the best for getting simple information then I can accept other suggestions as well.
    Think of the pipe to grep section having a variable with the needed string instead of "sdb1" for instance...
    maybe this is just a minor formatting discrepancy. If so feel free to point it out... I'm kinda on my journey of do's and don't's in shell scripting with only google and the man pages as my resources for learning.
    Last edited by Thme (2012-12-22 19:55:58)

    falconindy wrote:
    Thme wrote:
    with findmnt it would be just as simple but take the words "on" and "type" out of the parsing.
    #findmnt -rn | cut -d ' ' -f 1,2
    or for the second example using mount...
    #findmnt -rn | grep sdb1 | cut -d ' ' -f 1
    This is an entire misuse of findmnt. If you're going to talk about "portable" or "POSIX", then you can't even use mount.
    If you want specific columns from findmnt, then ask for them. Specifically, the -o option is your friend, i.e.
    $ findmnt -runo source,target /dev/sdb1
    /dev/sdb1 /home
    If you're looking for some absurd level of portability where you might encounter systems that don't have findmnt, then you'll need to build a parser for /etc/mtab, and even that isn't portable.
    That's clear enough to me. And no I wasn't too interested in POSIX compliance. It seems like overkill in most circumstances. As for the findmnt options.. I should have read the man page a little more... totally skimmed over it... I'll mark this as solved...

  • [SOLVED] External sound output silent since upgrade to GNOME 3.16

    Hi.
    I just upgraded my machine to GNOME 3.16 (pacman log). Since then, sound output (whether the GNOME Sound applet test, or Clementine, or YouTube from Firefox)...
    ... works fine when outputting to the laptop speakers.
    ... is silent when I plug my external speakers to the computer's jack 3.5" out. I have two outputs, am using the same as before the upgrade but tried both nevertheless, and plugging an mp3 player works.
    Here is my config:
    laptop = Dell XPS 1645
    uname -a = Linux x 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64 GNU/Linux
    pulseaudio = pulseaudio 6.0-1
    Any idea? Debug suggestions? Need more info? Thanks for the help.
    EDIT: Problem solved after a second reboot :-/
    Last edited by ronjouch (2015-04-10 09:56:41)

    LeCrayonVert wrote:Removed both options...still the same thing.
    I've tried to reinstall kernel26-lts...and even with this kernel, the same error occurs...It's most likely related to the mkinitcpio creation process.
    Did you try the fallback initramfs?

  • [SOLVED] kdebase-workspace: conflicts with kdemod-kde-common

    Hi! My pacman -Syu failed today: Here there is the output (of a retrial):
    :: Synchronizing package databases...
    kdemod-core is up to date
    kdemod-extragear is up to date
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    :: Replace qtmod with kdemod-core/kdemod-kde-common? [Y/n] Y
    :: Replace guidance-power-manager with extra/kdebase-workspace? [Y/n] Y
    resolving dependencies...
    looking for inter-conflicts...
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: kdebase-workspace: conflicts with kdemod-kde-common
    Any suggestions on how to get this update right?
    Last edited by joan (2009-02-23 02:18:30)

    joan wrote:Hi! My pacman -Syu failed today: Here there is the output (of a retrial):
    :: Replace qtmod with kdemod-core/kdemod-kde-common? [Y/n] Y
    :: Replace guidance-power-manager with extra/kdebase-workspace? [Y/n] Y
    Any suggestions on how to get this update right?
    Try:
    pacman -Rd gtmod
    pacman -S qt
    #Qtmod not needed anymore
    pacman -R guidance-power-manager  /or pacman -Rcsn ....
    pacman -Syu kdemod                        /or pacman -Syu kdemod-complete
    also backup/ remove ~/.kde4 to start with clean config, especially if you have your own plasmoids.
    #powerdevil is included in kde now, so other inferior powermanagers might conflict with it.

  • [Solved] Mythtv audio capture woes

    OK I admit it, after a week or so fighting with this, I'm stuck.
    This is the last showstopper before using my mythbox as the primary entertainment source to my TV and would very much appreciate any help.
    I'm running mythtv 0.20.2.20070828-2 built from ABS on Arch64 using the stock 2.6.23 kernel.  I have a Sound Blaster Live 5.1 (using coax digital out, just to complicate things a bit)  and a K-world v-stream xpert DVB-T card with composite/s-video input.  My cable box is plugged into the video input and the soundcard line-in.  The picture is fine, but the problem is that I cannot get Mythtv to capture the audio from the soundcard at all. 
    I have set /dev/dsp to be the audio device in mythtv-setup and `cat /dev/dsp > /dev/dsp` does output the audio from the cable box.
    Doing an lsof when trying to watch tv:
    # lsof /dev/dsp
    COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
    mythbacke 22451 root 24r CHR 14,3 10225 /dev/sound/dsp
    Doesn't seem to be a permissions issue either as its the same problem running the frontend as root.  Searching through forums seems to point the blame at my mixer levels, though I think I've tried every combination!
    In alsamixer, under playback, everything muted, under capture Line and Capture are set to capture, Capture and AC97 are set to 100 = No Sound
    If I then increase the AC97 playback volume I get the Live TV audio direct from the cable box which is out of sync and not recorded.
    No doubt I've missed something really obvious, so please give me a kick in the right direction.
    Thanks
    Last edited by xxxspuddy (2007-12-07 15:52:58)

    I knew this would be something simple!  When running the frontend from a terminal, these errors pointed me in the right direction:
    2007-12-06 13:45:17.078 AudioOutput Error: Rate doesn't match (requested 44100Hz
    , got 48000Hz)
    2007-12-06 13:45:17.078 AudioOutput Error: Unable to set ALSA parameters
    2007-12-06 13:45:17.078 NVP: Disabling Audio, reason is: Unable to set ALSA para
    meters
    In Utilities/Setup->Setup->General my audio output device was set to ALSA:spdif but I have an /etc/asound.conf file that makes the spdif output the default, so changing the device to ALSA:default solved the problem.  I am a happy bunny
    Now how do I mark this topic solved?

  • [SOLV]PulseAudio - Simultaneous Output works until I close pavucontrol

    Hello,
    I'm having a odd issue....
    I just installed PulseAudio on my machine (Avoided it for so long, still prefer just plain ALSA) and I'm using a ALSA backend. I installed it for the need to simultaneously output my system audio to my headphones and my speakers at the same time. Everything seems to be all right except for when I play Minecraft or WoW... Those are the two things I notice it with most. Haven't tried anything else. But, unless pavucontrol is running minimized in the background, or just open in general... Simultaneous output is VERY choppy on those apps. Switching back to a single output works just fine. But I'd very much rather use the simultaneous output...
    I've been searching for the better part of yesterday to figure out why having pavucontrol open in the background would truly make a difference. I was hoping you guys over here that may have some PulseAudio experience to give me a helping hand.
    I'm not exactly sure what configs to post... but here's my daemon.conf. I can post anything needed.
    Any support would be appreciated.
    Thanks,
    Matt
    EDIT: Marked at [SOLV]... [ED] Wouldn't fit.
    Last edited by themattbeballin (2012-04-12 18:00:27)

    Looking further into the issue this morning... It seems to be a problem with the timer based scheduler...
    I disabled the scheduler using tsched=0 and now those apps work fine, except for the helicopter-like noise that it's producing now.
    Any ideas how to fix that?

  • [SOLVED] PulseAudio wrong output balance at startup

    Hello,
    I'm using GNOME 3.2 with PulseAudio. PulseAudio sets my audio output balance to 90% right channel each time. restarting it does not help.
    Any ideas?
    I'll be happy to supply any logs needed if you point me to them. I've made no changes to any of the files at /etc/pulse.
    amixer -c0:
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 37 [58%] [9.25dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [0.00dB] [on]
    Front Right: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 253 [99%] [0.40dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Front',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 13 [20%] [-51.00dB] [on]
    Front Right: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Front Mic',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Front Mic Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 1 [33%] [10.00dB]
    Front Right: 1 [33%] [10.00dB]
    Simple mixer control 'Surround',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [0.00dB] [on]
    Front Right: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Center',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'LFE',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Side',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [0.00dB] [on]
    Front Right: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Line',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958 Default PCM',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 16 [35%] [0.00dB] [on]
    Front Right: Capture 16 [35%] [0.00dB] [on]
    Simple mixer control 'Capture',1
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 0 [0%] [-16.00dB] [off]
    Front Right: Capture 0 [0%] [-16.00dB] [off]
    Simple mixer control 'Auto-Mute Mode',0
    Capabilities: enum
    Items: 'Disabled' 'Enabled'
    Item0: 'Enabled'
    Simple mixer control 'Input Source',0
    Capabilities: cenum
    Items: 'Rear Mic' 'Front Mic' 'Line'
    Item0: 'Front Mic'
    Simple mixer control 'Input Source',1
    Capabilities: cenum
    Items: 'Rear Mic' 'Front Mic' 'Line'
    Item0: 'Rear Mic'
    Simple mixer control 'Rear Mic',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Rear Mic Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Last edited by elik (2012-02-17 09:02:45)

    apparently just deleting the configuration directory ~/.pulse and restarting solves the issue.

  • Sharepoint Workspace 2010 woes

    Hello,  I have been trying to use the SharePoint workspace 2010 to upload files to the SharePoint site so my team can access the files remotely.  I have been running into an issue where I am not able to view the files that I upload via the workspace
    on the site, even after I sync them.  The folders are visible but none of the files are.  The files are viewable from the workspace.  If I upload any files to the site, I am able to view them on both the workspace and the site itself.  

    Do you have the right link or enough permission to access SharePoint to sync the content from the website?
    "I am not able to view the files that I upload via the workspace on the site, even after I sync them.  The folders are visible but none of the files are.  The files are viewable from the workspace"
    In logic, When there is connectivity, the changes made to the local copy of libraries and lists are automatically synchronized with the corresponding items in an associate SharePoint site. SPW 210 treats all local changes as high priority and initiates an
    immediate synchronization with SharePoint. When there is no connectivity, changes made in SharePoint workspaces are stored locally. The changes made offline are synchronized automatically the next time the user connects to the server.
    Analyze 1: Do you meet the requirement? Regarding the software requirements, a SharePoint Workspace in SPW(SharePoint WorkSpace) 2010 can synchronize only with a site running on Microsoft SharePoint Server 2010, SharePoint Foundation 2010, or SharePoint
    Online servers.
    Analyze 2: Does it only happen when uploading the file? What's the kind of documents you want to upload? SPW 2010 does not support all SharePoint sites. And not all content types of SharePoint lists and libraries as shown below are supported in SPW 2010
    either. Calendar, survey, and Wiki are, for example, non-supported types.
    There is a lot of factors may causes this, you may visit the link below to get the more reference about this issue.
    http://blogs.technet.com/b/yungchou/archive/2010/04/01/sharepoint-workspace-spw-2010-explained-part-2-of-2.aspx
    Feel free to post back and join in the discussion.
    Tony Chen
    TechNet Community Support

  • [SOLVED] xrandr: HDMI output too small or too large to fit screen

    I'm trying to connect my PC to the TV with an HDMI cable. But I'm having trouble with xrandr.
    xrandr lists 1920x1080 as the largest mode for HDMI and 1280x1024 as number two. So I tried both of these:
    xrandr --output LVDS1 --off --output HDMI2 --mode 1920x1080
    xrandr --output LVDS1 --off --output HDMI2 --mode 1280x1024
    But the first is about 1-2cm too large to fit the screen (both at the top and on the sides) and the second one is too small. Is there anything I can do about it?
    PS: Also 1920x1080 output is very sluggish and there is video tear when I move windows around. The PC is a ThinkPad X220.
    Last edited by Lars Stokholm (2012-02-23 17:11:36)

    Thanks. I set my TV picture format to "unscaled".
    The output is still sluggish. I would have thought an i5-2540M would be able to handle this in a more responsive manner.

  • [SOLVED] Disabling Error Output in a Makefile

    To install an application called Yellowcot, typically I have used a Makefile with these lines,
    install -m 755 yellowcot /usr/bin
    rm -r /usr/share/yellowcot > /dev/null 2>&1
    mkdir /usr/share/yellowcot
    cp yellowcot.svg /usr/share/yellowcot/.
    cp yellowcot.desktop /usr/share/applications/.
    The "rm -r" line removes an old installation of the application, if possible. If it's not possible, it's supposed to suppress the error. However, I just tried installing the application on a new Arch setup and got this error,
    [root@nikolai yellowcot-1.1.9]# make install
    install -m 755 yellowcot /usr/bin
    rm -r /usr/share/yellowcot > /dev/null 2>&1
    make: *** [install] Error 1
    When I took out the "rm -r" line, I didn't have a problem. So my question is, how can I disable error output in a Makefile? Piping it to /dev/null isn't working. Does anyone have any ideas? Thanks!
    Last edited by tony5429 (2010-02-27 18:18:54)

    make is probably checking the return codes of the commands rather than seeing if anything goes to stderr. you could probably just do
    if test -d /usr/share/yellowcot; then
    rm -r /usr/share/yellowcot &>/dev/null
    fi
    might not work though, I usually use automake so I don't know what I am doing

  • "execute applescript on output" woes....

    I have been integrating Compressor 3 with an automated system to convert media files to other formats. One of the great features of Compressor's settings is the "Execute Applescript on Output" option. This option works flawlessly when using Apple's included output settings, but it refuses to work with 3rd party compressor plugins. When using Compressor with any Episode Pro setting or Elgato's Turbo.264 codec's (through quicktime export options in compressor), you're able to select the option for running an applescript upon completion but it never launches an applescript.
    Anyone else experience this? Is there a logical explanation?

    All I can get out of the Automator interface is "Action Failed". The second action is a Pause [15] seconds, but I'm certain it never gets there. When the Automator action fails, the applescript does not produce any result. Spaces does not switch. But again, if I click the "run" button in Automator's Execute Applescript window, the applescript will produce results and switch to spaces 2.
    I originally got instructions here: http://discussions.apple.com/thread.jspa?threadID=1206636&tstart=134
    When I couldn't get it to work, I posted a thread here: http://discussions.apple.com/thread.jspa?threadID=1378261&tstart=30
    Which prompted me to add the OnRun wrapper, still have problems, and finally post on this forum instead of that one because is seems to be a very automator-specific problem.
    Thanks for any help,

  • [SOLVED] i3bar workspace buttons

    Hi,
    I'm setting up i3 for a test run after using spectrwm for the past year. Maybe someone could help me with i3bar's workspace buttons. I just can't figure out how to get that nice 1px solid border around them like in a lot of screenies I've seen. For some reason there's a 2px border only on the left and top of the button and I've yet to find a way to change that. Any clues?
    edit: removed link to a screenshot, see post #4.
    Last edited by sm4tik (2014-11-18 18:57:32)

    ^^ I saw this after I posted
    You are right, the left and top border of the button are bigger than the right one.
    I think the window lays over underside of the button, so you can't see it.
    Maybe Rasi tweaked the code itself, but, as ANOKNUSA says, could be a bug too.
    Last edited by qinohe (2014-11-18 17:54:39)

  • [SOLVED] Faulty video output with mpv/mplayer, vaapi

    Hi,
    I have a HD6870 with the proprietary catalyst drivers installed, and the packages needed to enable vaapi. The problem I have is that every video application like mpv, mplayer or whatever refuses to give me correct video output with vaapi. mpv for example gives me these errors, depending on filetype:
    avi:
    (+) Video --vid=1 (h264)
    (+) Audio --aid=1 (mp3)
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    Using hardware decoding.
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    AO: [alsa] 48000Hz stereo 2ch s16
    [vaapi] Decoder profile 'VAProfileH264Main' not available.
    [ffmpeg/video] h264: decode_slice_header error
    [ffmpeg/video] h264: no frame!
    Error while decoding frame!
    Error using hardware decoding, falling back to software decoding.
    mp4:
    (+) Video --vid=1 (*) (h264)
    (+) Audio --aid=1 --alang=eng (*) (aac)
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    Using hardware decoding.
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    AO: [alsa] 48000Hz stereo 2ch float
    xvba_video: XVBA_CreateDecode(): status 2
    [vaapi] vaCreateContext(): unknown libva error
    [ffmpeg/video] h264: decode_slice_header error
    [ffmpeg/video] h264: no frame!
    Error while decoding frame!
    Error using hardware decoding, falling back to software decoding.
    wmv:
    (+) Video --vid=1 (wmv3)
    (+) Audio --aid=1 --alang=eng (wmav2)
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    Using hardware decoding.
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    xvba_video: XVBA_CreateDecode(): status 2
    [vaapi] vaCreateContext(): unknown libva error
    xvba_video: XVBA_CreateDecode(): status 2
    [vaapi] vaCreateContext(): unknown libva error
    [ffmpeg/video] wmv3: decoding to AV_PIX_FMT_NONE is not supported.
    Could not open codec.
    Error initializing hardware decoding, falling back to software decoding.
    mpv doesn't crash, it just falls back to software decoding and gives me a grey screen when it's not fullscreen, and when it's fullscreen it tears a lot and flashes random grey stripes everywhere - sound still works fine. Any ideas on what can be at fault here? The only video output that gives me an OK image without tearing or anything else is x11, but it's really slow.
    vainfo gives me this:
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: User requested driver 'xvba'
    libva info: Trying to open /usr/lib/dri//xvba_drv_video.so
    libva info: Found init function __vaDriverInit_0_32
    libva info: va_openDriver() returns 0
    vainfo: VA-API version: 0.37 (libva 1.5.1)
    vainfo: Driver version: Splitted-Desktop Systems XvBA backend for VA-API - 0.8.0
    vainfo: Supported profile and entrypoints
    VAProfileH264High : VAEntrypointVLD
    VAProfileVC1Advanced : VAEntrypointVLD
    Last edited by Median (2015-06-07 10:01:38)

    Gusar wrote:
    Uninstall libva-xvba-driver and do
    export LIBVA_DRIVER_NAME=fglrx
    Now try vainfo again. Instead of "Splitted-Desktop Systems XvBA backend for VA-API - 0.8.0" it should say "AMD MMD 1.0" or something like that.
    Thanks, now VA-API at least gives me an output - but the video just flashes in fullscreen. I think another thing to notice here is that the video only plays correctly (gives me an output), if I play it on monitor 1 (I use three monitors) - but I can't get rid of the screen flashing.
    EDIT: Fullscreen only flashes when I use mpv, with smplayer (+mpv) it works ok - but it lags from time to time. mplayer-vaapi won't give me a smooth playback either with -vo and -va as vaapi, and the screen also flashes when I'm using it.
    Any idea on what's wrong? Is it my use of three monitors? This is really, really annoying.
    Last edited by Median (2015-06-06 18:51:40)

  • Radeon R6850 and hdmi output woes

    Hi there, new to the forum and hoping someone can help me out.
    I have both a small hdmi and dvi capable 20 inch monitor and a Sony kdl w4000 hdtv.  I can output via hdmi and dvi to the small monitor without issue but i cannot for the life of me figure out how to output the signal via hdmi to the Sony tv - either alone or simply as a clone of the desktop on the smaller monitor.
    Both displays (when the small monitor goes via dvi and the Sony via hdmi) are picked up by catalyst control centre but they are both labelled '1' which is odd in itself.
    I have messed around with changing resolutions to something the Sony should accept, I have messed around with the settings on the TV to ensure hdmi is selected but none of this has helped at all.
    I am running the latest drivers for the card.
    BTW, I have another Radeon based laptop in the house and that will output to the Sony tv via hdmi without messing around with any settings - you simply plug the cable into both and its immediately detected.
    Can anyone kindly advise?
    Thanks in advance.
    Dan

    jlindgren wrote:Oddly enough, HDMI audio was *just* brought up on another thread.  Take a look.
    https://bbs.archlinux.org/viewtopic.php?id=119151
    Alright I'll definitely be giving that a look over, however I'm still unable to output to my 32inch TV in my room. I mean it's definitely something with the TV, just no idea what. I've tried xrandr on the smallest resolution (like 640x400 or what have you) and still no go. My best guess is that it has something to do with the resolution, when the computer boots considering I can see my BIOS on my 32 inch but for the life of me I am just baffled. Anyways sorry for the late response, been busy with work and the like. So just to sum up so far; HDMI video out works on our 55 inch LCD @ any resolution but doesn't work on my little 32 inch. As always all help is greatly appreciated, especially you jlindgren for sticking around this long lol.

  • [Solved] No sound output for headphones / ALC269VB & ALSA

    I have installed Arch with XFCE on my Asus 1015PW netbook.
    The sound is working fine on laptop speakers but when I plug in headphones/connect my speakers, nothing happens.
    Output of aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    I have installed alsa-utils alsa-oss alsa-firmware
    Output for lsmod | grep 'snd'
    snd_hda_codec_realtek 45115 1
    snd_hda_intel 37352 3
    snd_hda_codec 150017 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6332 1 snd_hda_codec
    snd_pcm 77822 3 snd_hda_codec,snd_hda_intel
    snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
    snd_timer 18718 2 snd_pcm
    snd 59029 10 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5418 1 snd
    I have tried all of these
    ALC269/270/275/276/28x/29x
    ======
      laptop-amic        Laptops with analog-mic input
      laptop-dmic        Laptops with digital-mic input
      alc269-dmic        Enable ALC269(VA) digital mic workaround
      alc271-dmic        Enable ALC271X digital mic workaround
      inv-dmic        Inverted internal mic workaround
      headset-mic        Indicates a combined headset (headphone+mic) jack
      lenovo-dock       Enables docking station I/O for some Lenovos
      dell-headset-multi    Headset jack, which can also be used as mic-in
      dell-headset-dock    Headset jack (without mic-in), and also dock I/O
    No idea how it happened, but it's working now. Can this post be deleted? I can't find a way to do it.
    Last edited by drum-a-deir (2014-03-18 17:39:36)

    Report your post and ask that it be deleted. Use the "Report" button at the bottom right of the post. An Admin will look at it and decide.

Maybe you are looking for

  • Reports with prompting stop working when moved from Crystal10 to crystal 11

    Issue: We are having trouble with Crystal Reports XI. It appears that the Crystal 10 runtime included the ability to process reports that used prompting. If we run the same report with the Crystal XI runtime, it fails. I can send a sample of the repo

  • Putting an iPhoto slideshow on a 5G iPod

    I'd like to take a iPhoto slide show with an audio file and transitions and put it on an iPod 5G. I can export the slide show at 320 by 240 to QT Pro however QT Pro won't let me export to the ipod settings. Is it possible to view a iPhoto slide show

  • Gestures from snow leopard

    In snow leopard, when i wanted to show all the applications running in the background i would swipe with four fingers, it seems that this feature has changed in lion. Is there a gesture where i can display all aplications that are running.  How can i

  • SWCV in IR

    Hi, what should we do if we dont get SWCV in IR? thanks guna

  • Is there any way to turn off keypad sounds when making a phone call?

    I am a new user to iphone....is there any way to turn off sounds of keypad when making a manual phone call of someone not in address book? Thanks