xl.cfg(5)
name = 'ArkOS_Dev'
bootloader = "pygrub"
#kernel = "/mnt/arch/boot/x86_64/vmlinuz"
#ramdisk = "/mnt/arch/boot/x86_64/archiso.img"
#extra = "archisobasedir=arch archisolabel=ARCH_201511"
memory = 6144
vcpus = 3
disk = [ "format=raw, vdev=xvda, access=rw, target=/dev/vm_volumes/root.ArkOS_Dev",
"format=raw, vdev=xvdb, access=rw, target=/dev/vm_volumes/swap.ArkOS_Dev"
]
vif = [ 'mac=00:16:3e:49:2b:a1,bridge=xenbr0' ]
vfb = ['vnc=1,vnclisten=0.0.0.0,vncpasswd=123456,keymap=en-dv']
root = "/dev/xvda rw"
/etc/X11/xorg.conf.d/*.conf was missing, so I made one.
10-monitor.conf
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768_75.00"
EndSubSection
EndSection
lspci shows no output.
I am either using a paravirtual framebuffer or it's what I want to
use.
I don't understand how paravirtual framebuffers work. All I
understand is that my Graphics card is not detected when I type
"inxi -F" and
I'm under the impression that that should not matter if you can use
a paravirtual framebuffer.
"No screens found" usually means that X.org isn't configured
properly and wasn't able to guess what output devices to use.
Post your xl.cfg(5) file for this virtual machine,
/etc/X11/xorg.conf.d/*.conf (path may be distro-dependent), and
the output of `lspci` inside the guest. Specifically, it depends
on whether you're using a paravirtual framebuffer, an emulated
graphics card, PCI passthrough, or something else all together.
I think there are also some Xorg-specific tools for diagnosing
screen detection problems.
As an aside, and I can't speak on behalf of the list here, but
this sounds more like an Xorg or ArkOS issue (i.e. not Xen
related), so you'll probably have better luck looking for help
in one of those communities. I mean this only in the friendliest
way possible, but the error message itself even says "Please
consult The X.org Foundation support".
Quoting Folatt <folatt@xxxxxxxxxxxx>:
I got this far:
Now my question is how to go from here to login into a desktop
environment.
-------------------------------------------------
ONLY AT VFEmail! - Use our Metadata Mitigator™ to keep your
email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
No Bandwidth Quotas! 15GB disk space!
Commercial and Bulk Mail Options!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
|