Really sad that they were bullied into getting rid of unity. No global menu in gnome is a joke. Feels like going back in time.
Ubuntu 17.10 Artful Aardvark released
131–140 of 208 posts
Re: Ubuntu 17.10 Artful Aardvark released
#132Earlier quoted context omitted.
I use nothing but Nvidia on Linux. Their performance and stability is greatly superior to AMD on high-end 3D applications such as Maya. I'll admit, I have not revisited AMD cards in a while, so perhaps I'm out of touch with the current generation. I also do not consider the open source nouveau driver to be acceptable. I've had too many problems with it in 3D apps.
But their proprietary driver is lagging behind a lot of the ecosystem. E.g. until recently their driver did not work with Wayland/mutter because NVIDIA was pushing their own device memory allocator (via the EGLStreams API). It seems that it now finally works, but is very slow. In contrast, AMD is actively contributing to the open source amdgpu driver.
Can you give a source for this? I'd be very much interested in trying out Plasma on Wayland on NVIDIA, but I can't find any information about NVIDIA implementing GBM.
Re: Ubuntu 17.10 Artful Aardvark released
#133Earlier quoted context omitted.
Hang on did they drop Mir?
You've had both yes and no answers. The answer is no. Mir 0.28 landed just in time for 17.10, as a sibling linked. This version includes basic Wayland support. A read over Mir/Spec [0] shows that though they don't want Wayland to be at the core of Mir, they want to be able to talk and integrate with it at a higher level. It should be noted that Mir is only installed by default on Ubuntu Touch, and probably won't be i…
Huh? As far as I can tell Unity8 is never going to be ready. The exact words from Mark Shuttleworth were "we will end our investment in Unity8, the phone and convergence shell".
Clearly there are still people working on Mir, it's had ~200 commits in the past month. But I'm confused as to who's left using it.
Ubuntu Touch still exists but seems badly starved of development resources. I haven't followed it too closely other than occasionally flashing onto my old Nexus 4 to check things out but it seems like there's barely been any progress in the past few years, and Canonical dropping their support surely isn't going to help matters. I would love to be wrong about this but the project seems to be barley limping along. Ubuntu Phone is also still based on 15.04 and in the process of transitioning to 16.04 so it seems like it'll take ages for these Mir improvements to land.
Re: Ubuntu 17.10 Artful Aardvark released
#134Earlier quoted context omitted.
If 18.04 isn't awesome, I'd suggest you give 18.04.1 a try. Even LTS releases have a fair number of issues just after release, in my experience, which the first point release fixes.
Yes, agreed. In general I guess my point is, I'm not willing to spend several more years of my life while they continually rearrange things that don't matter. I just want a stable, well-supported distro that gets out of my way. The time cost of switching has still been high enough that I haven't looked elsewhere, but that barrier is approaching...
Re: Ubuntu 17.10 Artful Aardvark released
#135> ifupdown has been deprecated in favor of netplan and is no longer present on new installs [...] > Given that ifupdown is no longer installed by default, its commands will not be present: ifup and ifdown are thus unavailable, replaced by ip link set $device up and ip link set $device down. Sad to see this go; I always use ifup, ifdown and ifconfig. Yes, they're old and clunky tools but in a way they are the staple o…
I wonder why netplan instead of straight-up systemd-networkd? To avoid the usual "systemd takes away all my toys" shitstorm? Does systemd-networkd fundamentally lack anything which netplan doesn't?
Re: Ubuntu 17.10 Artful Aardvark released
#136> ifupdown has been deprecated in favor of netplan and is no longer present on new installs [...] > Given that ifupdown is no longer installed by default, its commands will not be present: ifup and ifdown are thus unavailable, replaced by ip link set $device up and ip link set $device down. Sad to see this go; I always use ifup, ifdown and ifconfig. Yes, they're old and clunky tools but in a way they are the staple o…
This is just such a shambles. Great idea number 1: let's put all the functionality into one command line tool, and we'call it ip for ... "internet protocol"? Why is this ip tool managing my ethernet network card? Great idea number 2: for this powerful swiss army knife, only a special syntax will do where we repeat the name of an argument before the argument value. To make sure no one can use it's functionality with l…
Re: Ubuntu 17.10 Artful Aardvark released
#137Earlier quoted context omitted.
I recommend everybody intending to run Linux to avoid nvidia GPUs. The experience with amd and intel GPUs is vastly superior.
I use nothing but Nvidia on Linux. Their performance and stability is greatly superior to AMD on high-end 3D applications such as Maya. I'll admit, I have not revisited AMD cards in a while, so perhaps I'm out of touch with the current generation. I also do not consider the open source nouveau driver to be acceptable. I've had too many problems with it in 3D apps.
Re: Ubuntu 17.10 Artful Aardvark released
#13832-bit installer images are no longer provided for Ubuntu Desktop. The Ubuntu Desktop now uses GNOME instead of Unity. On supported systems, Wayland is now the default display server. The older display server is still available: just choose Ubuntu on Xorg from the cog on the log in screen. GDM has replaced LightDM as the default display manager. The login screen now uses virtual terminal 1 instead of virtual terminal…
In other words, they've made a lot of big changes right before an LTS version so that they can get wider usage with those who don't mind being on the bleeding edge. Sounds like they're doing it right :) I'm putting a lot of hope into 18.04. Been using Ubuntu for over a decade now and my happiness with it has been steadily decreasing. Mostly at this point due to very laggy graphics performance (whether using OSS or cl…
Still use Windows for HTPC though because I gave up on trying to get Ubuntu to sync video playback correctly after banging my head against the wall for a while.
Re: Ubuntu 17.10 Artful Aardvark released
#139I wonder if Canonical will also release 17.10 as a Windows Store WSL app or stick to LTS releases and wait until 18.04 for an update.
Re: Ubuntu 17.10 Artful Aardvark released
#140Earlier quoted context omitted.
Has anyone made a good and detailed comparison of all these grep replacements? People keep saying how great they are, but I can never trust them to what I expect the way I trust grep.
From the creator of ripgrep, so might be biased comparison, but anecdotally ripgrep feels faster to me too http://blog.burntsushi.net/ripgrep/#methodology
Our complicated ignore rules make ag miss a directory though (known issue with ag) so rg it is.