Page 3 of 3

Re: Need help for gxconfig

Posted: Tue Apr 28, 2020 6:57 pm
by ericbsd
Thank you all that helped me to figure most of the code to have an automatic configuration for most GPUs that are supported by default on the ISO.

The next release will have auto setup and fail-safe options.

Re: Need help for gxconfig

Posted: Thu Apr 30, 2020 1:49 pm
by zau
pciconf -lv | grep -B 4 VGA
vgapci1@pci0:0:2:0: class=0x030000 card=0x07d01028 chip=0x591b8086 rev=0x04 hdr=0x00
vendor = 'Intel Corporation'
device = 'HD Graphics 630'
class = display
subclass = VGA

cat /etc/X11/xorg.conf | grep Driver
Driver "kbd"
Driver "mouse"
### Available Driver options are:-
Driver "modesetting"
### Available Driver options are:-
Driver "nv"

Re: Need help for gxconfig

Posted: Thu Jun 04, 2020 2:27 pm
by judd
pciconf -lv | grep -B 4 VGA
vgapci0@pci0:1:0:0: class=0x030000 card=0x3fca1458 chip=0x1f8210de rev=0xa1 hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'TU117 [GeForce GTX 1650]'
class = display
subclass = VGA


cat /etc/X11/xorg.conf | grep Driver
Driver "kbd"
Driver "mouse"
### Available Driver options are:-
Driver "nvidia"