Activity log for bug #319373

Date Who What changed Old value New value Message
2009-01-20 21:08:16 Ryan Hamilton bug added bug
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'failsafeDexconf' (Changed failsafeDexconf to allow VirtualBox video driver to be picked up)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'Dependencies.txt' (Dependencies.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'LsMod.txt' (LsMod.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'LsPci.txt' (LsPci.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'XorgConf.txt' (XorgConf.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'XorgLog.txt' (XorgLog.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'XorgLogOld.txt' (XorgLogOld.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'Xrandr.txt' (Xrandr.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'setxkbmap.txt' (setxkbmap.txt)
2009-01-20 21:08:16 Ryan Hamilton bug added attachment 'xdpyinfo.txt' (xdpyinfo.txt)
2009-01-20 21:11:47 Ryan Hamilton description Binary package hint: xorg I use Sun's VirtualBox to access my Ubuntu install on a second hard drive while still in WindowsXP (for a variety of reasons, but mostly because of games and the Media Center capability), but still want the ability to boot into Ubuntu directly when needed and not have to futz with a custom Xorg file each time I boot. Since VirtualBox does not support 3D acceleration for linux guests, the Nvidia card I have in this machine is not recognized when starting up and triggers a failsafeX session. I looked at the failsafeX files in /etc/gdm, and looking at failsafeDexconf I noticed it has hooks for dealing with QEMU, so I made the following addition to allow failsafeX to pick up on VirtualBox running and change the video driver accordingly. Without changing the video driver, resolution is limited to 640x480 which is almost unusable these days. Guest additions for VirtualBox need to be installed, but if the user follows the directions given by the VirtualBox folks it is not a problem. Sorry but I didn't know where else to put this or send to! This is just my hack to get it working easily, I'm probably doing bad things with this below. But I wanted to post it regardless. Thanks, Ryan Hamilton Ubuntu 8.10 xorg: Installed: 1:7.4~5ubuntu3 Candidate: 1:7.4~5ubuntu3 Version table: *** 1:7.4~5ubuntu3 0 500 http://us.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status Using VirtualBox 2.1.0 from a WindowsXP host. Main change: Add this section underneath the QEMU check VBOX_VIDEO=$(grep "vbox" /proc/modules || true) if [ -n "$VBOX_VIDEO" ]; then DEVICE_DRIVER="vboxvideo" fi ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: xorg 1:7.4~5ubuntu3 ProcEnviron: PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:.:/home/username/isaac_pipeline/bin:/home/username/gasgano/bin: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersion: Linux version 2.6.27-9-generic (buildd@rothera) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Nov 20 21:57:00 UTC 2008 SourcePackage: xorg Uname: Linux 2.6.27-9-generic i686 xkbcomp: Binary package hint: xorg I use Sun's VirtualBox to access my Ubuntu install on a second hard drive while still in WindowsXP (for a variety of reasons, but mostly because of games and the Media Center capability), but still want the ability to boot into Ubuntu directly when needed and not have to futz with a custom Xorg file each time I boot. Since VirtualBox does not support 3D acceleration for linux guests, the Nvidia card I have in this machine is not recognized when starting up and triggers a failsafeX session. I looked at the failsafeX files in /etc/gdm, and looking at failsafeDexconf I noticed it has hooks for dealing with QEMU, so I made the following addition to allow failsafeX to pick up on VirtualBox running and change the video driver accordingly. Without changing the video driver, resolution is limited to 640x480 which is almost unusable these days. Guest additions for VirtualBox need to be installed, but if the user follows the directions given by the VirtualBox folks it is not a problem. Sorry but I didn't know where else to put this or send to! This is just my hack to get it working easily, I'm probably doing bad things with this below. But I wanted to post it regardless. Thanks, Ryan Hamilton Ubuntu 8.10 xorg: Installed: 1:7.4~5ubuntu3 Candidate: 1:7.4~5ubuntu3 Version table: *** 1:7.4~5ubuntu3 0 500 http://us.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status Using VirtualBox 2.1.0 from a WindowsXP host. Main change in failsafeDexconf: Add this section underneath the QEMU check VBOX_VIDEO=$(grep "vbox" /proc/modules || true) if [ -n "$VBOX_VIDEO" ]; then DEVICE_DRIVER="vboxvideo" fi ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: xorg 1:7.4~5ubuntu3 ProcEnviron: PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:.:/home/username/isaac_pipeline/bin:/home/username/gasgano/bin: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersion: Linux version 2.6.27-9-generic (buildd@rothera) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Nov 20 21:57:00 UTC 2008 SourcePackage: xorg Uname: Linux 2.6.27-9-generic i686 xkbcomp:
2009-01-22 20:37:19 Bryce Harrington xorg: status New Confirmed
2009-02-11 08:34:22 Bryce Harrington xorg: status Confirmed Triaged
2009-02-11 08:34:22 Bryce Harrington xorg: importance Undecided Medium
2009-02-11 08:34:22 Bryce Harrington xorg: statusexplanation
2009-03-17 09:19:00 Bryce Harrington xorg (Ubuntu): status Triaged Fix Committed
2009-03-18 21:00:32 Launchpad Janitor xorg: status Fix Committed Fix Released
2009-12-05 05:25:24 Launchpad Janitor branch linked lp:ubuntu/xorg