You are not logged in.
Pages: 1
I have computer with intel core i7 processor and GeForce RTX 2060 graphics card. I want to install arch linux on it. I have booted from arch live usb. But after I execute command "fdisk -l" (and it outputs correct result), picture on monitor starts to disappear for a few seconds and returns again and so it goes on continuously. Why it happens?
Last edited by qwe8013 (2020-10-28 00:17:22)
Offline
Try passing "video=1024x768" or "nomodeset" to the kernel parameters.
If you've a high resolution monitor, nouveau might choke or the signal exceeds the cable capacity (because no signal lowering techniques are used)
Offline
"nomodeset" helped.
Offline
nb. that you won't get a graphical display server w/ nomodeset, but I hope you won't need it w/ the nvidia blob, but also https://bbs.archlinux.org/viewtopic.php?id=259936
(Use the lts kernel for the time being)
Offline
Pages: 1