Initial support for Xinemera; Support activating composite extension
[grml-x.git] / debian / changelog
1 grml-x (0.3.28) unstable; urgency=low
2
3   * Initial support for Xinemera setup using -xinerama option.
4     [Testing: issue241]
5   * Support activating composite extension on cmdline using
6     the -composite option. (By default it's deactivated.)
7
8  -- Michael Prokop <mika@grml.org>  Thu, 12 Jul 2007 01:20:52 +0200
9
10 grml-x (0.3.27) unstable; urgency=low
11
12   * /etc/zsh/completion.d/_grml-x: support openbox
13
14  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:31:52 +0200
15
16 grml-x (0.3.26) unstable; urgency=low
17
18   * Added some more comments to the X modules.
19
20  -- Michael Prokop <mika@grml.org>  Wed, 06 Jun 2007 13:02:18 +0200
21
22 grml-x (0.3.25) unstable; urgency=low
23
24   * Drop -xserver option from zsh completion as it's not supported
25     anymore (X.org is available on any Debian system now :)).
26
27  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 21:54:37 +0200
28
29 grml-x (0.3.24) unstable; urgency=low
30
31   * Update /etc/X11/xorg.conf.vmware, allowing higher resolutions
32     by default and use evdev.
33
34  -- Michael Prokop <mika@grml.org>  Sun,  6 May 2007 16:27:34 +0200
35
36 grml-x (0.3.23) unstable; urgency=low
37
38   * Add grml-shlib to depends as we use one function from
39     /etc/grml/sh-lib.
40
41  -- Michael Prokop <mika@grml.org>  Fri, 27 Apr 2007 01:32:15 +0200
42
43 grml-x (0.3.22) unstable; urgency=low
44
45   * Updated zsh completion for grml-x. Thanks, ft!
46
47  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:15:38 +0200
48
49 grml-x (0.3.21) unstable; urgency=low
50
51   * Big rewrite of grml-x: heavy use of evdev. Thanks for idea
52     to gebi! Now the options -nousb and -nops2 have been dropped
53     and were replaced by -ps2 and -usb. More details in the manpage.
54
55  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 16:26:43 +0200
56
57 grml-x (0.3.20) unstable; urgency=low
58
59   * Avoid presence of two CorePointers, disable the PS/2 entry then.
60     [Testing: issue184]
61
62  -- Michael Prokop <mika@grml.org>  Tue,  3 Apr 2007 21:20:21 +0200
63
64 grml-x (0.3.19) unstable; urgency=low
65
66   * Mention package libgl1-mesa-dri in comments for DRI.
67
68  -- Michael Prokop <mika@grml.org>  Sat, 31 Mar 2007 00:25:19 +0200
69
70 grml-x (0.3.18) unstable; urgency=low
71
72   The 'I'm sure that many changes break anything'-release.
73
74   * Big code cleanup. Removed several comments used inside
75     xorg.conf. Dropped a lot from fontpath...
76   * Check for fonts.dir inside "X11R6 backwards compatibilty
77     font stuff", otherwise we use the old font patch always...
78   * Use 'id -u' instead of $UID.
79   * Use colors only if not booted with nocolor bootoption.
80   * Work around the 'intel' driver problem [Closes: issue177]
81   * Support fallback option [Closes: issue169]
82   * Do not run hwinfo if not really necessary [Closes: issue168]
83   * Check whether $WINDOWMANAGER is executable at all before using
84     it in $XINITRC.
85
86  -- Michael Prokop <mika@grml.org>  Mon, 26 Mar 2007 19:40:15 +0200
87
88 grml-x (0.3.17) unstable; urgency=low
89
90   * Added xcursor-themes to recommends.
91
92  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 15:39:34 +0100
93
94 grml-x (0.3.16) unstable; urgency=low
95
96   * Add xserver-xorg-input-vmmouse to recommends.
97   * Change version schema from x.y-z to x.y.z.
98
99  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 14:57:35 +0100
100
101 grml-x (0.3-15) unstable; urgency=low
102
103   * Add 'us' to XkbLayout no matter which language is detected.
104
105  -- Michael Prokop <mika@grml.org>  Sat, 20 Jan 2007 10:43:04 +0100
106
107 grml-x (0.3-14) unstable; urgency=low
108
109   * Use "Architecture: all" in debian/control to support architectures
110     not running on x86 as well.
111   * Bumb Standard Version to 3.7.2 (no further changes).
112   * Remove configure stuff in debian/rules.
113
114  -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 21:21:23 +0100
115
116 grml-x (0.3-13) unstable; urgency=low
117
118   * Update /etc/X11/xorg.conf.vmware: use vmmouse.
119   * grml-x: use /bin/zsh as intepreter
120
121  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 00:41:45 +0200
122
123 grml-x (0.3-12) unstable; urgency=low
124
125   * Add gnome-session (but leave gnomesession as fallback option)
126     to /etc/zsh/completion.d/grml-x.
127
128  -- Michael Prokop <mika@grml.org>  Sat, 12 Aug 2006 10:26:22 +0200
129
130 grml-x (0.3-11) unstable; urgency=low
131
132   * Take only one line from monitor parsed output. Thanks to Nico
133     for help investigating the problem.
134
135  -- Michael Prokop <mika@grml.org>  Sat,  5 Aug 2006 08:38:53 +0200
136
137 grml-x (0.3-10) unstable; urgency=low
138
139   * Updated hsync/vsync documentation (thanks for hint, Martin
140     Wuertele!) and improved usage information.
141
142  -- Michael Prokop <mika@grml.org>  Thu, 27 Jul 2006 21:57:23 +0200
143
144 grml-x (0.3-9) unstable; urgency=low
145
146   * Added dwm to /etc/zsh/completion.d/grml-x.
147
148  -- Michael Prokop <mika@grml.org>  Fri, 21 Jul 2006 00:42:53 +0200
149
150 grml-x (0.3-8) unstable; urgency=low
151
152   * Fixed missing whitespace in manpage, thx for info - Manuel Fuhr.
153   * Updated header information of /etc/zsh/completion.d/grml-x.
154
155  -- Michael Prokop <mika@grml.org>  Thu, 25 May 2006 13:09:52 +0200
156
157 grml-x (0.3-7) unstable; urgency=low
158
159   * Removed old-grml-x.
160   * Updated zsh completion:
161     - adjusted module listing for new Xorg
162     - dynamically create list of available window managers
163
164  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 13:35:18 +0200
165
166 grml-x (0.3-6) unstable; urgency=low
167
168   * It's 1280x1024 and not 1200x1024, adjusted in usage example.
169     Thanks for reporting, Gebi!
170
171  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 01:22:45 +0200
172
173 grml-x (0.3-5) unstable; urgency=low
174
175   * Updated Xserver version recognition for Xorg 7.0.
176
177  -- Michael Prokop <mika@grml.org>  Sat, 15 Apr 2006 13:16:58 +0200
178
179 grml-x (0.3-4) unstable; urgency=low
180
181   * Deactivate RgbPath "/usr/X11R6/lib/X11/rgb" and
182     ModulePath   "/usr/X11R6/lib/modules" for Xorg 7.0.
183   * Updated URLs to Xorg 7.0.
184   * Added (not activated) Option "MonitorLayout" "LVDS, CRT".
185   * Removed all the ModeLine stuff.
186   * Reworked list of modules which should be loaded.
187     See #346408 for details.
188   * Use FontPath /usr/share/fonts/X11/... instead of
189     /usr/X11R6/lib/X11/fonts/... if directory
190     /usr/share/fonts/X11 is present.
191
192  -- Michael Prokop <mika@grml.org>  Thu, 13 Apr 2006 13:39:33 +0200
193
194 grml-x (0.3-3) unstable; urgency=low
195
196   * Fixed typo in Suggests (xfonts-base-transcoded), thanks for
197     hint, Hecka!
198
199  -- Michael Prokop <mika@grml.org>  Mon, 10 Apr 2006 11:48:38 +0200
200
201 grml-x (0.3-2) unstable; urgency=low
202
203   * Added deactivated 'Option "MonitorLayout" "LVDS"' to xorg.conf.
204
205  -- Michael Prokop <mika@grml.org>  Fri,  7 Apr 2006 19:06:43 +0200
206
207 grml-x (0.3-1) unstable; urgency=low
208
209   * New grml version.
210
211  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 16:22:49 +0200
212
213 grml-x (0.2-14) unstable; urgency=low
214
215   * Updated /etc/X11/xorg.conf.vmware - don't use higher
216     resolutions than 1024x768.
217
218  -- Michael Prokop <mika@grml.org>  Thu, 23 Feb 2006 14:05:30 +0100
219
220 grml-x (0.2-13) unstable; urgency=low
221
222   * Added evilwm to zsh completion.
223   * Ship grml-x of grml 0.5 release as old-grml-x to be able to
224     compare reliability.
225
226  -- Michael Prokop <mika@grml.org>  Sun, 22 Jan 2006 00:50:21 +0100
227
228 grml-x (0.2-12) unstable; urgency=low
229
230   * Mouse-detection requires root permissions. Fixed that.
231
232  -- Michael Prokop <mika@grml.org>  Mon, 16 Jan 2006 11:43:17 +0100
233
234 grml-x (0.2-11) unstable; urgency=low
235
236   * Updated /etc/X11/xorg.conf.example and /etc/X11/xorg.conf.vmware.
237
238  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 13:14:26 +0100
239
240 grml-x (0.2-10) unstable; urgency=low
241
242   * Added several comments to xorg.conf.
243   * Deactivated loading of speedo module as it got deprecated upstream,
244     see http://wiki.x.org/wiki/DeprecatedInX11R7
245
246  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2006 23:00:55 +0100
247
248 grml-x (0.2-9) unstable; urgency=low
249
250   * Updated manpage (added some details about implementation).
251   * Added - not yet activated - '# Load evdev' to X config file.
252   * Updated URL for xorg in X config file.
253
254  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2006 12:37:01 +0100
255
256 grml-x (0.2-8) unstable; urgency=low
257
258   * Applied patch for "AlpsPS/2 ALPS GlidePoint" detection,
259     thanks Timo Boettcher!
260
261  -- Michael Prokop <mika@grml.org>  Tue, 10 Jan 2006 14:47:46 +0100
262
263 grml-x (0.2-7) unstable; urgency=low
264
265   * Use vesa-module if hwinfo does not find anything and bootparam
266     xmodule isn't specified either.
267
268  -- Michael Prokop <mika@grml.org>  Sun,  1 Jan 2006 14:22:08 +0100
269
270 grml-x (0.2-6) unstable; urgency=low
271
272   * Use new zsh completion mechanism via /etc/zsh/completion.d.
273
274  -- Michael Prokop <mika@grml.org>  Sat, 10 Dec 2005 12:09:42 +0100
275
276 grml-x (0.2-5) unstable; urgency=low
277
278   * Adjusted zsh-completion.
279
280  -- Michael Prokop <mika@grml.org>  Tue,  6 Dec 2005 18:04:03 +0100
281
282 grml-x (0.2-4) unstable; urgency=low
283
284   * Added options '-novref' and '-nohsync'.
285   * Modified infotext (let's use 'Warning' instead of 'Error' as
286     it does not fail).
287
288  -- Michael Prokop <mika@grml.org>  Tue,  6 Dec 2005 14:56:58 +0100
289
290 grml-x (0.2-3) unstable; urgency=low
291
292   * Lets' drop:
293
294      InputDevice    "Synaptics" "CorePointer"
295
296     and use:
297
298      InputDevice    "Synaptics"  "AlwaysCore"
299
300     instead.
301
302  -- Michael Prokop <mika@grml.org>  Sat, 12 Nov 2005 22:59:16 +0100
303
304 grml-x (0.2-2) unstable; urgency=low
305
306   * Updated zsh-completion (removed ion2).
307
308  -- Michael Prokop <mika@grml.org>  Fri, 11 Nov 2005 00:46:43 +0100
309
310 grml-x (0.2-1) unstable; urgency=low
311
312   * grml-x seems to be quite stable.
313     Let's release version 0.2 for grml 0.5 therefore.
314
315  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 19:14:52 +0200
316
317 grml-x (0.1-24) unstable; urgency=low
318
319   * Updated zsh-completion: added jwm, w9wm and windowlab to list
320     of available window managers.
321
322  -- Michael Prokop <mika@grml.org>  Sun,  9 Oct 2005 13:06:13 +0200
323
324 grml-x (0.1-23) unstable; urgency=low
325
326   * Options -nousb and -nosynaptics don't require arguments, fixed
327     zparseopts therefore.
328   * Added /etc/X11/xorg.conf.vmware and /etc/X11/xorg.conf.example.
329   * Added Options -nops2 (disable PS2/ mouse) and -genmouse (create
330     generic mouse entry).
331   * Added /etc/zsh/grml-x.completion and fixed some minor issues
332     with parameter parsing.
333
334  -- Michael Prokop <mika@grml.org>  Sat,  8 Oct 2005 23:07:18 +0200
335
336 grml-x (0.1-22) unstable; urgency=low
337
338   * Added option '-nousb' so we can deactivate the default entry
339     for /dev/input/mice (useful for example for VMware).
340
341  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 22:40:56 +0200
342
343 grml-x (0.1-21) unstable; urgency=low
344
345   * Use /dev/input/mice instead of /dev/psaux for PS2-mouse.
346     Should work nowadays as expected.
347
348  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 19:18:05 +0200
349
350 grml-x (0.1-20) unstable; urgency=low
351
352   * Adjusted path for zsh.
353   * Let's point $HWINFO to /usr/sbin/hwinfo.
354   * Big update of debian/control: recommends, depends and suggests...
355
356  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:57:13 +0200
357
358 grml-x (0.1-19) unstable; urgency=low
359
360   * Added sudo to depends.
361
362  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:37:18 +0200
363
364 grml-x (0.1-18) unstable; urgency=low
365
366   * Do not set resolution modes by default. Let the X server
367     deside which resolutions fits best.
368
369  -- Michael Prokop <mika@grml.org>  Fri, 30 Sep 2005 16:47:37 +0200
370
371 grml-x (0.1-17) unstable; urgency=low
372
373   * Improved ddc-handling and added option '-noddc':
374     - by default ddc probing is used
375     - if monitor does not support ddc, mode values are set
376     - if option -noddc' is set, mode values are set
377
378  -- Michael Prokop <mika@grml.org>  Fri, 30 Sep 2005 13:02:03 +0200
379
380 grml-x (0.1-16) unstable; urgency=low
381
382   * Updated grml-x-manpage to fix mandb-parsing-problem:
383     mandb: warning: /usr/share/man/man1/grml-x.1.gz: whatis parse for grml-x(1) failed
384
385  -- Michael Prokop <mika@grml.org>  Sun, 25 Sep 2005 13:00:16 +0200
386
387 grml-x (0.1-15) unstable; urgency=low
388
389   * Make sure the xconfig has the right permissions (root.root:644).
390
391  -- Michael Prokop <mika@grml.org>  Sat, 24 Sep 2005 18:28:11 +0200
392
393 grml-x (0.1-14) unstable; urgency=low
394
395   * Ok, we definitely need hsync and vsync on some computer.
396     Therefore we now have a '-nosync'-option which deactivates
397     hsync and vsync values.
398   * Updated manpage (mention -nosync and -nosynaptics).
399
400  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 16:11:14 +0200
401
402 grml-x (0.1-13) unstable; urgency=low
403
404   * Upps, conflicts with grml-scripts 0.4-4 and not 0.4.4.
405
406  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 14:20:17 +0200
407
408 grml-x (0.1-12) unstable; urgency=low
409
410   * Bumbed Standards-Version to 3.6.2.
411   * Added conflicts for grml-scripts <= 0.4.4.
412
413  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 14:10:28 +0200
414
415 grml-x (0.1-11) unstable; urgency=low
416
417   * The "let's use X.org to detect present hardware support" release.
418   * Don't use hsync/vsync settings if not provided manually.
419   * Don't use Modes (1024x768 and so on) if not provided manually.
420
421  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 11:51:58 +0200
422
423 grml-x (0.1-10) unstable; urgency=low
424
425   * Some fixes for being able to run 'grml-x' with root-permissions
426     on harddisk installation.
427
428  -- Michael Prokop <mika@grml.org>  Thu, 15 Sep 2005 17:46:35 +0200
429
430 grml-x (0.1-9) unstable; urgency=low
431
432   * Added option '-nosynaptics' for disabling synaptics touchpad (but
433     the touchpad itself should work anyway).
434   * Some small improvements regarding informational output, added
435     support for parsing '-h', -help' and '--help' as well.
436
437  -- Michael Prokop <mika@grml.org>  Thu, 15 Sep 2005 12:57:54 +0200
438
439 grml-x (0.1-8) unstable; urgency=low
440
441   * Removed /etc/X11/Xresources/ and /etc/X11/Xsession.d/.
442   * Improved cleanup of tmp-files in grml-x.
443
444  -- Michael Prokop <mika@grml.org>  Sun, 31 Jul 2005 11:42:56 +0200
445
446 grml-x (0.1-7) unstable; urgency=low
447
448   * startx/xinit started with options like ':8' (set specific
449     display) cause strange side effects on setup of fonts. :-/
450     Therefore don't use $DISPLAY as default but use it only if
451     specified via '-display #'.
452
453  -- Michael Prokop <mika@grml.org>  Sat, 30 Jul 2005 12:05:51 +0200
454
455 grml-x (0.1-6) unstable; urgency=low
456
457   * Updated manpage.
458   * Updated control-file (added Recommends:).
459   * Added README.Debian (provide info for Recommends:).
460
461  -- Michael Prokop <mika@grml.org>  Tue, 19 Jul 2005 15:08:47 +0200
462
463 grml-x (0.1-5) unstable; urgency=low
464
465   * Removed /usr/X11R6/lib/X11/xkb, should be fixed
466     upstream now.
467
468  -- Michael Prokop <mika@grml.org>  Wed, 13 Jul 2005 20:51:12 +0200
469
470 grml-x (0.1-4) unstable; urgency=low
471
472   * Fixed problem with synaptic touchpad.
473
474  -- Michael Prokop <mika@grml.org>  Sun, 10 Jul 2005 13:04:32 +0200
475
476 grml-x (0.1-3) unstable; urgency=low
477
478   * Slightly improved copyright file.
479
480  -- Michael Prokop <mika@grml.org>  Sun,  3 Jul 2005 17:09:57 +0200
481
482 grml-x (0.1-2) unstable; urgency=low
483
484   * Added '-nodpms'-option so we are able to disable 'Display Power Management
485     Signaling'.
486   * Added example entry for elo touchscreen.
487   * Fixed handling of '-xserver'-option.
488   * Update manpage.
489   * Don't ship /etc/init.d/xfree86-common anymore (let's trust on
490     xorg-common or xfree86-common that they ship a working version).
491   * Now we support startx-options via variable XOPTS, e.g.:
492       XOPTS='-depth 16' grml-x fluxbox
493
494  -- Michael Prokop <mika@grml.org>  Wed, 15 Jun 2005 12:58:37 +0200
495
496 grml-x (0.1-1) unstable; urgency=low
497
498   * Initial release.
499
500  -- Michael Prokop <mika@grml.org>  Mon, 23 May 2005 23:39:39 +0200
501