Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "Files"
- FontPath "/usr/share/fonts/X11/misc"
- FontPath "/usr/X11R6/lib/X11/fonts/misc"
- FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
- FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
- FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/Type1"
- FontPath "/usr/X11R6/lib/X11/fonts/Type1"
- FontPath "/usr/share/fonts/X11/100dpi"
- FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
- FontPath "/usr/share/fonts/X11/75dpi"
- FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
- # path to defoma fonts
- FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
- EndSection
- Section "Module"
- Load "bitmap"
- Load "dbe"
- Load "ddc"
- Load "dri"
- Load "dri2"
- Load "extmod"
- Load "freetype"
- Load "glx"
- Load "int10"
- Load "record"
- Load "vbe"
- Load "v4l"
- EndSection
- Section "InputDevice"
- Identifier "Generic Keyboard"
- Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "hu"
- EndSection
- Section "InputDevice"
- Identifier "Configured Mouse"
- Driver "mouse"
- Option "CorePointer"
- Option "Device" "/dev/psaux"
- Option "Protocol" "ImPS/2"
- EndSection
- Section "Device"
- Screen 0 # Ezen sor nélkül nem megy!
- Identifier "MATROX (Primary)"
- VendorName "Matrox Graphics Inc."
- BoardName "MGA G400/G450"
- Driver "mga"
- BusID "PCI:1:0:0"
- EndSection
- Section "Device"
- Screen 1 # Ezen sor nélkül nem megy!
- Identifier "MATROX (Secondary)"
- VendorName "Matrox Graphics Inc."
- BoardName "Matrox Graphics, Inc. MGA G400/G450"
- Driver "mga"
- BusID "PCI:1:0:0"
- EndSection
- Section "Monitor"
- Identifier "LG"
- VendorName "LG"
- ModelName "Studioworks 575E"
- HorizSync 30-70
- VertRefresh 50-120
- Option "DPMS"
- Option "CalcAlgorithm" "CheckDesktopGeometry"
- EndSection
- Section "Monitor"
- Identifier "PHILIPS"
- VendorName "PHILIPS"
- ModelName "Brillance 1710"
- HorizSync 30-70
- VertRefresh 50-120
- Option "DPMS"
- Option "CalcAlgorithm" "CheckDesktopGeometry"
- EndSection
- Section "Monitor"
- Identifier "Samsung"
- VendorName "Samsung"
- ModelName "SyncMaster 1100p"
- HorizSync 30-115
- VertRefresh 50-160
- Option "DPMS"
- Option "CalcAlgorithm" "CheckDesktopGeometry"
- EndSection
- Section "Screen"
- Identifier "ScreenLeft"
- Device "MATROX (Primary)" # + hivatkozz a Screen-re a Device-ban!
- Monitor "Samsung"
- DefaultDepth 24
- SubSection "Display"
- Depth 8
- Modes "1600x1200" "1152x864" "1024x768" "800x600"
- EndSubSection
- SubSection "Display"
- Depth 16
- Modes "1600x1200" "1152x864" "1024x768" "800x600"
- EndSubSection
- SubSection "Display"
- Depth 24
- Modes "1600x1200" "1152x864" "1024x768" "800x600"
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "ScreenRight"
- Device "MATROX (Secondary)" # + hivatkozz a Screen-re a Device-ban!
- Monitor "Samsung"
- DefaultDepth 24
- SubSection "Display"
- Depth 8
- Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
- EndSubSection
- SubSection "Display"
- Depth 16
- Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
- EndSubSection
- SubSection "Display"
- Depth 24
- Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
- EndSubSection
- EndSection
- Section "ServerLayout"
- Identifier "MultiHead Layout"
- Screen "ScreenLeft"
- Screen "ScreenRight" RightOf "ScreenLeft"
- InputDevice "Generic Keyboard"
- InputDevice "Configured Mouse"
- Option "Xinerama" "on"
- Option "Clone" "off"
- EndSection
- Section "ServerFlags"
- AllowMouseOpenFail
- Option "DefaultServerLayout" "MultiHead Layout"
- EndSection
- Section "DRI"
- Mode 0666
- Group "video"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement