Background:
Host: FC7
Guest: F10
VBox: 2.2.2
GuestAdditions installed: 2.2.2
Shared Folders: /usr/src shared as src
               /home shared as home
---------------------------------------
1. Attemptimg to mount the shared folders:
  # mount -t voxsf home /mnt/home
  /sbin/mount.vboxsf: mountaing failed with the error: No such device
  # mount -t voxsf src /mnt/src
  /sbin/mount.vboxsf: mountaing failed with the error: No such device

2. I invoked /usr/bin/system-config-display and got the error:
  # system-config-display
Traceback (most recent call last):
 File "/usr/share/system-config-display/xconf.py", line 312, in <module>
   hardware_state = XF86HardwareState(xconfig)
File "/usr/lib/python2.5/site-packages/rhpxl/xhwstate.py", line 174, in __init__
   self.init_from_xconfig(xconfig)
File "/usr/lib/python2.5/site-packages/rhpxl/xhwstate.py", line 260, in init_from_xconfig
   if screen.device:
AttributeError: 'NoneType' object has no attribute 'device'

   So, given the above error, (which does not shed any light
   on the source or ultimate cause of the error),
   how can I set/change my display resolution in the guest?

Cheers,

JD

_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to