GR7K xorg configuration

From MalaWiki

Jump to: navigation, search

Back to Vaio PCG-GR7K.

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	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"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	#FontPath	"/usr/lib/X11/fonts/Speedo"
	# 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	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"jp106"
	Option		"XkbLayout"	"jp"
EndSection

Section "InputDevice"
	Identifier	"TP Mouse"
	Option		"CorePointer"
	Driver  	"synaptics"

	Option 	"Device"  	"/dev/psaux"
	Option	"Protocol"	"auto-dev"
	Option	"LeftEdge"      "1900"
	Option	"RightEdge"     "5400"
	Option	"TopEdge"       "1900"
	Option	"BottomEdge"    "4000"
	Option	"FingerLow"	"25"
	Option	"FingerHigh"	"30"
	Option	"MaxTapTime"	"180"
	Option	"MaxTapMove"	"220"
	Option	"VertScrollDelta" "100"
	Option	"MinSpeed"	"0.02"
	Option	"MaxSpeed"	"0.18"
	Option	"AccelFactor" "0.0010"
	Option	"SHMConfig"	"on"
	Option	"CircularScrolling" "on"
	Option	"CircScrollTrigger" "2"
#	Option  "CoastingSpeed"	"1"
	Option	"VertTwoFingerScroll" "1"
#	Option	"HorizTwoFingerScroll" "1"
EndSection

Section "InputDevice"
	Identifier	"USB Mouse Cordless"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Dev Name"		"Logitech USB Receiver"
	Option		"Dev Phys"		"usb-*/input1"
	Option		"Protocol"		"evdev"
	Option		"Resolution"		"200"
	#Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	#Driver		"ati"
	Driver		"radeon"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1280x1024" "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"TP Mouse"
	InputDevice	"USB Mouse"
	InputDevice	"USB Mouse Cordless"
EndSection

Section "ServerFlags"
	Option	"DontZap"	"false"
	Option	"NoPM"		"true"
EndSection

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION
Personal tools