5

Я использую Redhat 6.4

uname -ra
Linux host.domain 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux

Видеокарта NVIDA Tesla C2075, версия драйвера: 319.37

Вот проблема, которую я пытаюсь решить:

Я хотел бы иметь возможность загружать свой сервер без монитора. Позже, если я подключу мониторы, я бы хотел видеть графический дисплей.

Текущее поведение:

Xorg завершает работу, потому что не обнаруживает никаких мониторов. Я не могу ничего получить на экране.

Xorg.0.log:

X.Org X Server 1.13.0
Release Date: 2012-09-05
[    31.569] X Protocol Version 11, Revision 0
...
[    34.279] (EE) Screen(s) found, but none have a usable configuration.
[    34.279]
Fatal server error:
[    34.279] no screens found
[    34.280] (EE)
Please consult the Red Hat, Inc. support
     at https://www.redhat.com/apps/support/
 for help.
[    34.280] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    34.280] (EE)
[    34.284] Server terminated with error (1). Closing log file.

Я попытался выполнить следующие действия: https://access.redhat.com/solutions/54937 с ограниченным успехом. Теперь я могу вывести консоль на экран, нажав ctrl+alt+f2 (я не мог раньше), но Xorg по-прежнему завершает работу таким же образом.

xorg.conf

  1 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2 # nvidia-xconfig:  version 319.37  (buildmeister@swio-display-x64-rhel04-11)  Wed Jul  3 18:14:07 PDT 2013
  3 
  4 Section "ServerLayout"
  5     Identifier     "Layout0"
  6     Screen      0  "Screen0"
  7     InputDevice    "Keyboard0" "CoreKeyboard"
  8     InputDevice    "Mouse0" "CorePointer"
  9 EndSection
 10 
 11 Section "Files"
 12 EndSection
 13 
 14 Section "InputDevice"
 15     # generated from default
 16     Identifier     "Mouse0"
 17     Driver         "mouse"
 18     Option         "Protocol" "auto"
 19     Option         "Device" "/dev/input/mice"
 20     Option         "Emulate3Buttons" "no"
 21     Option         "ZAxisMapping" "4 5"
 22 EndSection
 23 
 24 Section "InputDevice"
 25     # generated from data in "/etc/sysconfig/keyboard"
 26     Identifier     "Keyboard0"
 27     Driver         "kbd"
 28     Option         "XkbLayout" "us"
 29     Option         "XkbModel" "pc105"
 30 EndSection
 31 
 32 Section "Device"
 33     Identifier     "Device0"
 34     Driver         "nvidia"
 35     VendorName     "NVIDIA Corporation"
 36     Option         "ConnectedMonitor"    "DFP-0"
 37     Option         "CustomEDID" "DFP-0:/etc/X11/edid1.conf"
 38 EndSection
 39 
 40 Section "Monitor"
 41     Identifier     "Monitor0"
 42     VendorName     "Unknown"
 43     ModelName      "Unknown"
 44     HorizSync       28.0 - 33.0
 45     VertRefresh     43.0 - 72.0
 46     Option         "DPMS"
 47 EndSection
 48 
 49 
 50 Section "Screen"
 51     Identifier     "Screen0"
 52     Device         "Device0"
 53     Monitor        "Monitor0"
 54     DefaultDepth    24
 55     SubSection     "Display"
 56         Depth       24
 57         Modes       "1920x1200"
 58     EndSubSection
 59 EndSection

Я ценю любую помощь или совет, который может дать любой. Я ударил стену, и я не уверен, что делать дальше.

Спасибо,

Майк

1 ответ1

-1

Я попробовал то же самое решение (https://access.redhat.com/solutions/54937) с другой видеокартой и монитором и обнаружил, что оно работает.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .