Initial commit
This commit is contained in:
1
etc/X11/xinitrc/.Xmodmap
Normal file
1
etc/X11/xinitrc/.Xmodmap
Normal file
@@ -0,0 +1 @@
|
||||
keycode 117 = Multi_key
|
84
etc/X11/xorg.conf
Normal file
84
etc/X11/xorg.conf
Normal file
@@ -0,0 +1,84 @@
|
||||
Section "ServerLayout"
|
||||
Identifier "X.org Configured"
|
||||
Screen 0 "Screen0" 0 0
|
||||
InputDevice "Mouse0" "CorePointer"
|
||||
InputDevice "Keyboard0" "CoreKeyboard"
|
||||
EndSection
|
||||
|
||||
Section "Files"
|
||||
ModulePath "/usr/X11R7/lib/modules"
|
||||
FontPath "/usr/X11R7/lib/X11/fonts/misc/"
|
||||
FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
|
||||
FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
|
||||
FontPath "/usr/X11R7/lib/X11/fonts/75dpi/"
|
||||
FontPath "/usr/X11R7/lib/X11/fonts/100dpi/"
|
||||
FontPath "/usr/pkg/share/fonts/X11/misc/"
|
||||
FontPath "/usr/pkg/share/fonts/X11/TTF/"
|
||||
FontPath "/usr/pkg/share/fonts/X11/Type1/"
|
||||
FontPath "/usr/pkg/share/fonts/X11/75dpi/"
|
||||
FontPath "/usr/pkg/share/fonts/X11/100dpi/"
|
||||
EndSection
|
||||
|
||||
Section "Module"
|
||||
Load "dri"
|
||||
Load "dri2"
|
||||
Load "glx"
|
||||
Load "shadow"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "kbd"
|
||||
Option "Protocol" "wskbd"
|
||||
Option "Device" "/dev/wskbd"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
Identifier "Mouse0"
|
||||
Driver "mouse"
|
||||
Option "Protocol" "wsmouse"
|
||||
Option "Device" "/dev/wsmouse"
|
||||
Option "ZAxisMapping" "4 5 6 7"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "Monitor0"
|
||||
VendorName "Monitor Vendor"
|
||||
ModelName "Monitor Model"
|
||||
EndSection
|
||||
|
||||
Section "Device"
|
||||
Identifier "Card0"
|
||||
Driver "radeon"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Card0"
|
||||
Monitor "Monitor0"
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 1
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 4
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 8
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 15
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 16
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 24
|
||||
EndSubSection
|
||||
EndSection
|
||||
|
Reference in New Issue
Block a user