You are not logged in.
Hello gentlemen,
After a few months using arch, I just figured out that my nvidia GPU was not used by my laptop, but my integrated intel was. I use the nvidia drivers, so i re-ran nvidia-xconfig, which generated a new Xorg.conf.
However, when rebooting, nothing changes. So i opened the Xorg log file, and i saw written
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)I thought snap, what is that ? After a bit of digging on the forum, and the wiki, i found out i had to first install acpi, then add it to my rc.conf.
And what a surprise when i found out that i had no rc.conf!
So i'm here, as a good newbie, trying to figure out what to do to get my gpu (gtx 960m) to work!
My Xorg,conf looks like this
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSectionand that's pretty much all i have.
Thanks in advance !
Last edited by Grizzlyman (2020-04-28 15:51:13)
“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
Offline
Whatever you read is at least seven years out of date -- Arch doesn't use initscripts any more, it uses systemd.
For up-to-date instructions about acpid, read the wiki: https://wiki.archlinux.org/index.php/Acpid
For your graphics problem, start here: https://wiki.archlinux.org/index.php/Hybrid_graphics
Last edited by WorMzy (2020-04-26 10:27:05)
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
Yeah mb, i didn't thought it has something to do with systemd, but now you say it, it's quite obvious. So i enabled acpid, added a nvidia conf file in xorg.conf.d and a nvidia-drm conf file. I also double checked that nouveau was blacklisted, in both modprobe folders, and yet it still loads at X startup, I don't get why.
Moreover, i get a new error that i don't understand from X logs. They come form drm, which is, if i understood it right, are drivers for intel graphics. I didn't find anything corresponding to my error in the Intel Graphics wiki page, thus i'm wondering what might be wrong.
[ 19.157] (EE) [drm] Failed to open DRM device for (null): -2
[ 19.170] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -2Anyway thanks for your help!
“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
Offline
DRM in such messages stands for Direct Rendering Manager which is an integral & important part of the linux graphics stack .
In your case it's probably a timing issue that causes the error.
Start a new thread, post full outputs of lspci -knn , dmesg and/or journal , xorg log .
You may want to use a pastebin client, check wiki.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
@Lone_Wolf, thanks, i made a new thread with the requested infos! https://bbs.archlinux.org/viewtopic.php … 5#p1901035
Last edited by Grizzlyman (2020-04-26 13:07:13)
“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
Offline