summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/various.pm
Commit message (Collapse)AuthorAgeFilesLines
* Added XFdrake option to disable (3D) hardware acceleration for some cards ↵Angelo Naselli2023-04-211-1/+41
| | | | (see bug #31695)
* 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
|
* Remove 'nomodeset' boot option when switching to a modesetting driver ↵Martin Whitaker2017-05-061-2/+6
| | | | (mga#20455).
* improve perl_checker's SNRThierry Vignaud2016-11-081-0/+1
|
* Use the official X.org syntax to define keyboard layouts (mga#14476)Martin Whitaker2016-07-091-0/+1
| | | | o Gnome/gdm can no longer handle our unofficial or deprecated syntax
* fix detecting whether X11 is started on boot or not (mga#3618)Thierry Vignaud2013-03-161-1/+2
| | | | handle both inittab & pure systemd
* 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)
* perl_checker cleanupsThierry Vignaud2012-03-241-7/+7
|
* Do not include chroot path in symlink.Colin Guthrie2011-11-071-2/+2
|
* Use the actual variable defined + update NEWSColin Guthrie2011-11-071-1/+1
|
* Ensure we update the default systemd target when setting runlevel.Colin Guthrie2011-11-071-0/+6
|
* Add display_driver_helper script and add/remove nokmsboot boot option as needed.Anssi Hannula2011-04-171-0/+15
|
* Factorize change_bootloader_config for next commit.Anssi Hannula2011-04-171-6/+18
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-4/+1
| | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r391 | dmorgan | 2011-02-03 13:54:58 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-kbd-mouse-x11 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2 - Problematic files: o lib/keyboard.pm: run_program::run('mandriva-setup-keyboard'); (does this need to be changed?) we keep it for now o lib/Xconfig/resolution_and_depth.pm: symlinkf "$theme{THEME}.xml", "$dir/Mandriva.xml"; (this will be changed, and should be synced with whatever will be does to the default Mageia wallpapers theme; this .xml file is used to change the wallpaper in GNOME/KDE depending on the time of the day) => switched to Mageia.xml - Various icons that'll need to be changed in data/pixmaps: done with oxygen icons
* XFdrake: do not disable Composite extension by default when using fglrx driverAnssi Hannula2010-01-161-1/+1
|
* enable ctrl+alt+backspace (twice) by default (pzanoni)Christophe Fergeau2009-10-211-1/+1
|
* - XFdrake: Aurélien Lefebvre2009-09-111-3/+8
| | | | | o fix DontZap option issue with old xorg.conf files
* - XFdrake:Aurélien Lefebvre2009-09-091-0/+17
| | | | | o added "Disable Ctrl-Alt-Backspace" option
* Tweak xorg.conf writing with intel driverChristophe Fergeau2009-04-211-4/+16
|
* Don't show the "EXA/XAA" switch by default on Intel cardsChristophe Fergeau2009-04-211-1/+1
| | | | | | | | | Newer intel drivers properly autoselect UXA/EXA if KMS is available or not, and XAA should really only be used as a fallback. For now, don't set EXA => 0 in the default values for the Intel cards. This will hide the XAA/EXA switch from the configuration UI. If an accel method was explicitly selected in xorg.conf by the user, the UI will be shown so that he has a chance to unselect EXA.
* - XFdrake:Anssi Hannula2008-06-191-1/+1
| | | | | o use nvidia-current default settings for nvidia173 as well
* o drop support for /etc/X11/XF86Config (replaced by xorg.conf for some ↵Pascal Rigaux2008-06-091-5/+5
| | | | time now)
* create set_extension() and use itPascal Rigaux2008-06-051-2/+1
|
* - XFdrake:Pascal Rigaux2008-06-051-4/+4
| | | | | o Composite is now the default in xserver 1.4 (#35043)
* create remove_extension() and use itPascal Rigaux2008-06-051-4/+2
|
* - XFdrake:Pascal Rigaux2008-04-021-1/+1
| | | | | | | | | o do not disable RenderAccel on nvidia-current (regression introduced in 0.21) (Anssi gave the proper patch, and i failed miserably, let me dig the sand with my head and a pile of brown paper bags...)
* - XFdrake:Pascal Rigaux2008-03-271-0/+4
| | | | | | | | o disable "DynamicTwinView" when not using TwinView (#39171) it disables runtime setting of TwinView via nvidia-settings it helps on Compiz (#39171)
* - XFdrake:Pascal Rigaux2008-03-211-1/+1
| | | | | o allow to set "EXA" on "intel" driver (#39162)
* - XFdrake:Pascal Rigaux2008-03-201-1/+19
| | | | | o add option "Force display mode of DVI" on driver "nvidia" (#30066)
* cleanup (and prepare for next commits)Pascal Rigaux2007-09-251-2/+2
|
* (setupFB) don't die if no bootloader is configuredPascal Rigaux2007-08-271-0/+1
| | | | | (mostly for auto_installs in drakx-in-chroot with broken pci detection)
* - internal: add many options as having to be used only once, easing their usePascal Rigaux2007-08-011-4/+4
| | | | | | and fixing setting them (eg #31942 where one can't click "Options" after setting EXA)
* - drop support for installing/configuring 915resolution Pascal Rigaux2007-07-311-27/+0
| | | | | (no more needed since x11-driver-video-intel 2.0)
* - fix displaying "3D hardware acceleration: no" for nvidia proprietary driverPascal Rigaux2007-06-211-1/+1
| | | | | (#31326)
* "i810" is now "intel"Pascal Rigaux2007-04-301-2/+2
|
* - handle new intel driver (don't propose 915resolution when using new driver)Pascal Rigaux2007-04-301-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-22/+204
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+178