summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-11-06 00:59:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-11-06 00:59:03 +0000
commit3e9665dd963f0bc64c861bc1d0cdcd7349a72595 (patch)
tree55c4a56818ac98cc5ef65345d5f8c5b4738a8037 /default.nix
parentfe1f084728b85d70c2e451719ba8d8f7b05ea250 (diff)
downloadnixpkgs-3e9665dd963f0bc64c861bc1d0cdcd7349a72595.tar
nixpkgs-3e9665dd963f0bc64c861bc1d0cdcd7349a72595.tar.gz
nixpkgs-3e9665dd963f0bc64c861bc1d0cdcd7349a72595.tar.bz2
nixpkgs-3e9665dd963f0bc64c861bc1d0cdcd7349a72595.tar.lz
nixpkgs-3e9665dd963f0bc64c861bc1d0cdcd7349a72595.tar.xz
nixpkgs-3e9665dd963f0bc64c861bc1d0cdcd7349a72595.tar.zst
nixpkgs-3e9665dd963f0bc64c861bc1d0cdcd7349a72595.zip
* 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
Diffstat (limited to 'default.nix')
0 files changed, 0 insertions, 0 deletions