# ********************************************************************** # DRI Section # ********************************************************************** Section "dri" # Access to OpenGL ICD is allowed for all users: Mode 0666 EndSection # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** Section "Module" Load "dbe" # Double buffer extension Load "vbe" # za VESA za vsak slučaj Load "extmod" Load "bitmap" Load "ddc" # da monitor sam pove kakšno resolucijo hoče Load "type1" Load "freetype" Load "glx" # libglx.a Load "dri" # libdri.a Load "drm" ### Dodano, ker tako hoče Acer Aspire 5024 HOWTO Load "xtrap" Load "record" 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:unscaled" FontPath "/usr/share/fonts/arphicfonts" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/artwiz-aleczapka-en" FontPath "/usr/local/share/fonts" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "AutoAddDevices" "off" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard" Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" 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" # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "si" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** #Section "InputDevice" ### Logitech NX20 (optična) #Identifier "Mouse" #Driver "evdev" #Option "Name" "Logitech Optical USB Mouse" #Option "Resolution" "800" #Option "Emulate3Buttons" "true" ### Logitech NX80 (laserska) # Identifier "Mouse" # Driver "evdev" # #Option "Name" "Logitech USB Receiver" # Option "Device" "/dev/input/event4" # Option "Resolution" "1000" # Option "ButtonMapping" "1 0 3 4 5 6 7 8 2" #EndSection # Section "InputDevice" # Identifier "Synaptics" # Driver "synaptics" # Option "Device" "/dev/input/event6" # Option "Protocol" "auto-dev" # Option "LeftEdge" "1700" # Option "RightEdge" "5300" # Option "TopEdge" "1700" # Option "BottomEdge" "4200" # Option "FingerLow" "25" # Option "FingerHigh" "30" # Option "MaxTapTime" "180" # Option "MaxTapMove" "220" # Option "VertScrollDelta" "100" # Option "MinSpeed" "0.09" # Option "MaxSpeed" "0.18" # Option "AccelFactor" "0.0015" # Option "SHMConfig" "true" # Option "Repeater" "/dev/ps2mouse" # ### KSynaptics prav da rab UseShm # Option "UseShm" "true" # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "InternalLCD" Option "DPMS" "true" DisplaySize 331 207 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "ATI Radeon X600" VendorName "ATI Technologies Inc" BoardName "unknown" Driver "radeon" #Option "MonitorLayout" "LVDS,CRT" #Option "MergedFB" "true" #Option "CRT2HSync" "30-86" #Option "CRT2VRefresh" "50-120" #Option "MetaModes" "1280x800-1280x1024 1280x800-1024x768 1280x800-800x600" #Option "MergedNonRectangular" "true" Option "AGPMode" "4" Option "AGPFastWrite" "true" Option "ColorTiling" "true" Option "EnablePageFlip" "false" ### zgleda, da PageFlip nagaja KSudoku Option "RenderAccel" "true" ### zgleda, da r300 še nima 3D pospeševanja (glej „man radeon“) Option "AccelMethod" "EXA" ### XAA je starejši, bolj stabilen za 3D, EXA pa novejši in boljši za Render ter Composite # Option "XaaNoOffScreenPixmaps" ### mogoče to kej pomaga Option "DDCMode" "true" ### da naj monitor sam pove resolucijo # enable (partial) PowerPlay features Option "DynamicClocks" "true" ### mogoče kej pomaga pri 3D, če ga izklopim — „man radeon“ pravi, da bi lahko EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen0" Device "ATI Radeon X600" Monitor "InternalLCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" Virtual 1280 800 ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Server Layout" Screen "Screen0" InputDevice "Keyboard" "CoreKeyboard" # InputDevice "Mouse" "AlwaysCore" # InputDevice "Synaptics" "CorePointer" EndSection Section "Extensions" Option "Composite" "Enable" EndSection