All pastes #1887850 Raw Edit

Untitled

public text v1 · immutable
#1887850 ·published 2010-06-21 17:13 UTC
rendered paste body
# VirtualBox generated configuration file
# based on /etc/X11/xorg.conf.
# File generated by XFdrake (rev 239302)


Section "Extensions"
    Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

# Section "InputDevice"
#     Identifier "Keyboard1"
#     Driver "kbd"
#     Option "XkbModel" "pc105"
#     Option "XkbLayout" "pt"
#     Option "XkbOptions" "compose:rwin"
# EndSection

# Section "InputDevice"
#     Identifier "Mouse1"
#     Driver "vboxmouse"
#     Option "Device" "/dev/input/mice"
#     Option "CorePointer"
# EndSection

# Section "InputDevice"
#     Identifier "Mouse2"
#     Driver "evdev"
#     Option "bustype" "0x0011"
#     Option "relBits" "+0+1+2"
#     Option "product" "0x0006"
#     Option "vendor" "0x0002"
#     Option "HWheelRelativeAxisButtons" "7 6"
# EndSection

# Section "Monitor"
#     Identifier "monitor1"
#     VendorName "Plug'n Play"
# EndSection

# Section "Device"
#     Identifier "device1"
#     Driver "vboxvideo"
#     Option "DPMS"
# EndSection

# Section "Screen"
#     Identifier "screen1"
#     Device "device1"
#     Monitor "monitor1"
# EndSection

# Section "ServerLayout"
#     Identifier "layout1"
#     InputDevice "Keyboard1" "CoreKeyboard"
#     InputDevice "Mouse1" "CorePointer"
# #    InputDevice "Mouse2" "SendCoreEvents"
#     Screen "screen1"
# EndSection
Section "InputDevice"
  Identifier   "Keyboard[0]"
  Driver       "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "pt"
    Option "XkbOptions" "compose:rwin"
  Option       "Protocol" "Standard"
  Option       "CoreKeyboard"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "9"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "VirtualBox Mouse Buttons"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sun Microsystems Inc"
  Option       "ZAxisMapping" "4 5"
  Option       "CorePointer"
EndSection

Section "InputDevice"
  Driver       "vboxmouse"
  Identifier   "Mouse[2]"
  Option       "Device" "/dev/vboxguest"
  Option       "Name" "VirtualBox Mouse"
  Option       "Vendor" "Sun Microsystems Inc"
  Option       "SendCoreEvents"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[2]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

Section "Monitor"
  Identifier   "Monitor[0]"
  ModelName    "VirtualBox Virtual Output"
  VendorName   "Sun Microsystems Inc"
EndSection

Section "Device"
  BoardName    "VirtualBox Graphics"
  Driver       "vboxvideo"
  Identifier   "Device[0]"
  VendorName   "Sun Microsystems Inc"
EndSection

Section "Screen"
  SubSection "Display"
    Depth      24
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection