shithub: rc

Download patch

ref: b16421452b4724e54b61eea53b49cb7ba0d01562
parent: 70435c9cc9aa905654475737331490bbdfb9bcea
author: qwx <qwx@sciops.net>
date: Wed Jul 21 05:58:01 EDT 2021

qw: lower screen size for our t61p to get ≥72 fps

--- a/bin/qw
+++ b/bin/qw
@@ -1,7 +1,9 @@
 #!/bin/rc
 rfork ne
 switch($sysname){
-case x220 w520 t61p2 t61p
+case t61p2 t61p
+	res=(-dx 982 -dy 738)
+case w500 x220 w520
 	res=(-dx 1032 -dy 776)
 case hsw
 	res=(-dx 1608 -dy 1208)