xinit이 물리 디스플레이를 공백으로 만드는 이유는 무엇입니까?

xinit이 물리 디스플레이를 공백으로 만드는 이유는 무엇입니까?

나는 데비안 8 컴퓨터에서 원격 OpenGL을 작동시키려고 노력해 왔습니다.

나는 당신이 그것을 실행하도록 할 수 있다는 것을 읽었습니다 sudo xinit &. (그리고 그것은 작동합니다. 그렇게 한 후에는 내 서버의 GPU를 사용하지 않는 것으로 의심되지만 그렇게 할 수 있었습니다)

엔비디아 카드를 설치했습니다.

도움을 주셔서 감사합니다. 오랫동안 이 작업을 해왔습니다. 여기 제 xorg.conf가 있습니다.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 375.20  (buildmeister@swio-display-x86-rhel47-06)  Tue Nov 15 17:49:44 PST 2016
Section "DRI"
    Mode 0660
    Group "vglusers"
EndSection


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1050 Ti"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "UseDisplayDevice" "None"
    SubSection     "Display"
        Virtual     1280 1024
        Depth       24
    EndSubSection
EndSection

관련 정보