Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Successfully merging a pull request may close this issue.
On laptop I have two GPU:
Since it is configuration witn nVidia Optimus technology secind GPU will not work on FreeBSD, so I did not install nvidia drivers.
Auto created xorg.conf: `Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 EndSection
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" EndSection
Section "Device" Identifier "Card1" Driver "modesetting" BusID "0:2:0" Option "AccelMethod" "none" EndSection
Section "Device" Identifier "Card0" Driver "" BusID "1:0:0"
EndSection`
The problem is in screen section. Card1 should be choosen. Obvious solution for fixing situation like this:
The text was updated successfully, but these errors were encountered:
This should be fixed for RC2. Thanks for reporting this!
Sorry, something went wrong.
On laptop I have two GPU:
vgapci1@pci0:0:2:0: class=0x030000 card=0x08021028 chip=0x591b8086 rev=0x04 hdr=0x00
vendor = 'Intel Corporation'
class = display
subclass = VGA
vgapci0@pci0:1:0:0: class=0x030000 card=0x08021028 chip=0x1c2010de rev=0xa1 hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'GP106M [GeForce GTX 1060 Mobile]'
class = display
subclass = VGA
Since it is configuration witn nVidia Optimus technology secind GPU will not work on FreeBSD, so I did not install nvidia drivers.
Auto created xorg.conf:
`Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
EndSection
Section "Device"
Identifier "Card1"
Driver "modesetting"
BusID "0:2:0"
Option "AccelMethod" "none"
EndSection
Section "Device"
Identifier "Card0"
Driver ""
BusID "1:0:0"
EndSection`
The problem is in screen section. Card1 should be choosen.
Obvious solution for fixing situation like this:
The text was updated successfully, but these errors were encountered: