Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Graphics Drivers 960M & Intel HD

Graphical Environments, Managers, Multimedia & Desktop questions.
Message
Author
matheos96
Posts: 11
Joined: 2018-02-01 16:27

Re: Graphics Drivers 960M & Intel HD

#21 Post by matheos96 »

Okay so now I have given ur tip a test.

First I wanna mention I know realized that indeed the computer rarely boots when using nouveau.modeset=0 instead of nomodeset. Sometimes it does but it seems VERY random and rare.

Turns out, xserver-xorg-video-intel was already installed and the latest version... The file however, did not exist. So I created it and rebooted. (Using nouveau.modeset=0 still).
I got to the login screen but when it was about to show the desktop it typically went black (this is what always happens if I don't use nomodeset). So I put nomodeset as boot option instead of nouveau.modeset=0 and rebooted.
Now I didn't even get into X... Verbose boot stopped at a screen saying "FAILED to start Light Desktop Manager"... So to even get it booted in anyway again, after trying your fix, I had to set "nomodeset" in /etc/default/grub and also
rm -rf /etc/X11/xorg.conf.d

So I am back to square one so to speak...

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: Graphics Drivers 960M & Intel HD

#22 Post by Ardouos »

Using Steve's Liquorix repo, it is working great. Thanks!

Code: Select all

$ uname -a
Linux pcspec-lt 4.14.0-17.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.14-23~obs (2018-02-05) x86_64 GNU/Linux
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Graphics Drivers 960M & Intel HD

#23 Post by stevepusser »

Ardouos wrote:Using Steve's Liquorix repo, it is working great. Thanks!

Code: Select all

$ uname -a
Linux pcspec-lt 4.14.0-17.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.14-23~obs (2018-02-05) x86_64 GNU/Linux
Thanks to openSUSE for providing the build farm and hosting the repo for free! I just edit a few lines in a few files in the Liquorix debian folder, run a command to regenerate the files in /debian from the changed defines, regenerate the source files with "debuild -S -uc -us -d", upload them and it does the rest. If someone wants to do it locally, the recipe is

/debian/config/defines: change where it reads "gcc-7" to "gcc". This means it will use the default gcc for your release.

Run

Code: Select all

PYTHONHASHSEED=0 debian/bin/gencontrol.py
to regenerate your files from the new defines.

Build packages with

Code: Select all

debuild -uc -us -jX
where X=numbers of cores you wish to devote to the build. This leaves out creating a new version in the changelog, though.
MX Linux packager and developer

matheos96
Posts: 11
Joined: 2018-02-01 16:27

Re: Graphics Drivers 960M & Intel HD [Solved-ish]

#24 Post by matheos96 »

Hello guys. A quick update. I got fed up and got rid of debian. These optimus computers really are pain with linux... Anyway, I managed to get Manjaro Linux working using its architect-iso. The way I got bumblebee working on there might have worked on debian too... who knows. But I am perfectly happy with my Manjaro now so I won't switch back. It's working without problems but if anyone wanna know how I made it work it can be read here: https://forum.manjaro.org/t/cant-get-in ... =matheos96

Hope it helps someone with a similar computer :)

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Graphics Drivers 960M & Intel HD

#25 Post by Wheelerof4te »

^Glad that you solved your problem. Manjaro is good for people who need quick Arch and AUR features. In my experience, it is a very buggy, duct-tape patched version of Arch that is seriously understaffed for what it tries to do.

Post Reply