[01:12] hey guys [01:12] Could someone PM me and check if OTR works? [01:47] hi, anytime i install nvidia graphics drivers, after reboot the screen freezes and all i see is color splashed all over, after 3secs it will just go and nothing else will pop up, just black screen tho the monitor will be on....anyhelp or suggestions? [01:53] rossenburg: A driver conflict? What shows ' dpkg -l | grep -i nvidia ' ? [02:06] sorry i got disconnected Bashing-om, can you resend your reply? [02:07] rossenburg: "Bashing-om> rossenburg: A driver conflict? What shows ' dpkg -l | grep -i nvidia ' ?" [02:08] rossenburg@rossentech:~$ ' dpkg -l | grep -i nvidia ' dpkg -l | grep -i nvidia : command not found [02:12] rossenburg: IF you can not boot to a terminaL: [02:12] !nomodeset| rossenburg [02:12] rossenburg: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [02:18] okay, was using ubuntu 18.04.3 LTS..the issue is i was seeing screen flikering anytime i move the mouse pointer and some kind of blur text...but it doesnt come when i add nomodeset in the grub config...that was solved by then found another solution that i was to create a file and name if xorg.config at /etc/X11/ ..and insert section "device" blah [02:18] blah ..that one too worked..but looks like that wasnt my problem..my problem is to be able to install a graphic driver in other to play a certain game so i switched to xubuntu and same things are happening === brainwash_ is now known as brainwash [02:19] i remember i used to play this game on the same laptop and it was working fine..it wasnt warning me about graphics issue [02:20] rossenburg: Let's see what we are working with; ' sudo lshw -C display '. [02:21] *-display description: VGA compatible controller product: G86M [GeForce 8400M GS] vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:01:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vga_controller bus_master cap_list rom [02:21] configuration: driver=nouveau latency=0 resources: irq:27 memory:ce000000-ceffffff memory:d0000000-dfffffff memory:cc000000-cdffffff ioport:2000(size=128) memory:c0000-dffff [02:22] !paste | rossenburg [02:22] rossenburg: 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. [02:24] https://paste.ubuntu.com/p/Jwhd23VWfB/ [02:29] !info nvidia-driver-340 bionic [02:29] Package nvidia-driver-340 does not exist in bionic [02:29] !info nvidia-340 bionic [02:29] nvidia-340 (source: nvidia-graphics-drivers-340): NVIDIA binary driver - version 340.107. In component restricted, is optional. Version 340.107-0ubuntu0.18.04.4 (bionic), package size 50715 kB, installed size 267277 kB (Only available for i386; amd64; armhf) [02:30] rossenburg: 340 version ^^ driver needed, that is in the repo, How have you attempted to install the driver ? [02:32] Additional drivers option alaways tells me to download nvidia-340, if i download it and install it...i will be asked to reboot, if i reboot it will just show Xunbuntu bootloader but in a very big text font than normal, then after it loads the screen will just be splashed with "colors", i dunno some sort of lines or something like a frozen system [02:33] after some secs it will just disappear and i will be seeing blank screen tho the monitor is on..but no logo page will appear, nothing [02:33] i intentionally left it for more than 3hrs and it was still the same :( [02:35] login* [02:36] rossenburg: Humm ... let's see what the GPU mandager relates: pastebin ' cat /var/log/gpu-manager.log ' . [02:37] !pastebinit [02:37] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [02:39] https://paste.ubuntu.com/p/mqNgdN7GTc/ [02:53] did i missed reply please? the system started flickering again so i had to restart [02:56] rossenburg: No missed messages. I had expected that notebook to also have Intel graphics, How about we clean the system up and try once more to insyall a driver ? [02:57] sure! anything that will make things work, im in [02:58] right now the screen is flickering so im following https://askubuntu.com/questions/1062031/screen-flickering-in-ubuntu-18-04-1-lts [02:58] it works for me [02:59] rossenburg: 1st up is ' dkms status ' . (dynamic kernel mode setting) . is it currently available ? [03:00] no, im being asked to download some files [03:01] should i proceed? [03:03] rossenburg: NAw .. when we install the nvidia driver, dkms will be picked up (should) as a dependency. What have you for nvidia in the /usr/share/X11/xorg.conf.d directory ? [03:06] 10-amdgpu.conf,10-quirks.conf, 10-radeon.conf, 40-libinput.conf, 51-synaptics-quirks.conf, 70-synaptics.conf,70-wacom.conf [03:07] theres no nvdia config file in there, the only files in there is what i just typed [03:15] rossenburg: Good -now /etc/X11/xorg.conf ? Any nvidia files there? [03:16] theres no folder named xorg.conf [03:19] rossenburg: Again good - no /etc/X11/xorg.conf.deither ? [03:19] rossenburg: Again good - no /etc/X11/xorg.conf.d either ? [03:19] yes no xorg.conf.d too [03:23] rossenburg: Hokay -let's see what happens // make sure secure boot is disabled in bios // run: ' sudo apt --purge nvidia* ; sudo apt update; sudo apt upgrade ; sudo ubuntu-drivers autoinstall '. IF no errors reported, reboot to see the effect. [03:41] ok done with the downloading, Bashing-om, about to restart but incase the same prob pops up..can i run sudo apt-get purge nvidia-* ? [03:42] dpkg: error: version '-' has bad syntax: revision number is emptydpkg: error: version '-' has bad syntax: revision number is emptymeans anything? in the installation of nvidia [03:51] rossenburg: Well, can not be good. [03:52] !info linux-generic-hwe-18.04 bionic [03:52] linux-generic-hwe-18.04 (source: linux-meta-hwe): Complete Generic Linux kernel and headers. In component main, is optional. Version 5.0.0.37.95 (bionic), package size 1 kB, installed size 12 kB (Only available for i386; amd64; armhf; arm64; ppc64el; s390x) [03:53] rossenburg: Pastebin' dpkg -l | grep linux- ' . [04:05] Bashing-om, same problem ..i uninstalled nvidia, and its back to normal [04:07] rossenburg: "bad syntax: revision number is emptydpkg:" Never been here befor but we need to find out why. [04:08] rossenburg: What shows 'sudo apt -f install ; sudo dpkg -C ' ? [04:09] sudo apt -f install https://paste.ubuntu.com/p/8BRDpJ7jdG/ [04:10] sudo dpkg -C give nothing, kind of command excuted [04:12] rossenburg: Humm: "libcuda1-340" : pastebin ' dpkg -l | grep -i nvidia ' . [04:13] https://paste.ubuntu.com/p/PXd4nBk7PJ/ [04:18] rossenburg: Beats me why it did not purge. See: ' apt show libcuda1-340'. Maybe consider removing it manually ? [04:20] https://paste.ubuntu.com/p/M3yXHpy6Hr/ [04:20] looks like its still on it somehow \0/ [04:23] rossenburg: Uh huh. I do not know why it would remain. Kerenls fully installed ? pastebin ' dpkg -l | grep linux- '. [04:24] https://paste.ubuntu.com/p/YJ9HnrdRWw/ [04:27] rossenburg: "binutils-x86-64-linux-gnu" - you doing cross compilations ? [04:28] have no idea [04:31] rossenburg: Maybe this is the source of the issues ? Those with the greater experience can advise the better. See: apt show binutils-x86-64-linux-gnu // We can consider removing this also. [04:38] !pastebin [04:38] 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. === EvaristeGalois is now known as Priem19 === pavlushka_ is now known as pavlushka [17:09] Graphic conflicts whenever i install nvidia-340..after restart the pc get stacked at a colored splashed screen..any help? [17:10] come to #ubuntu in case you can't get help here in time [17:10] (this is probably not xubuntu specific) === sublevel_ is now known as sublevel