| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
thus fixing crash introduced by anssi in r3925
["Fix firmware handling (it is DRIVER which needs it, not DRIVER2)"]
|
|
|
|
| |
a simple "Package not found: radeon-firmware"
|
| |
|
| |
|
|
|
|
|
|
|
| |
and FIRMWARE keywords
thus enabling to handle drivers needing firmware
(fixes mga#1471, mga#3421)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(N.B.: not found by perl_checker :-( )
|
|
|
|
|
|
| |
(mga#3711 and the like)
TODO: check for KMS<->proprietary/vesa/fb switches
|
| |
|
| |
|
|
|
|
| |
with an SLI laptop as reported by Maarten Vanraes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
o use -X option for ldconfig when switching alternatives, we only need the
cache rebuilt
|
| |
|
|
|
|
|
|
|
| |
(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)
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
non-interactive probe. Allowed special values:
auto = normal mode
free = only use free drivers
Last entry on commandline is used.
|
|
|
|
|
| |
x11-server
|
|
|
|
|
| |
o ensure we don't drop non-main "Device" (when modifying "Options", #41410)
|
| |
|
|
|
|
|
| |
o handle DRIVER2_NO_SSE (from Cards+), needed by nvidia-current requiring SSE
|
|
|
|
|
| |
differently so that Xconfig::various::info() is correct (#31326)
|
| |
|
|
|
|
|
| |
(will ease the maintainance of the list of drivers in Xconfig/card.pm)
|
|
|
|
|
| |
- do not add additional libglx ModulePaths for nvidia anymore
|
| |
|
| |
|
| |
|
|
|
|
|
| |
is the wanted one to ensure the alternative is switched to manual
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
(no more needed since x11-driver-video-intel 2.0)
|
|
|
|
|
|
| |
(and at least MonitorLayout option is depreacated as reported on cooker
by Colin Close)
|
| |
|
|
|
|
| |
packages
|
| |
|
|
|
|
|
| |
(it helps not forcing to install the nvidia-kernel-2.6.xxx)
|
| |
|
| |
|
| |
|
|
|