Skip to content

Commit 295b449

Browse files
committed
[update] README
1 parent 6522483 commit 295b449

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This repository is not official.
1919
- DRI3 support
2020
- get scanout alignment size from Xilinx DRM Driver.
2121
- set dumb buffer alignment size.
22-
- set dumb buffer cache default mode
23-
- set dumb buffer cache on/off.
22+
- set dumb buffer cache on by default.
23+
- set dumb buffer cache off by dri.
2424

2525
Build Debian Package
2626
--------------------
@@ -48,14 +48,14 @@ shell$ sudo debian/rules binary
4848

4949
```console
5050
shell$ cd ..
51-
shell$ dpkg --info xserver-xorg-video-armsoc-xilinx_1.5-trial-12_arm64.deb
51+
shell$ dpkg --info xserver-xorg-video-armsoc-xilinx_1.5-trial-13_arm64.deb
5252
new Debian package, version 2.0.
5353
size 41668 bytes: control archive=695 bytes.
5454
509 bytes, 12 lines control
5555
520 bytes, 6 lines md5sums
5656
Package: xserver-xorg-video-armsoc-xilinx
5757
Source: xf86-video-armsoc-xilinx
58-
Version: 1.5-trial-12
58+
Version: 1.5-trial-13
5959
Architecture: arm64
6060
Maintainer: ikwzm <[email protected]>
6161
Installed-Size: 106
@@ -71,11 +71,11 @@ Install Debian Package
7171
----------------------
7272

7373
```console
74-
shell$ sudo dpkg -i xserver-xorg-video-armsoc-xilinx_1.5-trial-12_arm64.deb
75-
(Reading database ... 109140 files and directories currently installed.)
76-
Preparing to unpack xserver-xorg-video-armsoc-xilinx_1.5-trial-12_arm64.deb ...
77-
Unpacking xserver-xorg-video-armsoc-xilinx (1.5-trial-12) over (1.5-alpha12) ...
78-
Setting up xserver-xorg-video-armsoc-xilinx (1.5-trial-12) ...
74+
shell$ sudo dpkg -i xserver-xorg-video-armsoc-xilinx_1.5-trial-13_arm64.deb
75+
(Reading database ... 97530 files and directories currently installed.)
76+
Preparing to unpack xserver-xorg-video-armsoc-xilinx_1.5-trial-13_arm64.deb ...
77+
Unpacking xserver-xorg-video-armsoc-xilinx (1.5-trial-13) over (1.5-alpha12) ...
78+
Setting up xserver-xorg-video-armsoc-xilinx (1.5-trial-13) ...
7979
Processing triggers for man-db (2.10.2-1) ...
8080
```
8181

0 commit comments

Comments
 (0)