Hallo,
habe das jetzt alles noch einmal neu installiert.
Kodi wird aber immer noch über HDMI ausgegeben.
Hier mal meine Konsolen ein und Ausgaben:
Code
root@raspberrypi:/home/pi# cd /tmp
root@raspberrypi:/tmp# sudo apt-get install -y cmake
Reading package lists... Done
Building dependency tree
Reading state information... Done
cmake is already the newest version (3.7.2-1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
root@raspberrypi:/tmp# git clone --depth=1 https://github.com/tasanakorn/rpi-fbcp
Cloning into 'rpi-fbcp'...
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), done.
root@raspberrypi:/tmp# mkdir -p rpi-fbcp/build
root@raspberrypi:/tmp# cd rpi-fbcp/build
root@raspberrypi:/tmp/rpi-fbcp/build# cmake ..
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/rpi-fbcp/build
root@raspberrypi:/tmp/rpi-fbcp/build# make
Scanning dependencies of target fbcp
[ 50%] Building C object CMakeFiles/fbcp.dir/main.c.o
[100%] Linking C executable fbcp
[100%] Built target fbcp
root@raspberrypi:/tmp/rpi-fbcp/build# sudo install fbcp /usr/local/bin/fbcp
root@raspberrypi:/tmp/rpi-fbcp/build# cd ../..
root@raspberrypi:/tmp# rm -r rpi-fbcp
root@raspberrypi:/tmp# fbcp &
[1] 1091
root@raspberrypi:/tmp# su -l -c "fbcp &"
root@raspberrypi:/tmp#
Alles anzeigen
Hat jemand eine Idee?
Danke.