平板如何在登陆框login中启用虚拟键盘virtual keyboard【暂时替代方法】

笔记本/便携移动设备,手机平板等软硬件
回复
头像
yuzh652800
帖子: 686
注册时间: 2008-03-12 8:41
来自: nenu.Ani

平板如何在登陆框login中启用虚拟键盘virtual keyboard【暂时替代方法】

#1

帖子 yuzh652800 »

我用的是国产的小平板,基于x86的,折腾过程详见帖子viewtopic.php?f=48&t=448485

但现在有一个小问题,如何在登陆框中启用虚拟键盘virtual keyboard?

用的是lightdm,查了相关资料,但仍然不管用。


http://forums.linuxmint.com/viewtopic.p ... 18#p747175
Re: Virtual Keyboard at Login Screen
Postby nishishailesh on Sun Jul 28, 2013 2:44 pm

If you are using lightdm, xvkbd
then following works

write following in a file "light", and chmod +x light
==========================
/usr/bin/xvkbd -display $DISPLAY&
=============================

edit /etc/lightdm/lightdm.conf to add following line to given section

[SeatDefaults]
greeter-setup-script=/root/light

reboot

same for onboard etc.
使用kdm的方法也不行。
http://ubuntuforums.org/showthread.php?t=561565

Update and a new version of onBoard will install. It includes a few fixes and the ability to specify where onBoard will appear on the screen.

To start onBoard in GDM (Ubuntu) insert the below in /etc/gdm/Init/Default just before exit 0, for KDM (Kubuntu) add to the end of /etc/kde3/kdm/Xsetup

Code:
exec onboard -x 0 -y 470 --size=800x300
Note the numbers will depend on your size of screen so play with them until you are happy.

NOTE:
GDM has to run either as "plain" or "plain with face browser". Configurable in gdmsetup.

For Gutsy users replace all instances of feisty with gutsy



似乎是大家现在很关注的一个bug:
https://bugs.launchpad.net/ubuntu/+sour ... bug/989419



——————————————————————————————————

后来找到这个帖子,好使。
http://forums.fedoraforum.org/showthread.php?p=1613104

Step 1: sudo vi /etc/kde/kdm/Xsetup

Step 2: add kvkdb & to the last line of /etc/kde/kdm/Xsetup

Step 3: save /etc/kde/kdm/Xsetup by typing :wq

Step 4: sudo vi /etc/kde/kdm/kdmrc

Step 5: change UseTheme=true to UseTheme=false (on line 443)

Step 6: save /etc/kde/kdm/kdmrc by typing :wq
这个方法对kvkbd和xvkbd都好使,但不知如何替换成onboard,暂且这样。
不能假定每个人都爱用命令行。
只要支持Linux的,我们都应该支持。
回复