Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
include xf86-video-dummy because the remote git instance is offline.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jan 26, 2024
1 parent 31104e4 commit eb49b0e
Show file tree
Hide file tree
Showing 29 changed files with 53,605 additions and 20 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ WORKDIR /xorg

COPY xorg/ /xorg/

# build xserver-xorg-video-dummy 0.3.8-2 with RandR support.
# build xf86-video-dummy v0.3.8 with RandR support
RUN set -eux; \
cd xf86-video-dummy; \
git clone --depth 1 --branch xserver-xorg-video-dummy-1_0.3.8-2 https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-dummy; \
cd xserver-xorg-video-dummy; \
patch -p1 < ../xdummy-randr.patch; \
cd xf86-video-dummy/v0.3.8; \
patch -p1 < ../01_v0.3.8_xdummy-randr.patch; \
./autogen.sh; \
make -j$(nproc); \
make install;
Expand Down
8 changes: 3 additions & 5 deletions Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ WORKDIR /xorg

COPY xorg/ /xorg/

# build xserver-xorg-video-dummy 0.3.8-2 with RandR support.
# build xf86-video-dummy v0.3.8 with RandR support
RUN set -eux; \
cd xf86-video-dummy; \
git clone --depth 1 --branch xserver-xorg-video-dummy-1_0.3.8-2 https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-dummy; \
cd xserver-xorg-video-dummy; \
patch -p1 < ../xdummy-randr.patch; \
cd xf86-video-dummy/v0.3.8; \
patch -p1 < ../01_v0.3.8_xdummy-randr.patch; \
./autogen.sh; \
make -j$(nproc); \
make install;
Expand Down
8 changes: 3 additions & 5 deletions Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ WORKDIR /xorg

COPY xorg/ /xorg/

# build xserver-xorg-video-dummy 0.3.8-2 with RandR support.
# build xf86-video-dummy v0.3.8 with RandR support
RUN set -eux; \
cd xf86-video-dummy; \
git clone --depth 1 --branch xserver-xorg-video-dummy-1_0.3.8-2 https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-dummy; \
cd xserver-xorg-video-dummy; \
patch -p1 < ../xdummy-randr.patch; \
cd xf86-video-dummy/v0.3.8; \
patch -p1 < ../01_v0.3.8_xdummy-randr.patch; \
./autogen.sh; \
make -j$(nproc); \
make install;
Expand Down
8 changes: 3 additions & 5 deletions Dockerfile.nvidia.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ WORKDIR /xorg

COPY xorg/ /xorg/

# build xserver-xorg-video-dummy 0.3.8-2 with RandR support.
# build xf86-video-dummy v0.3.8 with RandR support
RUN set -eux; \
cd xf86-video-dummy; \
git clone --depth 1 --branch xserver-xorg-video-dummy-1_0.3.8-2 https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-dummy; \
cd xserver-xorg-video-dummy; \
patch -p1 < ../xdummy-randr.patch; \
cd xf86-video-dummy/v0.3.8; \
patch -p1 < ../01_v0.3.8_xdummy-randr.patch; \
./autogen.sh; \
make -j$(nproc); \
make install;
Expand Down
2 changes: 2 additions & 0 deletions xorg/xf86-video-dummy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
From: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-dummy
Branch: xserver-xorg-video-dummy-1_0.3.8-2
2 changes: 2 additions & 0 deletions xorg/xf86-video-dummy/v0.3.8/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright 2002, SuSE Linux AG, Author: Egbert Eich

Loading

0 comments on commit eb49b0e

Please sign in to comment.