Active Topics

 



Notices


Reply
Thread Tools
Posts: 225 | Thanked: 59 times | Joined on Jul 2007
#51
Runs fast (I've never required LOTS of FPS :-) on my 770. You're right, it does work better with the autoexec.cfg file, but I still have the graphics problem (pixel doubling) after I exit. I have to reboot the 770.

Also, I have nothing but problems with the touchscreen control.

I can't figure it out or something. If I try anything, I end up getting the screen to spin or I end up looking at the floor or ceiling... Maybe I just don't have the hang of something, I'll reread this thread to see what I've missed..
But "turn mode" with center button fire seems to work best for me so far.

Thanx,

desiv
 
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#52
Originally Posted by desiv View Post
Runs fast (I've never required LOTS of FPS :-) on my 770. You're right, it does work better with the autoexec.cfg file, but I still have the graphics problem (pixel doubling) after I exit. I have to reboot the 770.

Also, I have nothing but problems with the touchscreen control.

I can't figure it out or something. If I try anything, I end up getting the screen to spin or I end up looking at the floor or ceiling... Maybe I just don't have the hang of something, I'll reread this thread to see what I've missed..
But "turn mode" with center button fire seems to work best for me so far.

desiv
Well so far i'm trying this - and it's almost playable steering - the screen only jumps strangely on occasion now.

AFAICT, Mlook must be off by default and only ON when mouse1 is down.

right after the bind mouse1 +mlook in the autoexec.cfg - i have

-mlook
m_filter "0"
m_side "0.0" // Must be ZERO - DPAD is movement
m_forward "0.0" // Must be ZERO - DPAD is movement
m_yaw "0.02"
m_pitch "0.002"
sensitivity "3"

a lot less jumpy - though i do get skitters/jumps sometimes

possibly this is due to a discontinuity between old mlook abs(x,y) mouse position and new position if below a certain delay - i.e. when mlook is bound to mouse1, there is code that discards last mouse coordinates after a few ms - to prevent discontinuity in view from occurring from last mouseup(x,y) - current mousedown(x,y).

I assume there is such code because tapping on different portions of the screen does not zip your view around.

Only occasionally, when dragging the view around, do i see extreme jumps now. Maybe this could be due to stylus briefly losing contact/mouse1down status, thus confusing quake1's delta-calculating code.
 
Posts: 19 | Thanked: 2 times | Joined on Aug 2006
#53
This is totally awesome. I noticed on steam you can download full for 10 bucks. Does anyone know if that datafile for full would work with n800? Thanks again for working on this!!
CobraKC
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#54
Originally Posted by convulted View Post
Is there any way of rotating the screen 180 deg (via an option or something) for us left-handed people :-)?
Well this is best done in kernel. It is relatively easy to do it in a dirty way. The videochip both in n770 and n800 supports rotated blits so it is just about setting one register before doing screen update (same like with pixel doubling). I have this in my backlog for more than year :-)
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 
pipeline's Avatar
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#55
Well i have added code to unset pixel doubling on exit and built new 770 and 800 builds. I havent updated setup packages though so you will need to grab them here :
-removed-

Yes, messing with those mouse setting might help stabilize mouse... although the settings you mentioned slow it down too much for me... something you adjust yourself though... i currently have no code at all to support stylus its all configs... keep in mind the zoom script changes sensitivity so if you cycle though the modes you want to update them as well.

Further inquiries regarding 180 rotation can be forwarded to Mr. Fanoush c/o ITT forums (i guess that would invert/reverse dpad and touchscreen?)

Last edited by pipeline; 2007-11-02 at 00:42.
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#56
Originally Posted by pipeline View Post
Further inquiries regarding 180 rotation can be forwarded to Mr. Fanoush c/o ITT forums
:-)
Originally Posted by pipeline View Post
(i guess that would invert/reverse dpad and touchscreen?)
This is the dirty part :-)

Proper solution (#0) = implement framebuffer rotation in kernel (in all four directions), enable RANDR in xserver, use X server extensions for rotation ... this may come from nokia once they fix the ui to be resolution independent

dirty solution #1 (harder) implement just 180 degree rotation in video, keypad and touchscreen drivers (i.e. do changes in 3 independent drivers). This would make rotation to be completely transparent to whole system. Question is how to properly rotate uncalibrated raw touchscreen events.

dirty solution #2

implement just video rotation so it it usable only in fullscreen just like pixel doubling, then you can rotate key presses and mouse move and click events in your app.

#2 is easiest, #1 is best hackish solution, #0 should/may/will come from Nokia sooner or later/never
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2007-10-02 at 12:07.
 
pipeline's Avatar
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#57
Originally Posted by CobraKC View Post
This is totally awesome. I noticed on steam you can download full for 10 bucks. Does anyone know if that datafile for full would work with n800? Thanks again for working on this!!
CobraKC
A quick search leads me to think : yes

This link seems to indicate that source ports (which is what sdlquake is) work :
http://forums.somethingawful.com/sho...0&pagenumber=3

All you'd need to do is grab the PAK1.PAK file and put into tablet data dir on memory card (probably wont fit both paks in internal memory)
 
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#58
Originally Posted by pipeline View Post
A quick search leads me to think : yes

This link seems to indicate that source ports (which is what sdlquake is) work :
http://forums.somethingawful.com/sho...0&pagenumber=3

All you'd need to do is grab the PAK1.PAK file and put into tablet data dir on memory card (probably wont fit both paks in internal memory)
make sure all files are lowercase, or it wont work PAK1.PAK must be pak1.pak, at least that was my experience...
 
Posts: 55 | Thanked: 1 time | Joined on Sep 2007
#59
Im lovin this! between doom and now quake im set!
 
Banned | Posts: 138 | Thanked: 1 time | Joined on Jun 2007
#60
great work. Bt keyboard works great, just need BT mouse support now. No bugs and doubling works perfectly for me on N800(no restart needed). Would you be able to do quake 2 (pixel doubling) aswell. Great job again look forward to future releases.
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:53.