Keyboard
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Keyboard
I have a Samsung tablet that has windows 7 on it and a built in keyboard. It has one USB port I can plug in a keyboard but I like to have Porteus Mate have the same kind keyboard. I can't have a keyboard and USB Porteus plug in at the same time. What kind of module can I get or use to have a built in keyboard?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
-
- White ninja
- Posts: 7
- Joined: 08 Jan 2024, 21:05
- Distribution: Linux Mint
Keyboard
Ed, I think Jack needs a on-screen keyboard for his tablet
Jack,use svkbd it works on all desktops it is a standard QWERTY keyboard
it has no menu entry though use this command to run it from terminal
Jack,use svkbd it works on all desktops it is a standard QWERTY keyboard
Code: Select all
slapt-mod -u
slapt-mod -M svkbd
Code: Select all
svkbd
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Keyboard
I ran it and receive error. What do I need to do?benkenobi36 wrote: ↑10 Feb 2024, 23:51Ed, I think Jack needs a on-screen keyboard for his tablet
Jack,use svkbd it works on all desktops it is a standard QWERTY keyboardit has no menu entry though use this command to run it from terminalCode: Select all
slapt-mod -u slapt-mod -M svkbd
Code: Select all
svkbd
Code: Select all
guest@porteus:~$ svkbd
error, cannot allocate color 'FOREGROUND'
guest@porteus:~$
guest@porteus:~$ su
Password:
root@porteus:/home/guest# svkbd
error, cannot allocate color 'FOREGROUND'
root@porteus:/home/guest#
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
Keyboard
hi jack you have to specify the system environment we have two porteus but one is arch and other is slackware so https://slackware.nl/slakfinder/index.p ... e=#results and the other one you have to build from the aur branch with nemesis
- babam
- Warlord
- Posts: 528
- Joined: 16 Nov 2016, 10:30
- Distribution: Porteus 5.0rc3 Xfce K6.1.1
- Location: Rainy city
Keyboard
You can try onboard:Jack wrote: ↑11 Feb 2024, 15:13I ran it and receive error. What do I need to do?Code: Select all
guest@porteus:~$ svkbd error, cannot allocate color 'FOREGROUND' guest@porteus:~$ guest@porteus:~$ su Password: root@porteus:/home/guest# svkbd error, cannot allocate color 'FOREGROUND' root@porteus:/home/guest#
Code: Select all
# slapt-mod -u
# slapt-mod -m onboard
Sorry, my English is bad.
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Keyboard
Thank you it works. Can I make it load in I boot up Porteus?babam wrote: ↑13 Feb 2024, 03:59You can try onboard:Code: Select all
# slapt-mod -u # slapt-mod -m onboard
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- babam
- Warlord
- Posts: 528
- Joined: 16 Nov 2016, 10:30
- Distribution: Porteus 5.0rc3 Xfce K6.1.1
- Location: Rainy city
Keyboard
open /etc/xdg/autostart/onboard-autostart.desktop and delete line 146
Code: Select all
OnlyShowIn=GNOME;Unity;MATE;
Sorry, my English is bad.