View previous topic :: View next topic |
Author |
Message |
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Tue Jun 11, 2024 1:27 pm Post subject: new hardware |
|
|
Hello
I have a question because next September I have to go back to school with a new computer, I am worried because I am afraid that the equipment is too new and not supported by gentoo, do you know who the card is graphics: Intel Iris Xe Graphics supported? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Tue Jun 11, 2024 1:56 pm Post subject: |
|
|
pabloblo,
Quote: | Intel Iris Xe Graphics | is in the 6.9.0 kernel. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Tue Jun 11, 2024 10:38 pm Post subject: |
|
|
ouch, thank you neddy, so it s not a good idea, 6.9.0 is testing for the moment |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5071 Location: Bavaria
|
Posted: Wed Jun 12, 2024 4:45 pm Post subject: |
|
|
pabloblo wrote: | ouch, thank you neddy, so it s not a good idea, 6.9.0 is testing for the moment |
6.9.x is testing for Gentoo (because we use only LTS kernels for stable series) ... kernel developer say it is stable.
You can install it without fear (I am also on 6.9.x). _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
NichtDerHans Apprentice
Joined: 27 Jan 2023 Posts: 177
|
Posted: Mon Jun 17, 2024 12:36 pm Post subject: |
|
|
NeddySeagoon wrote: | pabloblo,
Quote: | Intel Iris Xe Graphics | is in the 6.9.0 kernel. |
Does the new intel XE driver (from kernel 6.9) work without problems? Is this activated in the DIST kernel for easy testing?
Do I have to set something special or is it still enough to have "VIDEO_CARDS="intel"" in the make.conf? |
|
Back to top |
|
|
NichtDerHans Apprentice
Joined: 27 Jan 2023 Posts: 177
|
Posted: Mon Jun 17, 2024 3:50 pm Post subject: |
|
|
Just tested:
Code: | % uname -r
6.9.5-gentoo-dist |
Code: |
% lspci -nnk
...
00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] [8086:9a49] (rev 01)
Subsystem: CLEVO/KAPOK Computer Device [1558:4018]
Kernel driver in use: i915
Kernel modules: i915, xe
|
|
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5071 Location: Bavaria
|
|
Back to top |
|
|
NichtDerHans Apprentice
Joined: 27 Jan 2023 Posts: 177
|
Posted: Mon Jun 17, 2024 6:42 pm Post subject: |
|
|
Hello, thank you for your reply. You are indeed right. I have then pointed the correct driver to the kernel boot.
https://wiki.archlinux.org/title/intel_graphics#Tips_and_tricks
Quote: | i915.force_probe=!9a49 xe.force_probe=9a49 |
Code: | Kernel driver in use: xe
|
edit: Just read your article, maybe it is better to use the new mesa. |
|
Back to top |
|
|
|