The problem is with the frame buffer and I not sure exactly how Xen handles this. I had no problem connecting to a VNC console during the install and running the install. So, I''m pretty sure theres something else happening. Anyway, I get the following error in: Fatal server error: xf86OpenConsole: Cannot open /dev/fb (No such file or directory) On the system I see: -bash-3.2# ls -lha /dev | grep fb lrwxrwxrwx 1 root root 10 Jul 24 2008 fb0 -> fbs/text-0 drwxr-xr-x 3 root root 3 Dec 31 18:03 fbs lrwxrwxrwx 1 root root 2 Jul 24 2008 vt00 -> fb And: -bash-3.2# ls -lha /dev/fbs/ total 15 drwxr-xr-x 3 root root 3 Dec 31 18:03 . drwxr-xr-x 231 root sys 231 Dec 31 18:24 .. lrwxrwxrwx 1 root root 53 Dec 31 18:03 text-0 -> ../../devices/pci@0,0/pci1022,7460@6/display@3:text-0 I saw this bug here: http://bugs.opensolaris.org/view_bug.do;jsessionid=b760a1883112e82a456661d6ca?bug_id=1205738 But this device doesn''t exist in /devices: -bash-3.2# ls /devices/ agpgart iscsi:devctl scsi_vhci xsvc@0,0:xsvc agpgart:agpgart options scsi_vhci:devctl cpus pseudo xpvd iscsi pseudo:devctl xsvc@0,0 In fact, there are no PCI devices: -bash-3.2# /usr/openwin/bin/scanpci No PCI devices found Which confused me even more. Also, I see no "pci1022,7460" in driver_aliases -bash-3.2# cat /etc/driver_aliases | grep pci1022 mc-amd "pci1022,1100" mc-amd "pci1022,1101" mc-amd "pci1022,1102" amd8111s "pci1022,7462" audio810 "pci1022,7445" audio810 "pci1022,746d" pcn "pci1022,2000" agptarget "pci1022,7454" amd64_gart "pci1022,1103" I tried the solution in: http://www.nvnews.net/vbulletin/archive/index.php/t-55107.html By doing the "update_drv...." but this hasn''t worked either. At this point - I could use some help. Thank you in advance. This message posted from opensolaris.org