atatury
(Atatür YILDIRIM)
November 22, 2024, 8:26am
1
Hi all,
The output of “inxi -G” is :
$ inxi -G
Graphics:
Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915 v: kernel
Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: nvidia v: 565.57.01
Device-3: Microdia Integrated_Webcam_HD driver: uvcvideo type: USB
Display: wayland server: Xwayland v: 24.1.4 compositor: kwin_wayland driver: gpu: i915
tty: 205x69 resolution: 1920x1080
API: EGL v: 1.5 drivers: iris,nvidia,swrast platforms: gbm,wayland,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: mesa v: 24.2.7 note: console (EGL sourced)
renderer: Mesa Intel UHD Graphics 630 (CFL GT2), NVIDIA GeForce GTX 1050 Ti with Max-Q
Design/PCIe/SSE2, llvmpipe (LLVM 19.1.0 256 bits)
API: Vulkan v: 1.3.296 drivers: N/A surfaces: wayland
Laptop is Dell XPS 15 9570. Problem is that console Wayland driver is still i915 and I can’t configure resolution beyond 1920x1080. In the past, I used to work with Ubuntu with Nvidia card is the prime and resolution is far beyond 1920x1080. My case is very similar to [SOLVED] F40 + KDE6 + Wayland = I want my NVIDIA GPU back! (Dell XPS 15 9500 + GeForce GTX) and I set all the environment variables in the link, but no luck.
I’ve read almost all the documents regarding the problem and tried various workarounds; nothing helped. Any ideas?
Thank you…
Please show inxi -Gxx
so we can see the additional information.
Post that as preformatted text using the </>
button on the input toolbar so it is displayed exactly as shown on your screen.
Example:
$ inxi -Gxx
Graphics:
Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: ASUSTeK
driver: i915 v: kernel arch: Gen-9.5 ports: active: eDP-1 empty: none
bus-ID: 00:02.0 chip-ID: 8086:3e9b
Device-2: NVIDIA TU116M [GeForce GTX 1660 Ti Mobile] vendor: ASUSTeK
driver: nvidia v: 565.57.01 arch: Turing pcie: speed: 2.5 GT/s lanes: 8
ports: active: none empty: DP-1,HDMI-A-1 bus-ID: 01:00.0
chip-ID: 10de:2191
Display: wayland server: X.org v: 1.21.1.14 with: Xwayland v: 24.1.4
compositor: gnome-shell v: 47.1 driver: X: loaded: modesetting,nvidia
unloaded: fbdev,nouveau,vesa alternate: nv dri: iris gpu: i915
display-ID: 0
Monitor-1: eDP-1 model: AU Optronics 0x409d res: 1920x1080 dpi: 128
diag: 438mm (17.3")
API: EGL v: 1.5 platforms: device: 0 drv: nvidia device: 1 drv: iris
device: 3 drv: swrast gbm: drv: iris surfaceless: drv: nvidia wayland:
drv: swrast x11: drv: zink inactive: device-2
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 565.57.01
glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2
display-ID: :0.0
atatury
(Atatür YILDIRIM)
November 25, 2024, 5:54am
3
Hi,
$ inxi -Gxx
Graphics:
Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: Dell driver: i915 v: kernel
arch: Gen-9.5 ports: active: eDP-1 empty: DP-1,DP-2,DP-3 bus-ID: 00:02.0 chip-ID: 8086:3e9b
Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] vendor: Dell driver: nvidia v: 565.57.01
arch: Pascal pcie: speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.0 chip-ID: 10de:1c8c
Device-3: Microdia Integrated_Webcam_HD driver: uvcvideo type: USB rev: 2.0 speed: 480 Mb/s
lanes: 1 bus-ID: 1-12:5 chip-ID: 0c45:671d
Display: wayland server: Xwayland v: 24.1.4 compositor: kwin_wayland driver: gpu: i915
tty: 182x58
Monitor-1: eDP-1 model: Sharp 0x149a res: 1920x1080 dpi: 142 diag: 395mm (15.5")
API: EGL v: 1.5 platforms: device: 0 drv: nvidia device: 1 drv: iris device: 3 drv: swrast
surfaceless: drv: nvidia inactive: gbm,wayland,x11,device-2
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: mesa v: 24.2.7 note: console (EGL sourced)
renderer: NVIDIA GeForce GTX 1050 Ti with Max-Q Design/PCIe/SSE2, Mesa Intel UHD Graphics 630
(CFL GT2), llvmpipe (LLVM 19.1.0 256 bits)
API: Vulkan v: 1.3.296 surfaces: N/A device: 0 type: discrete-gpu driver: N/A
device-ID: 10de:1c8c device: 1 type: integrated-gpu driver: N/A device-ID: 8086:3e9b device: 2
type: cpu driver: N/A device-ID: 10005:0000
Thank you…