You are not logged in.
Pages: 1
On my new install of Arch about every hour my screen pixelates up, which is followed by an error message that says Nouveau error: GPU Lockup.
I decided to install proprietary drivers in terminal and receive this:
[paul@paul ~]$ sudo pacman -S nvidia
[sudo] password for paul:
resolving dependencies...
looking for inter-conflicts...
:: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: nouveau-dri: requires mesa-libgl=9.1.4
[paul@paul ~]$I tried looking around and reading the wiki but couldn't find anything.
Offline
Have you tried to remove the nouveau stuff first?
Offline
Why did you answer "y" when the default answer was "N" ? Did you try answering "N" to remove mesa-libgl?
(edit) There is also this from the nvdia wiki page:
Note:
The nvidia-libgl or nvidia-{304xx,173xx,96xx}-utils package is a dependency and will be pulled in automatically. It may conflict with the libgl package; this is normal. If pacman asks to remove libgl and fails due to unsatisfied dependencies, remove it with pacman -Rdd libgl. Or, if pacman asks to remove mesa-libgl and fails due to unsatisfied dependencies, remove it with pacman -Rdd mesa-libgl.
Last edited by 2ManyDogs (2013-07-10 00:15:07)
Offline
Why did you answer "y" when the default answer was "N" ? Did you try answering "N" to remove mesa-libgl?
nvidia require nvidia-libgl, not just any libgl.
Offline
See my edit (or the nvdia wiki page). Or try removing nouveau, as karol suggests.
(edit) never mind. i really need a break from here. sorry karol.
Last edited by 2ManyDogs (2013-07-10 00:17:24)
Offline
See my edit (or the nvdia wiki page). Or try removing nouveau, as karol suggests.
I thought about suggesting using 'pacman -Rdd', but if nouveau-dri is the only thing that needs mesa-libgl, OP can just remove it, as it doesn't conflict with nvidia and won't be removed when installing the proprietary drivers.
Offline
I uninstalled Nouveau drivers, which then let me successfully install Nvidia drivers. But now when I boot into Arch the screen is completely black.
Offline
Offline
Now I have to re-install Arch to get back in and blacklist i915?
Offline
No, just use a liveCD / liveUSB to blacklist and see if it helps.
Offline
Or just blacklist it on the kernel command line in your bootloader: https://wiki.archlinux.org/index.php/Ke … and_line_2
You'll still need to blacklist it permanently once you're booted.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I added
modprobe.blacklist=i915to the end of the kernel command line then booted, but it doesn't load past saying archlinux: clean, 127544/30531584 files, 2945151/122096384 blocks
Offline
Are you booting with 'quiet' on the kernel command line?
Are you booting to tty or straight to X?
Offline
I removed "quiet" from the line and replaced it with modprobe.blacklist=i915 and this time it said "Timed out waiting for device system-subsystem-net-devices-eth0.device.
Dependency failed for dhcpcd on eth0."
I am booting straight to X.
Offline
That's not related to your graphics driver, it looks like you have dhcpcd@eth0.service enabled, but don't have your ethernet cable connected. After that message, do you get dropped to a login prompt?
Last edited by WorMzy (2013-07-10 21:16:30)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I have my ethernet cable connected fine, just checked. And no, once I boot it goes through a list of things with green "ok" next to them except it just pauses on that screen with a message at the bottom saying that it timed out.
Offline
You said that this is an new install, is there any chance you used an old install media (over half a year old)? If so, there's a chance you enabled dhcpcd@eth0.service while in the live environment, but your network interface is now known by a different name (https://bbs.archlinux.org/viewtopic.php?id=156283).
After waiting for a while after the timed out message (like a minute or so), does anything else happen? Can you switch to a different TTY?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1