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