hawku / TabletDriver

GNU General Public License v3.0
1.2k stars 297 forks source link

XP-Pen G640 tablet "Tablet not found" #942

Closed miazaky closed 3 years ago

miazaky commented 3 years ago

So, I've done everything the tutorial "Installation" said in the website and the driver cant find my tablet. Tried several times but it didn't change anything.

Hardware/software information

Windows Version: Windows 10 Pro 2004

Tablet Driver version: 0.2.3

Tablet model: XP-Pen G640

Lenaros commented 3 years ago

It's just that xppen once released another (but worse) version of G640, which I have too, and you probably do too, just replace this tablet.cfg settings (just delete it all, open it in notepad or something), and paste this in there: HIDTablet 0x28BD 0x0914 0xFF0A 0x0001

CheckString Manufacturer "XP-PEN"

CheckString Product "6 inch PenTablet" Name "XP-Pen G640" ReportId 0x02 ReportLength 12 DetectMask 0x80 MaxX 16000 MaxY 10000 MaxPressure 8191 Width 160.0 Height 100.0 InitReport 0x02 0xB0 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Should work after that

miazaky commented 3 years ago

@Lenaros thanks friend it worked <3