Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
qemu 2.12 stable, guest with virgl : display blank
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
hagar-dunor
n00b
n00b


Joined: 26 Apr 2012
Posts: 36

PostPosted: Sat Jun 23, 2018 5:58 pm    Post subject: qemu 2.12 stable, guest with virgl : display blank Reply with quote

Hi all,

Qemu 2.11 works as expected, with qemu 2.12 that got stable recently I get a blank and dark display on a guest using virgl.

Here is the guest qemu init script if that matters:

Code:

#!/bin/sh
# ip addr 10.253.0.2, tap0, mac 01, monitor 2001
export QEMU_AUDIO_DRV=pa
exec qemu-system-x86_64 \
        -enable-kvm \
        -machine q35 \
        -device intel-iommu \
        -usb \
        -cpu host \
        -smp cores=2,threads=2 \
        -drive file=/var/qemu/arch/ovmfcode.flash,format=raw,readonly,if=pflash,id=drive0 \
        -drive file=/var/qemu/arch/ovmfvars.flash,format=raw,if=pflash,id=drive1 \
        -object iothread,id=t0 \
        -device virtio-scsi-pci,iothread=t0 \
        -device scsi-hd,drive=root \
        -drive file=/var/qemu/arch/arch.img,discard=unmap,detect-zeroes=unmap,if=none,cache=writeback,id=root \
        -netdev tap,id=nic-0,ifname=tap0,vhost=on,script=no,downscript=no \
        -net nic,macaddr=52:54:00:F0:0D:01,netdev=nic-0,model=virtio \
        -m 4G \
        -vga virtio \
        -display gtk,gl=on \
        -soundhw hda \
        -spice unix,addr=/var/run/user/1000/arch.socket,disable-ticketing \
        -device virtio-serial-pci \
        -device virtserialport,chardev=spicechannel1,name=com.redhat.spice.0 \
        -chardev spicevmc,id=spicechannel1,name=vdagent \
        -device qemu-xhci,id=xhci0 \
        -device usb-redir,chardev=usbredirchardev1,id=usbredirdev1,debug=0 \
        -chardev spicevmc,name=usbredir,id=usbredirchardev1 \
        -name "Arch" \
        -monitor telnet:127.0.0.1:2001,server,nowait \
        -daemonize \
        $@


here is my emerge --info

Code:

user@gentoo ~ $ emerge --info
Portage 2.3.40 (python 3.6.5-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-7.3.0, glibc-2.26-r7, 4.14.51-gentoo x86_64)
=================================================================
System uname: Linux-4.14.51-gentoo-x86_64-Intel-R-_Core-TM-_i9-7920X_CPU_@_2.90GHz-with-gentoo-2.4.1
KiB Mem:    32701920 total,  30428376 free
KiB Swap:   33554428 total,  33554428 free                                                                                                                                             
Timestamp of repository gentoo: Sat, 23 Jun 2018 15:45:01 +0000                                                                                                                       
Head commit of repository gentoo: c7b26897a311f7b4a54ab522b31ff23e58903de3                                                                                                             
sh bash 4.4_p12                                                                                                                                                                       
ld GNU ld (Gentoo 2.30 p2) 2.30.0                                                                                                                                                     
app-shells/bash:          4.4_p12::gentoo                                                                                                                                             
dev-lang/perl:            5.24.3-r1::gentoo                                                                                                                                           
dev-lang/python:          2.7.14-r1::gentoo, 3.6.5::gentoo                                                                                                                             
dev-util/cmake:           3.9.6::gentoo                                                                                                                                               
dev-util/pkgconfig:       0.29.2::gentoo                                                                                                                                               
sys-apps/baselayout:      2.4.1-r2::gentoo                                                                                                                                             
sys-apps/openrc:          0.34.11::gentoo                                                                                                                                             
sys-apps/sandbox:         2.13::gentoo                                                                                                                                                 
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo                                                                                                                               
sys-devel/automake:       1.15.1-r2::gentoo                                                                                                                                           
sys-devel/binutils:       2.30-r2::gentoo                                                                                                                                             
sys-devel/gcc:            7.3.0-r3::gentoo                                                                                                                                             
sys-devel/gcc-config:     1.8-r1::gentoo                                                                                                                                               
sys-devel/libtool:        2.4.6-r3::gentoo                                                                                                                                             
sys-devel/make:           4.2.1::gentoo                                                                                                                                               
sys-kernel/linux-headers: 4.14::gentoo (virtual/os-headers)                                                                                                                           
sys-libs/glibc:           2.26-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync5.de.gentoo.org/gentoo-portage/
    priority: -1000
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: no

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=24 --load-average=24.0 --keep-going --with-bdeps y --complete-graph"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.mirrors.ovh.net/gentoo-distfiles/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en"
MAKEOPTS="-j24"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi activities alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi kwallet lcms ldap libnotify libtirpc mad mng modules mp3 mp4 mpeg multilib ncurses nls nptl nvidia ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pulseaudio python qml qt3support qt5 readline sdl seccomp semantic-desktop spell ssl startup-notification svg tcpd threads tiff truetype udev udisks unicode upower usb vdpau vorbis widgets wxwidgets x264 xattr xcb xcomposite xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 avx512f avx512dq avx512cd avx512bw avx512vl f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" QEMU_SOFTMMU_TARGETS="x86_64" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="ruby23" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


For sure, it seems to be related to the graphics driver. I have a GTX1050Ti, and using the stable proprietary drivers. Interestingly enough, I get the display as expected with nouveau, but nouveau is unsuable with a 1050Ti. I tried also withe the test mesa 18.1.2, but no luck.

Any clue welcome.

Cheers
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum