Black Horizontal Lines in my Schematics

My computer broke, and while I am fixing it I have been running off a persistent Ubuntu 24.04 Live USB drive. I installed Kicad 9.01 and was able to open the projects I am working on. However, now the schematics open with black horizontal lines. All the components are there, just these annoying black lines. When I plot the schematics, the lines are not there. Any suggestions on how to remove these lines?

I’m not using V9 yet.
In previous versions there were setting to use accelerated graphic or not.
As I remember people asking here about some corrupted view changing this setting was what helped them.

First I’d upgrade to 9.0.3 and see if it’s a bug that’s been fixed.

Failing that under Preferences / Preferences / Schematic Editor / Display Options.

What is the rendering engine and grid display set to?

Mindful that you’re working off a Live USB drive, this has all the hallmarks of a GPU driver issue. Are you able to update to the latest for your hardware?

Also, what is the full KiCad version info?

This is what I am running:

Application: KiCad x86_64 on x86_64

Version: 9.0.1, release build

Libraries:
	wxWidgets 3.2.8
	FreeType 2.13.2
	HarfBuzz 10.4.0
	FontConfig 2.15.0
	libcurl/8.5.0 OpenSSL/3.0.13 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.7 libpsl/0.21.5 (+libidn2/2.3.7) libssh/0.10.6/openssl/zlib nghttp2/1.59.0 librtmp/2.3 OpenLDAP/2.6.7

Platform: Ubuntu Core 24, 64 bit, Little endian, wxGTK, X11, ubuntu, x11

Build Info:
	Date: Apr 27 2025 16:15:12
	wxWidgets: 3.2.8 (wchar_t,wx containers) GTK+ 3.24
	Boost: 1.83.0
	OCC: 7.6.3
	Curl: 8.5.0
	ngspice: 42
	Compiler: GCC 13.2.0 with C++ ABI 1018

Build settings:
	KICAD_USE_EGL=ON
	KICAD_IPC_API=ON

Locale: 
	Lang: en_US
	Enc: UTF-8
	Num: 1234.5
	Encoded кΩ丈: D0BACEA9E4B888 (sys), D0BACEA9E4B888 (utf8)

Thanks to @gmc, I set the rendering engine to fallback, and it solved the problem.

When I get my new OS drive, and install Ubuntu 24.04, I should be set.