Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dave Yeo

Pages: [1] 2 3 ... 308
1
Web applications / Re: Dooble releases, Qt5 builds
« on: November 30, 2023, 08:57:28 pm »
I found Dmitry's patch to look in the system paths, so will apply that. Thought there was one for the dictionaries, couldn't find it though.

2
Web applications / Re: Dooble releases, Qt5 builds
« on: November 30, 2023, 06:58:39 pm »
Hi Eugene, did you test the spell checker and/or the translations?
BTW, interesting that YouTube works for you, here when playing AV1 videos, which seems to be most of them, video playback pauses after a few seconds and stays stuck.
You can right click on a video and choose "Stats for Nerds" to see what the video/audio formats are.

3
Web applications / Re: Dooble releases, Qt5 builds
« on: November 30, 2023, 04:17:25 pm »
Hi Remy, thanks for the report. Guess I need to test on a virgin system. For now, move the dictionaries to @unixroot\usr\bin\webengine_dictionaries.

4
Applications / Re: XWP v1.0.16
« on: November 30, 2023, 07:53:55 am »
Try this msg file, had to zip it to post.
Replace the current X:\SYS\apps\DSSaver\Lang\ss_en.msg with the one in the zip and test. Note that this is only for the properties and I simply commented out the hard coded 9.Warpsans, Doodle originally hard coded Helvetica and I changed it to Warpsans. All the other languages and module languages would need the same change.
Edit: Might need to restart the Desktop to use the updated msg file, not sure so try it by closing and opening the properties first.

5
Web applications / Re: Dooble releases, Qt5 builds
« on: November 30, 2023, 04:27:59 am »
Hi Eugene, is playing sound on YouTube back to working for you?

6
Web applications / Re: Dooble releases, Qt5 builds
« on: November 29, 2023, 05:28:27 pm »
Hi Martin, go to Tools-->Downloads, which opens the downloads page. At the top of the page you can set the Download Path.

8
Hi Ivan

I just tried to look up the ThinkCentre M900 Tiny and Lenovo has it as 'Withdrawn' which usually means there have been problems with manufacture which could explain the problems you are having.

For  what I had seen "'Withdrawn" means that is not longer for sale or since it was released long ago it no longer has support (parts, warranty, newer drivers, firmware updates, etc). It does not means it had problems or defects.

Regards

I'm now using a M910S, which I believe was the replacement for the 900 series and also withdrawn due to age, it's from 2018. It's very OS/2, or rather AOS compatible, even has 3.41 GB of available memory.

9
Utilities / Re: touch?
« on: November 27, 2023, 04:09:41 pm »
Try "yum reinstall coreutils" on the command line. Report the output.

10
Utilities / Re: touch?
« on: November 27, 2023, 07:47:15 am »
It's part of the coreutils package. I thought it was installed by default, but perhaps not. Possible you have a broken install of it, which can be fixed by reinstalling.
Look in your @unixroot\usr\bin directory to see if it there.

11
Utilities / Re: touch?
« on: November 27, 2023, 04:15:13 am »
That's weird, what does touch --version report? Perhaps you have another touch in your PATH? That looks like the wrong error for a coreutils touch.

12
Utilities / Re: touch?
« on: November 27, 2023, 12:09:27 am »
touch new.file creates a new file here and it's how I usually create one with file commander.
Code: [Select]
Directory of H:\tmp\test

11-26-23  3:06p         <DIR>      0 ----  .
11-26-23  3:06p         <DIR>      0 ----  ..
        2 file(s)           0 bytes used
                    4,755,963 K bytes free

[H:\tmp\test]touch new.file

[H:\tmp\test]dir

Volume in drive H has no label.
The Volume Serial Number is 4558:45C3.
Directory of H:\tmp\test

11-26-23  3:07p         <DIR>      0 ----  .
11-26-23  3:06p         <DIR>      0 ----  ..
11-26-23  3:07p             0    124 a---  new.file
        3 file(s)           0 bytes used
                    4,755,963 K bytes free

[H:\tmp\test]touch --version
touch (GNU coreutils) 8.31


13
Multimedia / Re: Updated Uniaud32 build
« on: November 26, 2023, 04:00:29 am »
After updating my computer (Thinkcenter 910s), when Thunderbird gets a message, it plays the system warning sound, currently garden\gar_warn.wav. Now the sound keeps repeating until I reboot. Other sounds sound fine. Downgraded to
Code: [Select]
Signature:       @#D Azarewicz:3.01.04#@##1## 7 Aug 2022 12:11:44      DAZAR1
 :5.15.59:::04::SVN717@@Universal Audio Driver for OS/2 (c) 2022 D Azarewicz
Vendor:          D Azarewicz
Revision:        3.01.04
Date/Time:       7 Aug 2022 12:11:44
Build Machine:   DAZAR1
ASD Feature ID:  5.15.59
FixPak Version:  SVN717
File Version:    3.1.4
Description:     Universal Audio Driver for OS/2 (c) 2022 D Azarewicz
and sound is fine.
Code: [Select]
W:\MMOS2>unimix -card
Command line mixer for UNIAUD32. Version 1.1
Detected UNIAUD version 3.01.04
Detected 1 audio adapter(s)
Card info for adapter 0:
  num: 0
  id: PCH
  driver: HDA-Intel
  name: HDA Intel PCH
  longname: HDA Intel PCH at 0xf7140000 irq 55
  mixer: Realtek ALC662 rev3
  componenets: HDA:10ec0662,17aa3106,00100300 HDA:8086280b,80860101,00100000

14
Programming / Re: Qt6 Application Testing
« on: November 25, 2023, 05:57:46 pm »
Testing running simplebrowser as "simplebrowser --single-process-mode", first try gave me a trap 3 breakpoint crash. So I closed SeaMonkey and retried. 2nd try gave me the unable to write to disk errors like David had so I deleted \home\.cache\QtExamples\simplebrowser\ and 3rd time was a charm.
Youtube displayed fine, playing VP9 videos worked fine, AV1 videos hung after a few seconds with the browser still working, could go back to the main page. Exiting I see this on the console,
Code: [Select]
[92:27:1125/084545.803000:ERROR:database.cc(1764)] Quota SQLite error: code 779 errno 0: database disk image is malformed sql: UPDATE buckets SET last_modified = ? WHERE origin = ? AND type = ? AND name = ?

So amongst other problems, an issue with sqlite? It may be the cause of the not able to write errors

15
Dave!

  Thanks for giving PortableGL a try... the example you posted works well here - very smooth render. Hope you can get a gomp version working too...can't believe you got something so fast!

Regards,

Well it seems gomp is not completely implemented in any of our recent GCC builds, old 4.4.6 does have gomp.dll but is to old to compile the code. Have to get Paul involved.
I ran into another weird problem. The first examples I built, including what I posted, were debug builds and most gave me 10-15 frames a second. I tried the optimized build, which basically added -O3 to the CFLAGS, and it slowed down to 0.1 to 0.15 frames a second, the sphereworld never finished drawing before I gave up. Trying other optimizations such as -O2 or -Os had the same results, -Og (optimize and keep debugging working) did result in perhaps a 50% speedup.
The work in progress is at https://github.com/dryeo/PortableGL-OS2
Even at the best, it is C and C++ code which is going to be limited compared to using simd instructions and perhaps assembly code. Linux actually uses LLVM to create a JIT (just in time) compiler for software 3D for old video cards using the VBE driver. It is still slow for a 3D desktop.
Still adding software OpenGL/Vulkan support to SNAP or Panorama would likely be much more doable then writing drivers for different cards

Pages: [1] 2 3 ... 308