This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debian: (not shudders by default) | |
su | |
usermod -a -G sudo liangqi | |
sudo apt install openssh-server net-tools | |
sudo systemctl enable ssh | |
sudo systemctl start ssh | |
sudo apt install -y zsh build-essential perl python3 git | |
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feb 27 10:42:17 snapdragon-tp-t14s kernel: *** gpu fault: ttbr0=000000089be9f000 iova=0000000000000040 dir=WRITE type=TRANSLATION source=CCU (3736059565,3736059565,3736059565,3736059565) | |
Feb 27 10:42:17 snapdragon-tp-t14s kernel: *** gpu fault: ttbr0=000000089be9f000 iova=0000000000000040 dir=WRITE type=UNKNOWN source=CCU (3736059565,3736059565,3736059565,3736059565) | |
Feb 27 10:42:17 snapdragon-tp-t14s kernel: *** gpu fault: ttbr0=000000089be9f000 iova=0000000000000040 dir=WRITE type=UNKNOWN source=CCU (3736059565,3736059565,3736059565,3736059565) | |
Feb 27 10:42:17 snapdragon-tp-t14s kernel: *** gpu fault: ttbr0=000000089be9f000 iova=0000000000000040 dir=WRITE type=UNKNOWN source=CCU (3736059565,3736059565,3736059565,3736059565) | |
Feb 27 10:42:17 snapdragon-tp-t14s kernel: *** gpu fault: ttbr0=000000089be9f000 iova=0000000000000040 dir=WRITE type=UNKNOWN source=CCU (3736059565,3736059565,3736059565,3736059565) | |
Feb 27 10:42:17 snapdragon-tp-t14s kernel: *** gpu fault: ttbr0=000000089be9f000 iova=0000000000000040 di |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ glmark2-wayland | |
======================================================= | |
glmark2 2023.01 | |
======================================================= | |
OpenGL Information | |
GL_VENDOR: Broadcom | |
GL_RENDERER: V3D 7.1 | |
GL_VERSION: 3.1 Mesa 23.2.1-1~bpo12+rpt3 | |
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 | |
Surface Size: 800x600 windowed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vkmark | |
ERROR: VkInstanceCreateInfo::pApplicationInfo::apiVersion has value of 0 which is not permitted. If apiVersion is not 0, then it must be greater than or equal to the value of VK_API_VERSION_1_0 [VUID-VkApplicationInfo-apiVersion] | |
======================================================= | |
vkmark 2017.08 | |
======================================================= | |
Vendor ID: 0x10005 | |
Device ID: 0x0 | |
Device Name: llvmpipe (LLVM 17.0.6, 128 bits) | |
Driver Version: 1 | |
Device UUID: 32342e312e307e707265323032343032 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ glmark2-wayland | |
======================================================= | |
glmark2 2023.01 | |
======================================================= | |
OpenGL Information | |
GL_VENDOR: Mesa | |
GL_RENDERER: Apple M1 (G13G B1) | |
GL_VERSION: 4.6 (Compatibility Profile) Mesa 24.1.0~pre20240228-1asahi2.24.04 | |
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 | |
Surface Size: 800x600 windowed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ glmark2 | |
======================================================= | |
glmark2 2023.01 | |
======================================================= | |
OpenGL Information | |
GL_VENDOR: Mesa | |
GL_RENDERER: virgl (ANGLE (Apple, Apple M3 Max, OpenGL 4.1 Metal - 88)) | |
GL_VERSION: 2.1 Mesa 24.0.3-1ubuntu4 | |
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=32 stencil=0 samples=0 | |
Surface Size: 800x600 windowed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ glmark2 | |
======================================================= | |
glmark2 2023.01 | |
======================================================= | |
OpenGL Information | |
GL_VENDOR: VMware, Inc. | |
GL_RENDERER: SVGA3D; build: RELEASE; LLVM; | |
GL_VERSION: 4.3 (Compatibility Profile) Mesa 24.0.4 | |
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 | |
Surface Size: 800x600 windowed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In qtwayland source repo, latest dev branch | |
$ git merge-base origin/dev origin/5.15 | |
76eda41dab9ddccf4c2a38d981c9b03bc7f051d0 | |
$ git log --invert-grep --grep="5.15" --since=76eda41dab9ddccf4c2a38d981c9b03bc7f051d0 --oneline | grep client | |
9bad0fc2 client: Support Xdg activation across shell surfaces | |
fdb29f3f client: Fix xdg shell setting only a minimum size hint | |
f61e39ac client: Switch qt-toplevel-drag to xdg-toplevel-drag | |
9e1e6665 client: Clean up old registry on reconnect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qt@richards-office:~/qt/qtbase-build/tests/manual/startsystemmove$ export QT_LOGGING_RULES="*.debug=false;qt.qpa.input.devices.debug=true" | |
qt@richards-office:~/qt/qtbase-build/tests/manual/startsystemmove$ ./startsystemmove | |
qt.qpa.input.devices: register QPointingDevice("Virtual core pointer" Mouse id=2 seat=30002 caps=Position|Scroll|Hover) | |
qt.qpa.input.devices: register QInputDevice("Virtual core keyboard", type=QInputDevice::DeviceType::Keyboard, ID=3, seat='30002') | |
qt.qpa.input.devices: input device "Virtual core XTEST pointer" ID 4 | |
qt.qpa.input.devices: has 10 buttons | |
qt.qpa.input.devices: has valuator "Rel X" recognized? true | |
qt.qpa.input.devices: has valuator "Rel Y" recognized? true | |
qt.qpa.input.devices: it's a scrolling device | |
qt.qpa.input.devices: it's a mouse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Makefile for transregion | |
CFLAGS = -g | |
LDFLAGS = -L/usr/X11R6/lib -lXpm -lXext -lX11 -lm | |
all: transregion | |
transregion: transregion.o | |
$(CC) -o transregion transregion.o $(LDFLAGS) |
NewerOlder