News

Sponsor

hetzner.de

Donate

Last 3 Contributions
07-02-2010 30.00
07-02-2010 15.00
06-02-2010 3.00

Donate

Languages


This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Author Message
kelmoOffline
20 Post subject: VmWare boot broken  PostPosted: Apr 12, 2008 - 01:15 PM



Joined: Dec 19, 2006

Posts: 1193

Status: Offline
I broke booting in vmware in recent changes to automatic xorg.conf creation. The mouse section is missing (below keyboard section, usually):

      Code:

Section "InputDevice"
        Identifier      "VMMouse 0"
        Driver          "vmmouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "Auto"
        Option          "CorePointer"
EndSection


The reason was a missing template in fll-xorgconfig package, which would be fixed with following patch:

      Code:

--- fll-live-initscripts-3.0.24/share/fll-live-xorgconfig/templates/inputdevice_vmmouse 1970-01-01 10:00:00.000000000 +1000
+++ fll-live-initscripts-3.0.24.vmmouse/share/fll-live-xorgconfig/templates/inputdevice_vmmouse 2008-04-12 22:57:24.000000000 +1000
@@ -0,0 +1,7 @@
+Section "InputDevice"
+       Identifier      "@@NAME@@"
+       Driver          "vmmouse"
+       Option          "Device"                "@@DEVICE@@"
+       Option          "Protocol"              "@@PROTOCOL@@"
+       Option          "@@COREPOINTER@@"
+EndSection


Thanks to a buch of people for spotting and debugging, sorry to affected users.
 
 View user's profile Send private message  
Reply with quote Back to top
michaaOffline
Post subject: VmWare boot broken  PostPosted: Apr 12, 2008 - 01:25 PM



Joined: Dec 02, 2006

Posts: 2186

Status: Offline
is there a way to fix the downloaded iso?

_________________
suche 2-3x256 o 2-3x512 MB 168 pin RAM ggf. ---> PM

Meine HW: asus A7V133-C , 512 RAM, nvidia FX5200 (Gainward), sb128pci ; classic-ide-only system with additional ide-hostadapter: promise Ultra100TX2;
 
 View user's profile Send private message  
Reply with quote Back to top
kelmoOffline
Post subject: RE: VmWare boot broken  PostPosted: Apr 12, 2008 - 01:26 PM



Joined: Dec 19, 2006

Posts: 1193

Status: Offline
This patch should probably be added too:

      Code:

--- fll-live-initscripts-3.0.24/debian/fll-live-xorgconfig.fll-xorgconfig.init  2008-04-05 19:39:33.000000000 +1000
+++ fll-live-initscripts-3.0.24.vmmouse/debian/fll-live-xorgconfig.fll-xorgconfig.init  2008-04-12 23:23:54.000000000 +1000
@@ -308,6 +308,10 @@ do_start() {
                                XMODULE="vmware"
                                # ...and mouse
                                XCFG_OPTS="${XCFG_OPTS} --input name=VMMouse type=vmmouse device=/dev/input/mice corepointer=CorePointer protocol=Auto"
+                               # disable monitor probe
+                               XNOXRESPROBE="1"
+                               # disable modelines
+                               XNOMODELINES="1"
                                ;;
                esac
        fi


Adding it here, since berlios.de SVN is kaput, so I don't forget it...
 
 View user's profile Send private message  
Reply with quote Back to top
kelmoOffline
Post subject: Re: VmWare boot broken  PostPosted: Apr 12, 2008 - 01:28 PM



Joined: Dec 19, 2006

Posts: 1193

Status: Offline
      michaa wrote:
is there a way to fix the downloaded iso?


No. You add the missing section yourself, or use a nice program like Virtualbox, which gets more attention from our tools Wink
 
 View user's profile Send private message  
Reply with quote Back to top
michaaOffline
Post subject: Re: VmWare boot broken  PostPosted: Apr 12, 2008 - 01:39 PM



Joined: Dec 02, 2006

Posts: 2186

Status: Offline
      kelmo wrote:
      michaa wrote:
is there a way to fix the downloaded iso?


No. You add the missing section yourself, or use a nice program like Virtualbox, which gets more attention from our tools Wink


Actually I am using Virtualbox, I mixed it up with VM when reading your initial post.
 
 View user's profile Send private message  
Reply with quote Back to top
DeepDayzeOffline
Post subject: Re: VmWare boot broken  PostPosted: Apr 12, 2008 - 03:36 PM



Joined: Dec 02, 2006

Posts: 2462

Status: Offline
      kelmo wrote:
      michaa wrote:
is there a way to fix the downloaded iso?


No. You add the missing section yourself, or use a nice program like Virtualbox, which gets more attention from our tools Wink


perhaps could be included in an xdelta (albeit a tiny patch, perhaps including fixes for any other bugs) ?
 
 View user's profile Send private message  
Reply with quote Back to top
slhOffline
Post subject: RE: Re: VmWare boot broken  PostPosted: Apr 12, 2008 - 04:26 PM



Joined: Nov 25, 2006

Posts: 3216

Status: Offline
It neither affects real hardware and only affects non-free software (which is even in a dark legal area of licensing), rest assured that there won't be any xdelta for this issue alone. The fix is simple, use free software like virtualbox-ose.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 12 Hours
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2009 The Zafenio Group
Credits