# xorg.conf # Philip D Loewen, modified by RayeR 13.12.2008 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "on" #start even if mouse not present Option "BlankTime" "10" Option "StandbyTime" "20" Option "SuspendTime" "30" Option "OffTime" "60" Option "Xinerama" "Off" EndSection Section "Files" RgbPath "/usr/share/X11/rgb.txt" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts # FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "vbe" Load "int10" # Load "ddc" Load "dbe" Load "bitmap" Load "extmod" Load "xtrap" Load "record" # Load "dri" Load "glx" Load "freetype" Load "type1" # Load "vnc" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 8 Modes "640x480" "800x600" "1024x768" "1280x768" "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "640x480" "800x600" "1024x768" "1280x768" "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "640x480" "800x600" "1024x768" "1280x768" "1280x1024" EndSubSection EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 85.0 VertRefresh 60.0 - 60.0 EndSection Section "Device" # Experimental lines from PDL # Option "UseBios" "Off" VideoRam 4096 Identifier "Card0" # Driver "nsc" #po ukonceni X-serveru nevrati konzoli do puvodniho modu Driver "vesa" VendorName "Cyrix Corporation" BoardName "5530 Video [Kahlua]" BusID "PCI:0:18:4" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbRules" "xorg" Option "AutoRepeat" "250 30" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mouse0" Option "ZAxisMapping" "4 5 6 7" EndSection