We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have installed with cargo (succesfully) but launching i get this: (last few line)
2024-11-26T00:14:28.278184Z INFO iced_wgpu::window::compositor: Available adapters: [ AdapterInfo { name: "NVIDIA GeForce GTX 1060 6GB", vendor: 4318, device: 7171, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "565.57.01", backend: Vulkan, }, AdapterInfo { name: "AMD Radeon Vega 11 Graphics (RADV RAVEN)", vendor: 4098, device: 5592, device_type: IntegratedGpu, driver: "radv", driver_info: "Mesa 24.2.7", backend: Vulkan, }, AdapterInfo { name: "llvmpipe (LLVM 19.1.0, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 24.2.7 (LLVM 19.1.0)", backend: Vulkan, }, AdapterInfo { name: "NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2", vendor: 4318, device: 0, device_type: Other, driver: "", driver_info: "", backend: Gl, }, ] 2024-11-26T00:14:28.292016Z INFO iced_wgpu::window::compositor: Selected: AdapterInfo { name: "AMD Radeon Vega 11 Graphics (RADV RAVEN)", vendor: 4098, device: 5592, device_type: IntegratedGpu, driver: "radv", driver_info: "Mesa 24.2.7", backend: Vulkan, } 2024-11-26T00:14:28.292274Z INFO iced_wgpu::window::compositor: Selected format: Bgra8UnormSrgb 2024-11-26T00:14:28.321111Z ERROR winit::platform_impl::platform: X11 error: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4, } 2024-11-26T00:14:28.321160Z ERROR winit::platform_impl::platform: X11 error: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4, } 2024-11-26T00:14:28.321171Z ERROR winit::platform_impl::platform: X11 error: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4, } 2024-11-26T00:14:28.321324Z ERROR airshipper::error: Airshipper panicked: Failed to call XMapRaised: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4 }: panicked at /home/gattolfo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.27.5/src/platform_impl/linux/x11/window.rs:983:18: Failed to call XMapRaised: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4 } thread 'main' panicked at /home/gattolfo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.27.5/src/platform_impl/linux/x11/window.rs:983:18: Failed to call XMapRaised: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4 } note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
My system:
OS: Fedora Linux 41 (Cinnamon) x86_64 Host: MS-7B86 7.0 Kernel: 6.11.8-300.fc41.x86_64 Uptime: 24 mins Packages: 2641 (rpm), 71 (flatpak) Shell: bash 5.2.32 Resolution: 1920x1080 DE: Cinnamon 6.2.9 WM: Mutter (Muffin) WM Theme: Mint-Y-Dark-Blue (Adwaita) Theme: Mint-Y-Dark-Blue [GTK2/3] Icons: Mint-Y-Navy [GTK2/3] Terminal: kitty CPU: AMD Ryzen 5 3400G (8) @ 4.200GHz GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series GPU: NVIDIA GeForce GTX 1060 6GB Memory: 5384MiB / 13889MiB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have installed with cargo (succesfully) but launching i get this: (last few line)
My system:
The text was updated successfully, but these errors were encountered: