GPU HANG: ecode 7:1:8edcfc79 for SDL test program
Maybe this is a duplicate of #2024 (closed)
Description: After X is started with startx and LXDE comes up, I can use the graphical interface, everything seems to be working, but if I start the attached very simple test SDL program I get GPU hang.
Steps to reproduce:
- compile test program: gcc -g -O0 -Wall -Werror -I/usr/include/SDL2 -D_REENTRANT -lSDL2 -lGL test.c -o test
2a. run test program for still usable X: ./test 1
2b. run test program for not refreshing X: ./test 2
How often does the steps listed above trigger the issue: always
[root@localhost ~]# uname -m
x86_64
[root@localhost ~]# uname -r
5.8.14-200.fc32.x86_64
[root@localhost ~]# cat /etc/fedora-release
Fedora release 32 (Thirty Two)