DougieLawson wrote:sudo rpi-update includes a commit https://github.com/raspberrypi/linux/co ... 52b94d22fb that updates the COW processing in the 4.4.26 kernel.
Search found 9 matches
- Sat Oct 22, 2016 12:59 am
- Forum: Raspberry Pi OS
- Topic: Dirty Cow bug fix in place?
- Replies: 17
- Views: 8702
Re: Dirty Cow bug fix in place?
Great news, thx... time to update!
- Fri Oct 21, 2016 4:13 pm
- Forum: Raspberry Pi OS
- Topic: Dirty Cow bug fix in place?
- Replies: 17
- Views: 8702
Dirty Cow bug fix in place?
Is there a fix for the 'dirty cow' bug in the Raspian code base? I have several devices running and this issue sounds like a serious one but I was not sure where I should look to find out about the latest patches. If you know where I can look for those please just let me know. Thanks.
- Thu Sep 29, 2016 4:01 am
- Forum: Raspberry Pi OS
- Topic: Where do I place xset commands for xinit?
- Replies: 4
- Views: 3791
Re: Where do I place xset commands for xinit?
Thanks for the suggestion. I edited the file and added these items, the entire file now reads: @lxpanel --profile LXDE-pi @pcmanfm --desktop --profile LXDE-pi # @xscreensaver -no-splash @xset s 0 0 @xset s noblank @xset s noexpose @xset dpms 0 0 0 However when I ssh in post reboot and check on what ...
- Thu Sep 29, 2016 3:39 am
- Forum: Raspberry Pi OS
- Topic: Where do I place xset commands for xinit?
- Replies: 4
- Views: 3791
Re: Where do I place xset commands for xinit?
sudo nano ~/.config/lxsession/LXDE-pi/autostart Yup, tried that... see the list of locations in my original post. I'm puzzled as the man pages for xinit led me to believe if you start it with a client then only X is invoked and then .xserverrc is checked but clearly something else is going on... BT...
- Thu Sep 29, 2016 3:15 am
- Forum: Raspberry Pi OS
- Topic: Where do I place xset commands for xinit?
- Replies: 4
- Views: 3791
Where do I place xset commands for xinit?
I'm starting up a kiosk like environment by starting up into a console then using a script to call xinit with a client browser application. However 10 minutes later the screen blanks, not very useful for a kiosk! I found that if I ssh into the pi and issue the commands: xset -display :0 s off xset -...
- Thu Aug 18, 2016 4:05 pm
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1589
- Views: 791225
Re: Minimal Kiosk Browser
@gkreidl, your comment has explained a problem I have. Running Kweb in kiosk mode without a WM to host a Smart Mirror I have set the screen to be rotated, 1920x1080 instead of 1080x1920. As a mirror it is a much better display :) Unfortunately it then required that I choose a screen size that only u...
- Fri May 02, 2014 9:48 pm
- Forum: Beginners
- Topic: Tontec 2.4-inch TFT LCD
- Replies: 135
- Views: 55271
Re: Tontec 2.4-inch TFT LCD
BTW I have run some test with vanilla mzt280 driver from Amazon and different boot.conf settings. Here is what I get: config.txt mzt280 fb diver output screen ------------------------------------------------------------------------------------ 640x480 640x480 ok ok (but blurred) 320x240 640x480 Read...
- Fri May 02, 2014 9:06 pm
- Forum: Beginners
- Topic: Tontec 2.4-inch TFT LCD
- Replies: 135
- Views: 55271
Re: Tontec 2.4-inch TFT LCD
Hi theimmc,
thanks, that's what was missing! Now to figure out why it will not run at 320x240.
thanks, that's what was missing! Now to figure out why it will not run at 320x240.
- Fri May 02, 2014 6:09 am
- Forum: Beginners
- Topic: Tontec 2.4-inch TFT LCD
- Replies: 135
- Views: 55271
Re: Tontec 2.4-inch TFT LCD
Hi all, thanks for all of the useful information here, I just got the 2.8" version of the screen from Amazon and have found the downloaded driver is now called mzt280-pi-ext. I've found a couple of things so far. 1) I can only get the version I have downloaded to work in 640x480 mode. Simply ch...