LINUX.ORG.RU

Как в qemu установить разрешение >800x600?


0

0

Параметр -vga std добавил,
xf86-video-vesa собрал
Конфиг /etc/X11/xorg.conf написал:

Section "InputDevice"
Identifier "Generic Keyboard" 
Driver "kbd" 
EndSection

Section "InputDevice"
  Identifier "Configured Mouse"
  Driver "mouse"
EndSection

Section "Device"
  Identifier "Card0"
  Driver "vesa"
EndSection

Section "Monitor"
  Identifier "Monitor0"
EndSection

Section "Screen" 
  Identifier "Screen0"
  Device "Card0" Device "Card0"
  Monitor "Monitor0" Monitor "Monitor0"
  SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1280x1024" "1024x768"
  EndSubSection
EndSection

[18:45:47][aitap@Tarkus ~]> gtf

usage: gtf x y refresh [-v|--verbose] [-f|--fbmode] [-x|--xorgmode]

            x : the desired horizontal resolution (required)
            y : the desired vertical resolution (required)
      refresh : the desired refresh rate (required)
 -v|--verbose : enable verbose printouts (traces each step of the computation)
  -f|--fbmode : output an fbset(8)-style mode description
 -x|--xorgmode : output an Xorg-style mode description (this is the default
                if no mode description is requested)

[18:46:20][aitap@Tarkus ~]1> gtf 1024 768 60

  # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
  Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync

[18:46:29][aitap@Tarkus ~]> 
Section "Monitor" 
  Identifier "Monitor0" 
  Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
EndSection

Section "Screen"  
  Identifier "Screen0" 
  Device "Card0" Device "Card0" 
  Monitor "Monitor0" Monitor "Monitor0" 
  SubSection "Display" 
    Viewport 0 0 
    Depth 24 
    Modes "1024x768_60.00" 
  EndSubSection 
EndSection 

Попробуйте так.

AITap ★★★★★
()
Ответ на: комментарий от AITap

Я воспользовался этой утилитой из состава x11-base/xorg-server, прописал строчки в секцию Screen и в секцию Monitor, но после выхода из графического режима и нового запуска новые разрешения не включились и не стали доступны в gnome-display-properties

StrongDollar
() автор топика
Ответ на: комментарий от StrongDollar

Попробуйте добавить modeline на лету при помощи xrandr.

AITap ★★★★★
()
Ответ на: комментарий от AEP

Во, вот это единственное, что помогает. Только как же оно все тормозиииит (это на четырехядерном трехгигагерцовом проце...)

StrongDollar
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.