gl-gsync-demo icon indicating copy to clipboard operation
gl-gsync-demo copied to clipboard

fails to run

Open Flashwalker opened this issue 1 year ago • 0 comments

Ubuntu 22.04. nvidia driver 545. Installed deps and make ok.

$ sudo apt install freeglut3-dev libglew-dev libxnvctrl-dev


$ make
gcc -Wall -O3 -std=c99   -c -o main.o main.c
gcc -Wall -O3 -std=c99   -c -o gsync.o gsync.c
gcc -Wall -O3 -std=c99   -c -o vsync.o vsync.c
gcc main.o gsync.o vsync.o -lXNVCtrl -lX11 -lXext -lGL -lGLU -lglut -lGLEW -lm -o gl-gsync-demo


$ ./gl-gsync-demo
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  157 (NV-CONTROL)
  Minor opcode of failed request:  2 ()
  Serial number of failed request:  11
  Current serial number in output stream:  11

Flashwalker avatar Feb 20 '24 09:02 Flashwalker