Re: [LAU] screencasting with ffmpeg

From: Rustom Mody <rustompmody@email-addr-hidden>
Date: Fri Nov 05 2010 - 06:42:19 EET

On Fri, Nov 5, 2010 at 12:38 AM, Robin Gareus <robin@email-addr-hidden> wrote:
>> Can I replace xsession by metacity?
>
> Sure but metacity is only a minimal window-manager, no session, panel,
> menu etc.
>
> Try 'xfce' - if you're used to gnome it's got a similar 'feel' and is
> not too heavy to install.

Ok so I installed xfce4.
Made my shell script as follows:

#!/bin/bash
set -x
# Set up nested X server
Xephyr -keybd ephyr,,,xkbmodel=evdev -br -reset -host-cursor -screen
1280x720x24 -dpi 96 :2 &
sleep 3
export DISPLAY=:2.0
xfce4-session

Now I get the error:

./sh1
+ sleep 3
+ Xephyr -keybd ephyr,,,xkbmodel=evdev -br -reset -host-cursor -screen
1280x720x24 -dpi 96 :2
SELinux: Disabled on system, not enabling in X server

Kbd option key () of value ((null)) not assigned!
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
Ignoring device from udev.
+ export DISPLAY=:2.0
+ DISPLAY=:2.0
+ xfce4-session

** ERROR **: Another session manager is already running
aborting...

Backtrace:
0: Xephyr (xorg_backtrace+0x3b) [0x81d910b]
1: Xephyr (0x8048000+0x194bc5) [0x81dcbc5]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb77ee40c]
3: Xephyr (0x8048000+0x3871f) [0x808071f]
4: Xephyr (0x8048000+0x389c8) [0x80809c8]
5: Xephyr (0x8048000+0x341cb) [0x807c1cb]
6: /lib/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb7361c76]
7: Xephyr (0x8048000+0x19081) [0x8061081]
Segmentation fault at address (nil)

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting

./sh1: line 7: 10053 Aborted xfce4-session
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Fri Nov 5 08:15:01 2010

This archive was generated by hypermail 2.1.8 : Fri Nov 05 2010 - 08:15:01 EET