[LAU] screencasting with ffmpeg

Rustom Mody rustompmody at gmail.com
Fri Nov 5 04:42:19 UTC 2010


On Fri, Nov 5, 2010 at 12:38 AM, Robin Gareus <robin at gareus.org> 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


More information about the Linux-audio-user mailing list