All of lore.kernel.org
 help / color / mirror / Atom feed
* Just another PCI VGA passthru report
@ 2011-01-09 13:41 Pavel Matěja
  2011-01-09 14:07 ` Pavel Matěja
  2011-01-10 14:32 ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 8+ messages in thread
From: Pavel Matěja @ 2011-01-09 13:41 UTC (permalink / raw)
  To: xen-devel

Hey guys,
I have new toy and I there is something I want to tell you about it.

Hardware:
AMD Phenom(tm) II X6 1075T Processor
16GB of DDR3 ECC
3x ASUS EAH6850
Intel X25-M SSD 160GB G2
2x USB headset Tactic 3D alpha
1x headphones with jack
3x USB keyboard
3x USB mouse
3x LCD monitor with 4-port USB HUB

Software:
dom0:
xen-unstable.hg with original AMD passthru patch
linux-xen 2.6.32.26-g3147caa with backported patch for Marvell 88E8059
Samba, bind, etc.

3x domU:
Win XP SP3 32b
gplpv_XP_0.11.0.238.msi
10-12_xp32_dd_ccc_enu.exe

domU configuration:
Every domU has:
2 dedicated cores
4GB RAM
8GB partition/disk image
passthru to USB and VGA
1GB NIC
USB keyboard
USB mouse
one domU has PCI passthru to onboard soundcard
two have USB headset

Some problems:
Disk performance is poor even when I use gplpv drivers.

I can't read valid CPU frequency from /proc/cpuinfo

I can't power computer off. It's working normaly when running non XEN
kernel.

Onboard sound:
I had to add kernel parameter
xen-pciback.hide=(00:14.2)
I got error 10 in windows driver when I just unbound it from PCI.

USB:
Sometimes I need normal login before XEN start so I unbind USB controller just 
before start of guest.
I was unable to pass EHCI. Just OHCI was working which caused problems when 
detecting USB devices. It took long time and sometimes some keys on keyboard 
were ignored.
I had to:
a) change PCI resource alignment
cd /sys/bus/pci
echo "00:12.2;00:13.2;00:16.2" > /sys/bus/pci/resource_alignment
b) turn power controllers off
echo 0 > slots/0000:00:12.2/power
echo 0 > slots/0000:00:13.2/power
echo 0 > slots/0000:00:16.2/power
c) rescan PCI
echo 1 > rescan
When I tried to use kernel parameter only first PCI device alignment was 
altered.

VGA:
I can see Windows starting just on primary VGA. Booting other instances causes 
image damage to primary VGA Windows instance. I have to start that domU last.

Current status:
I'm successfully running three instances of Windows XP. Every one has fully 
accelerated VGA and it's own keybord, mouse and soudcard.
I took some video by my phone. Check (no comment, poor quality)
http://tinypic.com/player.php?v=34qtx8p&s=7 XEN boot, WXP start
http://tinypic.com/player.php?v=1679kzb&s=7 3x Counter Strike, very short

What is it good for?
Think about offices, schools,.. You can save lot of money when you get three 
computers for price of two or less. My computer is gaming machine so it's more 
expensive than usual one. But you need VGA PCI passthru.
--
Pavel Mateja

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-13 15:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-09 13:41 Just another PCI VGA passthru report Pavel Matěja
2011-01-09 14:07 ` Pavel Matěja
2011-01-10 14:32 ` Konrad Rzeszutek Wilk
2011-01-11  8:01   ` Pavel Matěja
2011-01-11 17:42     ` Konrad Rzeszutek Wilk
2011-01-12 20:26       ` Pavel Matěja
2011-01-13 14:39         ` Konrad Rzeszutek Wilk
2011-01-13 15:32           ` Pavel Mateja

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.