lol

xorg: add three missing video drivers - chips, s3virge, xgi

Only building was tested.

+33
+30
pkgs/servers/x11/xorg/default.nix
··· 1537 1537 buildInputs = [pkgconfig fontsproto glamoregl libdrm udev libpciaccess randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ]; 1538 1538 }) // {inherit fontsproto glamoregl libdrm udev libpciaccess randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ;}; 1539 1539 1540 + xf86videochips = (mkDerivation "xf86videochips" { 1541 + name = "xf86-video-chips-1.2.6"; 1542 + builder = ./builder.sh; 1543 + src = fetchurl { 1544 + url = mirror://xorg/individual/driver/xf86-video-chips-1.2.6.tar.bz2; 1545 + sha256 = "073bcdsvvsg19mb963sa5v7x2zs19y0q6javmgpiwfaqkz7zbblr"; 1546 + }; 1547 + buildInputs = [pkgconfig fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ]; 1548 + }) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;}; 1549 + 1540 1550 xf86videocirrus = (mkDerivation "xf86videocirrus" { 1541 1551 name = "xf86-video-cirrus-1.5.3"; 1542 1552 builder = ./builder.sh; ··· 1727 1737 buildInputs = [pkgconfig fontsproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xf86miscproto xorgserver xproto ]; 1728 1738 }) // {inherit fontsproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xf86miscproto xorgserver xproto ;}; 1729 1739 1740 + xf86videos3virge = (mkDerivation "xf86videos3virge" { 1741 + name = "xf86-video-s3virge-1.10.7"; 1742 + builder = ./builder.sh; 1743 + src = fetchurl { 1744 + url = mirror://xorg/individual/driver/xf86-video-s3virge-1.10.7.tar.bz2; 1745 + sha256 = "1nm4cngjbw226q63rdacw6nx5lgxv7l7rsa8vhpr0gs80pg6igjx"; 1746 + }; 1747 + buildInputs = [pkgconfig fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ]; 1748 + }) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;}; 1749 + 1730 1750 xf86videosavage = (mkDerivation "xf86videosavage" { 1731 1751 name = "xf86-video-savage-2.3.8"; 1732 1752 builder = ./builder.sh; ··· 1856 1876 }; 1857 1877 buildInputs = [pkgconfig xorgserver xproto ]; 1858 1878 }) // {inherit xorgserver xproto ;}; 1879 + 1880 + xf86videoxgi = (mkDerivation "xf86videoxgi" { 1881 + name = "xf86-video-xgi-1.6.1"; 1882 + builder = ./builder.sh; 1883 + src = fetchurl { 1884 + url = mirror://xorg/individual/driver/xf86-video-xgi-1.6.1.tar.bz2; 1885 + sha256 = "10xd2vah0pnpw5spn40n4p95mpmgvdkly4i1cz51imnlfsw7g8si"; 1886 + }; 1887 + buildInputs = [pkgconfig fontsproto glproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xineramaproto xorgserver xproto ]; 1888 + }) // {inherit fontsproto glproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xineramaproto xorgserver xproto ;}; 1859 1889 1860 1890 xf86vidmodeproto = (mkDerivation "xf86vidmodeproto" { 1861 1891 name = "xf86vidmodeproto-2.3.1";
+3
pkgs/servers/x11/xorg/tarballs-7.7.list
··· 131 131 mirror://xorg/individual/driver/xf86-video-ati-7.5.0.tar.bz2 132 132 mirror://xorg/individual/driver/glamor-egl-0.6.0.tar.bz2 133 133 mirror://xorg/individual/driver/xf86-video-nouveau-1.0.11.tar.bz2 134 + mirror://xorg/individual/driver/xf86-video-chips-1.2.6.tar.bz2 134 135 mirror://xorg/individual/driver/xf86-video-cirrus-1.5.3.tar.bz2 135 136 mirror://xorg/individual/driver/xf86-video-dummy-0.3.7.tar.bz2 136 137 mirror://xorg/individual/driver/xf86-video-fbdev-0.4.4.tar.bz2 ··· 149 150 mirror://xorg/individual/driver/xf86-video-nv-2.1.20.tar.bz2 150 151 mirror://xorg/individual/driver/xf86-video-openchrome-0.3.3.tar.bz2 151 152 mirror://xorg/individual/driver/xf86-video-r128-6.10.0.tar.bz2 153 + mirror://xorg/individual/driver/xf86-video-s3virge-1.10.7.tar.bz2 152 154 mirror://xorg/individual/driver/xf86-video-savage-2.3.8.tar.bz2 153 155 mirror://xorg/individual/driver/xf86-video-siliconmotion-1.7.8.tar.bz2 154 156 mirror://xorg/individual/driver/xf86-video-sis-0.10.8.tar.bz2 ··· 163 165 mirror://xorg/individual/driver/xf86-video-voodoo-1.2.5.tar.bz2 164 166 mirror://xorg/X11R7.7/src/everything/xf86-video-wsfb-0.4.0.tar.bz2 165 167 mirror://xorg/X11R7.7/src/everything/xf86vidmodeproto-2.3.1.tar.bz2 168 + mirror://xorg/individual/driver/xf86-video-xgi-1.6.1.tar.bz2 166 169 mirror://xorg/individual/app/xgamma-1.0.6.tar.bz2 167 170 mirror://xorg/individual/app/xgc-1.0.5.tar.bz2 168 171 mirror://xorg/individual/app/xhost-1.0.7.tar.bz2