summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* Add slightly more room for longer text in Graphics CardsGiuseppe Ghibò2023-06-061-1/+1
|
* Added XFdrake option to disable (3D) hardware acceleration for some cards ↵Angelo Naselli2023-04-211-1/+41
| | | | (see bug #31695)
* add amdgpu to kms drivers to not test under framebufferThomas Backlund2021-02-071-1/+1
|
* add AMD to list of gpu vendorsThomas Backlund2021-02-071-1/+1
|
* Add 'xclone' boot option to control Xorg default configuration (mga#24469).Martin Whitaker2019-03-161-0/+3
|
* Fix setting systemd default.target to requested runlevel (mga#22593)Martin Whitaker2018-11-031-1/+2
|
* list more drivers:Thierry Vignaud2018-06-221-4/+4
| | | | amdgpu mach64 r128 sisimedia vboxvideo voodoo
* Remove 'nomodeset' boot option when switching to a modesetting driver ↵Martin Whitaker2017-05-061-2/+6
| | | | (mga#20455).
* forbid 24bit for geode (mga#19927)Thierry Vignaud2017-03-071-0/+2
|
* perl_checker cleanupsThierry Vignaud2016-11-081-1/+1
|
* improve perl_checker's SNRThierry Vignaud2016-11-0811-0/+16
|
* drop support for Alpha/PPC/SPARCThierry Vignaud2016-11-082-17/+3
| | | | like in drakx, it's unused/unsupported for quite a long time
* -noAutoAddDevices is no more supported by xserverThierry Vignaud2016-11-081-1/+1
|
* x11-driver-video-modesetting was merged in xserverThierry Vignaud2016-11-081-1/+1
| | | | so do not try uselessly to install it...
* fix test backgroundThierry Vignaud2016-11-081-11/+12
| | | | | | | | | | It was broken since switching to gtk+3... Fixed & simplified by switching to using CSS on a top maximized window instead of playing with root GdkWindow We always want the image to be there now. This also enables to rip broken code from mygtk3
* better description for 21/9-like resolutionsGiuseppe Ghibò2016-09-191-4/+4
|
* Added newer and modern resolutionsGiuseppe Ghibò2016-09-181-1/+17
|
* Change default background size to 1600x1200 to match mageia-themeRémi Verschelde2016-09-171-1/+1
|
* Change background symlink from default.jpg to default.pngRémi Verschelde2016-09-171-3/+3
|
* stop installing/configuring vboxmouse (mga#18917)Thierry Vignaud2016-07-141-1/+1
| | | | | | VBox rely on evdev (kernel) + libinput (userspace) like everyone these days. VMs must just use USB tablet as input device (which is now the default)
* kill last reference to vmmouseThierry Vignaud2016-07-141-1/+1
| | | | should have in commit 52409c682c37ab200f636af9254d4328c5c988ec
* add a FIXME noteThierry Vignaud2016-07-141-0/+1
|
* Use the official X.org syntax to define keyboard layouts (mga#14476)Martin Whitaker2016-07-093-4/+5
| | | | o Gnome/gdm can no longer handle our unofficial or deprecated syntax
* do not propose to test modesetting in stage2Thierry Vignaud2015-04-131-1/+1
| | | | thus fixing mga#15687
* get_width() => get_allocated_width()Thierry Vignaud2013-11-241-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2013-11-241-1/+1
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-242-14/+14
|
* Xconfig: select the preferred timing in case of multiple detailed timings in ↵Anssi Hannula2013-05-031-2/+1
| | | | EDID (mga#9934)
* Xconfig: never fallback to assuming a 1024x768 monitor if probing failedAnssi Hannula2013-05-031-26/+3
| | | | Instead select an automatic "Plug'n Play" monitor (mga#9272).
* Xconfig: never fallback to guessing display resolutionAnssi Hannula2013-05-031-29/+1
| | | | | | Neverfallback to guessing display resolution from display size or forcing it to 1024x768, instead fallback to automatic display mode (mga#9934).
* fix detecting whether X11 is started on boot or not (mga#3618)Thierry Vignaud2013-03-161-1/+2
| | | | handle both inittab & pure systemd
* fix test background (Manuel Hiebel, mga#6349)Thierry Vignaud2012-06-281-1/+1
| | | | image was moved in desktop-common-data
* (allowed) allow to select depth other than 16bit on Poulsbo (mga#5695)Thierry Vignaud2012-05-091-1/+1
|
* help perl_checkerThierry Vignaud2012-05-021-1/+2
|
* Do not install bootloader when configuring X during install.Pascal Terjan2012-04-291-2/+8
| | | | This will be done at end of summary to allow selecting where to install bootloader(mga#5044)
* (install_server) fix loading functionsThierry Vignaud2012-04-051-1/+1
| | | | | thus fixing crash introduced by anssi in r3925 ["Fix firmware handling (it is DRIVER which needs it, not DRIVER2)"]
* add a 'nice' warning message when firmware is not available instead ofAnssi Hannula2012-04-052-3/+11
| | | | a simple "Package not found: radeon-firmware"
* Fix firmware handling (it is DRIVER which needs it, not DRIVER2)Anssi Hannula2012-04-052-7/+10
|
* perl_checker cleanupsThierry Vignaud2012-03-245-13/+12
|
* help perl_checkerThierry Vignaud2012-03-241-2/+2
|
* (readCardsDB,install_server,handle_FIRMWARE) handle new DRIVER2_NO_FIRMWARE ↵Thierry Vignaud2012-01-042-0/+18
| | | | | | | and FIRMWARE keywords thus enabling to handle drivers needing firmware (fixes mga#1471, mga#3421)
* (readCardsDB,handle_DRIVER2_NO_SSE) handle new DRIVER2_NEEDS_SSE keywordThierry Vignaud2012-01-042-3/+5
| | | | | | | | this enables to handle drivers needing SSE (aka nvidia-current) in a more generic way, not depending on having DRIVER2_NO_SSE keyword) this is needed as DRIVER2_NO_SSE will be commented out since nvidia96xx doesn't support x11-server-1.11.x
* (allowed) default to 24bit with QXL driver (16 bit doesn't work)Thierry Vignaud2011-12-161-1/+1
|
* (allowed) simplifyThierry Vignaud2011-12-161-1/+1
|
* one definition for libdirThierry Vignaud2011-12-121-3/+4
|
* (may_use_Driver2) simplifyThierry Vignaud2011-12-121-3/+2
|
* (may_use_Driver2) simplify (more generic, more readable)Thierry Vignaud2011-12-121-4/+2
|
* (may_use_Driver2,pkgs_for_Driver2) perl_checker cleanupsThierry Vignaud2011-12-121-3/+3
|
* (to_raw_X) simplifyThierry Vignaud2011-12-121-1/+1
| | | | (N.B.: not found by perl_checker :-( )
* (pkgs_for_Driver2) simplifyThierry Vignaud2011-12-121-1/+1
|