You are not logged in.
Pages: 1
Hi,
First of all, congratulations to the devolpers of this awesome distro!
I'm setting up a qemu slitaz virtual system with qemu-kvm.
Problem is that I can get no more than 800x600 on my lcd/led laptop display.
In host system, Slackware, I have it at 1280x800.
I already installed xrandr, but maximum display available is 800x600.
Googled, tried qemu with -vga std and vmware options but no 'luck'.
The system is started as:
qemu -enable-kvm -vga std
In xorg.conf, driver is vesa. Tried to add Modes "1024x800" but no success.
Is there any hint?
TIA,
luislupe
Sometimes, you need to put the Vertical and Horizontal refresh rate of your monitor. My xorg.conf file for example have these lines.
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 107.0
VertRefresh 48.0 - 106.0
EndSection
Do some research on your monitor. Hope it works for you.
Thank you jp734!
It was it!
Just for the records, I used [c]xdpyinfo -ext all[/c] to check refresh details.
Pages: 1
[ Generated in 0.026 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]