Driver scheda grafica Intel Iris Xe, Samsung Book3
-
- Prode Principiante
- Messaggi: 9
- Iscrizione: lunedì 5 giugno 2023, 16:03
- Desktop: ubuntu
- Distribuzione: 22.04.2 LTS
Driver scheda grafica Intel Iris Xe, Samsung Book3
Ciao, ho installato ubuntu 24.04 su un Samsung Book3, ma credo non riconosca la scheda grafica, un Intel iris Xe. Come posso risolvere?
- SaulGoodman
- Prode Principiante
- Messaggi: 199
- Iscrizione: mercoledì 11 dicembre 2024, 0:46
- Distribuzione: Ubuntu
Re: Driver scheda grafica Intel Iris Xe, Samsung Book3
Ciao, cortesemente fornisci informazioni dettagliate sul tuo sistema (nei tag code):
Codice: Seleziona tutto
sudo inxi -Fzx
sudo inxi -G
journalctl -b -1 -p3 --no-pager
sudo ubuntu-drivers devices
-
- Prode Principiante
- Messaggi: 9
- Iscrizione: lunedì 5 giugno 2023, 16:03
- Desktop: ubuntu
- Distribuzione: 22.04.2 LTS
Re: Driver scheda grafica Intel Iris Xe, Samsung Book3
Codice: Seleziona tutto
sudo inxi -Fzx
System:
Kernel: 6.8.0-51-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0
Desktop: GNOME v: 46.0 Distro: Ubuntu 24.04.1 LTS (Noble Numbat)
Machine:
Type: Laptop System: SAMSUNG product: 750XFG v: P08CFL serial: <filter>
Mobo: SAMSUNG model: NP750XFG-KA3IT
v: SAMSUNG_SW_REVISION_12345+10.0.22621 serial: <filter> UEFI: American
Megatrends LLC. v: P08CFL.029.240910.HQ date: 09/10/2024
Battery:
ID-1: BAT1 charge: 7.9 Wh (14.4%) condition: 54.7/54.4 Wh (100.7%)
volts: 14.3 min: 15.4 model: SAMSUNG Electronics SR Real Battery
status: discharging
CPU:
Info: 10-core (2-mt/8-st) model: 13th Gen Intel Core i5-1335U bits: 64
type: MST AMCP arch: Raptor Lake rev: 3 cache: L1: 928 KiB L2: 6.5 MiB
L3: 12 MiB
Speed (MHz): avg: 904 high: 1188 min/max: 400/4600:3400 cores: 1: 479
2: 1010 3: 652 4: 1188 5: 932 6: 902 7: 902 8: 985 9: 930 10: 1046 11: 886
12: 938 bogomips: 59904
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
Device-1: Intel Raptor Lake-P [Iris Xe Graphics] vendor: Samsung Co
driver: i915 v: kernel arch: Gen-13 bus-ID: 00:02.0
Device-2: Generic 720p HD Camera driver: uvcvideo type: USB bus-ID: 3-8:3
Display: server: X.Org v: 23.2.6 with: Xwayland v: 23.2.6 driver:
dri: iris gpu: i915 resolution: 1536x864~60Hz
API: EGL v: 1.5 drivers: iris,swrast platforms:
active: x11,surfaceless,device inactive: gbm,wayland
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.9-0ubuntu0.3
glx-v: 1.4 direct-render: yes renderer: Mesa Intel Graphics (RPL-U)
Audio:
Device-1: Intel Raptor Lake-P/U/H cAVS vendor: Samsung Co
driver: sof-audio-pci-intel-tgl bus-ID: 00:1f.3
API: ALSA v: k6.8.0-51-generic status: kernel-api
Server-1: PipeWire v: 1.0.5 status: n/a (root, process)
Network:
Device-1: Intel Raptor Lake PCH CNVi WiFi driver: iwlwifi v: kernel
bus-ID: 00:14.3
IF: wlo1 state: up mac: <filter>
Bluetooth:
Device-1: Intel AX201 Bluetooth driver: btusb v: 0.8 type: USB
bus-ID: 3-10:4
Report: hciconfig ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 5.2
lmp-v: 11
Drives:
Local Storage: total: 476.94 GiB used: 16.98 GiB (3.6%)
ID-1: /dev/nvme0n1 vendor: SSSTC model: CL4-8D512 size: 476.94 GiB
temp: 25.9 C
Partition:
ID-1: / size: 467.35 GiB used: 16.97 GiB (3.6%) fs: ext4 dev: /dev/nvme0n1p2
ID-2: /boot/efi size: 1.05 GiB used: 6.1 MiB (0.6%) fs: vfat
dev: /dev/nvme0n1p1
Swap:
ID-1: swap-1 type: file size: 4 GiB used: 0 KiB (0.0%) file: /swap.img
Sensors:
System Temperatures: cpu: 37.0 C mobo: N/A
Fan Speeds (rpm): N/A
Info:
Memory: total: 16 GiB available: 15.31 GiB used: 6.53 GiB (42.6%)
igpu: 64 MiB
Processes: 394 Uptime: 17m Init: systemd target: graphical (5)
Packages: 1517 Compilers: N/A Shell: Sudo v: 1.9.15p5 inxi: 3.3.34
Codice: Seleziona tutto
sudo inxi -G
Graphics:
Device-1: Intel Raptor Lake-P [Iris Xe Graphics] driver: i915 v: kernel
Device-2: Generic 720p HD Camera driver: uvcvideo type: USB
Display: server: X.Org v: 23.2.6 with: Xwayland v: 23.2.6 driver:
dri: iris gpu: i915 resolution: 1536x864~60Hz
API: EGL v: 1.5 drivers: iris,swrast platforms: x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.9-0ubuntu0.3
renderer: Mesa Intel Graphics (RPL-U)
Codice: Seleziona tutto
journalctl -b -1 -p3 --no-pager
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND
Codice: Seleziona tutto
sudu ubuntu-drivers devices
- SaulGoodman
- Prode Principiante
- Messaggi: 199
- Iscrizione: mercoledì 11 dicembre 2024, 0:46
- Distribuzione: Ubuntu
Re: Driver scheda grafica Intel Iris Xe, Samsung Book3
Non mi sembra di aver visto nulla di fuori posto.plantubuntu ha scritto: ↑sabato 25 gennaio 2025, 15:32Codice: Seleziona tutto
sudo inxi -Fzx System: Kernel: 6.8.0-51-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0 Desktop: GNOME v: 46.0 Distro: Ubuntu 24.04.1 LTS (Noble Numbat) Machine: Type: Laptop System: SAMSUNG product: 750XFG v: P08CFL serial: <filter> Mobo: SAMSUNG model: NP750XFG-KA3IT v: SAMSUNG_SW_REVISION_12345+10.0.22621 serial: <filter> UEFI: American Megatrends LLC. v: P08CFL.029.240910.HQ date: 09/10/2024 Battery: ID-1: BAT1 charge: 7.9 Wh (14.4%) condition: 54.7/54.4 Wh (100.7%) volts: 14.3 min: 15.4 model: SAMSUNG Electronics SR Real Battery status: discharging CPU: Info: 10-core (2-mt/8-st) model: 13th Gen Intel Core i5-1335U bits: 64 type: MST AMCP arch: Raptor Lake rev: 3 cache: L1: 928 KiB L2: 6.5 MiB L3: 12 MiB Speed (MHz): avg: 904 high: 1188 min/max: 400/4600:3400 cores: 1: 479 2: 1010 3: 652 4: 1188 5: 932 6: 902 7: 902 8: 985 9: 930 10: 1046 11: 886 12: 938 bogomips: 59904 Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx Graphics: Device-1: Intel Raptor Lake-P [Iris Xe Graphics] vendor: Samsung Co driver: i915 v: kernel arch: Gen-13 bus-ID: 00:02.0 Device-2: Generic 720p HD Camera driver: uvcvideo type: USB bus-ID: 3-8:3 Display: server: X.Org v: 23.2.6 with: Xwayland v: 23.2.6 driver: dri: iris gpu: i915 resolution: 1536x864~60Hz API: EGL v: 1.5 drivers: iris,swrast platforms: active: x11,surfaceless,device inactive: gbm,wayland API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.9-0ubuntu0.3 glx-v: 1.4 direct-render: yes renderer: Mesa Intel Graphics (RPL-U) Audio: Device-1: Intel Raptor Lake-P/U/H cAVS vendor: Samsung Co driver: sof-audio-pci-intel-tgl bus-ID: 00:1f.3 API: ALSA v: k6.8.0-51-generic status: kernel-api Server-1: PipeWire v: 1.0.5 status: n/a (root, process) Network: Device-1: Intel Raptor Lake PCH CNVi WiFi driver: iwlwifi v: kernel bus-ID: 00:14.3 IF: wlo1 state: up mac: <filter> Bluetooth: Device-1: Intel AX201 Bluetooth driver: btusb v: 0.8 type: USB bus-ID: 3-10:4 Report: hciconfig ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 5.2 lmp-v: 11 Drives: Local Storage: total: 476.94 GiB used: 16.98 GiB (3.6%) ID-1: /dev/nvme0n1 vendor: SSSTC model: CL4-8D512 size: 476.94 GiB temp: 25.9 C Partition: ID-1: / size: 467.35 GiB used: 16.97 GiB (3.6%) fs: ext4 dev: /dev/nvme0n1p2 ID-2: /boot/efi size: 1.05 GiB used: 6.1 MiB (0.6%) fs: vfat dev: /dev/nvme0n1p1 Swap: ID-1: swap-1 type: file size: 4 GiB used: 0 KiB (0.0%) file: /swap.img Sensors: System Temperatures: cpu: 37.0 C mobo: N/A Fan Speeds (rpm): N/A Info: Memory: total: 16 GiB available: 15.31 GiB used: 6.53 GiB (42.6%) igpu: 64 MiB Processes: 394 Uptime: 17m Init: systemd target: graphical (5) Packages: 1517 Compilers: N/A Shell: Sudo v: 1.9.15p5 inxi: 3.3.34
Codice: Seleziona tutto
sudo inxi -G Graphics: Device-1: Intel Raptor Lake-P [Iris Xe Graphics] driver: i915 v: kernel Device-2: Generic 720p HD Camera driver: uvcvideo type: USB Display: server: X.Org v: 23.2.6 with: Xwayland v: 23.2.6 driver: dri: iris gpu: i915 resolution: 1536x864~60Hz API: EGL v: 1.5 drivers: iris,swrast platforms: x11,surfaceless,device API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.9-0ubuntu0.3 renderer: Mesa Intel Graphics (RPL-U)
Questo errore lo puoi tranquillamente ignorare. Di solito si aggiustano da soli con futuri aggiornamenti del Bios.e altri erroriCodice: Seleziona tutto
journalctl -b -1 -p3 --no-pager ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND
era "sudo" non "sudu" ma ok. Se non restituisce niente non serve nessun driver aggiuntivo.non restituisce nullaCodice: Seleziona tutto
sudu ubuntu-drivers devices
Qual è esattamente il problema che riscontravi?
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 14 ospiti