nixpkgs/modules
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
..
config * Add iproute to the system path. It was a dependency of dhclient 2009-09-29 15:43:52 +00:00
hardware Adding support for the rt73 usb wifi nic firmware loading. 2009-09-18 20:49:12 +00:00
installer * boor.loader.grub.device can only be defined once. 2009-10-30 11:57:23 +00:00
misc added privoxy nixos module 2009-10-05 15:11:32 +00:00
programs Rename environment.extraPackages to environment.systemPackages. 2009-10-07 17:14:25 +00:00
security * On the CD or on a newly installed system, create the root account 2009-10-15 14:41:59 +00:00
services * X server autoconfiguration. Rather than specifying a fixed video 2009-11-06 00:59:03 +00:00
system * boor.loader.grub.device can only be defined once. 2009-10-30 11:57:23 +00:00
tasks * Doh! The mount options weren't passed properly. 2009-10-30 08:49:35 +00:00
testing * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
virtualisation * X server autoconfiguration. Rather than specifying a fixed video 2009-11-06 00:59:03 +00:00
module-list.nix * Declare options for sub-services. 2009-11-05 18:21:03 +00:00
rename.nix * Update some more modules. 2009-10-12 17:09:38 +00:00