powered by WordPress

FIX: ExpressKeys w Hardy’m

software Skomentuj

Jeśli po aktualizacji Ubuntu z Gutsy’ego do Hardy’ego przestały Ci działać dodatkowe guziki w tablecie Wacom Graphire4/Intuos3/Cintiq, a przy próbie odpalenia demona ExpressKeys dostajesz komunikat:

$ expresskeys

expresskeys ERROR: Tablet not attached, OR (in case of Cintiq 21UX, Intuos3

and Graphire4) the 'pad' device has not been specified in xorg.conf, OR is

lacking on the command line when using "named devices".

Oto rozwiązanie problemu: odnajdujemy linijkę 462 pliku src-expresskeys/get_device.c w katalogu ze źródełkiem ExpressKeys:

if (xdevice_list[i].use == IsXExtensionDevice) {

i zamieniamy ją na te dwie:

if (xdevice_list[i].use == IsXExtensionDevice ||

xdevice_list[i].use == IsXExtensionPointer) {

Zapisujemy plik, rekompilujemy ExpressKeys i po sprawie. Znalezione tu.

Zostaw odpowiedź