[Solved] - Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - Printable Version +- Maui Forums (https://forums.mauilinux.org) +-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74) +--- Forum: Hardware (https://forums.mauilinux.org/forumdisplay.php?fid=85) +--- Thread: [Solved] - Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. (/showthread.php?tid=24237) |
RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - kdemeoz - 21st February 2017 <<Still posting from Lappy>> Thanks. I didn't see your reply til after i completed my "PS". I rebooted Tower, got to hanging 2nd splash again, tried shift+alt+f12 to deactivate the effects (compositor) -- nothing at all happened / changed. I toggled to tty, ran your command, & saw: Quote:Info: the nvidia profile is already in use Sad, tired. RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - kdemeoz - 21st February 2017 Holy cow. Given it said "Info: the nvidia profile is already in use", ie, for whatever reason my previous... Code: sudo prime-select intel ... did not work, i decided to see what would happen if now, in tty, i repeated the attempted intel switchover. So i did it, rebooted, & this time it proceeded to the login screen... but don't cheer yet. It is now stuck in 640x480 resolution, & to my shock, in Settings - Display & Monitor - Displays, that is the ONLY res offered to me. Oh noooooooooooooooo. This is unusable; where are all the other res selections? RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - rocky7x - 21st February 2017 So to sum it up: second splash screen means AFTER filling in the login credentials? If yes, then just Plasma is having difficulties to load. What you can do to test it is this: Code: when you get to a stuck splash screen, switch to a tty a issue this command Now you've created a clean vanilla user. Go to the login screen, select that new user and try to login - if it works, means that your Plasma settings are wrong for the intel driver and we need to fix them. Deleting the created user can be done with command: Code: deluser test (as root, after sudo su) If the answer to the above question was NO and you don't even get to the login screen, then the X server has troubles starting and that is because of the Nvidia driver. When you installed the Nvidia driver, have you also installed the package nvidia-prime? When you issue command Code: sudo prime-select intel what is the response? RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - kdemeoz - 21st February 2017 "nomodeset" is still in grub. Could that be forcing the intel gpu driver into low-res? Should i try removing it again [at risk of booting back into black screen all over again]? RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - rocky7x - 21st February 2017 (21st February 2017, 17:11)kdemeoz Wrote: Holy cow. Given it said "Info: the nvidia profile is already in use", ie, for whatever reason my previous... Ah OK, I see you're faster than me in posting Anyway, open the konsole, go to /etc/X11/ and see if there is a file called xorg.conf - if yes, post here what it contains. Then check /etc/X11/xorg.conf.d for any files and post their contents. To summarize, there should be NO xorg.conf and in /etc/X11/xorg.conf.d there should be NO files. RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - rocky7x - 21st February 2017 (21st February 2017, 17:20)kdemeoz Wrote: "nomodeset" is still in grub. Could that be forcing the intel gpu driver into low-res? Should i try removing it again [at risk of booting back into black screen all over again]? And yes, DEFINITELY REMOVE nomodeset for intel driver nomodeset is only for nvidia driver. RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - kdemeoz - 21st February 2017 (21st February 2017, 17:22)rocky7x Wrote: Ah OK, I see you're faster than me in posting Anyway, open the konsole, go to /etc/X11/ and see if there is a file called xorg.conf - if yes, post here what it contains. Then check /etc/X11/xorg.conf.d for any files and post their contents. To summarize, there should be NO xorg.conf and in /etc/X11/xorg.conf.d there should be NO files. 1. /etc/X11/xorg.conf --> file does NOT exist. 2. /etc/X11/xorg.conf.d/ --> directory does NOT exist. 3. nomodeset is now removed again from grub, duly updated, & i'm about to reboot Tower again [listen for explosion]... RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - kdemeoz - 21st February 2017 Tower is now back in business It was my unintended usage of nomodeset in grub that limited the screen resolution. Now it's all good again. If my stuff-up of the attempted kernel 4.9.9 removal did not cause the last several hours of terror, then i have to assume it was the apparently unsuccessful initial attempt to change from the nvidia to intel gpu driver that did cause it. As i wrote a couple of hours ago, after making that initial attempt, it was not at all clear to me that it had succeeded... & IMO, if it had succeeded, i would not have got that boot black screen, which was why i had to then use nomodeset. Later, indeed only within the past 45', when my 2nd attempt to invoke the intel driver did work*, i'd temporarily forgotten i had to remove nomodeset again [& now i've learned how horrible the res becomes as a result]. *I assume those hanging splash-screens were coz at that stage neither nvidia or intel gpu drivers were properly activated. Does that post-mortem seem reasonable? leszek & rocky -- i'm sooooooo grateful to you both, again, for rescuing me. I wish i could buy you a beer / scotch / milk / mineral water. This is my last post in this thread to be made from Lappy, now that Tower is running again. Next post will be my last for the night [tis now 3.15AM here, yawn], will be back on Tower, & will show you some pics for your thoughts / confirmation of what gpu driver is actually active now. RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - kdemeoz - 21st February 2017 <<Posted from back on Tower; phew!>> I'm a bit confused/worried about the "FAILED" in the Graphics section. What is your interpretation of what gpu & driver is active pls?: Code: Z97-HD3:/$ inxi -Fxz This implies Nouveau driver [good, that's what i want], but what actual gpu? Ditto...? This indicates successful deployment & activation of rocky's suggested intel-microcode? [annoying/confusing that Driver Manager wrongly(?) implies i'm using Nvidia rather than Nouveau driver]. Bed now. Once sun's up again, i'll try to get new kernel 4.8 HWE by running: Code: sudo apt-get install --install-recommends xserver-xorg-hwe-16.04 RE: Tower's 1st [no, 3rd] Hard-Reset since clean-reinstall. - rocky7x - 21st February 2017 Seems you still use nouveau driver. In order to prevent this you have to blacklist it as described in article http://askubuntu.com/questions/481414/install-nvidia-driver-instead-nouveau Seems you haven't installed the Nvidia driver correctly, because it should do the blacklisting itself. So either try to reinstall it or do the blacklisting yourself. |