Author Topic: Calling all Linux Kernel developers!  (Read 350516 times)

0 Members and 3 Guests are viewing this topic.

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #495 on: December 10, 2012, 12:01:23 pm »
Quote
And somewhere in the web I saw a resitive touchpad witch could regocnize up to five fingers and different pressure...
But not five independent positions? My old laptop with resistive touchpad could determine the count of fingers I was pressing with (Scrolling, rightclick). Gestures like zooming weren't possible.

Quote
So this is limited by the firmware in the touchpad itself?
Apparently, yes. But you can't get more information than position and proximity/pressure anyway.

Offline InspiredByCas

  • LV3 Member (Next: 100)
  • ***
  • Posts: 44
  • Rating: +4/-1
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #496 on: December 10, 2012, 03:12:36 pm »
Quote
And somewhere in the web I saw a resitive touchpad witch could regocnize up to five fingers and different pressure...
But not five independent positions? My old laptop with resistive touchpad could determine the count of fingers I was pressing with (Scrolling, rightclick). Gestures like zooming weren't possible.
I am not sure, it could also have been another type of touchscreen...

I found a video where a touchpanel can recognize more fingers:


We should get back to our main topic....
« Last Edit: December 10, 2012, 03:13:07 pm by InspiredByCas »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #497 on: December 10, 2012, 03:19:42 pm »
Quote
I found a video where a touchpanel can recognize more fingers:
I think they're subdividing the screen into sections, each treated seperately.
With resistive Touchpads you can't measure proximity and position without contact,
so the nspire does indeed have not a resistive one.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #498 on: December 10, 2012, 06:45:49 pm »
It doesn't really matter what the pad itself is capable of. It's communicating over I2C, so there's another chip managing it. We can only use what that chip gives us.

Offline Vsod99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 70
  • Rating: +1/-1
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #499 on: December 10, 2012, 07:36:46 pm »
Can someone make a tutorial about how to set up linux on a CX? Im a bit of a noob, and I can't load the kernel for some reason, don't know why

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #500 on: December 11, 2012, 09:12:47 am »
Quote
Im a bit of a noob, and I can't load the kernel for some reason, don't know why
? We can't help you if you don't provide enough information.
What did you do and which step fails?

Offline InspiredByCas

  • LV3 Member (Next: 100)
  • ***
  • Posts: 44
  • Rating: +4/-1
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #501 on: December 11, 2012, 11:32:17 am »
My idea behind the multi-touch question was that we could make a virtual screen in the X server that is bigger than the actual screen, and we could scroll in this virtual screen with a special gesture or when we click the pad and move or something like that. So we don't have to use mini scroll bars on the sides.

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Calling all Linux Kernel developers!
« Reply #502 on: December 11, 2012, 11:53:27 am »
the typical method for that is just to have the viewing window follow the cursor

Offline CompSystems

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +7/-4
  • HP48GX,HP50G and TInspireCAS Calculator Programmer
    • View Profile
    • HP48GX,HP50G and TInspireCAS Calculator Programmer
Re: Calling all Linux Kernel developers!
« Reply #503 on: December 12, 2012, 11:18:10 am »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #504 on: December 13, 2012, 05:50:04 am »
Multiplatform support. <3.

Not sure about anyone else, but I really like the look of the Arm64 instruction set. ARM never was one for backwards compatibility, and I love it for that. Never afraid to buck the trend in favor of something better.

Oh, and Divide by Zero. IT EQUALS ZERO!!!
« Last Edit: December 13, 2012, 05:50:42 am by willrandship »

Offline Vsod99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 70
  • Rating: +1/-1
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #505 on: December 15, 2012, 01:03:39 pm »
Quote
Im a bit of a noob, and I can't load the kernel for some reason, don't know why
? We can't help you if you don't provide enough information.
What did you do and which step fails?
I go kernel /linux/zImage.tns and it tells me that the kernel does not exist or is empty

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #506 on: December 15, 2012, 01:59:06 pm »
Did you download the right kernel image and did you put it in /linux on the calculator?

Offline InspiredByCas

  • LV3 Member (Next: 100)
  • ***
  • Posts: 44
  • Rating: +4/-1
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #507 on: December 15, 2012, 02:01:28 pm »
kernel /linux/zImage.tns and it tells me that the kernel does not exist or is empty

kernel linux/zimage.tns

(no slash before linux)
« Last Edit: December 15, 2012, 02:03:33 pm by InspiredByCas »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #508 on: December 15, 2012, 02:03:07 pm »
Quote
kernel linux/zimage.tns (no slash before linux)
Yes, I thought he was using one of the scripts here. (Which would be better)

Offline iPwn36

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +0/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #509 on: December 16, 2012, 05:15:41 pm »
4. Download my patch (for X, directfb...) "wget http://dl.dropbox.com/u/105478372/fbdev.patch" and apply it "git apply fbdev.patch"

Can someone fix this link pls? I'm trying to build my own kernel and it looks like it's down :(