erlug
[Top] [All Lists]

[Erlug] xandros-eeepc su virtualbox

To: ERlug - Lista Pubblica <erlug@xxxxxxxxxxxxxx>
Subject: [Erlug] xandros-eeepc su virtualbox
From: Elena <epambieri@xxxxxxxxxxxx>
Date: Wed, 19 Nov 2008 16:58:41 +0100
Salve,

spulciando il web per benino sono riuscita ad installare e a far funzionare la xandros dell'eeepc su una macchina virtualbox, host ubuntu intrepid.

Solo il mouse continua a fare capricci, funziona bene per circa 5 - 10 secondi dopo l'avvio e poi, pian piano sembra "attaccato ad un elastico", cioè il puntatore prosegue la corsa anche dopo che ho fermato il mouse. Chiedo scusa per la povera spiegazione, ma non conosco il termine tecnico per questo effetto, (scivolamento forse?).
Google non mi aiuta, anche perché non so cosa chiedergli.

Posto qui il mio xorg.conf che ha subito modifiche subito dopo l'installazione de S.O.

Un'idea???
Grazie
==================================================
Section "ServerLayout"
        Identifier     "Xandros"
        Screen      0  "Screen1"
        InputDevice    "keyboard"
        InputDevice    "mouse"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
EndSection

Section "ServerFlags"
        Option          "AllowMouseOpenFail"
        Option          "BlankTime" "5"
        Option          "DontVTSwitch"        "true"
        Option          "AIGLX"   "false"
        Option      "GLX" "false"
        Option      "GLCore" "false"
EndSection

Section "InputDevice"
        Identifier  "keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbLayout" "it"
        Option      "XkbVariant" ""
EndSection

Section "InputDevice"
        Identifier  "mouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "yes"
        Option      "ZAxisMapping" "4 5"
        Option      "CorePointer"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "ASUS"
        ModelName    "eeePC P701"
Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync # 60 Hz
EndSection

Section "Device"
        Identifier  "Device1"
        Driver      "vesa"
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Device1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Virtual  1680 1680
        EndSubSection
        SubSection "Display"
                Depth     15
                Virtual  1680 1680
        EndSubSection
        SubSection "Display"
                Depth     16
                Virtual  1680 1680
        EndSubSection
        SubSection "Display"
                Depth     24
                Virtual  800 600
        EndSubSection
EndSection



<Prev in Thread] Current Thread [Next in Thread>