[00:00] lspci -nnk | grep -i VGA -A2 [00:01] Kinda new to linux, what's the lspci command do? Also, what does the break line do? [00:02] this command just shows the gpu [00:04] Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) [00:04] ok, so we're sure now it is an intel [00:05] seems like the issue with disappearing mouse pointer can be solved by changing the acceleration method [00:05] xubuntu34w, are you familiar with sudo in terminal? [00:06] yep, why doesn't su work in this version of linux? [00:06] sudo mkdir /etc/X11/xorg.conf.d/ [00:07] echo -e 'Section "Device"\n Identifier "Card0"\n Driver "Intel"\nOption "AccelMethod" "uxa"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf [00:07] this creates a configuration file for changing the AccelMethod [00:08] afterwards reboot and test [00:11] First command just went, I should have put -v in. [00:11] Second command spit back this. [00:11] Section "Device" Identifier "Card0" Driver "Intel" Option "AccelMethod" "uxa" EndSection [00:12] Is this a system fix so it work permanently, and what did I just do altogether there? [00:12] it is a permanent systemwise fix [00:13] What does a break line do? [00:13] The | [00:14] xubuntu34w, the second command just echoes the configuration entry including required line breaks [00:14] | is a pipe [00:14] echo pipes output to tee which is adding it to a file [00:14] tee is required here as echo does not work with sudo [00:15] you can check if the configuration file is properly setup:$ cat /etc/X11/xorg.conf.d/20-intel.conf [00:16] I will reboot and be back, just a sec. [00:16] yeah [00:23] Worked, thank you Mr. Kramps. [00:23] you're welcome [00:23] I hope you have a fine day. [00:24] rather a good night =D [00:24] :) [00:24] Is there a big book on linux stuff? How do I acquire as much knowledge as you? [00:25] there are a lot of books and loads of information on the internet if you know the right search terms [00:26] but it took me about 10 years to get where i am now [00:27] I can understand that, I'm not looking for a life change, but I'd like to better informed without glossing over info. I don't know how you knew exactly what commands to use for my specific PC, but that was pretty impressive. [00:27] in this case i had a recent forum thread addressing this issue [00:28] and it is a known issue that intel gpus might have problems depending on acceleration method [00:28] Sorry I didn't find it in the forums. [00:28] german forums [00:29] Well, thanks for helping. Xubuntu is so much faster. [00:30] You're doing a good thing. [00:30] you're welcome :) [03:11] I just installed xubuntu 16.04.1 on my laptop and it installed fine. It rebooted fine I install proprietary drivers, and checked for updates and installed. I rebooted it now its sitting on a blank black screen. What should I do next? [07:02] Hello. Can someone tell me if Xubuntu can support 2 monitors ? [07:02] I have a laptop with a docking station in which I want to connect the 2 monitors [07:02] but I am unable to know if basically xubuntu will support 3 screens (2 monitors + laptop lid) [07:02] anyone has ever tried that ? [07:03] I am running the latest Xubuntu version [07:51] My systrem is asking me to upgarde from the 14.04 to the 16.04 version. it's a safe procedure or it may cuse problems? [08:06] what GPU do you have? [08:30] I was wondering if anyone knows how I could add a top panel to the Numix lightdm login theme? In the original theme there's no panel and it's really hard to see the time and date as well as the session icons. === dreamon_ is now known as dreamon [14:35] can someone explain what the "disable secure boot" checkbox in the xubuntu installer does ? [14:35] what it's there for [14:50] ikonia: I don't see that, maybe it only shows if it can be used, that said - xubuntu uses the same ubiquity as ubuntu so you might get more luck asking in #ubuntu rather than here [15:02] it doesn't look like it's in ubuntu, (but it could be) [15:02] a user was asking about it, I got a screen shot of it [15:03] https://imagebin.ca/v/2pjePvirQnae [15:03] it seems a crazy checkbox [15:04] ikonia: I'm running on memory of an irc conv in -release or something, but I did see mention of it - given how that looks I would have to say that 'it only shows where it could be used' [15:04] never seen it - and I test our iso's almost daily [15:05] all that aside, that's part of the install which xubuntu doesn't have anything to do with [15:05] I would suspect that user would see the same with an Ubuntu installer under exactly the same circumstances [15:08] and when I say 'never seen it' I mean exactly that :) [15:19] I'd never seen it either [15:19] thats why I asked for a screen shot [15:19] it seems the most pointless and missleading thing possible [15:19] I've asked someone else [15:20] ikonia: What, the "Disable Secure Boot" ? [15:22] genii: yes [15:25] ikonia: currently (unless genii comes through) people I know to ask aren't about [15:26] If you selected earlier to install 3rd party repositories, it will show that screen [15:26] ikonia: actually cyphermox was awake > flocculant: that's largely it, it does what it says [15:26] it can't disable secure boot [15:27] that would defeat the whole object of secure boot [15:27] it can't "do what it says" [15:27] cyphermox> disabling secure boot validation in shim -- which means that the shim signature (the MS signature, which gets checked by the BIOS directly) will still be verified, but nothing past that [15:27] that is quite missleading [15:27] thank you for looking into it though [15:27] that is useful to know [15:27] ikonia: your welcome as always [15:28] if you think it's misleading - then perhaps ubuntu-bug ubiquity [15:28] ikonia: also > cyphermox> in other words, that's something that only affects Linux if you dual-boot, and you're not touching the rest of the BIOS at all -- but it will affect any distro that uses shim [15:29] I may submit a bug/patch for rewording that [15:29] really useful info though [15:32] ikonia: well if you do - ping me with the # - might subscribe to it - I'd certainly 'me too' it [15:32] thank you [15:34] yw [15:34] and thanks for asking - always nice to find things out :) [16:29] D: i lost all my shortcuts [16:43] well restarting brought my shortcuts back, except ctrl-shift-u [16:43] :/ [18:44] hi every body [18:47] hi [18:48] akxwi-dave, gone already.. [18:48] lol [18:48] didn't wait long..:-) [18:49] nope [19:16] is bug with icon fonts fixed? http://i.imgur.com/sW3Xg5P.png [19:16] see, icon strings are moved to left [19:18] Kouki: afaik - no [19:20] so i must enjoy an clean xfce desktop ;P [20:32] someone hasn't been doing their homework when you guys updated to ubuntu 16.0.4 [20:33] There's no 16.0.4 [20:33] well what ever the dang update was it just rattled my nerves to no end [20:34] In what way? [20:36] well i can't use AMD drivers?? can't use Catalyst [20:36] Hello. [20:36] quantibiliy: did you actually read any of the release notes? [20:36] without it i get a bit of bleed over from screen one to screen too... [20:37] Flocculant no [20:37] quantibiliy, i think what you mean you are the one who didn't do their homework. [20:37] quantibiliy, the release notes clearly say there aren't AMD drivers yet... [20:37] Stefan_J, hello [20:37] knome, good call. that still doesn't mean that people can't fix issues... like here's one, going into a Zip file the indicators goes screwy [20:38] quantibiliy: I even mention the fglrx deprecation on the announcement at xubuntu.org [20:38] Flocculant, fair enough. but i got other issues here that im addressing [20:38] quantibiliy, no, it doesn't mean people can't fix issues... but it doesn't mean they will either, as everybody working on xubuntu is a volunteer [20:38] Can someone help me? I've just upgraded to 16.04 on my laptop. I use additional screen, and when I switch cursor from one to another, the one I left flickers. Same if I move cursor over a flash game or a video, also sometimes flickers. [20:39] yeah thats another thing [20:39] the dual screen options got weird on me when first booted [20:40] i don't know what the problem is with my google chrome but i can't find the site that i favorited... [20:40] which was the site for people who want to help with bugs cause im tired of seeing them [20:42] never mind found it [20:42] * Stefan_J pokes kau. [20:42] * kau sniffs out Stefan_J [20:43] :D [20:43] Stefan_J, which graphics card are you using? [20:44] what the command to find my graphics card info? [20:44] Stefan_J: I've seen oddities - but only on a specific website - and only with firefox [20:45] quantibiliy: inxi -G will tell you [20:45] thank you [20:46] Trying to find out, knome.Graphics: Card: Intel Core Processor Integrated Graphics Controller [20:46] Display Server: X.Org 1.18.3 drivers: intel (unloaded: fbdev,vesa) [20:46] Resolution: 1366x768@60.00hz, 1280x1024@60.02hz [20:46] GLX Renderer: Mesa DRI Intel Ironlake Mobile [20:46] GLX Version: 2.1 Mesa 11.2.0 [20:46] Radeon HD 6620G [20:46] Stefan_J: use pastebin nect time :) [20:46] Yeah, sorry. [20:47] Didn't mean to paste it all. [20:48] quantibiliy: the long and short is *we* can only test what *we* can with our hardware - which is why I send out mails for people to test, but we're only really able to do that for xubuntu packages, we have to rely on ubuntu for the majority [20:49] yes i know, its ok, im calming myself down now im here to help i have experience with programming and i do find more bugs then the average joe, I even have xubuntu code on my puter, though i never looked at it. [20:50] I'd much rather you were about during the rest of the 2 year cycle ;) [20:50] apart from that, i do have another question, who decided on the color scheme its awful [20:51] i need to change that cause im done with it brb [20:51] oops not your falt it was the oxygen one [20:52] and xubuntu does ship the gtk theme configuration tool, so you can actually change the highlight colors easily [20:52] ...which you would know if you ever read anything ;) [20:54] yes i do read [20:54] i read better then most peoople my age [20:56] so i had a few ideas before this escaped with installing this new system [20:57] not sure if i can script or i have to actually code it... [20:59] So, does anyone have any idea about my problem? [20:59] one, was sleep timer, cause sometimes i watch a movie or show and want the computer to shut down after a certain time.. as well as que the next link after a show is done though it think that may be an issue that would have to do with the browswer [20:59] Stefan [20:59] Stefan_J, [20:59] version 16? [21:00] Yes. [21:01] welp you hafta wait [21:01] im pretty sure you have to wait [21:01] like me [21:02] i have an issue that isn't resolved with the kernel. [21:02] i have a sliver of screen from my first to my second .. won't go away except with a resolution change but that makes the dual screens get all screwy [21:03] Wait for what? [21:04] screen one has a sliver on screen two [21:05] whats your issue? [21:05] Can someone help me? I've just upgraded to 16.04 on my laptop. I use additional screen, and when I switch cursor from one to another, the one I left flickers. Same if I move cursor over a flash game or a video, also sometimes flickers. [21:06] ah sorry i did try to back read [21:06] you beat me too it [21:06] so you need the drivers as i do [21:06] yeah im pretty sure you have to wait like i do. have you tried resolution changing? [21:07] Stefan_J, [21:08] Haven't. [21:08] TRY a slightly less resolution and see if that helps [21:08] Slightly? How do I slightly change it? [21:08] just drop it one level thats apropriate for the screen you're using [21:09] the second screen that isn't the computer [21:10] Nothing changes. [21:10] I guess I'll wait for driver? [21:11] my guess its that its a "drawing" issue, when you move your curser from to the other there's a resolution change, try setting BOTH screens to the same level [21:12] Stefan_J, [21:14] please let me know if that helped [21:14] Can't set same resolution, they're not the same shape. [21:18] well try something the same thats reasonable if it works than its a drawing issue that needs the driver, but im pretty sure the driver is the issue, im probably just talking out my butt right now... i wish i can help further [21:18] Stefan_J, [21:19] I know you won't keep it just check [21:19] Tried, didn't work. [21:19] darn im sorry man [21:19] It's OK. [21:20] linux is the shiznit though [21:22] Stefan_J, ill see if there are answers on google for ya... im pretty good with it [21:24] https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1522922 similar but not hte same right? [21:24] Launchpad bug 1554613 in linux (Ubuntu) "duplicate for #1522922 Screen flickers on XPS 13 9350/9550 (Intel Skylake/Broadwell GPU)" [High,Fix released] [21:39] Don't know.