Code Monkey home page Code Monkey logo

Comments (4)

demailly avatar demailly commented on September 1, 2024

My fork GfxTablet+ (see earlier message) has configurable background color, and also inversion of colors. (It does everything GfxTablet does and much more - you have to install networktablet+ instead of networktablet on your Linux desktop computer; the new protocol is incompatible with the one used by GfxTablet, but both apps can be used independently). There is no wakelock at this point, but it would be extremely easy to add that. I'll definitely include a wakelock in the next release.

from gfxtablet.

fredrikchabot avatar fredrikchabot commented on September 1, 2024

Thanks. I have tried your fork, it is not for me.

The Android app appears to have everything and the kitchen sink while all I want is a tablet input device.
Then the next detractor was that the xinput driver hung my x session on the first try, and I had to kill it from a different console to regain x, while the original one seems to be very stable so far.

from gfxtablet.

demailly avatar demailly commented on September 1, 2024

On Sat, Oct 25, 2014 at 05:53:08AM -0700, Fredrik Chabot wrote:

Thanks. I have tried your fork, it is not for me.

The Android app appears to have everything and the kitchen sink while all I want is a tablet input device.
Then the next detractor was that the xinput driver hung my x session on the first try, and I had to kill it from a different console to regain x, while the original one seems to be very stable so far.

Sorry for that - I have tried it here on different Linux/Debian systems, and
it works very well for me without any drawback; but I haven't made tests on
other Linux variants.

For sure, networktablet+ requires a lot of interaction with X, while
networktablet only interacts through uinput. If you only need a tablet
input device, what you can do is to download the Android SDK, add a
wakelock to GfxTablet, and recompile. Actually, one needs only adding
one line :

getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);

in the routine from CanvasActivity.java :
protected void onCreate(Bundle savedInstanceState) ...

Best,
Jean-Pierre Demailly

from gfxtablet.

Blackhawke avatar Blackhawke commented on September 1, 2024

An easy "wakelock" solution is to use Tasker with a simple profile that keeps the screen on for "24/hrs", or however long you want to set it for. I have a "screen on" task setup for a handful of apps that I don't want timing out the minute I set the tablet down.

from gfxtablet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.