/srv/irclogs.ubuntu.com/2018/02/24/#ubuntu+1.txt

=== tfgbd__ is now known as tfgbd_
www2hi Hi I wand to know that ubuntu 18.04 get an newer version of mono?00:53
Bashing-omwww2: Currently -> Package mono-complete >> bionic (cli-mono): complete Mono runtime, development tools and all libraries [universe]  >> 4.6.2.7+dfsg-1ubuntu1: amd64 arm64 armhf i386 ppc64el s390x .01:00
www2Thx @Bashing-om but i need Mono 4.8 or later du to TLS 1.2 suport01:10
Bashing-omwww2: Not much else I am able to say at this point .01:13
www2no problem any way to contact the team?01:14
Bashing-om!alis | www2 01:20
ubottuwww2: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"01:20
www2@Bashing-om i mean the ubuntu team ;)01:22
Bashing-omwww2: Not having done so, I can not advise . Alis may be your best bet to see what is on irc .01:24
daddy0_how to change the colors of login/lock screen?03:09
libbenanyone good with kvm/networking/iproute?04:02
lotuspsychjehey Major_Wedgie 05:23
Major_WedgieWelcome back to my screen05:23
lotuspsychjeMajor_Wedgie: you want to help test 18.04 server or production?05:23
Major_WedgieI'm no server admin05:23
Major_WedgieJust mucking around at home05:23
lotuspsychjeMajor_Wedgie: we reccomend installing a daily from topic to hep test05:24
lotuspsychjehelp05:24
Major_WedgieWas trying things out using 18.04 with 16.04 documentation and banging head against wall05:24
Major_WedgieI have install the latest daily05:24
Major_Wedgieran into issues05:24
Major_WedgieIt didn't recognise RAID array05:25
Major_Wedgiebut I'm trying to configure network interfaces and the instructions for 16.04 are too out of date05:26
Major_Wedgiethanks05:27
tewnhow far along is ubuntu+1 ?11:55
tewn18.04 LTS rather11:56
ikoniawhat do you mean how far long ?11:56
tewngot it.  thanks.  visited the schedule11:57
=== DarinMil- is now known as DarinMiller
=== akaWolf1 is now known as akaWolf
=== TJ_Remix is now known as TJ-
=== tfgbd__ is now known as tfgbd_
FurretUberHi, what makes the system refuses to use the Intel graphics OpenGL capabilities and keep using llvmpipe (as by glxinfo)?16:14
FurretUberInstalling oibaf ppa and adding the file xorg.conf at /etc/X11 with the following:16:30
FurretUber Section "Device"16:30
FurretUber   Identifier  "Intel Graphics"16:30
FurretUber   Driver      "intel"16:30
FurretUber   Option      "DRI"    "3"16:30
FurretUberEndSection16:30
FurretUberworks16:30
FurretUberWhy is the system using llvmpipe by default?16:32
tomreyn!paste | FurretUber16:36
ubottuFurretUber: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:36
FurretUberOk. If I don't create the file xorg.conf at /etc/X11 with the following content: https://paste.ubuntu.com/p/MMcTq6XDQB/ the system uses the CPU instead of GPU for rendering16:38
FurretUberI don't know why it is using CPU rendering as default16:38
acheronukFurretUber: what DE?16:39
FurretUberXfce416:39
acheronukyou have libegl1 installed?16:39
FurretUberYes16:40
acheronukhad a similar issue in Kubuntu, due to stuff building against new libglvnd and mesa in proposed, giving a dep on libegl1 that didn't work well with -release16:41
acheronukcan you uninstall that lib?16:41
FurretUberIt tried to remove more than 300 packages16:42
alkisgAlso try rebooting without xorg.conf, and check if dri3 is mentioneed in the output of xdpyinfo16:43
acheronukouch. do you have -proposed enabled?16:43
FurretUberI don't have proposed16:43
FurretUberI will reboot the system without xorg.conf16:44
FurretUberBy xdpyinfo, there is only DRI216:50
FurretUberAnd on glxinfo it says device: llvmpipe16:50
alkisgpastebin your xorg.log16:52
FurretUberhttps://paste.ubuntu.com/p/MMcTq6XDQB/16:52
FurretUberSorry16:52
FurretUberhttps://paste.ubuntu.com/p/jj2tcHKsQQ/16:54
alkisgAh, it's because it's using the modesetting driver instead of the intel driver16:55
alkisgJust driver intel should be enough, the dri 3 line in xorg.conf isn't really needed, right?16:55
FurretUberThere is one program that only has widescreen resolution options if I have the DRI 3 enabled, so I would still need that option16:56
FurretUberWhat should I do to enable the CPU rendering by default (I mean without the need to add the xorg.conf file)?16:57
FurretUberGPU*16:57
alkisgI mean, dri 3 is by default enabled for the intel driver anyway16:58
alkisgSo if you don't specify it, you should still have dri 316:58
tomreynFurretUber: "glxinfo -B" with both configurations should tell17:00
alkisgI think the reasoning for defaulting to modesetting rather than the intel driver, is that it's more stable; there should be a blueprint for this in launchpad somewhere...17:00
tomreynthere's also this "alpha" intel kernel parameter which might achieve the same without the need for xorg.conf17:01
alkisgNormally, the modesetting driver does offer DRI2/3, but in your case it doesn't, it reports the card isn't DRI2 capable17:03
alkisgSo in your case, the intel driver does a better job there17:03
alkisg[    33.027] (II) AIGLX: Screen 0 is not DRI2 capable17:03
FurretUberIt was working before without the xorg.conf (it set as DRI 3 by default correctly)17:04
alkisgWhile e.g. in mine I get: [    23.040] (II) modeset(0): [DRI2]   DRI driver: i96517:04
alkisg 17:04
alkisgBefore, when? Still in 18.04 or in previous versions?17:04
FurretUberNow it broke, after the 4.15 kernel17:04
alkisgSo if you boot with the 4.13 kernel it works?17:05
FurretUberI noticed now, by the high CPU usage17:05
FurretUberI'm not sure if this is the cause17:05
FurretUberBut 2 days ago it was fine17:05
FurretUberOn the xorg.log, shouldn't the module intel be loaded in some moment?17:09
alkisgNo, modesetting is used INSTEAD of intel17:09
alkisgThey switched to that a couple of years ago for stability17:10
alkisgBut for your card, modesetting doesn't enable DRI17:10
alkisgWhat's your card btw? lspci -nn -k | grep -A 2 VGA17:11
FurretUberhttps://paste.ubuntu.com/p/QgKscWZcvX/17:11
alkisghttps://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/17:12
alkisgI'd test with some previous kernel/release if I were you, and if the modesetting driver there enables DRI, I'd file a bug report against modesetting17:17
FurretUberI will purge the xserver-xorg-video-intel, remove the xorg.conf and reboot with the 4.13 kernel. I will then post if it works17:19
alkisgThere's no need to purge it17:19
alkisgJust removing xorg.conf should be enough17:19
FurretUberNow it's working again. Apparently, the package that broke everything was libopengl017:32
FurretUberThank you, everyone17:33
lotuspsychjeflocculant: cant reproduce those grub flickerings here18:29
=== guiverc_d is now known as guiverc_t

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!