From b8e5230d7def6f031ca6039d55bdf5c51518a40e Mon Sep 17 00:00:00 2001 From: medusadigital Date: Wed, 13 Dec 2017 13:21:55 +0100 Subject: [PATCH 1/2] add start-low-graphics-mode.bat add start-low-graphics-mode.bat --- start-low-graphics-mode.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 start-low-graphics-mode.bat diff --git a/start-low-graphics-mode.bat b/start-low-graphics-mode.bat new file mode 100644 index 00000000..199f4281 --- /dev/null +++ b/start-low-graphics-mode.bat @@ -0,0 +1,7 @@ +@echo off + + +set QMLSCENE_DEVICE=softwarecontext + + +start /b monero-wallet-gui.exe \ No newline at end of file From 618d6cf3c04a1b150cc98403d2f05a607999f572 Mon Sep 17 00:00:00 2001 From: medusadigital Date: Sat, 30 Dec 2017 22:38:39 +0100 Subject: [PATCH 2/2] remove linebreaks --- start-low-graphics-mode.bat | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/start-low-graphics-mode.bat b/start-low-graphics-mode.bat index 199f4281..c508e1eb 100644 --- a/start-low-graphics-mode.bat +++ b/start-low-graphics-mode.bat @@ -1,7 +1,5 @@ @echo off - - -set QMLSCENE_DEVICE=softwarecontext - -start /b monero-wallet-gui.exe \ No newline at end of file +set QMLSCENE_DEVICE=softwarecontext + +start /b monero-wallet-gui.exe