summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/card.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* list more drivers:Thierry Vignaud2018-06-221-4/+4
| | | | amdgpu mach64 r128 sisimedia vboxvideo voodoo
* drop support for Alpha/PPC/SPARCThierry Vignaud2016-11-081-15/+2
| | | | like in drakx, it's unused/unsupported for quite a long time
* x11-driver-video-modesetting was merged in xserverThierry Vignaud2016-11-081-1/+1
| | | | so do not try uselessly to install it...
* add a FIXME noteThierry Vignaud2016-07-141-0/+1
|
* do not propose to test modesetting in stage2Thierry Vignaud2015-04-131-1/+1
| | | | thus fixing mga#15687
* (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-051-1/+1
| | | | a simple "Package not found: radeon-firmware"
* Fix firmware handling (it is DRIVER which needs it, not DRIVER2)Anssi Hannula2012-04-051-3/+6
|
* perl_checker cleanupsThierry Vignaud2012-03-241-1/+1
|
* (readCardsDB,install_server,handle_FIRMWARE) handle new DRIVER2_NO_FIRMWARE ↵Thierry Vignaud2012-01-041-0/+3
| | | | | | | 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-041-0/+1
| | | | | | | | 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
* (to_raw_X) simplifyThierry Vignaud2011-12-121-1/+1
| | | | (N.B.: not found by perl_checker :-( )
* (check_bad_card) do not coffer to try KMS drivers during installationThierry Vignaud2011-12-121-0/+6
| | | | | | (mga#3711 and the like) TODO: check for KMS<->proprietary/vesa/fb switches
* (probe) perl_checker cleanupThierry Vignaud2011-12-121-1/+1
|
* (check_bad_card,from_raw_X) simplifyThierry Vignaud2011-12-121-2/+2
|
* prefer boot display devices when probing cards (fixes at least an issueAnssi Hannula2011-04-271-1/+3
| | | | with an SLI laptop as reported by Maarten Vanraes)
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-1/+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
* Remove the 'glide' driver from xfree4_Drivers since we don't have itPaulo Ricardo Zanoni2010-02-221-1/+1
|
* - updated the xfree4_Drivers list:Paulo Ricardo Zanoni2010-02-221-4/+6
| | | | | | | | | | | | | | o removed amd (replaced by geode) o removed avivo (driver doesn't exist) o removed cyrix (replaced by geode) o removed imstt (driver doesn't exist) o removed nsc (replaced by geode) o removed via (driver doesn't exist) o removed vga (driver removed) o added geode (ix86 only) o added xgi, xgixp and qxl o sort list lexicographically
* XFrake:Anssi Hannula2010-02-091-2/+3
| | | | | | | | | | o do not disable loading of dri module for non-glx drivers, as KMS drivers require it as well o do not disable loading of glx module for fbdev, in order to allow AIGLX to work in software rasterizer mode o do not add dbe and extmod modules to xorg.conf anymore, they are loaded by default anyway
* - XFdrake:Anssi Hannula2010-01-101-2/+2
| | | | | | o use -X option for ldconfig when switching alternatives, we only need the cache rebuilt
* perl_checker cleanupsThierry Vignaud2009-10-261-1/+1
|
* - run ldconfig after update-alternatives during installer tooOlivier Blin2009-10-091-2/+3
| | | | | | | (psb alternative does not have a higher priority than standard alternative, and ldconfig was run by the installer only before manually setting the alternative, which was not enough)
* (libgl_config_and_more) make it more readableThierry Vignaud2009-09-231-4/+6
|
* psb supportOlivier Blin2009-09-231-1/+2
|
* Check PCI class when detecting video cardsChristophe Fergeau2009-04-281-1/+4
| | | | | | | Dual-head ATI cards appears twice on the PCI bus, once in the DISPLAY_OTHER class and once in the DISPLAY_VGA class. They did that for compatibility with Win2000. Make sure we don't think the system has 2 video cards in such cases.
* Fix selecting proprietary drivers with xdriver=DRIVER boot option.Anssi Hannula2009-04-101-1/+1
|
* add nouveau driver into the driver listAnssi Hannula2009-04-021-1/+1
|
* Add support for boot option xdriver=foo for overriding the driver inAnssi Hannula2009-04-021-0/+18
| | | | | | | | | non-interactive probe. Allowed special values: auto = normal mode free = only use free drivers Last entry on commandline is used.
* o no need to force XaaNoOffscreenPixmaps, it is the default now inPascal Rigaux2008-07-041-3/+0
| | | | | x11-server
* - XFdrake:Pascal Rigaux2008-06-131-1/+2
| | | | | o ensure we don't drop non-main "Device" (when modifying "Options", #41410)
* - workaround pb with nvidia driver: make dm restart xserver (#38297)Pascal Rigaux2008-04-021-2/+2
|
* - XFdrakePascal Rigaux2008-03-111-0/+2
| | | | | o handle DRIVER2_NO_SSE (from Cards+), needed by nvidia-current requiring SSE
* - we don't set ModulesPath to DRI_GLX_SPECIAL value, so we must read itPascal Rigaux2007-09-261-1/+1
| | | | | differently so that Xconfig::various::info() is correct (#31326)
* Handle the new fglrx-hd2000 alternative driver.Anssi Hannula2007-09-151-1/+1
|
* - in the list of available Xorg drivers, add "Driver" from Cards+Pascal Rigaux2007-09-101-1/+2
| | | | | (will ease the maintainance of the list of drivers in Xconfig/card.pm)
* - use standard.conf as default gl_conf alternativeAnssi Hannula2007-08-271-5/+1
| | | | | - do not add additional libglx ModulePaths for nvidia anymore
* add avivo in the Xorg drivers listOlivier Blin2007-08-141-1/+1
|
* fix typo (thanks to Anssi Hannula)Pascal Rigaux2007-08-091-1/+1
|
* perl_checker compliancePascal Rigaux2007-08-091-1/+1
|
* as suggested by Anssi, do run update-alternatives even if current alternativesPascal Rigaux2007-08-091-5/+5
| | | | | is the wanted one to ensure the alternative is switched to manual
* - handle nvidia-current instead of nvidia97xx (thanks to Anssi)Pascal Rigaux2007-08-081-2/+2
| | | | | | | | | - handle x11-driver-video-$nvidia instead of $nvidia nb: pkg_name_for_Driver2() has been dropped, and pkgs_for_Driver2() arguments have changed. this allows simplifying install::steps, but causes incompatibility
* - drop support for installing/configuring 915resolution Pascal Rigaux2007-07-311-3/+0
| | | | | (no more needed since x11-driver-video-intel 2.0)
* - remove all fglrx options, hopefully default is good enoughPascal Rigaux2007-05-181-67/+0
| | | | | | (and at least MonitorLayout option is depreacated as reported on cooker by Colin Close)
* - fix using proprietary driver (remove debug code) (thanks to Michael Altizer)Pascal Rigaux2007-05-091-1/+1
|
* - ask "Do you wish to use proprietary driver" before installing the needed ↵Pascal Rigaux2007-04-301-14/+19
| | | | packages
* revert change, may_use_Driver2 returns true even if kernel drivers are missingPascal Rigaux2007-04-301-3/+1
|
* don't install proprietary packages if drivers are already availablePascal Rigaux2007-04-301-1/+3
| | | | | (it helps not forcing to install the nvidia-kernel-2.6.xxx)