This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
misctroubleshooting [2019/10/22 13:54] dwheele created |
misctroubleshooting [2023/03/18 04:24] (current) dwheele [Solution] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * '' | * '' | ||
| + | |||
| + | That laptop has vncserver 6.6.0 on it, linked to my account with the same password as my WiFi. | ||
| + | |||
| + | ====== Stuttering Keyboard ====== | ||
| + | |||
| + | Experiencing delays and stuttering in the keyboard and mouse. Noticed in Device Manager for Keyboard, HID Keyboard is listed twice. Also noticed two entries under HID Mouse. Deleted one of them, it seems to be better. Web site suggested updating this driver. | ||
| + | |||
| + | Tried disabling Settings -> Devices -> Mouse -> Scroll inactive Windows. This made things more nimble, but didn't solve the problem. | ||
| + | |||
| + | Tried shutting down the background process " | ||
| + | |||
| + | |||
| + | ==== Solution ==== | ||
| + | |||
| + | Plugged the Logitech Mouse/ | ||
| + | |||
| + | Deleted X52 HOTAS drivers because they show up a lot in Task Manager. Didn't help. | ||
| + | |||
| + | Failed again. Deleted Logitech Multi-device app. Doing better now [7/12/2021] | ||
| + | |||
| + | [7/9/2021] | ||
| + | |||
| + | |||
| + | ===== Coppermine Photo Gallery gave php error on install ===== | ||
| + | |||
| + | Complained like this: | ||
| + | |||
| + | < | ||
| + | [Fri Mar 17 20: | ||
| + | </ | ||
| + | |||
| + | ==== Surrounded the imagedestroy call with if not-equal null ==== | ||
| + | |||
| + | < | ||
| + | if ($source_a != null) { | ||
| + | @imagedestroy($source_a); | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||