/[soft]/drakx-kbd-mouse-x11/trunk/NEWS
ViewVC logotype

Annotation of /drakx-kbd-mouse-x11/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1106 - (hide annotations) (download)
Wed May 4 20:14:19 2011 UTC (12 years, 11 months ago) by anssi
File size: 20831 byte(s)
Fallback to X server run-time autodetection on laptops instead of
1024x768 when the monitor could not be probed (Mageia #1059).
1 anssi 997 - display_driver_helper: do not load radeon driver if the proprietary
2     driver is temporarily disabled on a PowerXpress system
3 anssi 1001 - prefer boot display devices when probing cards (fixes at least an issue
4     with an SLI laptop as reported by Maarten Vanraes)
5 pterjan 1062 - add support for Asturian keyboard
6 anssi 1105 - do not try to probe monitor information via X server on laptops (it
7     doesn't work with recent X servers)
8 anssi 1106 - fallback to X server run-time autodetection on laptops instead of
9     1024x768 when the monitor could not be probed (Mageia #1059)
10 anssi 997
11 blino 982 Version 0.95 - 23 April 2011
12    
13 blino 981 - harddrake: configure default resolution (and background) even if card
14     configuration fails (useful if vbox video driver is not available)
15    
16 anssi 968 Version 0.94 - 20 April 2011
17    
18 anssi 958 - disable debug output of display_driver_helper by default
19 anssi 959 - fix ahead-of-X-server loading of proprietary and fglrx kernel modules
20 anssi 961 - try unloading unconfigured drivers in "display_driver_helper --check-loaded"
21 anssi 958
22 anssi 914 Version 0.93 - 17 April 2011
23    
24 anssi 912 - add display_driver_helper script (used by XFdrake, udev, drakx, dkms)
25     - add/remove nokmsboot boot option as needed
26 anssi 913 - ask for reboot instead of X server restart, as it is commonly needed
27 anssi 912
28 dmorgan 866 Version 0.92 - 10 April 2011
29 anssi 914
30 dmorgan 866 - fix runned program in Keyboard.pm (#750)
31    
32 ennael 760 Version 0.91 - 30 March 2011
33    
34     - evdev needs to be loaded before calling getInputDevices_and_usb
35     else it will lead to a crash (pterjan)
36 dmorgan 391 - use UseEdid instead of IgnoreEDID with nvidia96xx since the latter is
37     obsolete (#40006)
38     - remove "3D hardware acceleration" from the UI, it will always be enabled
39     by default since we unconditionnally add the "dri" module to xorg.conf now
40     (#58933)
41    
42     Version 0.90 - 26 May 2010
43    
44     - translation updates
45    
46     Version 0.89 - 11 May 2010
47    
48     - mouse:
49     o remove imwheel support
50    
51     Version 0.88 - 25 February 2010
52    
53     - rename wacom driver package to its current name
54     - remove obsoleted video drivers from video driver list, add some new ones
55    
56     Version 0.87 - 9 February 2010
57    
58     - XFdrake:
59     o use -X option for ldconfig when switching alternatives, we only need the
60     cache rebuilt (Anssi Hannula)
61     o do not disable Composite extension by default when using fglrx driver
62     (Anssi Hannula)
63     o do not disable loading of dri module for non-glx drivers, as KMS drivers
64     require it as well
65     o do not disable loading of glx module for fbdev, in order to allow AIGLX
66     to work in software rasterizer mode
67     o do not add dbe and extmod modules to xorg.conf anymore, they are loaded
68     by default anyway
69    
70     Version 0.86 - 26 November 2009
71    
72     - keyboarddrake:
73     o make sure to properly init the console keymap before dumping it during
74     initial configuration, should fix console keymap setting in finish-install
75    
76     Version 0.85 - 22 October 2009
77    
78     - mousedrake:
79     o fix input module path on 64 bit machines
80     o don't install input drivers if X isn't here
81     - XFdrake:
82     o enable ctrl+alt+backspace by default
83    
84     Version 0.84 - 9 October 2009
85    
86     - run ldconfig after update-alternatives during installer too
87     (psb alternative does not have a higher priority than standard
88     alternative, and ldconfig was run by the installer only before
89     manually setting the alternative, which was not enough)
90    
91     Version 0.83 - 8 October 2009
92    
93     - use 28.8kHz as lower HorizSync (for 800x480)
94    
95     Version 0.82 - 23 September 2009
96    
97     - don't consider xorg.conf files with no InputDevice sections as invalid, fixes bug reported on cooker mailing list
98    
99     Version 0.81 - 23 September 2009
100    
101     - add psb driver support (for Poulsbo chipset)
102    
103     Version 0.80 - 22 September 2009
104    
105     - XFdrake:
106     o don't write sections in xorg.conf for USB wacom tablets, Synaptics
107     touchpads, mouses using "evdev" or "mouse" and keyboards
108    
109     Version 0.79 - 14 September 2009
110    
111     - XFdrake:
112     o fix DontZap option issue with old xorg.conf files
113     - allow to skip framebuffer setup (and thus splash removal) for newer
114     harddrake releases
115    
116     Version 0.78 - 9 September 2009
117    
118     - XFdrake:
119     o added "Disable Ctrl-Alt-Backspace" option
120    
121     Version 0.77 - 22 July 2009
122    
123     - XFdrake:
124     o correctly detect proprietary drivers that are located in
125     /usr/lib/drivername/xorg (#52384)
126    
127     Version 0.76 - 25 June 2009
128    
129     - keyboarddrake:
130     o update the xkb HAL keys when the keyboard layout is changed so that it
131     persists after a X server restart. Bug #49725
132     - XFdrake:
133     o when probing for video cards, ignore cards which are not in the VIDEO_VGA
134     PCI class (it is pretty common for dual-head ATI cards to have a
135     VIDEO_OTHER device for example). This has the potential of breaking
136     dual head setups, so it needs careful testing in Cooker ;) See bug #48028
137     o fix crash when both monitor and driver can not be probed (in
138     harddrake service or XFdrake --auto), for example with some Quanta
139     IL1 netbooks using Chrome9 IC3
140    
141     Version 0.74 - 22 April 2009
142    
143     - mousedrake:
144     o fix vmmouse configuration for vmware (#49654)
145    
146     Version 0.73 - 21 April 2009
147    
148     - tweak Intel driver accel methods in xorg.conf so that it's more consistent
149     with what the new Intel driver expects.
150    
151     Version 0.72 - 15 April 2009
152    
153     - XFdrake:
154     o fix selecting proprietary drivers with xdriver=DRIVER boot option
155     o do not add Load "freetype" to xorg.conf as the module does not exist
156     anymore
157     o use Plug'n'Play monitor when in vbox and don't specify any default
158     resolution, fixes #49642
159    
160     Version 0.71 - 2 April 2009
161    
162     - XFdrake:
163     o add support for xdriver=DRIVER kernel boot option that affects
164     non-interactive device autodetection, e.g. One boot
165     (special value xdriver=free disables proprietary drivers)
166     o add nouveau driver into the driver list
167    
168     Version 0.70 - 20 March 2009
169    
170     - mousedrake:
171     o configure input driver as 'vmmouse' if running in vmware (#29106)
172     o test if the file is there before trying to install the packages, that saves
173     a rpm -q in harddrake service after adding/removing/changing a mouse
174     - XFdrake:
175     o adapt for recent changes in proprietary driver alternatives
176    
177     Version 0.69 - 29 January 2009
178    
179     - XFdrake:
180     o use option -noAutoAddDevices when testing X
181     (useful during installation, #47237)
182    
183     Version 0.68 - 28 January 2009
184    
185     - keyboarddrake:
186     o bug fix: overwrite previous /etc/sysconfig/keyboard Xkb information when
187     changing keyboard
188    
189     Version 0.67 - 8 January 2009
190    
191     - mousedrake:
192     o synaptics driver in now in package x11-driver-input-synaptics (#45531)
193    
194     Version 0.66 - 18 December 2008
195    
196     - keyboarddrake:
197     o do not configure hal directly, but write in /etc/sysconfig/keyboard Xkb
198     information so hal can get them
199     o new option "--migrate" which adds Xkb information in
200     /etc/sysconfig/keyboard
201     o correctly handle default XkbModel
202     (so that we do not force pc105 when we should not)
203    
204     Version 0.65 - 8 December 2008
205    
206     - keyboarddrake:
207     o configure hal so Xorg can get xkb info
208     (nb: for now, you must "service haldaemon restart" to be taken into account)
209     - XFdrake:
210     o generic flat planel must allow "800x480 @ 60.00 Hz (GTF) hsync: 29.82 kHz"
211     so "HorizSync 31.5-90" is too strict, generating "HorizSync 29.5-90"
212     o have Option "PanelGeometry" "XXxYY" on geode driver
213     o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768)
214     o do not load "Type1" module by default (disabled in xserver-1.5.x)
215     o special hack for gdium: the "default monitor" is "Plug'n Play" instead of
216     good_default_monitor() (it will work since the resolution is passed to the
217     kernel on gdium)
218     o there is no reason "automatic" resolution should imply "automatic" color
219     depth
220     - mousedrake, XFdrake:
221     o do not use /dev/mouse symlink (in xorg.conf)
222     - mousedrake
223     o do not propose to test the chosen mice
224     (it doesn't handle evdev/synaptics and so is quite obsolete nowadays)
225    
226     Version 0.64 - 1 October 2008
227    
228     - XFdrake:
229     o explicitly Load or Disable module "dri"
230     (to be independent of Xorg's default choice)
231    
232     Version 0.63 - 30 September 2008
233    
234     - translations updates
235    
236     Version 0.62 - 25 September 2008
237    
238     - XFdrake:
239     o set "PreferredMode" in Monitor section if the user changes the resolution
240     (we still do not use PreferredMode for the default resolution)
241    
242     Version 0.61 - 11 September 2008
243    
244     - keyboarddrake:
245     o fix lithuanian keyboard choices (cf #41031)
246     - XFdrake:
247     o do set a background image when using resolution "Automatic" (#43644)
248    
249     Version 0.60 - 9 September 2008
250    
251     - XFdrake:
252     o allow xorg.conf to have no "Monitor" section (#42793)
253     o [bugfix] fix clicking on "Options" when Composite is disabled
254     (regression introduced in 0.58) (#43710)
255    
256     Version 0.59 - 18 August 2008
257    
258     - XFdrake:
259     o use 24dpp by default, even on DRI (needed for kde4)
260     o ensure we don't drop non-main "Device" (when modifying "Options", #41410)
261     o use nvidia-current default settings for nvidia173 as well
262     o no need to force XaaNoOffscreenPixmaps, it is the default now in
263     x11-server
264    
265     Version 0.58 - 9 June 2008
266    
267     - XFdrake:
268     o Composite is now the default in xserver 1.4 (#35043)
269     o do not create symlink /etc/X11/X to ../../usr/bin/Xorg (#41363)
270     o drop support for /etc/X11/XF86Config (replaced by xorg.conf for some time now)
271     - mousedrake:
272     o evdev and imwheel handle orthogonal things, so do use imwheel even if we
273     need evdev (#40088)
274    
275     Version 0.57 - 2 April 2008
276    
277     - XFdrake:
278     o workaround pb with nvidia driver: make dm restart xserver (#38297)
279     o do not disable RenderAccel on nvidia-current
280     (regression introduced in 0.21)
281    
282     Version 0.55 - 27 March 2008
283    
284     - XFdrake:
285     o disable "DynamicTwinView" when not using TwinView (#39171)
286    
287     Version 0.54 - 25 March 2008
288    
289     - keyboarddrake library:
290     o in drakx-finish-install, keyboard is asked after asking country, so have a
291     good default based on country too (was done for pt_BR but not fr_XX)
292     (#39221)
293    
294     Version 0.53 - 21 March 2008
295    
296     - XFdrake:
297     o allow to set "EXA" on "intel" driver (#39162)
298    
299     Version 0.52 - 20 March 2008
300    
301     - XFdrake:
302     o add option "Force display mode of DVI" on driver "nvidia" (#30066)
303     - XFdrake library:
304     o ensure set_default_background() doesn't fail (#39065)
305     (ie default to 1024x768 if 0x0 is given)
306    
307     Version 0.51 - 19 March 2008
308    
309     - XFdrake:
310     o use 24bpp on savage (#38750)
311     o do use EDID HorizSync/VertRefresh on 16/10 (regression introduced in 0.50)
312     - keyboarddrake:
313     o default romanian keyboard is qwerty (cf #38450)
314     o "ro" really is "ro(std_cedilla)"
315     (to be more standard on unpatched xkeyboard-config)
316     o "ro(us)" is wrong and not qwerty, use "ro(winkeys)" which is the only
317     qwertz from symbols/ro
318    
319     Version 0.50 - 11 March 2008
320    
321     - XFdrake:
322     o if the EDID gives a valid 16/10 preferred resolution (even if duplicated),
323     but no HorizSync/VertRefresh, use a generic flat panel
324     HorizSync/VertRefresh (needed for edid.lcd.dell-inspiron-6400, #37971)
325     o handle DRIVER2_NO_SSE (from Cards+), needed by nvidia-current requiring SSE
326    
327     Version 0.49 - 28 February 2008
328    
329     - XFdrake: background images are now jpeg files
330    
331     Version 0.48 - 28 February 2008
332    
333     - XFdrake:
334     o when setting background for the resolution, handle "hour"-based
335     backgrounds (also add Mandriva.xml symlink)
336    
337     Version 0.47 - 27 February 2008
338    
339     - XFdrake:
340     o when setting background for the resolution, handle "hour"-based backgrounds
341    
342     Version 0.46 - 18 February 2008
343    
344     - XFdrake:
345     o add 1024x600 (used on Samsung Q1Ultra) (#37889)
346    
347     Version 0.45 - 5 February 2008
348    
349     - XFdrake:
350     o add 800x480 (used on belinea s.book) (#37486)
351    
352     Version 0.44 - 25 January 2008
353    
354     - library for installer:
355     o do not force "us" keyboard on everybody that choose "English (American)"
356     (#36575)
357    
358     Version 0.43 - 23 January 2008
359    
360     - XFdrake:
361     o if the EDID gives a valid EISA_ID, a valid 16/10 preferred resolution, but
362     no HorizSync/VertRefresh, use a generic flat panel HorizSync/VertRefresh
363     (needed for edid.lcd.Elonex-PR600)
364    
365     Version 0.42 - 22 January 2008
366    
367     - XFdrake:
368     o sort monitors in text mode so that "Generic|..." monitors do not appear
369     in the middle of "Vendor|..." monitors
370     - use SendCoreEvents instead of AlwaysCore for wacoms
371     - mousedrake:
372     o use udev in $PATH instead of /lib/udev/usb_id
373     (need latest udev pkg)
374    
375     Version 0.41 - 14 December 2007, by Olivier "blino" Blin
376    
377     - mousedrake:
378     o use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140)
379    
380     Version 0.40 - 10 December 2007, by Pascal "Pixel" Rigaux
381    
382     - XFdrake:
383     o never write a ModeLine when using fglrx driver (#30934)
384    
385     Version 0.39 - 30 November 2007, by Anssi Hannula
386    
387     - keyboarddrake:
388     o use kr(kr104) for the korean keyboard, and don't prompt for a toggle key
389     since korean use input method instead
390     - use /dev/input/by-id/xxx device instead of vendor+product for evdev mice
391     (vendor+product support is dropped in x11-driver-input-evdev-1.2.0)
392     - fix device /dev/input/by-id/usb-$ID_SERIAL-event-mouse for wacoms
393     when the ID_SERIAL contains special chars
394    
395     Version 0.38 - 1 November 2007, by Anssi Hannula
396    
397     - display message "This setting will be activated after the installation."
398     only during installation (Pixel)
399     - handle fglrx_dri.so handled by alternatives
400    
401     Version 0.37 - 4 October 2007, by Pascal "Pixel" Rigaux
402    
403     - if we probe a monitor EISA_ID but we don't have corresponding
404     HorizSync/VertRefresh, we must not use the monitor info
405     - when checking dkms module packages, check that modules are either
406     available in urpmi media, or already installed (fix detection in live)
407    
408     Version 0.36 - 4 October 2007, by Pascal "Pixel" Rigaux
409    
410     - better fix for typo in 0.32: don't wrongly default to "automatic" resolution
411     when creating xorg.conf (in non --auto) (#34453)
412    
413     Version 0.35 - 3 October 2007, by Thierry Vignaud
414    
415     - updated translation
416    
417     Version 0.34 - 28 September 2007, by Thierry Vignaud
418    
419     - updated translation
420    
421     Version 0.33 - 28 September 2007, by Olivier "blino" Blin
422    
423     - we don't set ModulesPath to DRI_GLX_SPECIAL value, so we must read it
424     differently so that Xconfig::various::info() is correct (#31326)
425     - add support for x11-driver-input-vboxmouse when inside a VirtualBox guest
426     - fix typo in 0.32: don't wrongly default to "automatic" resolution when
427     creating xorg.conf (in non --auto)
428    
429     Version 0.32 - 26 September 2007, by Pascal "Pixel" Rigaux
430    
431     - monitor-probe-using-X can now return EDIDs. if Xorg find an EDID (whereas
432     monitor-get-edid-using-vbe failed), defaults to "Plug'n Play" monitor (ie
433     let Xorg do things automatically) instead of good_default_monitor.
434     (requires monitor-edid 1.12)
435     - fix typo in 0.30: do not use "Automatic" resolution by default in --auto
436    
437     Version 0.31 - 25 September 2007, by Thierry Vignaud
438    
439     - updated translation
440    
441     Version 0.30 - 25 September 2007, by Pascal "Pixel" Rigaux
442    
443     - add support for "Automatic" resolution (aka "let xorg do everything")
444     - when user asks for "Plug'n Play", silently default to Xorg auto-detection
445     when we fail to auto-detect
446    
447     Version 0.29 - 21 September 2007, by Olivier "blino" Blin
448    
449     - unload drivers loaded by monitor-probe-using-X
450     (fix fglrx usage when harddrake probes using X and loads radeon driver)
451    
452     Version 0.28 - 20 September 2007, by Pascal "Pixel" Rigaux
453    
454     - when using evdev for mice, ensure it doesn't match a keyboard
455     (eg: in case of a mouse+keyboard combo) (#32905)
456     - fix regression in 0.24: remove bogus duplicates in monitors tree (#33778)
457    
458     Version 0.27 - 19 September 2007, by Pascal "Pixel" Rigaux
459    
460     - for evdev configured mice, specify bustype
461     (useful for "Macintosh mouse button emulation" which has same vendor/product
462     as "AT Translated Set 2 keyboard")
463     (need drakxtools-backend 10.4.203)
464    
465     Version 0.26 - 17 September 2007, by Pascal "Pixel" Rigaux
466    
467     - handle fglrx-hd2000 driver (Anssi)
468    
469     Version 0.25 - 10 September 2007, by Pascal "Pixel" Rigaux
470    
471     - in the list of available Xorg drivers, add "Driver" from Cards+
472     (will ease the maintainance of the list of drivers in Xconfig/card.pm)
473     - minimal support for allowing to choose evdev on all mice
474    
475     Version 0.24 - 7 September 2007, by Pascal "Pixel" Rigaux
476    
477     - do not configure XFS, it's useless
478     - fix default_headers (ie allow XFdrake to create xorg.conf from scratch again)
479     - keep the order from MonitorsDB file
480     (allows "Flat Panel 800x600" to be before "Flat Panel 1024x768")
481     (needs a nicely sorted MonitorsDB though)
482    
483     Version 0.23 - 6 September 2007, by Pascal "Pixel" Rigaux
484    
485     - do not start xfs for the test (#33219)
486    
487     Version 0.22 - 27 August 2007, by Pascal "Pixel" Rigaux
488    
489     - do configure XFS if installed
490     - when removing/replacing an InputDevice section, ensure we remove the
491     corresponding entry in ServerLayout. ie do not rely on InputDevice sections
492     to use XFdrake-compatible Identifiers (as suggested by fcrozat)
493     - add avivo in the Xorg drivers list
494     - handle libglx.so provided by standard.conf alternative
495     - handle x11-driver-video-fglrx instead of ati
496    
497     Version 0.21 - 8 August 2007, by Pascal "Pixel" Rigaux
498    
499     - handle nvidia-current instead of nvidia97xx (thanks to Anssi)
500     - handle x11-driver-video-$nvidia instead of $nvidia
501     - adapt to kbd instead of console-tools: s/kmap/map/
502    
503     Version 0.20 - 3 August 2007, by Pascal "Pixel" Rigaux
504    
505     - fix detection of touchpad on some kernels (#31584)
506     (need drakxtools-backend >= 10.4.145)
507     - internal: add many options as having to be used only once, easing their use
508     and fixing setting them
509     (eg #31942 where one can't click "Options" after setting EXA)
510     - drop support for installing/configuring 915resolution
511     (no more needed since x11-driver-video-intel 2.0)
512     - do not configure using xfs anymore (#32051)
513    
514     Version 0.19 - 9 July 2007, by Pascal "Pixel" Rigaux
515    
516     - wacom configuration:
517     o enhance configuration by using /dev/input/by-id/xxx
518     (need drakxtools-backend >= 10.4.144)
519     o add "pad" InputDevice section
520     - fix displaying "3D hardware acceleration: no" for nvidia proprietary driver
521     (#31326)
522    
523     Version 0.18 - 14 June 2007, by Pascal "Pixel" Rigaux
524    
525     - handle resolution switch via xrandr without restarting X (#30896)
526     - add 1366x768, 1360x768 and 1360x765 resolutions
527     - add big standard resolutions (4/3, 16/10, 16/9)
528     - [bugfix] fix test message not translated (#30261)
529     - remove all fglrx options, hopefully default is good enough
530     (and at least MonitorLayout option is depreacated as reported on cooker)
531    
532     Version 0.17 - 9 May 2007, by Pascal "Pixel" Rigaux
533    
534     - fix using proprietary driver (remove debug code) (thanks to Michael Altizer)
535    
536     Version 0.16 - 30 April 2007, by Pascal "Pixel" Rigaux
537    
538     - ask "Do you wish to use proprietary driver" before installing the needed packages
539     - don't use 1280x1024 prefered resolution (#30069)
540     (using prefered resolution only when adding explicit gtf modelines)
541     - handle new intel driver (including migration from "i810")
542     - workaround buggy fglrx driver: make dm restart xserver (#29550)
543    
544     Version 0.15 - 3 April 2007, by Pascal "Pixel" Rigaux
545    
546     - drakkeyboard & rescue: fix loadkeys_files() for x86_64
547     - ensure VertRefresh range include 60Hz (for buggy edids, #30094)
548    
549     Version 0.14 - 23 March 2007, by Pascal "Pixel" Rigaux
550    
551     - enable Composite by default on nvidia97xx and nvidia96xx
552     (still disabled on nvidia71xx and fglrx) (#29445)
553    
554     Version 0.13 - 22 March 2007, by Pascal "Pixel" Rigaux
555    
556     - fix typo making installation discard nvidia driver
557    
558     Version 0.12 - 22 March 2007, by Pascal "Pixel" Rigaux
559    
560     - ensure ModulePath is not dropped after changing an option (#29591)
561    
562     Version 0.11 - 15 March 2007, by Olivier "blino" Blin
563    
564     - introduce pkg_name_for_Driver2 (for One generation)
565    
566     Version 0.10 - 13 March 2007, by Pascal "Pixel" Rigaux
567    
568     - use option AddARGBGLXVisuals when Composite is enabled on proprietary nvidia
569     driver (cf #28779)
570     - remove empty section Extensions after disabling Composite
571     - ensure "/usr/lib/xorg/modules/" is removed from ModulePath (note the ending "/")
572     - if we have some special ModulePath, ensure the last one is the standard ModulePath
573    
574     Version 0.9 - 12 March 2007, by Pascal "Pixel" Rigaux
575    
576     - fix typo breaking GL configuration for fglrx (#29379)
577     - old behaviour of X auto configuration: prompt for (old school) multi-head
578     choice instead of failing
579     - adapt the card names to Cards+ changes
580     (nb: this is mostly obsolete stuff, to be dropped after 2007.1)
581    
582     Version 0.8 - 5 March 2007, by Pascal "Pixel" Rigaux
583    
584     - bug fix release:
585     - the Driver must be nvidia for nvidia drivers
586     - remove debug code forcing GeForce
587    
588     Version 0.7 - 2 March 2007, by Pascal "Pixel" Rigaux
589    
590     - handle 'nvidia97xx', 'nvidia96xx' & 'nvidia71xx' NV drivers
591    
592     Version 0.6 - 1 March 2007, by Pascal "Pixel" Rigaux
593    
594     - use ModulePath "/usr/LIB/xorg/modules/extensions/nvidia"
595     instead of Load "/usr/LIB/xorg/modules/extensions/nvidia/libglx.so"
596     (#28779)
597    
598     Version 0.5 - 8 February 2007, by Thierry Vignaud
599    
600     - add icons moved out of drakxtools
601    
602     Version 0.4 - 29 January 2007, by Pascal "Pixel" Rigaux
603    
604     - bug fix release
605     - keyboarddrake
606     o make it work again (#28438)
607    
608     Version 0.3 - 19 January 2007, by Thierry Vignaud
609    
610     - do use translations
611    
612     Version 0.2 - 19 January 2007, by Thierry Vignaud
613    
614     - fix installing
615    
616     Version 0.1 - 18 January 2007, by Thierry Vignaud
617    
618     - initial release (splited out of drakxtools)

  ViewVC Help
Powered by ViewVC 1.1.30