nixpkgs/modules/services/x11
Eelco Dolstra 3e9665dd96 * X server autoconfiguration. Rather than specifying a fixed video
driver (in services.xserver.videoDriver), the X server is now given
  a set of drivers, and will use PCI ids to find the right one.

  The only problem is that the choice of OpenGL driver (the
  /var/run/opengl-driver symlink) depends on what driver is selected
  at runtime (i.e. the NVIDIA implementation for "nvidia", and Mesa
  for all other drivers).  However this isn't a big problem right now
  since "nvidia" isn't included in the default set of drivers anyway
  for legal reasons.
  
* `services.xserver.resolutions' now defaults to [], meaning that the
  X server should figure out the desired resolution(s) itself.
  Likewise, `services.xserver.defaultDepth' defaults to 0 to let the X
  server figure it out.

* Removed some options from xorg.conf that no longer appear needed
  ("Composite" and the DRI "Mode").

svn path=/nixos/trunk/; revision=18176
2009-11-06 00:59:03 +00:00
..
desktop-managers Option "kde.extraPackages" is now deprecated. 2009-10-06 19:25:25 +00:00
display-managers Added XDMCP option to KDM 2009-10-23 10:54:35 +00:00
hardware * Simplified the X server directory structure: x11/xserver/* -> x11/. 2009-09-10 12:50:58 +00:00
window-managers Convert module which are declaring options into modules separated with an 2009-09-15 08:33:45 +00:00
xfs.conf * Continued refactoring the tree: moved most Upstart jobs (namely 2009-05-24 23:13:23 +00:00
xfs.nix * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
xserver.nix * X server autoconfiguration. Rather than specifying a fixed video 2009-11-06 00:59:03 +00:00