Timo Teräs

Results 17 comments of Timo Teräs

Using ptrace is also problematic with grsec kernel, as well as container setups. shm_open does not likely work because it connects shared memory using files in /dev/shm/. shmget might work...

ptrace is probably not allowed inside the container. It maybe possible to enable this system capability on per-lxc basis in configuration. However, it would be better if bootchartd used unix...

Depends a little bit on your system, but if using udev or similar, add a rule to grant access for that device to regular user, e.g. something like /etc/udev/rules.d/50-bmd.rules ```...

Generally that means that the encoder did not like given parameters. I wonder if there's some limitations on the encoder that with the 1080p modes certain options are not allowed...

Thanks. The scaler stuff looks good. But maybe I did not explain my thought clear enough on the native mode handling. I do not want "struct display_mode *native_mode;" added at...

Scaler settings patch applied. Thanks.

`getent` is not really specified by POSIX. It is mostly glibc invention, but also supported by some BSDs and other Unixes. The `-s` option seems to be implemented only in...

I would prefer that CROSS_COMPILE is considered automatically, or that there is a built in profile to account for it. I would not like to create config for each target...

Looks like right direction. Normally cross compilers are configured for sysroot, and often CFLAGS or similar will contain --sysroot=$target_root or similar. The affect of this is that all -I paths...

I think @hhonkanen is in better position to answer the above questions.