Need help for gxconfig

Open development discussions

Moderator: Developer

User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Need help for gxconfig

Post 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.
zau
Posts: 6
Joined: Mon Apr 20, 2020 1:46 pm

Re: Need help for gxconfig

Post 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"
User avatar
judd
Posts: 9
Joined: Wed Jun 03, 2020 4:55 pm
Location: Republica Argentina
Contact:

Re: Need help for gxconfig

Post 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"
Post Reply