
i915 module issue (with intel_agp module) - Arch Linux Forums
2010年12月16日 · I was struggling with this warnings/errors for a while. What solved it for me was removing i915 from MODULES in mkinitcpio.conf and adding intel_agp there instead. If I left both i915 and intel_agp there it solved the graphics turbo issue but produced the drm one. Leaving just intel_agp there solved both issues.
Custom kernel and intel i915 & intel_agp - Arch Linux Forums
2010年4月1日 · Re: Custom kernel and intel i915 & intel_agp I have another laptop I use for testing that has 9 kernels (plus their fallbacks) that needs i915, as well. My default day-to-day kernel (2.6.36) on that laptop has intel_agp as a module and it …
[SOLVED] Trouble with intel integrated graphics. / Kernel
2013年9月18日 · I have installed the intel driver, I also tried adding intel_agp and i915 to the modules array in mkinitcpio.conf. I'm assuming this is some silly beginner mistake, but I have been trying to fix it for a full day now, and I'm quite puzzled.
[SOLVED] Loading Arch on Intel D2500CC board - i915 …
2012年7月23日 · Once "ssh'd" into the board I could look at files. The output of 'dmesg' said that the 'i915' module needed the 'intel_agp' module during boot. I issued a "modprobe -v intel_agp" and saw the module load so I know it is on the system. Via SSH I edited "rc.conf" to change the MODULES=() line to MODULES=(intel_agp). I saved the file and rebooted.
[SOLVED] Use the xf86-intel-driver / Kernel ... - Arch Linux Forums
2010年12月2日 · Section "Device" Identifier "card0" Driver "intel" VendorName "Intel Corporation" BoardName "Intel Corporation N10 Family Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Reboot Test if KMS on (should reply with 1):
[SOLVED]Struggling with wifi on macbook 4,1 - Arch Linux Forums
2025年1月27日 · OS: Arch Linux x86_64 Host: MacBook4,1 1.0 Kernel: 6.12.6-arch1-1 DE: Xfce 4.20 WM: Xfwm4 CPU: Intel Core 2 Duo T8300 (2) @ 2.400GHz GPU: Intel Mobile GM965/GL960 Memory: 724MiB / 1947MiB Outputs of some relevant commands from the wiki:
[Solved]Slow internet with a mobile hotspot and fast on the other ...
2025年2月23日 · 00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 10) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] Kernel modules: intel_agp 00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port [8086:29c1] (rev 10) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] Kernel driver in use ...
[SOLVED] Blacklisting i915 module doesn't work - Arch Linux Forums
2018年10月26日 · root@ubu:/d# cat /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="kvm.ignore_msrs=1 intel_iommu=on video=efifb:off,vesafb: root@ubu:/tmp# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored.
No signal to monitor w/o nomodeset kernel param w/ Arc A750 …
2024年6月23日 · I've tried adding "i915", "intel_agp", and both "i915" and "intel_agp" to the initramfs, none of which worked. Passing "video=SVIDEO-1:d" as a kernel parameter didn't work either. Additionally, I found an old forum post saying to pass "acpi_backlight=vendor" as a kernel param, but that didn't solve my problem. Neither did disabling UEFI fast boot.
[SOLVED] Trouble with intel integrated graphics. (Page 2) / Kernel ...
2013年5月27日 · You may try setpci, it worked for me once when I needed to boot linux on crappy eMachines laptop with intel graphics. There is also i915.invert_brightness=1 kernel parameter. There is also i915.invert_brightness=1 kernel parameter.