hypriot / x11-on-HypriotOS

Instructions how to install X11 on a HypriotOS based Raspberry Pi system
MIT License
38 stars 19 forks source link

Does not work on Raspberry pi 3, FBTURBO crashes #5

Open emandilara opened 8 years ago

emandilara commented 8 years ago

The pre-compiled FBTURBO driver causes a crash and prevents lightdm from starting up.

Removing the driver works :

sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~
startx

Can someone include a recompiled fbturbo for Pi 3 ?

Thanks

mitchhh22 commented 8 years ago

This seems to get the desktop up on a RPI3 but I'm still having issues getting the touch display to work, any ideas?

tniswong commented 8 years ago

Not sure about the touch display, however if you follow these steps, you can get fbturbo working on Raspberry Pi 3.

https://github.com/ssvb/xf86-video-fbturbo/wiki/Installation

When I get some time, I'll add a PR with an updated pre-compile.

tniswong commented 8 years ago

9 Should fix this issue. Note that until this PR is merged, the scripts won't work as they are hardcoded to download from Git. Until then, you can use https://github.com/tniswong/x11-on-HypriotOS/tree/pi-3