[eSlack] VirtualBox
Jorge Karucha
jorgekarucha at gmail.com
Thu Jul 3 21:40:58 CEST 2008
Jorge Karucha <jorgekarucha en gmail.com>:
>>>> Hola tuti mondo!!! (estuve dando vueltas por slacky y se me pego el acento)
>>>>
>>>> Estoy corriendo Slack 12. Me baje el paquete de virtualbox de slacky
>>>> para esa version (que es el 1.5.algo) y me lo instale sin problemas
>>>> (antes instale las dependencias, of course).
>>>>
>>>> Cuando lo corro en una terminal me dice que no tengo en el kernel el
>>>> modulo de virtualbox (o algo asi) y me dice que instale
>>>> virtualbox-modules.
>>>> Eso no lo encuentro y aparte no se que es.
>>>> Tendre que recompilar el kernel y hacer algo?
>>>> Nunca compile el kernel, pero hace poco diron varias indicaciones para
>>>> hacerlo y ya no le tengo miedo, jeje.
>>>
>>> Como root en una consola hacé:
>>>
>>> sh /etc/rc.d/rc.vboxdrv setup
>>>
>>> eso ya te va a setear (compilar para tu kernel e instalar) el módulo
>>>
>>> ademas de eso tenes que agregar tu usuario al grupo vboxusers,
>>> agregandolo en el archivo /etc/group (tambien como root), en mi caso
>>> queda así:
>>>
>>> vboxusers:x:102:gabriel
>>>
>>> reinicia y listo
>>>
>>> Saludos!
>>>
>>
>>
>> Perfecto!!! se arreglo perfectamente el vbox, ahora, lo que sigue
>> pasando es lo de que se mueren las x y vuelve al login.
>> como les comentaba me pasa lo mismo con el mplayer...
>>
>> No sirve correrlos en la terminal y ver que error tira porque muere
>> antes de hacerlo.
>>
>> Voy a probar ahora con el driver de video vesa a ver que pasa, porque
>> para mi que tiene que ver con mi bendita plata ati que estoy empezando
>> a odiar.
>>
>
> Jorge:
>
> Qué driver de ATI estás usando?
>
>
> --
>
> Gabriel Arellano.
> Linux Registered User #188284
> Grupo de Estudios de Software Libre
> U.T.N. - F.R. C. del Uruguay
>
> ----BEGIN GEEK CODE BLOCK----
> Version: 3.1
> GCS/ED d-- s: s- a- C+++ UL++++$ P+>+++ L+++$>++++ E- W+++ w--- PS++ PE
> Y++ PGP++ t+++ 5- X++++ R++ tv+++ b+++ DI+++ D++++ G+ e++>++++ h+ r* y--
> -----END GEEK CODE BLOCK-----
>
> _______________________________________________
> eSlack mailing list
> eSlack en lists.eslack.org
> http://lists.eslack.org/mailman/listinfo/eslack
>
el "ati", tengo cargado el modulo glx (no se si es importante.
Les pego el xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
EndSection
Section "Module"
Load "xtrap"
Load "dri"
Load "dbe"
Load "extmod"
Load "record"
Load "GLcore"
Load "glx"
Load "type1"
Load "freetype"
# Load "ddc" #ojo aca!
# Load "bitmap" # bitmap-fonts
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6"
EndSection
Section "Monitor"
#DisplaySize 310 230 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
### Comment all HorizSync and VertRefresh values to use DDC:
# HorizSync 30.0 - 70.0
# VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "MergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "MergedNonRectangular" # [<bool>]
#Option "MergedMouseRestriction" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ConstantDPI" # [<bool>]
#Option "ReverseDisplay" # [<bool>]
#Option "DRI" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "1024x768"
EndSubSection
EndSection
Saludos!
More information about the eSlack mailing list