The NEW Build Your Own Arcade Controls

Software Support => GroovyMAME => Topic started by: ZoOl007 on December 06, 2017, 09:18:37 am

Title: 15khz kernel patches for 4.9.0-4-amd64
Post by: ZoOl007 on December 06, 2017, 09:18:37 am
Hi,

I have some free time and I'm dabbling around with crt's again...
I guess I'd ask here first so:
I can't find the 3 15khz kernel patches files for kernel 4.9.0-4-amd64
that is to say I have
1996 Dec  6 14:57 ati9200_pllfix-3.19.diff
5297 Dec  6 14:57 avga3000-4.4.diff
and I *think* those are the current ones but where can I find linux-4.9.diff?

I want to compile a custom kernel for debian9 for - later - GroovyMame

does anybody know where I can get the latest diffs please?

thank you.
Title: Re: 15khz kernel patches for 4.9.0-4-amd64
Post by: Doozer on December 12, 2017, 02:27:58 am

Hi,

You can find the latest diff here. They are working up to 14.4.x kernel version.

https://github.com/Ansa89/linux-15khz-patch

Cheers!
Title: Re: 15khz kernel patches for 4.9.0-4-amd64
Post by: ZoOl007 on January 14, 2018, 12:27:39 pm
Thanks. I've only now had the time for it but I've got a kernel with 15khz patches  ;D... If only I could get groovymame running now  :dizzy:
Title: Re: 15khz kernel patches for 4.9.0-4-amd64
Post by: Doozer on January 14, 2018, 01:05:16 pm
Thanks. I've only now had the time for it but I've got a kernel with 15khz patches  ;D... If only I could get groovymame running now  :dizzy:

Easy one, pick your desired version here  :  https://drive.google.com/drive/folders/0B5iMjDor3P__aEFpcVNkVW5jbEE
Title: Re: 15khz kernel patches for 4.9.0-4-amd64
Post by: ZoOl007 on January 14, 2018, 01:08:25 pm
I did that first but it is compiled against an older qt version. I compiled my own but I have issues with it. I mean, the binary itself runs fine but I've got no gui on the crt... black screen.
Title: Re: 15khz kernel patches for 4.9.0-4-amd64
Post by: Doozer on January 14, 2018, 02:19:55 pm
I did that first but it is compiled against an older qt version. I compiled my own but I have issues with it. I mean, the binary itself runs fine but I've got no gui on the crt... black screen.

What version of QT libs do you have on your system? The arch (latest) version are the following:

Code: [Select]
        libQt5Widgets.so.5 => /usr/lib/libQt5Widgets.so.5 (0x00007fb4743bf000)
        libQt5Gui.so.5 => /usr/lib/libQt5Gui.so.5 (0x00007fb473c00000)
        libQt5Core.so.5 => /usr/lib/libQt5Core.so.5 (0x00007fb4734fa000)
Title: Re: 15khz kernel patches for 4.9.0-4-amd64
Post by: ZoOl007 on January 15, 2018, 11:34:04 am
I'm wrong. Yours is the, as of writing, very latest. Mine is older.
~$ dpkg -l | grep -m1 qt
ii  libqt5concurrent5:amd64               5.7.1+dfsg-3+b1                             amd64        Qt 5 concurrent module

EDIT : if you feel like it have a look at this post's last edits : http://forum.arcadecontrols.com/index.php/topic,156307.0.html (http://forum.arcadecontrols.com/index.php/topic,156307.0.html)
What would you try next?
Title: Re: 15khz kernel patches for 4.9.0-4-amd64
Post by: Doozer on January 15, 2018, 03:17:22 pm

[edit 4] as I understand it is just a matter of configuring the modeline inside mame.ini. What is your tvset or monitor model? Please post your mame.ini as well for verification.