/srv/irclogs.ubuntu.com/2018/10/16/#ubuntu-x.txt

Paddy_NIHi I am setting up a pc for a client/friend of mine and I am having tremendous difficulties figuring out how to get a resolution of 1920x1080 out of a GTX 1050 ti using the proprietary drivers.  So far I used the default driver upon inserting the card (nouveu) and it gave 1920x1080.  The 390 driver and the lower numbered one, both of which gave terrible low resolutions (1600x900 being the highest, although gets cut 11:43
Paddy_NIoff at the edges of the display). xrandr fails to addmode (supposedly due to a restriction in the proprietary driver) and the 396 and 410 drivers both give the same low resolutions.11:43
Paddy_NIReverting back to the Nouveu driver is also a failure in that it has reportedly reverted back however I now only have a single tiny resolution (800x600 I think or perhaps lower)11:44
Paddy_NII have removed the xorg.conf a number of time in order to make sure it is not being influenced by previous driver configurations, still not working as expected11:45
Paddy_NIadding a modeline entry to xorg.conf broke X too11:45
Paddy_NIRunning Ubuntu MATE 18.0411:45
Paddy_NIIs there anyone here?12:57
tjaaltonyou need to purge the nvidia driver in order to use nouveau again12:59
Paddy_NItjaalton: I have done, it's using Nouveau now although it does not have it's original list of resolutions namely 1920x108013:10
Paddy_NIIt's actually running at 640x48013:10
tjaaltonlsmod |grep nouveau13:11
Paddy_NItjaalton: No results :-(13:12
tjaaltonso you have it blacklisted still, meaning you didn't remove nvidia hard enough13:12
Paddy_NIOh?13:12
Paddy_NII did sudo apt purge nvidia-driver* and sudo apt autoremove. I also removed the contents of the blacklist file, well the entries relating to nouveau13:13
tjaaltonand rebooted?13:14
tjaaltondunno then13:14
Paddy_NIShould I delete this file entirely "/etc/modprobe.d/blacklist-nvidia-nouveau.conf"13:14
tjaaltonmost likely13:14
Paddy_NIOkay13:14
tjaaltonalso need to run 'update-initramfs -k all -u13:15
tjaalton'13:15
Paddy_NII did "update-initramfs -u"13:15
Paddy_NIno the -k all -u13:15
tjaaltonshould do13:16
Paddy_NII am doing your one now too13:16
tjaaltonit just updates it for all kernels13:17
Paddy_NIAh I see13:17
tjaaltonnot the one you're running13:17
tjaaltonnot just13:17
Paddy_NIOkay so now I'll reboot13:17
Paddy_NIhmm.. still 640x48013:18
Paddy_NIAnd no results for lsmod | grep nouveau13:19
Paddy_NII am completely baffled 13:19
tjaaltondid you install the kernel manually+13:20
tjaalton?13:20
tjaaltonor is it from the disto13:20
tjaaltondistro13:20
Paddy_NItjaalton: From the distro13:21
Paddy_NIUbuntu MATE 18.0413:22
Paddy_NII did in my desperation add the graphics drivers ppa13:22
Paddy_NIWould that have caused any trouble?13:22
tjaaltonmaybe13:22
Paddy_NIoh13:22
Paddy_NI:-(13:22
tjaaltondmesg|grep nvidia13:23
tjaaltonor, grep nomodeset /proc/cmdline13:23
Paddy_NINo results13:23
Paddy_NINo results for that either13:24
tjaaltoncheck dmesg13:24
tjaaltonsearch for nouveau or drm13:24
Paddy_NIDo I just run "dmesg | grep -i nouveau" or "dmesg | grep -i drm"?13:26
Paddy_NINo results for nouveau13:26
Paddy_NI$ dmesg | grep -i drm13:26
Paddy_NI[    2.152418] ata1.00: supports DRM functions and may not be fully accessible13:26
Paddy_NI[    2.155624] ata1.00: supports DRM functions and may not be fully accessible13:26
tjaaltonok13:26
Paddy_NII am just going to make a cup of tea, might calm my nerves :-)13:30
Paddy_NItjaalton: I do appreciate your help very much by the way. Thank you13:30
Paddy_NII honestly have no idea what to do13:31
tjaaltonsounds like nouveau is still blacklisted13:31
tjaaltontry loading it manually13:31
tjaaltonmodprobe nouveau13:31
Paddy_NIWill try that right now13:31
Paddy_NI$ sudo modprobe nouveau13:32
Paddy_NI[sudo] password for caoimhin: 13:32
Paddy_NImodprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'13:32
Paddy_NImodprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)13:32
tjaaltonhuh13:33
tjaaltondmesg|tail13:33
Paddy_NIhttps://paste.ubuntu.com/p/D5Kwh6Z2Y7/13:34
tjaaltonok, wonder if that means it's blacklisted13:35
tjaaltongrep -r nouveau /etc/modprobe.d/13:35
Paddy_NI/etc/modprobe.d/nvidia-graphics-drivers.conf:blacklist nouveau13:35
Paddy_NI/etc/modprobe.d/nvidia-graphics-drivers.conf:blacklist lbm-nouveau13:35
Paddy_NI/etc/modprobe.d/nvidia-graphics-drivers.conf:alias nouveau off13:35
Paddy_NI/etc/modprobe.d/nvidia-graphics-drivers.conf:alias lbm-nouveau off13:35
tjaaltonheh13:36
Paddy_NIOkay so I deleted those entries13:37
tjaaltonjust ppa-purge the ppa13:37
Paddy_NIShould I update initramfs again?13:37
Paddy_NIah okay13:37
Paddy_NIOkay I removed those entries from the blacklist file, purged the ppa and performed and update on initramfs. Should I also delete that "/etc/modprobe.d/nvidia-graphics-drivers.conf" file?13:39
Paddy_NII thought I had previously deleted it13:39
Paddy_NIPerhaps it was a different file or it was recreated by something installed via that ppa13:40
Paddy_NIOkay so reboot13:40
Paddy_NII probably should have checked to see if there was a "xorg.conf" needing deleted13:41
Paddy_NIOh it's looking like it's 1080p now!13:41
Paddy_NItjaalton: It's 1080p now :-)13:42
tjaaltoncool13:42
Paddy_NII wonder how on earth I am going to get the proprietary driver installed and running at 1080p13:43
Paddy_NIMy client/mate will be using this for gaming13:43
Paddy_NItjaalton: By the way thank you for your patience13:44
tjaaltonnp13:44
Paddy_NII am just going to run "sudo apt install nvidia-driver-390" to see what I get this time.  Perhaps the same but, fingers crossed13:49
Paddy_NIOkay so I installed "nvidia-driver-390" and reboot.  It seems to have installed successfully however I believe it's still using the Nouveau driver13:54
tjaaltonyou probably have no blacklist13:55
tjaaltonI think some package was left in a conf-installed state and you removed the configs by hand, so it's not going to replace them13:56
Paddy_NIOh, does this mean I am screwed?13:58
Paddy_NISorry I really need to grab a drink of tea13:59
Paddy_NIbe straight back13:59
tjaaltonsomeone who knows the nvidia driver better might be able to help with that..14:00
Paddy_NIOkay thank you tjaalton, I wonder if there is ever a good time to be on this channel for help.  It seems awfully quiet.14:08
tjaaltonit usually is, until there's a new nvidia version out..14:09
Paddy_NIAh I see14:09
Paddy_NIMakes sense14:09
mamarleySpeaking of new NVIDIA releases being out… https://www.nvidia.com/download/driverResults.aspx/138959/en-us :)16:11
tjaaltonso it's out of beta now?16:25
mamarleyApparently. :)16:25
soee410.66 driver released ;)17:52

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