Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Section "ServerLayout"
Identifier "default"
Screen 0 "default" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "trackpoint" "CorePointer"
InputDevice "touchpad"
Option "AIGLX" "false"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
#ModulePath "/usr/lib/xorg/modules/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "thinkpad"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "altwin:super_win"
EndSection
Section "InputDevice"
Identifier "trackpoint"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
# Option "EmulateWheel" "on"
# Option "EmulateWheelButton" "2"
EndSection
Section "InputDevice"
Identifier "touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "HorizScrollDelta" "0"
EndSection
Section "Monitor"
Identifier "laptop tft"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ati x1400"
Driver "fglrx"
Option "DynamicClocks" "true"
EndSection
Section "Device"
Identifier "x1400"
Driver "radeon"
EndSection
Section "Screen"
Identifier "default"
Device "ati x1400"
Monitor "laptop tft"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
group "video"
Mode 0666
Endsection