[qubes-devel] Kernel-latest black screen, normal works fine

2020-01-24 Thread Asad Manzur
Hi
I upgraded the dom0 to kernel-latest and rebooted the machine and after the 
first 3-4 seconds of text, the screen goes black.

I booted rescue mode and switch the kernel version back to 4.19.94-1 and 
all works again.

My laptop is a Clevo NH55RDQ with i7-9750H, Nvidia GTX1050 32GB RAM and 
2x250GB Samsung NVME drives.

How can I run the 5.x version of the kernel?

Thanks

Asad

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-devel/fe162e4d-9cf2-423c-9d4f-254fa541a1f3%40googlegroups.com.
[global]
default=4.19.94-1.pvops.qubes.x86_64

[4.14.74-1.pvops.qubes.x86_64]
options=loglvl=all dom0_mem=min:1024M dom0_mem=max:4096M iommu=no-igfx 
ucode=scan smt=off
kernel=vmlinuz-4.14.74-1.pvops.qubes.x86_64 root=/dev/mapper/qubes_dom0-root 
rd.luks.uuid=luks-e46d3ff8-8bac-4643-8056-8659dfc6b7a1 
rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap i915.alpha_support=1 
nouveau.modeset=0 rd.driver.blacklist=nouveauvideo=vesa:off rhgb quiet 
rd.qubes.hide_all_usb plymouth.ignore-serial-consoles
ramdisk=initramfs-4.14.74-1.pvops.qubes.x86_64.img
[4.19.94-1.pvops.qubes.x86_64]
options=loglvl=all dom0_mem=min:1024M dom0_mem=max:4096M iommu=no-igfx 
ucode=scan smt=off
kernel=vmlinuz-4.19.94-1.pvops.qubes.x86_64 root=/dev/mapper/qubes_dom0-root 
rd.luks.uuid=luks-e46d3ff8-8bac-4643-8056-8659dfc6b7a1 
rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap i915.alpha_support=1 
nouveau.modeset=0 rd.driver.blacklist=nouveauvideo=vesa:off rhgb quiet 
rd.qubes.hide_all_usb plymouth.ignore-serial-consoles
ramdisk=initramfs-4.19.94-1.pvops.qubes.x86_64.img
[5.4.10-1.qubes.x86_64]
options=loglvl=all dom0_mem=min:1024M dom0_mem=max:4096M iommu=no-igfx 
ucode=scan smt=off
kernel=vmlinuz-5.4.10-1.qubes.x86_64 root=/dev/mapper/qubes_dom0-root 
rd.luks.uuid=luks-e46d3ff8-8bac-4643-8056-8659dfc6b7a1 
rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap i915.alpha_support=1 
nouveau.modeset=0 rd.driver.blacklist=nouveauvideo=vesa:off rhgb quiet 
rd.qubes.hide_all_usb plymouth.ignore-serial-consoles
ramdisk=initramfs-5.4.10-1.qubes.x86_64.img



qubes-hcl
Description: Binary data


[qubes-devel] NVIDIA RTX 20XX

2020-01-24 Thread Frédéric Pierret
Hi,

Does anyone succeeded to have a working/non-crashing system with a
nvidia RTX 20XX, specifically 2080TI in my case? Currently having
instant reboot issues on Qubes 4.0 whereas on Windows it currently works
pretty well so I don't expect having GPU hardware issue.

Thank you in advance,

Frédéric


-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-devel/53a5c356-71bf-e02e-60f3-3457e5434fdf%40qubes-os.org.


signature.asc
Description: OpenPGP digital signature


Re: [qubes-devel] Kernel-latest black screen, normal works fine

2020-01-24 Thread Asad Manzur
Thanks Marek,
Removing the "rhgb" option got it to boot correctly.

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-devel/dc267125-bb0b-48ec-a3d2-4f5efe77c1d5%40googlegroups.com.


[qubes-devel] NVIDIA RTX 20XX

