ichbaum

Results 7 comments of ichbaum

Another test. ``` pi@mainsailos:~ $ sudo DISPLAY=:0 xrandr --output default --rotate left xrandr: output default cannot use rotation "left" reflection "none" ```

I found this. A patch for X server to add xf86DisableRandR as Dummy for drivers that still use ist but shouldn't. ``` The patch removed function xf86DisableRandR. This patch re-adds...

Found a solution. Use fbdev instead of fbturbo. ``` sudo rm /usr/share/X11/xorg.conf.d/99-fbturbo.conf sudo nano /usr/share/X11/xorg.conf.d/99-fbdev.conf Section "Device" Identifier "LCD" Driver "fbdev" Option "fbdev" "/dev/fb1" Option "Rotate" "CW" Option "SwapbuffersWait" "true"...

I will post a working configuration and install script later. It works with the fbdev.

``` #Update system and kernel sudo apt-get update sudo apt-get upgrade -y sudo apt-get full-upgrade -y sudo apt-get clean sudo apt-get autoremove -y #Reboot to use the possibly new kernel...

When i switch the power of and on the color is shown correctly and the white LEDs are off. Now i can change the color. But if i change the...

FYI: Upgrade to FW 26400500 without channel change still works. (CH 25 for me) But i will not touch the channel to test if the switch works again. ;-)