Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules # Load "type1" # Load "speedo" Load "freetype" # Load "xtt" # This loads the GLX module Load "glx" # This loads the DRI module # Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The module search path. The default path is shown here. FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/local/share/fonts" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # These are the default XKB settings for Xorg # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" # IntelliMouse PS/2 Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" #6 7" # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "relisys" # DisplaySize 325 244 HorizSync 30-70 VertRefresh 50-120 Option "DPMS" #Modeline "1024x768" 96.73 1024 1088 1200 1376 768 769 772 808 #-HSync +Vsync Modeline "1024x768" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync #Modeline "1024x768" 88.50 1024 1088 1200 1376 768 769 772 804 #Modeline "1024x768" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xorgconfig: Section "Device" Identifier "GeForce2MX" Driver "nvidia" Option "NoLogo" "true" Option "RenderAccel" "true" Option "UseEdidDpi" "FALSE" Option "DPI" "96 x 96" #Ponizsze 2 do AIGLX: # Option "XAANoOffscreenPixmaps" "true" # Option "DRI" "true" # Option "AddARGBGLXVisuals" "True" # Option "NoFlip" "true" <-- do XGLa #VideoRam 32768 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "GeForce2MX" Monitor "relisys" DefaultDepth 24 #do nVidia_GL: # Option "AddARGBGLXVisuals" "true" Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" #Do AGLX: # Option "AIGLX" "true" EndSection #Section "DRI" # Mode 0666 #EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection