No graphics card used

Hello, I have a problem:
No graphics card is used when I installed CachyOS

If someone wants to help me, I don’t know which file to send to help find my problem

what do you mean by “no graphic card is used”

No graphics card is used, every time I try to launch a program it says OpenGL extensions are missing, glxinfo and glxgear don’t work

System specs?

Can you show the output of inxi -G

inxi -G:

Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
    driver: i915 v: kernel
  Device-2: NVIDIA GF119M [GeForce 610M] driver: nvidia v: 390.157
  Device-3: Alcor Micro Asus Integrated Webcam driver: uvcvideo type: USB
  Display: x11 server: X.Org v: 21.1.13 driver: X: loaded: intel,modesetting
    failed: nvidia dri: i965 gpu: i915,nvidia resolution: 1: 1366x768~60Hz
    2: N/A
  API: EGL v: 1.5 drivers: crocus platforms: gbm,x11,surfaceless
  API: OpenGL v: 3.3 vendor: mesa v: 24.2.4-arch1.1 note: incomplete (EGL
    sourced) renderer: Mesa Intel HD Graphics 3000 (SNB GT2)

lspci | grep VGA:

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev a1)

I am not an Nvidia fan, nor do I have any recent knowledge…but an OLD laptop of mine had one of the 610-Ms (I think I recall) and it’s no longer supported by any current drivers.

The NVIDIA GeForce 610M uses NVIDIA 390 drivers, which I believe are still supported by CachyOS, and there’s always the Intel APU, which is still supported by Mesa drivers.

We are dropping it soon.

Anyway, you need the mesa-amber package because mesa only supports Intel Gen3 and higher.

I have the same issue with the mesa-amber package

 inxi -G
Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
    driver: i915 v: kernel
  Device-2: NVIDIA GF119M [GeForce 610M] driver: nvidia v: 390.157
  Device-3: Alcor Micro Asus Integrated Webcam driver: uvcvideo type: USB
  Display: x11 server: X.Org v: 21.1.13 driver: X: loaded: intel,modesetting
    failed: nvidia dri: i965,kms_swrast gpu: i915,nvidia resolution:
    1: 1366x768~60Hz 2: N/A
  API: EGL v: 1.4 drivers: i965,nvidia platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 3.3 vendor: mesa v: 21.3.9-arch.6 note: incomplete (EGL
    sourced) renderer: Mesa DRI Intel HD Graphics 3000 (SNB GT2)

For your hardware would recommend smth like antix (or another lightweight distro) rather then cachyos, because cachyos was designed for newer hardware it leverages avx2(atleast its in 4th gen intel idk about amd),avx512 and lto etc, yes lto can still work but ngl a lighterweight distro i would recommend it more.
(A cachyos maintainer is free to correct me if am wrong)

Can you regenerate the initramfs sudo mkinitcpio -P, it’s failing to load the necessary kernel module.

==> Building image from preset: /etc/mkinitcpio.d/linux-cachyos.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux-cachyos -g /boot/initramfs-linux-cachyos.img
==> Starting build: '6.11.7-1-cachyos'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-cachyos.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux-cachyos.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux-cachyos -g /boot/initramfs-linux-cachyos-fallback.img -S autodetect
==> Starting build: '6.11.7-1-cachyos'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-cachyos-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful

Any ideas?