LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-05-2019, 02:02 PM   #16
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053

Code:
apt search fltk
will get you information about whether it is installed or which package exactly you need to install.
 
Old 02-05-2019, 02:36 PM   #17
themahaakaal
LQ Newbie
 
Registered: Jan 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
Code:
apt search fltk
will get you information about whether it is installed or which package exactly you need to install.
I executed the command you provided me with and this is it's output:
Quote:
alsamixergui/bionic 0.9.0rc2-1-10 amd64
mixer grafico audio per driver ALSA per la scheda audio

dillo/bionic 3.0.5-4build1 amd64
navigatore web piccolo e veloce

eureka/bionic 1.21-2 amd64
editor di mappe per i classici giochi DOOM

fldiff/bionic 1.1+0-5 amd64
programma diff grafico

fltk1.1-doc/bionic,bionic 1.1.10-23 all
Fast Light Toolkit - documentazione

fltk1.1-games/bionic 1.1.10-23 amd64
Fast Light Toolkit - giochi d'esempio: scacchi, sudoku

fltk1.3-doc/bionic,bionic 1.3.4-6 all
Fast Light Toolkit - documentazione

fltk1.3-games/bionic 1.3.4-6 amd64
Fast Light Toolkit - giochi d'esempio: scacchi, sudoku

fluid/bionic 1.3.4-6 amd64
Fast Light Toolkit - user interface designer

goplay/bionic 0.9.1+nmu1ubuntu3 amd64
navigatore di pacchetti di gioco (e altro) che usa DebTags

libace-flreactor-6.4.5/bionic 6.4.5+dfsg-1build2 amd64
ACE-GUI reactor integration for FLTK

libace-flreactor-dev/bionic 6.4.5+dfsg-1build2 amd64
ACE-GUI reactor integration for FLTK - development files

libfltk-cairo1.3/bionic 1.3.4-6 amd64
Fast Light Toolkit - Cairo rendering layer support

libfltk-forms1.3/bionic 1.3.4-6 amd64
Fast Light Toolkit - Forms compatibility layer support

libfltk-gl1.3/bionic 1.3.4-6 amd64
Fast Light Toolkit - OpenGL rendering support

libfltk-images1.3/bionic 1.3.4-6 amd64
Fast Light Toolkit - image loading support

libfltk1.1/bionic 1.1.10-23 amd64
Fast Light Toolkit - shared libraries

libfltk1.1-dev/bionic 1.1.10-23 amd64
Fast Light Toolkit - development files

libfltk1.3/bionic 1.3.4-6 amd64
Fast Light Toolkit - main shared library

libfltk1.3-compat-headers/bionic,bionic 1.3.4-6 all
Fast Light Toolkit - collegamenti simbolici di compatibilità per gli header

libfltk1.3-dev/bionic 1.3.4-6 amd64
Fast Light Toolkit - development files

libmgl-data/bionic,bionic 2.4.1-2build2 all
libreria per grafici scientifici (file dei dati)

libmgl-dev/bionic 2.4.1-2build2 amd64
library for scientific graphs (development files)

libmgl-fltk7.5.0/bionic 2.4.1-2build2 amd64
library for scientific graphs (fltk interface for windows)

libmgl-glut7.5.0/bionic 2.4.1-2build2 amd64
library for scientific graphs (glut interface for windows)

libmgl-mpi7.5.0/bionic 2.4.1-2build2 amd64
library for scientific graphs (mpi enhanced runtime library)

libmgl-qt5-7.5.0/bionic 2.4.1-2build2 amd64
library for scientific graphs (Qt interface for windows)

libmgl-wnd7.5.0/bionic 2.4.1-2build2 amd64
library for scientific graphs (windows runtime library)

libmgl-wx7.5.0/bionic 2.4.1-2build2 amd64
library for scientific graphs (wx interface for windows)

libmgl7.5.0/bionic 2.4.1-2build2 amd64
library for scientific graphs (main runtime library)

mathgl/bionic 2.4.1-2build2 amd64
library for scientific graphs (utilities and examples)

pinentry-fltk/bionic 1.1.0-1 amd64
FLTK-based PIN or pass-phrase entry dialog for GnuPG

python-mathgl/bionic 2.4.1-2build2 amd64
library for scientific graphs (Python module)

udav/bionic 2.4.1-2build2 amd64
library for scientific graphs (window interface)
What should I do?
 
Old 02-05-2019, 02:43 PM   #18
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
install libfltk1.1 (ideduced that from your output in post #11).
possibly also the -dev version.
 
Old 02-05-2019, 02:57 PM   #19
themahaakaal
LQ Newbie
 
Registered: Jan 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
install libfltk1.1 (ideduced that from your output in post #11).
possibly also the -dev version.
nothing to do, Have installed both version you suggested, rebooted to be sure but the error persists.

Quote:
flsynclient: error while loading shared libraries: libfltk.so.1.1: cannot open shared object file: No such file or directory
 
Old 02-06-2019, 12:41 PM   #20
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
how did you install flsynclient?

also please the output of
Code:
apt update
 
Old 02-06-2019, 02:24 PM   #21
themahaakaal
LQ Newbie
 
Registered: Jan 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
how did you install flsynclient?
I followed the instruction listed here

This:
Quote:
Originally Posted by ondoho View Post
also please the output of
Code:
apt update
produces the following:

Code:
sudo apt update
Trovato:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Trovato:2 http://it.archive.ubuntu.com/ubuntu bionic InRelease                 
Ignorato:3 http://dl.google.com/linux/chrome/deb stable InRelease              
Trovato:4 http://archive.canonical.com/ubuntu bionic InRelease                 
Trovato:5 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic InRelease
Trovato:6 http://it.archive.ubuntu.com/ubuntu bionic-updates InRelease         
Trovato:7 http://dl.google.com/linux/chrome/deb stable Release                 
Trovato:8 http://it.archive.ubuntu.com/ubuntu bionic-backports InRelease       
Trovato:9 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease      
Ignorato:10 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 InRelease
Scaricamento di:12 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 Release
Recuperati 1.221 B in 1s (882 B/s)                    
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
Tutti i pacchetti sono aggiornati.
The non english words are in italian and stands for
Trovato ~ Found
Ignorato ~ Ignored
Scaricamento ~ Downloading

At the end it says all packets are updated.
 
Old 02-06-2019, 03:10 PM   #22
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by themahaakaal View Post
The non english words are in italian and stands for
Trovato ~ Found
Ignorato ~ Ignored
Scaricamento ~ Downloading
Note that you can force a command to produce English output by prefixing it with LC_ALL=c

So, in this case:

Code:
LC_ALL=c sudo apt update
 
Old 02-06-2019, 03:13 PM   #23
themahaakaal
LQ Newbie
 
Registered: Jan 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Code:
LC_ALL=c sudo apt update
thank you, didn't know that.

English version:

Code:
Code:
Hit:1 http://archive.canonical.com/ubuntu bionic InRelease
Hit:2 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:4 http://dl.google.com/linux/chrome/deb stable Release                     
Hit:5 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease          
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]    
Ign:8 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 InRelease
Get:9 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 Release
Hit:10 http://it.archive.ubuntu.com/ubuntu bionic InRelease
Hit:12 http://it.archive.ubuntu.com/ubuntu bionic-updates InRelease            
Hit:13 http://it.archive.ubuntu.com/ubuntu bionic-backports InRelease
Fetched 89.9 kB in 27s (3383 B/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
 
Old 02-08-2019, 12:03 PM   #24
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by themahaakaal View Post
I followed the instruction listed here
i see.
there's no date on the whole page, and i didn't find one inside the tarball either.
so something went wrong with the compilation.
flsynclient is not in debian's repos; i guess not in ubuntu's either.

since this is just a graphical frontend to synclient, i suggest you forget about it and just use synclient instead.
start with
Code:
synclient
man synclient
 
Old 02-10-2019, 06:02 PM   #25
themahaakaal
LQ Newbie
 
Registered: Jan 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
i see.
there's no date on the whole page, and i didn't find one inside the tarball either.
so something went wrong with the compilation.
flsynclient is not in debian's repos; i guess not in ubuntu's either.

since this is just a graphical frontend to synclient, i suggest you forget about it and just use synclient instead.
start with
Code:
synclient
man synclient
Sorry for the late reply, I didn't check my email for a while.
Using synclient seems just fine, but I'm probably going to start fresh again, I think I miessed up something while updating kernel.
Thanks for all.
 
Old 04-22-2019, 09:38 AM   #26
themahaakaal
LQ Newbie
 
Registered: Jan 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
I just wanted to add that I just tried Ubuntu 19.04 and it works just fine without touching the GRUB or any other settings. I'm guessing the new kernel 5.0 has added "new features" that recognize the hw underneath.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Touchpad recognized as "PS/2 Elantech Touchpad", multitouch - not working on latest Linux distros (Mint,Ubuntu,Fedora,Manjaro) Chripcikas Linux - Hardware 13 09-28-2017 03:04 AM
Cannot sconfigure touchpad on new ASUS x200 laptop - driver not found? atom6502 Linux - Laptop and Netbook 6 05-06-2015 11:01 PM
[SOLVED] Keyboard and touchpad stop working after LXDE loads (Debian 6 on Asus EEE HA1005) fatgeek Linux - Laptop and Netbook 4 10-29-2013 02:46 AM
[SOLVED] right click on touchpad/clickpad does not work on Asus Laptop thach.trung.ngoc Slackware 5 07-15-2012 08:35 PM
installing Linux....touchpad scroll not working, touchpad options missing Ubunoob001 Linux - Newbie 2 10-24-2010 01:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration