summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
Commit message (Collapse)AuthorAgeFilesLines
* [xorg] intel_drv is deprecated, use modesettingSimon Rettberg2021-04-071-5/+0Star
|
* [xorg] Remove deprecated intel module, add qxl moduleSimon Rettberg2021-03-163-140/+2Star
|
* [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.
* Debian!Simon Rettberg2020-05-193-132/+104Star
|
* [*] cd <...> || perror --> cde <...>Simon Rettberg2019-11-261-2/+2
|
* [rfs/xorg] move xterm to xorg moduleJonathan Bauer2019-07-302-0/+2
|
* [xorg] add missing gl vendor mesa def fileJonathan Bauer2019-07-101-2/+3
| | | | libegl-mesa0 registers the libEGL_mesa extension via /usr/share/glvnd/egl_vendor.d/
* [xorg] Remove unneeded packageSimon Rettberg2019-07-091-1/+0Star
|
* [xorg] Add more EGL stuffSimon Rettberg2019-07-091-0/+2
|
* [xorg] Clean up required packagesSimon Rettberg2019-05-231-6/+5Star
|
* [xorg] include xauthJonathan Bauer2019-04-182-1/+3
|
* [xorg] Remove "set -e"Simon Rettberg2019-03-221-2/+0Star
|
* [xorg] Include legacy ati drivers (if installed only)Simon Rettberg2019-02-211-0/+1
|
* [xorg] Add libEGL tooSimon Rettberg2019-02-211-0/+3
|
* [xorg] Add missing packages; cleanupSimon Rettberg2019-02-214-32/+9Star
|
* [xorg] force evdev for eGalax touchscreenJonathan Bauer2018-09-141-0/+9
|
* [xorg] Pin X driver versionsSimon Rettberg2018-09-122-5/+12
|
* [xorg] add ubuntu 18.04 configJonathan Bauer2018-03-211-0/+90
|
* [xorg] do not delete libglamor anymoreJonathan Bauer2017-11-302-3/+10
| | | | | The bug described in the comments seems to be fixed for newer Xorg versions
* [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....
* [xorg] Support building xorg drivers from source, do for amdgpu and radeonSimon Rettberg2017-11-242-5/+52
|
* [xorg] Include s3tc support libSimon Rettberg2017-11-221-0/+2
|
* [xorg] Support Ubuntu 17.10Jonathan Bauer2017-11-172-2/+4
|
* [xorg] ubuntu 17Jonathan Bauer2017-11-131-0/+69
| | | | | * vmmouse input driver is now built-in the kernel (CONFIG_MOUSE_PS2_VMMOUSE) * no more matrox support for video driver
* [xorg] Include x11-utils (xmessage, xkill, etc.)Simon Rettberg2017-04-062-0/+3
|
* Seems some files were given an extra shebang with ↵Simon Rettberg2017-03-101-1/+0Star
| | | | c79dec3ba517967c09ef398b20d577271774df19
* Add bash shebangs to all our includes:Simon Rettberg2017-02-2810-0/+10
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-234-10/+58
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-2515-0/+706