Recent Changes · Search:

Dispense


Navigation Tips - Dritte


PmWiki

pmwiki.org

edit SideBar

Xorg

Index


 #  Xorg configuration created by system-config-display
 # then modified by hand by RDR

 Section "ServerLayout"

 #       Inputdevice     "Mouse0"        "CorePointer"
 #               Option "Clone" "on"   
        # for beamer
        Identifier     "LCD + beamer configuration"
        Screen      0  "Screen0" 0 0
        Screen      1  "Beamer" Above "Screen0"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "MouseUSB" "AlwaysCore"
        InputDevice    "Alps Glidepoint"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
 EndSection

 Section "Files"

        # RgbPath is the location of the RGB database.  Note, this is the name of the 
        # file minus the extension (like ".txt" or ".db").  There is normally
        # no need to change the default.
        # Multiple FontPath entries are allowed (they are concatenated together)
        # By default, Red Hat 6.0 and later now use a font server independent of
        # the X server to render fonts.
        # added to see mathfonts in Mozilla-Firefox
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
        FontPath     "/usr/share/fonts/TTF"
 EndSection
 Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
        Load  "bitmap"
        Load  "ddc"
        Load  "int10"
 EndSection

 Section "InputDevice"

        # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        #       Option  "Xleds"         "1 2 3"
        # To disable the XKEYBOARD extension, uncomment XkbDisable.
        #       Option  "XkbDisable"
        # To customise the XKB settings to suit your keyboard, modify the
        # lines below (which are the defaults).  For example, for a non-U.S.
        # keyboard, you will probably want to use:
        #       Option  "XkbModel"      "pc102"
        # If you have a US Microsoft Natural keyboard, you can use:
        #       Option  "XkbModel"      "microsoft"
        #
        # Then to change the language, change the Layout setting.
        # For example, a german layout can be obtained with:
        #       Option  "XkbLayout"     "de"
        # or:
        #       Option  "XkbLayout"     "de"
        #       Option  "XkbVariant"    "nodeadkeys"
        #
        # If you'd like to switch the positions of your capslock and
        # control keys, use:
        #       Option  "XkbOptions"    "ctrl:swapcaps"
        # Or if you just want both to be control, use:
        #       Option  "XkbOptions"    "ctrl:nocaps"
        #
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "gb"
 EndSection

 Section "InputDevice"

        #Option         "CorePointer"
        Identifier  "Alps Glidepoint"
        Driver      "synaptics"
        Option      "SendCoreEvents" "true"
        Option      "Device" "/dev/psaux"
        #Option         "Device"                "/dev/input/mouse1"
        Option      "Protocol" "auto-dev"
        Option      "SHMConfig" "on"
        Option      "LeftEdge" "120"
        Option      "RightEdge" "830"
        Option      "TopEdge" "120"
        Option      "BottomEdge" "600"
        Option      "FingerLow" "25"
        Option      "FingerHigh" "30"
        Option      "MaxTapTime" "180"
        Option      "MaxTapMove" "110"
        Option      "MaxDoubleTapTime" "180"
        Option      "ClickTime" "100"
	Option	    "FastTaps" "1"
	Option	    "EmulateMidButtonTime" "75"
	Option	    "VertScrollDelta" "10"
	Option	    "HorizScrollDelta" "20"
	Option	    "MinSpeed" "0.2"
	Option	    "MaxSpeed" "2.5"
	Option	    "AccelFactor" "0.06"
	Option	    "EdgeMotionMinZ" "30"
	Option	    "EdgeMotionMaxZ" "160"
	Option	    "EdgeMotionMinSpeed" "15"
	Option	    "EdgeMotionMaxSpeed" "15"
	Option	    "EdgeMotionUseAlways" "0"
	Option	    "UpDownScrolling" "1"
	Option	    "LeftRightScrolling" "1"
	Option	    "TouchpadOff" "0"
	Option	    "GuestMouseOff" "1"
	Option	    "LockedDrags" "1"
	Option	    "RTCornerButton" "0"
	Option	    "RBCornerButton" "0"
	Option	    "LTCornerButton" "2"
	Option	    "LBCornerButton" "2"
	Option	    "TapButton1" "1"
	Option	    "TapButton2" "1"
	Option	    "TapButton3" "3"
	Option	    "CircularScrolling" "0"
	Option	    "CircScrollDelta" "0.08"
	Option	    "CircScrollTrigger" "0"
	Option	    "CircularPad" "0"
	Option	    "PalmDetect" "1"
	Option	    "PalmMinWidth" "10"
	Option	    "PalmMinZ" "200"
	Option	    "CoastingSpeed" "0"
 EndSection

 Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "SendCoreEvents" "true"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
	#	Option	    "Device" "/dev/input/mouse0"
 EndSection

 Section "InputDevice"
	Identifier  "MouseUSB"
	Driver      "mouse"
	Option	    "SendCoreEvents" "true"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
	#        Option      "Device" "/dev/input/mouse1"
 EndSection

 Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/event3"# USB ONLY
	Option	    "Type" "cursor"
	Option	    "USB" "on"# USB ONLY
 EndSection

 Section "InputDevice"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/event3"# USB ONLY
	Option	    "Type" "stylus"
	Option	    "USB" "on"# USB ONLY
 EndSection

 Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/event3"# USB ONLY
	Option	    "Type" "eraser"
	Option	    "USB" "on"# USB ONLY
 EndSection

 Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1920x1200"
	HorizSync    31.5 - 110.0
	VertRefresh  28.0 - 90.0
	ModeLine     "1920x1200" 161.8 1920 2020 2052 2184 1200 1202 1208 1235 -hsync -vsync
	Option	    "dpms"
 EndSection

 Section "Monitor"
	Identifier   "Beamer screen"
	VendorName   "Monitor Vendor"
	ModelName    "generic"
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 80.0
 EndSection

 Section "Device"

	# Options recommended on dri.freedesktop.org
	Identifier  "Videocard0"
	Driver      "fglrx"
	VendorName  "ATI"
	BoardName   "ATI Radeon 9600 Pro"
	Option	    "AccelMethod" "XAA"
	Option	    "AGPMode" "1"
	Option	    "AGPFastWrite" "1"
	Option	    "EnablePageFlip" "1"
	Option	    "ColorTiling" "1"
	Option	    "EnableMonitor" "lvds,crt1"
 EndSection

 Section "Device"

	# Options recommended on dri.freedesktop.org
	Identifier  "Videocard1"
	Driver      "fglrx"
	VendorName  "ATI"
	BoardName   "ATI Radeon 9600 Pro"
	Option	    "AccelMethod" "XAA"
	Option	    "AGPMode" "1"
	Option	    "AGPFastWrite" "1"
	Option	    "EnablePageFlip" "1"
	Option	    "ColorTiling" "1"
	Screen      1
 EndSection

 Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1920x1200" "1600x1000" "1400x1050" "1280x1024" "1280x800"
	EndSubSection
 EndSection

 Section "Screen"
	Identifier "Beamer"
	Device     "Videocard1"
	Monitor    "Beamer screen"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1024x768"
	EndSubSection
 EndSection

 Section "DRI"
	Group        0
	Mode         0666
 EndSection

 Section "Extensions"
	Option	    "Composite" "0"
 EndSection

Index

Edit - History - Print - PDF - Recent Changes - Search
Page last modified on March 12, 2008, at 06:22 PM