CVS log for xc/programs/Xserver/hw/xfree86/Options |
|
Help |
Request diff between arbitrary revisions
802. Licence update. (except client-side libraries)
896. Added radeon driver options documentation to the Options file
(#5621, Michel Dänzer).
180. Fix Xv endianess problem with the Radeon driver (#5207, Guido Guenther).
179. Updates to the Finnish xkb map, including:
- add ISO-8859-15 missing symbols ([zZsS]caron)
- reorganize some special symbols (such as paragraph, cent, division)
- map AltGr+SPCE as space, nobreakspace comes way too often by accident
- minor white space/comment cleanups
(#5197, Marko Myllynen).
178. Add an option to the r128 driver for enabling DMA for Xv image transfers
(#5195, Michel Dänzer).
Another resync with HEAD branch.
579. Some newport driver cleanups (#5080, Guido Guenther).
578. Fix XagNsingleScreen definition and some related side-effects (#5077,
Chris Bare, from X11R6.6).
577. Fix some doc typos, and remove references to the non-existent
shadowfb(4) man page (#5076, David Krause).
576. Pitch calculation updates for the r128 driver (#5074, Michel Dänzer).
575. Updates for VMware SVGA programming documentation (#5073,
Jeremy (VMware)).
574. Fix cases where makedepend reports the wrong line number and file when
an error occurs (#5072, Mark Snitily, from X11R6.6).
573. Fix differences in libXt behaviour when using poll() compared with
when using select() (#5071, Chris Bare, from X11R6.6).
437. Documents Options for the Matrox and Neomagic drivers, and makes
HW/SWcursor generic options (#5021, Dr. Andrew C. Aitchison).
363. Update documention for the SiS driver, the Options file
(Ademar de Souza Reis Jr.).
#4958, #4959, Fix rotation in fbdev driver.
Corrects typos in output of xf86cfg when checking modules and documents ddc module options (Andrew C Aitchison).
616. Restore backwards compatibility from 4.0.[2,3] to 4.1.0 for
the i810, r128 and radeon DRI drivers (Gareth Hughes).
615. Fix a problem when using patterns of horizontal lines with the mga
video overlay (#A.442, Ewald Snel).
614. Xinstall.sh updates for 4.1.0 (preliminary, not tested yet)
(David Dawes).
613. Remove duplicate XineramaLibrary section in X11.tmpl (#4731,
Mike Harris).
612. Enable building DRI for Linux/ppc, and fix a drm-related bug
for Linux/ppc (#4728, 4730, Michel Dänzer).
611. Document Options for the r128 and fbdev drivers (#4727, 4729,
Michel Dänzer).
68. Restore backwards compatibility from 4.0.[2,3] to 4.1.0 for
the i810, r128 and radeon DRI drivers (Gareth Hughes).
67. Fix a problem when using patterns of horizontal lines with the mga
video overlay (#A.442, Ewald Snel).
66. Remove duplicate XineramaLibrary section in X11.tmpl (#4731,
Mike Harris).
65. Enable building DRI for Linux/ppc, and fix a drm-related bug
for Linux/ppc (#4728, 4730, Michel Dänzer).
64. Document Options for the r128 and fbdev drivers (#4727, 4729,
Michel Dänzer).
Add documentation for vesa option, currently only ShadowFB
Added patch to vesa driver for DPMS support and report unused options
(patch by Ademar de Souza Reis Jr.)
Added xf86ModuleInfo for ddc module, but no descriptions to Options file.
Added code to sort module names and compile time warning fix to xf86cfg
files options.{c,h}
Add documentation for vesa option, currently only ShadowFB
Added patch to vesa driver for DPMS support and report unused options
(patch by Ademar de Souza Reis Jr.)
Added xf86ModuleInfo for ddc module, but no descriptions to Options file.
Added code to sort module names and compile time warning fix to xf86cfg
files options.{c,h}
This is not a small commit, but besides that, should not cause any problems. It is basically a slightly modified version of the patch I posted a URL yesterday to the devel and config lists. The major changes that this patch adds are the availability of the use of the ModuleInfoRec, but not required, at least for now, so that input modules and "generic" modules have also a way to pass the list of available options to the code that loaded the driver, be it the xserver or xf86cfg; or of course, any other program that links with the correct libraries. The new Options file is expected to very easy to understand, and should be very easy to update. I am considering the possibility of using this file and xf86cfg to update man pages based on the contents of this file; this would assure that xf86cfg is properly running as it would be a "prereq" for the build system (xf86cfg seens to be broken in some compiles due to an uninitialized variable, or because of a problem in the glide driver, that is not in the main trunk, but gone in 4.0.2 and 4.0.3), thanks to Chris Morgan for tolding me about the problems. The only input driver updated to export an option list was the mouse driver. Changes to other input modules were just minor changes to allow xf86cfg loading them. The changes to xf86cfg are to add an interface to view option descriptions, and fixes to two problems pointed by Christopher Morgan (one patch from him). I believe this patch should not cause any problems, but if any side effects are noticed, it can be reverted very easiliy, as it is not intrusive in any other code. I also added a fix to a "boring" 0 character being printed to the log file. I think it was added in a patch I commited at least one month ago.
|
Powered by ViewCVS 0.9.2 |