nixpkgs/modules/services
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
..
audio * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
backup symlink handling mode for sitecopy backup 2009-10-08 11:08:45 +00:00
databases * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
hardware * Ugly hack to get HAL to start at boot time. Sometimes it fails 2009-10-21 09:41:32 +00:00
logging * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
mail * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
misc * Fix the background of the manual. 2009-10-15 14:35:10 +00:00
monitoring * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
network-filesystems * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
networking Added ejabberd to the systemPackages and fixed some command line arguments. This will make the ejabberd service working again 2009-11-02 12:13:09 +00:00
printing * CUPS provides a dbus service. 2009-11-04 22:44:21 +00:00
scheduling * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
system * Changes related to the xorg-7.5 merge. 2009-11-04 22:44:40 +00:00
ttys * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
web-servers * Fix subversion test and change the name of the "config" option to 2009-11-05 19:24:02 +00:00
x11 * X server autoconfiguration. Rather than specifying a fixed video 2009-11-06 00:59:03 +00:00