* Use the new Intel driver.

svn path=/nixos/trunk/; revision=8633
This commit is contained in:
Eelco Dolstra 2007-05-01 15:27:50 +00:00
parent c1d072c17d
commit 66f0d29a48
3 changed files with 8 additions and 5 deletions

View File

@ -357,12 +357,14 @@
{ {
name = ["services" "ttyBackgrounds" "defaultSpecificThemes"]; name = ["services" "ttyBackgrounds" "defaultSpecificThemes"];
default = [ default = [
/*
{ tty = 6; { tty = 6;
theme = pkgs.fetchurl { # Yeah! theme = pkgs.fetchurl { # Yeah!
url = http://www.bootsplash.de/files/themes/Theme-Pativo.tar.bz2; url = http://www.bootsplash.de/files/themes/Theme-Pativo.tar.bz2;
md5 = "9e13beaaadf88d43a5293e7ab757d569"; md5 = "9e13beaaadf88d43a5293e7ab757d569";
}; };
} }
*/
{ tty = 10; { tty = 10;
theme = pkgs.fetchurl { theme = pkgs.fetchurl {
url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2; url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2;

View File

@ -36,8 +36,8 @@ EndSection
Section "Monitor" Section "Monitor"
Identifier "Monitor[0]" Identifier "Monitor[0]"
Option "DPMS" Option "DPMS"
HorizSync 28-49 # HorizSync 28-49
VertRefresh 43-75 # VertRefresh 43-75
EndSection EndSection
@ -65,7 +65,7 @@ Section "Device"
Identifier "Device[0]" Identifier "Device[0]"
Driver "@videoDriver@" Driver "@videoDriver@"
Option "Clone" "On" Option "Clone" "On"
Option "MonitorLayout" "CRT,LFP" Option "MonitorLayout" "LVDS,CRT"
EndSection EndSection

View File

@ -52,7 +52,8 @@ let
xorg.xf86inputmouse xorg.xf86inputmouse
] ]
++ optional (videoDriver == "vesa") xorg.xf86videovesa ++ optional (videoDriver == "vesa") xorg.xf86videovesa
++ optional (videoDriver == "i810") xorg.xf86videoi810; ++ optional (videoDriver == "i810") xorg.xf86videoi810
++ optional (videoDriver == "intel") xorg.xf86videointel;
configFile = stdenv.mkDerivation { configFile = stdenv.mkDerivation {
@ -245,7 +246,7 @@ rec {
job = " job = "
#start on network-interfaces start on network-interfaces
start script start script
rm -f /var/state/opengl-driver rm -f /var/state/opengl-driver