2020-01-24 Thread Ralph Alexander Bariz
Have the same problem with a rtx 2070. My temporary solution is to put a cheap 
gpu into my pc(nvidia geforce 710) into the second pci port and cut of the 
power of the 2070 when using qubes.
the problem is simple. The included nouveau driver does not support it. You 
could install the properitary one whats a security problem.
my attemp to solve it, when I've got time, will be to compile the newest 
nouveau driver in a fedora 25 qubes and install it to dom0.
For sure its necessary to ensure cube nit getting compromised in the process. 

BR

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-devel/128a459c-0a11-469d-b95f-e95e9b292748%40googlegroups.com.


Re: [qubes-devel] Kernel-latest black screen, normal works fine

2020-01-24 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Fri, Jan 24, 2020 at 01:58:26AM -0800, Asad Manzur wrote:
> Hi
> I upgraded the dom0 to kernel-latest and rebooted the machine and after the 
> first 3-4 seconds of text, the screen goes black.
> 
> I booted rescue mode and switch the kernel version back to 4.19.94-1 and 
> all works again.
> 
> My laptop is a Clevo NH55RDQ with i7-9750H, Nvidia GTX1050 32GB RAM and 
> 2x250GB Samsung NVME drives.
> 
> How can I run the 5.x version of the kernel?

You can get more details by removing "rhgb quiet" options from Linux
cmdline. If that still doesn't tell what's wrong, then add 
"vga=,keep guest_loglvl=all" to Xen options and "earlyprintk=xen
console=hvc0 console=tty0" to Linux options and be _very_ patient (the
system startup will be very slow, but you should see kernel messages).

- -- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEhrpukzGPukRmQqkK24/THMrX1ywFAl4rHaoACgkQ24/THMrX
1yzl7gf+LcG1qlXKQH+FicqEqOQaKniOaH43rMQOzFyfa7saIF6l4wrWGfJB2xXu
wXSNtBpV7O13FIT/SGHvE/YPXOyv1liWjOqnQsjKkZQv+wDGpzBajHTfee+XSVM3
XONtCaK/7pqZdOmYzVVBEJ4aehkRKv7LE9pqL2enl9jWpmkmGZH9gZ0tHY0I1xYi
aNW9I+pRNCIftjCiYcoy2BbF7E2whj5DmwfDy4RElVv28fy1ItxzR3WTeS+Qj7Bp
kNx61qEfBC3d4CLDHxFV1UW/jKUF0vQeGJxxsPFbYGPLyMuYkamK+V6ZmkbvFJck
WknEx0XgWoAJNr2i4QoyVnSIdjVFfQ==
=dknS
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-devel/20200124163906.GL1314%40mail-itl.


Re: [qubes-devel] NVIDIA RTX 20XX

2020-01-24 Thread Frédéric Pierret
Hi,

Thank you for your feedback. I just tested under R4.1 in development and
I succeeded to have a kernel log thanks to Marek and few hacks in dom0.

Here is the bug report: https://bugzilla.kernel.org/show_bug.cgi?id=206299

FYI, I tried few months ago to build NVIDIA module under Qubes but I hit
a problem of allocating buffers. It was the same problem than a one
reported on NVIDIA dev forum by another person using Xen as a desktop
machine (not Qubes).

Best,

Frédéric

On 2020-01-24 17:22, Ralph Alexander Bariz wrote:
> Have the same problem with a rtx 2070. My temporary solution is to put a 
> cheap gpu into my pc(nvidia geforce 710) into the second pci port and cut of 
> the power of the 2070 when using qubes.
> the problem is simple. The included nouveau driver does not support it. You 
> could install the properitary one whats a security problem.
> my attemp to solve it, when I've got time, will be to compile the newest 
> nouveau driver in a fedora 25 qubes and install it to dom0.
> For sure its necessary to ensure cube nit getting compromised in the process. 
>
> BR
>

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-devel/68642de8-f429-3c2c-5a3a-6fabc7004e83%40qubes-os.org.


signature.asc
Description: OpenPGP digital signature