Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    What we do realistically see in the RX-51

    Reply
    Page 27 of 47 | Prev | 17   25     26   27   28     29   37 | Next | Last
    allnameswereout | # 261 | 2009-02-10, 17:07 | Report

    Originally Posted by derhorst View Post
    I think both Pandora and RX-51 should work with OpenGL ES, no? (I'm mainly interested in 3D FPS anyway) The main difference are the gaming controls, but if a Pandora game would work with an USB Gamepad and an RX-51 would accept a gamepad too it could work, couldn't it?
    Yes, hardware acceleration is available including 2D and 3D and including OGL ES 2.0 which the PowerVR supports.

    From http://en.wikipedia.org/wiki/OpenGL_ES#Usage

    Originally Posted by
    OpenGL ES 2.0 will be used as the 3D library for the Pandora console.
    Also on RX-51.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    enewmen | # 262 | 2009-02-22, 07:06 | Report

    I didn't see ANY Maemo devices at MWC 2009.
    This may be a long year

    Edit | Forward | Quote | Quick Reply | Thanks

     
    enewmen | # 263 | 2009-02-22, 07:08 | Report

    Originally Posted by allnameswereout View Post
    Quote:
    OpenGL ES 2.0 will be used as the 3D library for the Pandora console.

    Also on RX-51.
    So, this means better driver support (than the n810) on the RX-51 (device) ?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    allnameswereout | # 264 | 2009-02-22, 12:26 | Report

    Originally Posted by enewmen View Post
    So, this means better driver support (than the n810) on the RX-51 (device) ?
    Which drivers? Its generally known and expected the RX-51 will be more open wrt drivers and source code than N8x0, but not 100% free.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    fanoush | # 265 | 2009-03-02, 13:14 | Report

    Heh, things are starting to get really interesting. We have RX-71 now in kernel too :-) The keymap looks like there is no full QWERTY keyboard.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 11 Users Say Thank You to fanoush For This Useful Post:
    Benson, Bundyo, chlettn, EIPI, fms, GeneralAntilles, Jaffa, lcuk, qole, sachin007, yerga

     
    lcuk | # 266 | 2009-03-02, 13:16 | Report

    Originally Posted by fanoush View Post
    Heh, things are starting to get really interesting. We have RX-71 now in kernel too :-) The keymap looks like there is no full QWERTY keyboard.
    is there a d-pad?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    fanoush | # 267 | 2009-03-02, 13:23 | Report

    Originally Posted by lcuk View Post
    is there a d-pad?
    No, looks like numeric keypad. I wonder if this is additional one or the only one that the device has.

    Code:
    +static int rx71_keymap[] = {
    +       /* Col, Row, Key */
    +
    +       KEY(0, 0, KEY_RESERVED),
    +       KEY(0, 1, KEY_RESERVED),
    +       KEY(0, 2, KEY_RESERVED),
    +       KEY(0, 3, KEY_RESERVED),
    +       KEY(0, 4, KEY_RESERVED),
    +       KEY(0, 5, KEY_M),
    +       KEY(0, 6, KEY_KPMINUS),
    +       KEY(0, 7, KEY_RESERVED),
    +
    +       KEY(1, 0, KEY_RESERVED),
    +       KEY(1, 1, KEY_RESERVED),
    +       KEY(1, 2, KEY_RESERVED),
    +       KEY(1, 3, KEY_KPPLUS),
    +       KEY(1, 4, KEY_DELETE),
    +       KEY(1, 5, KEY_RESERVED),
    +       KEY(1, 6, KEY_RESERVED),
    +       KEY(1, 7, KEY_RESERVED),
    +
    +       KEY(2, 0, KEY_RESERVED),
    +       KEY(2, 1, KEY_RESERVED),
    +       KEY(2, 2, KEY_RESERVED),
    +       KEY(2, 3, KEY_RESERVED),
    +       KEY(2, 4, KEY_5),
    +       KEY(2, 5, KEY_9),
    +       KEY(2, 6, KEY_KPASTERISK),
    +       KEY(2, 7, KEY_RESERVED),
    +
    +       KEY(3, 0, KEY_RESERVED),
    +       KEY(3, 1, KEY_RESERVED),
    +       KEY(3, 2, KEY_RESERVED),
    +       KEY(3, 3, KEY_6),
    +       KEY(3, 4, KEY_7),
    +       KEY(3, 5, KEY_0),
    +       KEY(3, 6, KEY_RESERVED),
    +       KEY(3, 7, KEY_RESERVED),
    +
    +       KEY(4, 0, KEY_RESERVED),
    +       KEY(4, 1, KEY_RESERVED),
    +       KEY(4, 2, KEY_RESERVED),
    +       KEY(4, 3, KEY_8),
    +       KEY(4, 4, KEY_ENTER),
    +       KEY(4, 5, KEY_RESERVED),
    +       KEY(4, 6, KEY_4),
    +       KEY(4, 7, KEY_RESERVED),
    +
    +       KEY(5, 0, KEY_BACKSPACE),
    +       KEY(5, 1, KEY_RESERVED),
    +       KEY(5, 2, KEY_F2),
    +       KEY(5, 3, KEY_F3),
    +       KEY(5, 4, KEY_F5),
    +       KEY(5, 5, KEY_F4),
    +       KEY(5, 6, KEY_RESERVED),
    +       KEY(5, 7, KEY_RESERVED),
    +
    +       KEY(6, 0, KEY_RESERVED),
    +       KEY(6, 1, KEY_RESERVED),
    +       KEY(6, 2, KEY_RESERVED),
    +       KEY(6, 3, KEY_RESERVED),
    +       KEY(6, 4, KEY_RESERVED),
    +       KEY(6, 5, KEY_RESERVED),
    +       KEY(6, 6, KEY_RESERVED),
    +       KEY(6, 7, KEY_RESERVED),
    +
    +       KEY(7, 0, KEY_RESERVED),
    +       KEY(7, 1, KEY_RESERVED),
    +       KEY(7, 2, KEY_RESERVED),
    +       KEY(7, 3, KEY_RESERVED),
    +       KEY(7, 4, KEY_RESERVED),
    +       KEY(7, 5, KEY_RESERVED),
    +       KEY(7, 6, KEY_RESERVED),
    +       KEY(7, 7, KEY_RESERVED),
    +};

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 4 Users Say Thank You to fanoush For This Useful Post:
    allnameswereout, EIPI, GeneralAntilles, lcuk

     
    EIPI | # 268 | 2009-03-02, 13:35 | Report

    OK - interesting! So, the term LEAD device now has the necessary context - RX-51 and RX-71 to look forward to! And a numeric pad only implies a phone? ...

    Edit | Forward | Quote | Quick Reply | Thanks

     
    lcuk | # 269 | 2009-03-02, 13:39 | Report

    a 56 key keypad!

    thats stretching the definition a bit, maybe simply using the NUMLOCK type things at present?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    fanoush | # 270 | 2009-03-02, 13:49 | Report

    Originally Posted by lcuk View Post
    a 56 key keypad!
    Right, there is 4567890 but no 123! For RX-51 they mapped some keys in later releases but still ...

    EDIT: still not sure what that 56 key reference means. 8x8=64 and most of them are unmapped anyway (and will most probably stay so).

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by fanoush; 2009-03-02 at 22:44. Reason: 56?

     
    Page 27 of 47 | Prev | 17   25     26   27   28     29   37 | Next | Last
vBulletin® Version 3.8.8
Normal Logout