Поддержка > Видео

Dual-Head на Matrox G400 не могу настроить

<< < (2/2)

HsH:

--- Код: ---sudo cp mga_drv.so /usr/lib/xorg/modules/drivers/mga_drv.so
--- Конец кода ---

vri:
в папке по-умолчанию драйвера нет, где нашел - указал выше.

шаблон xorg.conf взял у вендора.
Спойлер: ПоказатьСкрытьSection "ServerLayout"
   Identifier     "Simple Layout"

   Screen         "Screen 1" LeftOf "Screen 2"
   Screen         "Screen 2"

   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option "Xinerama"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/cyrillic"
   FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath     "built-ins"
EndSection

Section "Module"
   Load  "dbe"
   Load  "extmod"
   Load  "type1"
   Load  "freetype"
    Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "Keyboard"
   Option      "AutoRepeat" "500 30"
   Option      "XkbRules" "xfree86"
   Option      "XkbModel" "pc101"
   Option      "XkbLayout" "us"
   Option      "XkbCompat" ""
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option      "Protocol" "PS/2"
   Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
   Identifier   "My Monitor 1"
   HorizSync    31.5 - 95.0
   VertRefresh  50.0 - 85.0
EndSection

Section "Monitor"
   Identifier   "My Monitor 2"
   HorizSync    31.5 - 95.0
   VertRefresh  50.0 - 85.0
EndSection

Section "Device"
   Identifier  "MGA CARD 1"
   Driver      "mga"
   BusID       "PCI:1:0:0"
#   Option      "DigitalScreen1" "on"
    Screen      0
EndSection

Section "Device"
   Identifier  "MGA CARD 2"
   Driver      "mga"
   BusID       "PCI:1:0:0"
#   Option      "DigitalScreen2" "on"
   Screen      1
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device     "MGA CARD 1"
   Monitor    "My Monitor 1"
    DefaultDepth   24

   SubSection "Display"
      Depth     16
        Modes   "1024x768" "800x600" "640x480"
   EndSubSection

   SubSection "Display"
      Depth     24
        Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen 2"
   Device     "MGA CARD 2"
   Monitor    "My Monitor 2"
   DefaultDepth    24

   SubSection "Display"
      Depth     16
        Modes   "1024x768" "800x600" "640x480"
   EndSubSection

   SubSection "Display"
      Depth     24
        Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection




Результат прежний - один монитор. С этим шаблоном перстали работать все randr'ы.

Навигация

[0] Главная страница сообщений

[*] Предыдущая страница

Перейти к полной версии