Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # File generated by XFdrake (rev )
- # **********************************************************************
- # Refer to the xorg.conf man page for details about the format of
- # this file.
- # **********************************************************************
- Section "ServerFlags"
- Option "DontZap" "False" # 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 "glx" # 3D layer
- Load "dri" # direct rendering
- EndSection
- Section "InputDevice"
- Identifier "Keyboard1"
- Driver "kbd"
- Option "XkbLayout" "us,ru(winkeys)"
- Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:rwin"
- EndSection
- Section "InputDevice"
- Identifier "Mouse1"
- Driver "mouse"
- Option "Protocol" "ExplorerPS/2"
- Option "Device" "/dev/input/mice"
- EndSection
- Section "Monitor"
- Identifier "monitor1"
- VendorName "Generic"
- ModelName "Flat Panel 800x480"
- HorizSync 31.5-37.9
- VertRefresh 40.0-70.0
- # 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
- # modeline generated by gtf(1) [handled by XFdrake]
- ModeLine "800x480_120" 66.25 800 848 936 1072 480 481 484 515 -HSync +Vsync
- # modeline generated by gtf(1) [handled by XFdrake]
- ModeLine "800x480_100" 53.75 800 840 928 1056 480 481 484 509 -HSync +Vsync
- # modeline generated by gtf(1) [handled by XFdrake]
- ModeLine "800x480_85" 44.64 800 840 920 1040 480 481 484 505 -HSync +Vsync
- # modeline generated by gtf(1) [handled by XFdrake]
- ModeLine "800x480_75" 38.55 800 832 912 1024 480 481 484 502 -HSync +Vsync
- # modeline generated by gtf(1) [handled by XFdrake]
- ModeLine "800x480_60" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync
- # modeline generated by gtf(1) [handled by XFdrake]
- ModeLine "800x480_50" 24.16 800 808 888 976 480 481 484 495 -HSync +Vsync
- EndSection
- Section "Device"
- Identifier "device1"
- VendorName "Intel Corporation"
- BoardName "Intel 810 and later"
- Driver "intel"
- Option "DPMS"
- EndSection
- Section "Screen"
- Identifier "screen1"
- Device "device1"
- Monitor "monitor1"
- DefaultColorDepth 24
- Subsection "Display"
- Depth 8
- Modes "800x480"
- EndSubsection
- Subsection "Display"
- Depth 15
- Modes "800x480"
- EndSubsection
- Subsection "Display"
- Depth 16
- Modes "800x480"
- EndSubsection
- Subsection "Display"
- Depth 24
- Modes "800x480"
- EndSubsection
- EndSection
- Section "ServerLayout"
- Identifier "layout1"
- InputDevice "Keyboard1" "CoreKeyboard"
- InputDevice "Mouse1" "CorePointer"
- Screen "screen1"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement