[03:23] hi- looking for help with touchpad on new lubuntu installation [03:23] !ask [03:23] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [03:24] My touchpad isnt recognised at all. How do I troubleshoot? [03:25] can you open a terminal control alt t will open it by default and run ` synclient -l` [03:26] output: Couldn't find synaptics properties. No synaptics driver loaded? [03:29] yes it really is not getting a driver loaded [03:30] what version of lubuntu are you useing? [03:31] just upgraded, 16.10 I think it is [03:31] waylen it worked in 16.04 [03:32] no, I had .04 and it didn't work there at first either. After a ton of searching I found a fix. Had to reinstall and now I can't find the fix anymore :-( [03:33] waylen, ouch [03:33] I know right? [03:43] as best I can tell, this has something to do with my driver being "blacklisted". Does that make sense to anyone? [03:45] waylen, that sounds like something you would do manually [03:49] under software & updates I found one unknown device under additional drivers. I checked the option that isn't "do not use" and applied. I'm going to reboot to see i that does anything for me [08:04] hi there. I'm using my keyboard to control my mouse . I use the number 5 key to "click". Is there a button for right click? anybody know? [08:30] user__: menu key? [08:31] https://i.stack.imgur.com/YfgaL.jpg [08:52] JohnDoe_71Rus: I tested it and it does't perform a right click, but it actually brings up the menu to where the cursor (line cursor in editor) is positioned. I'm using sublime text and like when i have my cursor over a variable i can now press the meny key and it will bring up the menu as if i right clicked the variable. So not a 100% right click but very useful when i'm programming. Thanks for that. [10:23] Hi [10:25] I don't know if I should download Lubuntu 16.10 or 16.04.1 LTS? Is the LTS one still active? [10:27] Yes, thats the whole point of an LTS [10:28] Is there a lot of differences from the new one and the LTS one? [10:28] no [10:31] OK thanks [11:24] good morning [11:25] how to disable permanently touchpad ? [11:26] Lavinho: creat an autostart entry for the command synclient TouchpadOff=1 [12:56] hey guys, should i update to 16.10 since i have 512 mb ram and pentium 4 processor? will it work better than 15.04 or will it make it worse? [15:52] hello. I need to set render setting in GLX options, which utility can I use on lubuntu 16.04 ? [15:53] faLUCE: not sure exactly what you mean. What do you want to do exactly ? [15:55] leszek: On 16.04 the screen flickers often (and stop flickering when I change the current window) with this error: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun [15:55] someone suggested me to change that setting [15:56] what setting and where ? [15:57] leszek: [16:36] faLUCE, try your highest render setting in GLX options,3.1 for example [15:58] faLUCE: this sounds like an option in KDE Plasma but you are asking this question in the Lubuntu channel [16:00] leszek: anyway, I have this issue with flickering, and I don't know how to fix it [16:01] which intel generation is that ? which chip exactly ? [16:02] leszek: how can I obtain this info? lspci? [16:02] yeah lspci if you don't have inxi installed [16:03] lspci | grep -i vga I would suggest [16:04] leszek: http://paste.ubuntu.com/23918814/ [16:07] you could actually try removing the free intel driver and see if with modesetting (gallium drm) it works better [16:08] just remove xserver-xorg-video-intel and reboot and see if it works better [16:08] leszek: I was using the proprietary driver [16:08] faLUCE: for intel ? There does not exists such a thing [16:10] leszek: in fact the strange thing is that the "additional driver" gui shows me "using processor microcode firmware for intel CPUs from intel-microcode (proprietary)" [16:10] I unselected it and selected "do not use the device" [16:10] thast has nothing to do with the graphics driver though [16:11] leszek: I see. [16:11] but what if I remove the intel driver? could I mess things? [16:11] thats like telling me its 14°C when I ask for the time [16:11] leszek, I did not think that. I thought it comprised the video stuff too [16:11] faLUCE: it could mess things up indeed. But if you know how to chroot from a live system to reinstall the driver nothing really hard that can break [16:12] or how to boot in failsafe mode [16:12] leszek: I can' mess up things, now [16:15] leszek: thanks anyway for your help [16:16] no probs. Btw. there are other options to try out aswell. They require you to create config files. You can mess up there too but in fact if you change anything you can mess up :) But it might fix the issue [16:17] faLUCE: like trying this config in /etc/X11/xorg.conf.d/20-intel.conf (needs root rights to create this file) with contents: https://paste.kde.org/pwiekdpj7 [16:19] leszek: there's not /etc/X11/xorg.conf.d/ dir [16:20] faLUCE: /usr/share/X11/xorg.conf.d [16:22] leszek: let's try. What if, after reboot I can't see anything? Do I have to enter into console mode and remove the file? [16:22] yeah failsafe mode bootup and removing the file should help then [16:23] ok, let's try and reboot [16:25] leszek: I booted normally. I don't know if It's using your config [16:27] glxinfo | head -n 50 should show something useful maybe. just use a pastebin service to post the output of that command [16:30] glxinfo | head -n 50 | pastebini [16:31] sorry: [16:31] leszek: http://paste.ubuntu.com/23918944/ [16:32] leszek: now I have to wait and cross fingers. I'll keep you informed [16:33] I hope that it is working fine :) [16:34] leszek: let's hope so, it was a weird bug [16:34] leszek: it can happen after hours after boot. I'll keep you informed, anyway, it's a really weird bug [16:37] the intel drivers are really bad for newer cards thats why even ubuntu decided to ditch them in newer versions and just use the generic gallium modesettings driver [16:38] * genii slaps i915 around [16:59] leszek: so it can happen to windows drivers too? [17:02] I think they are lazy for linux support [17:02] :-) [17:09] faLUCE: I am not sure if they use the same codebase for windows driver aswell [17:09] in general intel is a bit lazy version 2.9 of their driver now exists as "beta" version for more than a year without actually finally releasing 3.0 [17:10] so distros basically need to git pull the changes to the 2.9 version which is a pain in the ass [17:50] Hi i want to set up midori at my default browser unfortunately all the mime type are still set for firefox how to change this. i tried changing it in "Default applications for LXsession" without success [17:56] ok look like i got something .config/mimeapps.list [17:57] need to login logout to see if it works bye :-) [17:59] shit did not work [18:01] if any one go any idea that would be great apart from deleting firefox.. [19:56] Hi everyone, can I upgrade from Lubuntu 16.04 to Lubuntu 16.10 ? [19:56] Without reinstalling it [19:56] sure can Tiberium [19:56] wxl, how? [19:57] do-release-upgrade shows that I'm running latest version [19:57] Tiberium: ah you need to toggle the switch that says you're on LTS [19:57] ah, ok [19:57] i think it's in /etc/update-manager/release-upgrades [19:57] Prompt=normal [19:58] yeah [19:58] found it myself googling, thank you! [19:58] then you can do do-release-upgrade [19:58] or just run update-manager [19:58] wxl, thanks! [20:00] just 1.8 gigabytes :) [20:01] (but it will be fast to me because I use mirror servers and I get 9mb/sec on them) [20:01] nice [20:06] hey I'm trying to install grub via boot-repair and I can't install boot-repair the repoes aren't being accepted [20:06] from ubuntu [20:06] error: could not resolve "archive.ubuntu.com" [20:07] sounds like a networking issue [20:07] i can ping it just fine [20:07] similarly, their webservice is up and running [20:08] odd it says I have internet connection though [20:08] might be a DNS issue then [20:08] you can always edit /etc/hosts and point it at 91.189.88.162 [20:09] wxl: for both localhost and lubuntu? [20:10] change out the default IPs for that one?> [20:10] ?* [20:10] nonono [20:10] leave the 127. lines and everything else [20:10] add a new line that's: [20:10] 91.189.88.162 archive.ubuntu.com [20:11] then any time you call on archive.ubuntu.com, without using DNS or questioning it, it will reach out to 91.etc [20:11] oh ok cool [20:12] now it's working [20:12] thanks [20:15] "network service discovery disabled. Your current network has a .local domain, which is not recommended and incompatible with the Avahi network service discovery. The service has been disabled." [20:15] anyway I can fix that or is that something not to worry about right now? [20:16] don't worry about it [20:16] k [20:17] avahi makes it so that computers in your network can be referred to as hostname.local and it will automagically resolve the IP [20:17] ah ok [20:17] very useful if you have other computers in the network that you need to communicate with [20:17] we disabled it at work because it tends to be very chatty, network-wise, but man, do i miss it. [20:23] no one for my problem? [20:53] Oups solved my problem did not realised that pidgin was set to open with firefox as default browser by changing it to default midori works. [20:59] From my afternoon test midori should be considered as an alternative browser. Firefox has really become slow on my PC with latest releases. Midori uses 311Mb ram with 6 tabs open with one tab open firefox uses as much. Midori uses as well far less CPU from my old aging graphic card. [21:02] fixed it [21:02] yay === dldurk_ is now known as dldurk === Me is now known as Guest30415