<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="postbody">I am trying to set up a barebone with an EPIA
EX-1500 card and Ubuntu.
<br>
<br>
When I installed mythfrontend from packages
(0.20-svn20070122-0.0ubuntu6) it worked alright but I think XVMC did
not work.
<br>
<br>
<span style="font-weight: bold;">How can I know for a particular
package if mythfrontend was compiled with support for xvmc-pro?</span>
(I need this because the integrated graphics card is a VIA Unichrome
Pro II, for what I installed drivers from OpenChrome).
<br>
<br>
Then I am trying to compile it myself, to control the options. I get
the sources (the stable version 0.20 or the latest release through
SVN), compile it and install it, but when I start mythfrontend it
crashes.
<br>
<br>
Here is the output from the startup with strace (only the last lines):
<br>
<br>
<span style="font-style: italic;">open("/usr/lib/libexpat.so.1",
O_RDONLY) = 3
<br>
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\"\0\000"...,
512) = 512
<br>
fstat64(3, {st_mode=S_IFREG|0644, st_size=126716, ...}) = 0
<br>
mmap2(NULL, 129496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb5388000
<br>
mmap2(0xb53a6000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d) = 0xb53a6000
<br>
close(3) = 0
<br>
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb5387000
<br>
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb5386000
<br>
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb5385000
<br>
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb5384000
<br>
set_thread_area({entry_number:-1 -&gt; 6, base_addr:0xb53846d0,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
limit_in_pages:1, seg_not_present:0, useable:1}) = 0
<br>
mprotect(0xb5ea9000, 4096, PROT_READ) = 0
<br>
mprotect(0xb5fc2000, 12288, PROT_READ) = 0
<br>
mprotect(0xb60fa000, 380928, PROT_READ|PROT_WRITE) = 0
<br>
mprotect(0xb60fa000, 380928, PROT_READ|PROT_EXEC) = 0
<br>
mprotect(0xb7130000, 4395008, PROT_READ|PROT_WRITE) = 0
<br>
mprotect(0xb7130000, 4395008, PROT_READ|PROT_EXEC) = 0
<br>
mprotect(0xb75d7000, 20480, PROT_READ|PROT_WRITE) = 0
<br>
mprotect(0xb75d7000, 20480, PROT_READ|PROT_EXEC) = 0
<br>
munmap(0xb7f01000, 56345) = 0
<br>
set_tid_address(0xb5384718) = 5734
<br>
sendto(-1254602976, 0xc, 3053326324,
MSG_PROXY|MSG_EOR|MSG_DONTWAIT|MSG_FIN|MSG_SYN|MSG_NOSIGNAL|0xb5380000,
{sa_family=AF_DECnet, sa_data="\0\0\320=\0\0\r\0\0\0p\362\0\0"},
3220290088) = 0
<br>
rt_sigaction(SIGRTMIN, {0xb5fd13f0, [], SA_SIGINFO}, NULL, <img
 src="cid:part1.04090807.03090204@hotmail.com" alt="Cool" border="0"> =
0
<br>
rt_sigaction(SIGRT_1, {0xb5fd1300, [], SA_RESTART|SA_SIGINFO}, NULL, <img
 src="cid:part1.04090807.03090204@hotmail.com" alt="Cool" border="0"> =
0
<br>
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, <img
 src="cid:part1.04090807.03090204@hotmail.com" alt="Cool" border="0"> =
0
<br>
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) =
0
<br>
uname({sys="Linux", node="minipc", ...}) = 0
<br>
futex(0xb5fc84fc, FUTEX_WAKE, 2147483647) = 0
<br>
brk(0) = 0x8190000
<br>
brk(0x81b1000) = 0x81b1000
<br>
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
<br>
+++ killed by SIGSEGV (core dumped) +++
</span></span>
</body>
</html>