Probe #809371ad85 of Notebook NS5x_NS7xPU
Log: xorg.conf
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "iGPU" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "iGPU"
    Driver         "modesetting"
    BusID          "PCI:0:2:0"
    Option         "AccelMethod" "glamor"
    Option         "DRI" "3"
    Option         "TearFree"        "false"
    Option         "TripleBuffer"    "false"
    Option         "SwapbuffersWait" "false"
EndSection
Section "Screen"
    Identifier     "iGPU"
    Device         "iGPU"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection