# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
# # This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

#Section "ServerLayout"
#    Identifier "X.org Configured"
#    Screen 0 "Screen0" 0 0
#    InputDevice "Mouse0" "CorePointer"
#    InputDevice "Keyboard0" "CoreKeyboard"
#EndSection

Section "Module"
    Load "v4l"        #neu Video for Linux
    Load "vbe"       #neu hinzugefügt
    Load "record"
    Load "dri2"
    Load "dbe"
    Load "glx"
    Load "extmod"
    Load "dri"
EndSection

Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
EndSection

Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1024x768 @ 70 Hz"
    HorizSync 31.5-57.0
    VertRefresh 50-70

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
# BusID "PCI:0:2:0"
    Driver "vesa"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
    Option "VideoOverlay" "on"        #neu hinzugefügt
    Option "OpenGLOverlay" "off"    #neu hinzugefügt
    Option "OverlayOnCRTC2"          #neu hinzugefügt

EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24

    Subsection "Display"
    Depth 8
    Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection

    Subsection "Display"
    Depth 15
    Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection

    Subsection "Display"
    Depth 16
    Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection

    Subsection "Display"
    Depth 24
    Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection