summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/data
Commit message (Collapse)AuthorAgeFilesLines
* [xorg] Implement has_option in XsessionSimon Rettberg2024-02-291-1/+21
|
* [xorg] Add libinput config to enable click-on-tapSimon Rettberg2023-12-201-0/+7
|
* [lightdm-greeter-bwlp/xorg] Fix: lightdm restarts on failed authSimon Rettberg2023-05-033-1/+14
|
* [xorg] Make script return trueSimon Rettberg2023-02-161-0/+1
|
* [xorg] Add logout hang bug workaroundSimon Rettberg2023-01-171-0/+7
|
* [xorg] Fix MatchDriver for nvidiaSteffen Ritter2022-10-131-1/+1
| | | | | | Using "nvidia" OR "nvidia-drm" to hopefully catch all driver possibilities and start X11 with/without active screens.
* [remote-access/xorg] Use OutputClass instead of Device for dynamic stuffSimon Rettberg2022-09-091-4/+5
|
* [xorg] iris driver workaround: Only required for Mesa 20.xSimon Rettberg2021-11-151-17/+16Star
| | | | | | | | 21.x apparently fixed all the issues that appeared with the iris driver and hardware acceleration. Check for Mesa 20 specifically. Also use a more refined workaround by setting an env-var that only affects the iris driver, which saves us from checking which driver appears to be in use by grepping the Xorg log file.
* [xorg] intel_drv is deprecated, use modesettingSimon Rettberg2021-04-071-5/+0Star
|
* [xorg] Add xsession startup loggingSimon Rettberg2021-03-011-32/+18Star
|
* [xorg] Improve intel matching for IRIS fixSimon Rettberg2020-10-051-1/+1
| | | | | | For some reason, on some intel NUCs, the nvidia driver is attempted to be loaded even though it doesn't even exist. The old grep matched that and then failed to apply the fix.
* [xorg] Add config to allow X to start with NVIDIA without displaysSimon Rettberg2020-09-231-0/+5
| | | | | | | The nvidia driver would abort the Xserver startup if it determines that no displays are connected. We don't want this as it might yield false positives in rare conditions, and also would prevent using the machine in headless mode for remote access.
* [xorg] I swear this worked yesterdaySimon Rettberg2020-08-121-2/+2
|
* [xorg] Conditionally apply Iris workaroundSimon Rettberg2020-08-101-1/+17
|
* [xorg] Force using old i965 OpenGL driver on intelSimon Rettberg2020-08-041-0/+10
| | | | | | The newer Iris driver causes corruption and glitches with 3D acceleration on VMware 15.5.6 -- maybe retry the newer driver some time in the future.
* [xorg] Remove "set -e"Simon Rettberg2019-03-221-2/+0Star
|
* [xorg] force evdev for eGalax touchscreenJonathan Bauer2018-09-141-0/+9
|
* [xorg] add xorg config for intel gpusJonathan Bauer2017-11-301-0/+5
| | | | | | matches on kernel module i915 and loads intel_drv.so this config is not provided by the xserver-xorg-video-intel package for some reason....
* merge with latest dev versionSebastian2016-04-255-0/+166