Многомониторный режим xrandr для Nvidia в XEN c драйвером nouveau
Материал из support.qbpro.ru
по мотивам вот этой инструкции
На физ. машине в XEN не запустились проприетарные драйвера nvidia. Видеокарта Nvidia G210
Врубаем модуль nouveau и грузимся
Xorg запустился с движком xrandr автоматически
Все параметры xrandr:
$ xrandr <tab><tab> --above --dryrun --noprimary --prop --right-of --transform --addmode --fb --off --properties --rmmode --verbose --auto --fbmm --orientation --q1 --rotate --version --below --gamma --output --q12 --same-as --brightness --left-of --panning --query --scale --crtc --mode --pos --rate --screen --delmode --newmode --preferred --reflect --set --dpi --nograb --primary --refresh --size
Изучаем параметры видеокарты:
$ xrandr --prop Screen 0: minimum 320 x 200, current 2304 x 1024, maximum 8192 x 8192 DVI-I-1 connected 1280x1024+1024+0 (normal left inverted right x axis y axis) 376mm x 301mm EDID: 00ffffffffffff0004724c0074ce7000 0714010380261e78ea9ae5a658499923 115054bfef80714f0101010101010101 010101010101302a009851002a403070 1300782d1100001e000000fd00384b1e 530e000a202020202020000000ff004c 44513043313534343047330a000000fc 00563139330a2020202020202020004f dithering depth: auto supported: auto 6 bpc 8 bpc dithering mode: auto supported: auto off static 2x2 dynamic 2x2 scaling mode: Full supported: None Full Center Full aspect color vibrance: 150 (0x00000096) range: (0,200) vibrant hue: 90 (0x0000005a) range: (0,180) underscan vborder: 0 (0x00000000) range: (0,128) underscan hborder: 0 (0x00000000) range: (0,128) underscan: off supported: auto off on subconnector: DVI-D supported: Unknown DVI-D DVI-A 1280x1024 60.0*+ 75.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 72.8 75.0 66.7 60.0 720x400 70.1 HDMI-1 disconnected (normal left inverted right x axis y axis) dithering depth: auto supported: auto 6 bpc 8 bpc dithering mode: auto supported: auto off static 2x2 dynamic 2x2 scaling mode: Full supported: None Full Center Full aspect color vibrance: 150 (0x00000096) range: (0,200) vibrant hue: 90 (0x0000005a) range: (0,180) underscan vborder: 0 (0x00000000) range: (0,128) underscan hborder: 0 (0x00000000) range: (0,128) underscan: off supported: auto off on VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm scaling mode: None supported: None Full Center Full aspect color vibrance: 150 (0x00000096) range: (0,200) vibrant hue: 90 (0x0000005a) range: (0,180) 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9
Итак, имеем 3 видео вывода:
- DVI-I-1 - подключен монитор, по умолчанию 1024х768
- VGA-1 - подключен телевизор, по умолчанию 1024х768 клон
- HDMI-1 - не используется
запускаем:
$xrandr --output DVI-I-1 --mode 1280x1024 --output VGA-1 --mode 1024x768 --left-of DVI-I-1
Получаем 2 рабочих стола
настройка xorg.conf