misiak
|
2018-01-09
, 17:54
|
Posts: 804 |
Thanked: 1,598 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#801
|
The Following User Says Thank You to misiak For This Useful Post: | ||
|
2018-01-10
, 07:42
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#802
|
|
2018-01-10
, 08:38
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#803
|
# fsck -n -f -v /dev/sdb2 fsck from util-linux 2.25.2 e2fsck 1.42.12 (29-Aug-2014) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information 21301 inodes used (15.30%, out of 139264) 801 non-contiguous files (3.8%) 29 non-contiguous directories (0.1%) # of inodes with ind/dind/tind blocks: 1162/60/0 346734 blocks used (64.13%, out of 540664) 0 bad blocks 1 large file 18681 regular files 1657 directories 0 character device files 0 block device files 1 fifo 113 links 953 symbolic links (865 fast symbolic links) 0 sockets ------------ 21405 files
|
2022-02-15
, 16:43
|
Posts: 263 |
Thanked: 301 times |
Joined on Oct 2021
@ Poland
|
#804
|
AFAIK last release of maemo dosbox contain fix for mouse, but need to be enabled separately - You need to download special tablet-mouse driver, then enable it in windows .ini file. then, mouse works like a charm on 3.1 or 95 Check dosbox thread for more details.
|
2022-02-15
, 16:54
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#805
|
Hello everyone! I installed latest SVN version of DOSBox on my N900, it works well.
But is there any way to calibrate mouse? When I click with finger, the cursor goes in different way...
I heard about some "driver":
AFAIK last release of maemo dosbox contain fix for mouse, but need to be enabled separately - You need to download special tablet-mouse driver, then enable it in windows .ini file. then, mouse works like a charm on 3.1 or 95 Check dosbox thread for more details.
I can't find it unfortunately
The Following User Says Thank You to javispedro For This Useful Post: | ||
|
2022-02-15
, 17:40
|
Posts: 263 |
Thanked: 301 times |
Joined on Oct 2021
@ Poland
|
#806
|
It's still on my website -- https://depot.javispedro.com/nit/dos...use/tablet.drv . But it's only for Win 3.x and it only works in the patched dosbox on maemo repos, not upstream.
For DOS games I am not familiar with any "absolute" mouse standard so that's going to be difficult. If you are using fingers, then maybe you want something more akin to a "touchpad", but i don't think that's been implemented except in some Android ports.
|
2022-02-16
, 00:18
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#807
|
And you mean this DOSBox?
https://depot.javispedro.com/nit/dos...emo4_armel.deb
The patch doesn't work with normal SVN version of DOSBox? I use SVN at the moment, I need to install that from your site?
The Following User Says Thank You to javispedro For This Useful Post: | ||
|
2022-02-16
, 10:24
|
Posts: 263 |
Thanked: 301 times |
Joined on Oct 2021
@ Poland
|
#808
|
No, I mean at "maemo-extras" http://wiki.maemo.org/Extras , don't you use it ?
Alternatively, if you are building your own version, I am attaching the patch, but I haven't tried with latest SVN. It is just touching the ps2 mouse emulation to return absolute coordinates if the guest mouse driver requests it.
You should also disable "autolock" in dosbox.conf for better effect.
The windows side I explained at https://talk.maemo.org/showpost.php?...&postcount=695
You need to put the tablet.drv file in C:\Windows\System , and then edit C:\Windows\System.ini so that the mouse.drv line reads
"mouse.drv=tablet.drv" .
|
2022-02-16
, 14:16
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#809
|
Thank you for help, you did exactly what I wanted
Last question, it really doesn't work with e.g. W98?
The Following User Says Thank You to javispedro For This Useful Post: | ||
|
2022-02-16
, 15:05
|
Posts: 263 |
Thanked: 301 times |
Joined on Oct 2021
@ Poland
|
#810
|
In theory you can use real mode mouse drivers with Windows 9x; the same instructions (copying tablet.drv and modifying Win9x's system.ini to point to it) should work. I have never tried that, though. Win9x on Dosbox was very slow.