Bug#1133829: How I solved the issue
Оню и̯ɐɔɐг <[email protected]>
| Newsgroups | gmane.linux.debian.devel.x |
|---|---|
| Message-ID | <CAEBhT6FOO13ewTi8CZ8ZcUPYVTM-tSX=8nwqgyXOCysAJXFFbw__37908.1973851257$1776249329$gmane$org@mail.gmail.com> |
It seems that during the operating system installation, the default
settings that were supposed to enable “nomodeset” by default were
configured incorrectly.
After renaming the /etc/X11/xorg.conf file, everything started working as
it should, and performance in DW increased to 35–40 FPS—I think that's
about what it was like on Windows.
```
$ inxi -G
Graphics:
Device-1: Intel Core Processor Integrated Graphics driver: i915 v: kernel
Device-2: Suyin WebCam driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.16 driver: X: loaded: modesetting
unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1600x900~60Hz
API: EGL v: 1.5 drivers: crocus,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.5 compat-v: 2.1 vendor: intel mesa v: 25.0.7-2
renderer: Mesa Intel HD Graphics (ILK)
API: Vulkan v: 1.4.309 drivers: llvmpipe surfaces: xcb,xlib
Info: Tools: api: eglinfo, glxinfo, vulkaninfo de: xfce4-display-settings
x11: xdriinfo, xdpyinfo, xprop, xrandr
```
Containment of the /etc/X11/xorg.conf.backup file:
```
#-----------------------------------------------------------------------------
# xorg.conf file
#
# Generated by make-xorg-conf sometime around Sun Apr 12 14:17:32 EDT 2026
#
# If you want to save customizations, delete the line above or this
# file will get automatically deleted on the next live boot.
#
# Command line parameters: --output=/etc/X11/xorg.conf uxa
#-----------------------------------------------------------------------------
Section "Device"
Identifier "Device0"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
```