I guess my only problem left with suspend now is graphics card driver related. Does anyone have any input on how to fix this? Reloading the driver on wakeup or getting a new driver are two things I'm thinking about, but am unsure on how to tackle.
/Linus
System: T460 Kernel 4.2: - "echo freeze > /sys/power/state" works fine - "echo mem > /sys/power/state" not working Kernel 4.3: - "echo freeze > /sys/power/state" works fine - "echo mem > /sys/power/state" works fine Kernel 4.4.5: - "echo freeze > /sys/power/state" works fine - "echo mem > /sys/power/state" works fine
/Linus
Hi,
If i change the power options to turn off the screen with tmp disable, it shows the color lines, and when trying to log in I do not see the password field, but while moving the mouse, the lines move too.
with tpm enabled, the screen is blank, enter the password in the same way, and star moving the mouse or trackpad, and suddennly the screen is back but not really responding, seems that the mouse "drag" the desktop when moving mouse, desktop vibrates, moves a bit trying to re-arrange itself, and going blank for some moments.
With the color lines, first case above, or blank screen the behavior seemms similar
You can see this video,
https://www.youtube.com/watch?v=S3Bhomt7OrY&feature=youtu.be
Regards,
Gabriel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On Sun, May 08, 2016 at 11:24:42AM -0700, Kevin Moraga wrote:
> oh cool!. Do you have any specific instructions or kernel configuration to
> share? :D because I still having issues with new kernels, I got a problem
> with a kernel's page fault on Xen at boot. (I tested it with 4.4.8 and
> 4.5.3).
I've just pushed 4.4.8 sources here (including updated patches):
https://github.com/marmarek/qubes-linux-kernel devel-4.4 branch
It isn't thoroughly tested, but it builds fine and Qubes can be started
with it.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On Sun, May 08, 2016 at 11:24:42AM -0700, Kevin Moraga wrote:
> oh cool!. Do you have any specific instructions or kernel configuration to
> share? :D because I still having issues with new kernels, I got a problem
> with a kernel's page fault on Xen at boot. (I tested it with 4.4.8 and
> 4.5.3).
I've just pushed 4.4.8 sources here (including updated patches):
https://github.com/marmarek/qubes-linux-kernel devel-4.4 branch
It isn't thoroughly tested, but it builds fine and Qubes can be started
with it.
--
cheers,
Holger
--
You received this message because you are subscribed to a topic in the Google Groups "qubes-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qubes-users/-xXKdAkIjxU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qubes-users...@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20160509120218.GA21508%40matrix.athome.
For more options, visit https://groups.google.com/d/optout.
On 05/09/2016 06:02 AM, Holger Levsen wrote:
> On Mon, May 09, 2016 at 09:27:28AM +0000, Holger Levsen wrote:
>>> I may upload it to unstable repo, but it will make things a little
>>> harder to install 4.2.x from there (which is working fine for many
>>> users). And 4.4 is almost untested.
>>> On the other hand, this is unstable repo, isn't it? ;) Will be there in
>>> half an hour.
>> cool, thanks, I'll give it a try later then…
> done so now with "sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable kernel"
> which worked nicely, just that now the system doesnt boot anymore, it
> just immediatly reboots after loading the kernel…
>
> replaced "quiet" in the grub module line with "debug" but that didnt
> help, "loading initial ramdisk" is the only thing I see for half a
> second and then it reboots.
Which processor do you have? I have the same problem...
I will do a short write up on how I did the kernel build. Its pretty straightfoward using the qubes-linux-kernel sources from github.I built a 'vanilla' kernel, but I should qualify that:- I did not apply the patches that qubes applies during the build process. To do so, I would have to create new patch files, since they do not apply cleanly to many of the updated kernel sources.- I did use the qubes kernel build configuration. When using that as a base to generate a full config for 4.5.3 there are still quite a few questions you have to answer when you run 'make config' to generate the file with full no-prompt action. If you don't do this step, the qubes 'make rpms' blows up, since it isnt expecting a stop in the run for user input, it seems.I'm sure i missed some optimizations in my config creation, and honestly, i probably should go back and review all the config deltas and create an updated set of patchfiles for 4.5.3. I'm sure this install would work even better yet if i would do so.For now though, I will try to get around to making a basic set of instructions on how to build a quick vanilla kernel for testing various kernel flavors with the kernel buildconfig as it is (mostly) already laid out.-Jake