Keyboard

Non release banter
Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Keyboard

Post#1 by Jack » 10 Feb 2024, 16:09

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.

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Keyboard

Post#2 by Ed_P » 10 Feb 2024, 16:36

Porteus has always supported my built in keyboard Jack. On 3 different notebooks. No module needed.
Ed

benkenobi36
White ninja
White ninja
Posts: 4
Joined: 08 Jan 2024, 21:05
Distribution: Linux Mint

Keyboard

Post#3 by benkenobi36 » 10 Feb 2024, 23:51

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

Code: Select all

slapt-mod -u
slapt-mod -M svkbd
it has no menu entry though use this command to run it from terminal

Code: Select all

svkbd

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Keyboard

Post#4 by Jack » 11 Feb 2024, 15:13

benkenobi36 wrote:
10 Feb 2024, 23:51
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

Code: Select all

slapt-mod -u
slapt-mod -M svkbd
it has no menu entry though use this command to run it from terminal

Code: Select all

svkbd
I 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# 
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.

beny
Full of knowledge
Full of knowledge
Posts: 2098
Joined: 02 Jan 2011, 11:33
Location: italy

Keyboard

Post#5 by beny » 11 Feb 2024, 15:52

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

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Keyboard

Post#6 by babam » 13 Feb 2024, 03:59

Jack wrote:
11 Feb 2024, 15:13
I 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# 
You can try onboard:

Code: Select all

# slapt-mod -u
# slapt-mod -m onboard
Sorry, my English is bad.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Keyboard

Post#7 by Jack » 13 Feb 2024, 05:09

babam wrote:
13 Feb 2024, 03:59
You can try onboard:

Code: Select all

# slapt-mod -u
# slapt-mod -m onboard
Thank you it works. Can I make it load in I boot up Porteus?
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.

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Keyboard

Post#8 by babam » 13 Feb 2024, 06:11

Jack wrote:
13 Feb 2024, 05:09
Thank you it works. Can I make it load in I boot up Porteus?
open /etc/xdg/autostart/onboard-autostart.desktop and delete line 146

Code: Select all

OnlyShowIn=GNOME;Unity;MATE;
Sorry, my English is bad.

Post Reply