Page 1 of 1

[Solved] Mouse disappears

Posted: 17 Feb 2016, 12:42
by zefir33
Hi Everybody
I'm using Porteus Kiosk for my web app project and i found that some of my client machines 2 of 10 can not see mouse cursor - [[1-07-830-C0-9E]] and [[2-1A-EF2-08-24]] . When i Run them separately from main config is fine. Anyone have same problem?

I copy and paste my configuration file here:

[[GLOBAL]]
connection=wired
network_interface=eth0
dhcp=yes
proxy=
browser=firefox
homepage_check=Internet is not available - please contact your administrator.
homepage=http://10.1.2.24/
hostname_aliases=10.1.1.11 intranet
allow_icmp_protocol=yes
primary_keyboard_layout=gb
disable_navigation_bar=yes
kiosk_config=http://10.1.1.24/workstations2/group1.txt
disable_numlock=yes
root_password=xxxxxxxx
screensaver_idle=1200
kiosk_server=10.1.1.15:443
shutdown_combination=yes
vnc_password=xxxxxxx
vnc_interactive=yes
wallpaper=http://10.1.2.24/kiosks/wallpaper.jpg
disable_firewall=no
disable_private_mode=no
wake_on_lan=yes
additional_components=09-x11vnc.xzm uefi.zip 08-ssh.xzm

[[1-07-830-C0-9E]]
hostname=unit2_5052
ip_address=10.1.1.52
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5052

[[2-D3-942-29-26]]
hostname=accounts_5053
ip_address=10.1.1.53
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5053
browser=chrome
homepage=http://10.1.2.24/test1
hide_mouse=yes

[[2-D3-625-38-26]]
hostname=office_5054
ip_address=10.1.1.54
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5054
browser=chrome
homepage=http://10.1.2.24/test1
hide_mouse=yes

[[2-1A-EF2-08-24]]
hostname=unit2_5055
ip_address=10.1.1.55
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5055

[[1-28-DCE-44-9D]]
hostname=unit3_5057
ip_address=10.1.1.57
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5057

[[1-28-F80-44-9D]]
hostname=unit1_5058
ip_address=10.1.1.58
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5058

[[2-1A-6F4-08-24]]
hostname=unit3_5059
ip_address=10.1.1.59
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5059

[[1-27-D99-80-9D]]
hostname=unit3_5060
ip_address=10.1.1.60
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5060

[[1-B4-6A5-76-4A]]
hostname=unit2_5056
ip_address=10.1.1.56
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5056

[[0-5F-958-C0-35]]
hostname=ready1
ip_address=10.1.1.48
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5048
browser=chrome
right_mouse_click=yes
disable_private_mode=yes
disable_navigation_bar=no

[[1-E5-27F-13-C6]]
hostname=ready2
ip_address=10.1.1.50
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5050

[[1-27-8D8-21-9D]]
hostname=unit3_5047
ip_address=10.1.1.47
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5047

[[1-28-6B0-44-4C]]
hostname=unitmatrix
ip_address=10.1.1.46
dns_server=10.1.1.1
default_gateway=10.1.1.100
netmask=255.255.0.0
client_id=5046
browser=chrome
hide_mouse=no

Re: Mouse disappears

Posted: 17 Feb 2016, 13:57
by fanthom
Hello zefir33,

Please add spaces between brackets and section identifiers:

Code: Select all

[[ GLOBAL ]]
[[ 1-07-830-C0-9E ]]
etc ..
and check if that helps.

BTW: i think i fixed this bug in latest 3.6.0 ISO spin.

Re: Mouse disappears

Posted: 18 Feb 2016, 12:07
by zefir33
Thank You. It was simple.