WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Knoppix touchpad and no3d (compiz)  (Read 4338 times)

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Knoppix touchpad and no3d (compiz)
« on: September 17, 2018, 04:51:38 PM »
I use Knoppix mostly as a tool to help TC when I want to look into hardware issues and so forth.

But, the touchpad can be an issue for some, so here's a quickstart on how to get the touchpad working.

After boot, bring up a terminal.  Normally I have to use the left-side key on the touchpad to launch the terminal initially.

At the prompt to enable tapping the touchpad.  Unlike the other lines, don't forget to specify the first button AND make it true  (1=1)
Code: [Select]
synclient TapButton1=1
To enable the vertical edge scroll (if your pad has it)
Code: [Select]
synclient VertEdgeScroll=1
If you have a horizontal bottom edge scroll left and right:
Code: [Select]
synclient HorizEdgeScroll=1
If you have persistence, you can save these so they work upon boot.  Just add these commands to your

/etc/X11/Xsession.d/45knoppix

Tip:  the "no3d" cheatcode does not work for some.  To get it to work, edit your boot stanza, rather than manually passing the cheat at boot time.
« Last Edit: September 17, 2018, 04:53:41 PM by PDP-8 »
That's a UNIX book! - cool  -- Garth

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Knoppix touchpad and no3d (compiz)
« Reply #1 on: September 17, 2018, 11:54:14 PM »
In ver 8.2, it looks like the no3d cheatcode has an issue.

No matter, I just use the nocompiz cheatcode instead to accomplish much the same thing.
That's a UNIX book! - cool  -- Garth