Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2007 22:04:50 +0400
From:      Alexander Shiryaev <coumarin@gmail.com>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/112893: games/ppracer - problems with OpenGL and Xorg 7.2 (i810 driver)
Message-ID:  <46869B42.6060005@gmail.com>
In-Reply-To: <20070629192610.1917350C07@unixfreunde.net>
References:  <200706291209.l5TC97vs000387@freefall.freebsd.org>	<46854EF4.3000803@gmail.com> <20070629192610.1917350C07@unixfreunde.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------050804010308020303070804
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

I attached logs and xorg.conf

Best regards, Alexander.


--------------050804010308020303070804
Content-Type: text/plain;
 name="xorg.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xorg.conf"

Section "ServerLayout"
	Identifier	"mouse"
	InputDevice	"SysMouse" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
	Screen	0	"Screen0" 0 0
EndSection

Section "ServerLayout"
	InputDevice    "Synaptics_Touchpad" "CorePointer"
	Identifier     "touchpad"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
	Identifier	"Secondary"
	Screen	0	"Screen1" 0 0
	InputDevice    "SysMouse" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/lib/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/cyrillic/"
	FontPath     "/usr/local/lib/X11/fonts/cyr-rfx-koi8-o/"
	FontPath     "/usr/local/lib/X11/fonts/terminus-font/"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/Speedo/"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/CID/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/TrueType/"
	FontPath     "/usr/local/lib/X11/fonts/bitstream-vera/"
	FontPath     "/usr/local/lib/X11/fonts/OTF/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/urwfonts-ttf/"
	FontPath     "/usr/local/lib/X11/fonts/webfonts/"
	FontPath     "/usr/local/lib/X11/fonts/util/"
	FontPath     "/usr/local/lib/X11/fonts/local/"
	FontPath     "/usr/local/share/fonts/"
EndSection

Section "Module"
	Load  "freetype"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
	Load  "speedo"
	Load  "pex5"
	Load  "xie"
	Load  "synaptics"
EndSection

Section "ServerFlags"
	Option	    "blank time" "15"    # 15 minutes
	Option	    "standby time" "30"
	Option	    "suspend time" "60"
	Option	    "off time" "120"
	Option	    "SilkenMouse"
	
	Option      "DontVTSwitch" "false" # for console switching
EndSection

Section "InputDevice"
        # options is insecure.  I recommended "off" as default.
#       Option          "CircularPad"           "on"
#       Option          "CircularScrolling"     "on"
#       Option          "CircScrollDelta"       "0.5"
	Identifier  "Synaptics_Touchpad"
	Driver      "synaptics"
	Option	    "Device" "/dev/psm0"
	Option	    "Protocol" "psm"
	Option	    "LeftEdge" "1700"
	Option	    "RightEdge" "5300"
	Option	    "TopEdge" "1700"
	Option	    "BottomEdge" "4200"
	Option	    "FingerLow" "25"
	Option	    "FingerHigh" "40"
	Option	    "MaxTapTime" "180"
	Option	    "MaxTapMove" "220"
	Option	    "VertScrollDelta" "100"
	Option	    "MinSpeed" "0.06"
	Option	    "MaxSpeed" "0.15"
	Option	    "AccelFactor" "0.0015"
	Option	    "UpDownScrolling" "on"
	Option	    "UpDownRepeat" "on"
        # "SHMConfig on" seems good works with synclient(1).  But this
	Option	    "SHMConfig" "off"
	Option	    "TapButton1" "1"
	Option	    "TapButton2" "1"
	Option	    "TapButton3" "1"
	Option	    "LTCornerButton" "2"
        # If you use circular touchpad, uncomment them.
EndSection

Section "InputDevice"
	Identifier  "SysMouse"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "inspiron"
	Option	    "XkbLayout" "us,ru(winkeys)"
	Option	    "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Section "Monitor"
	Identifier   "Self"
	VendorName   "LCD"
	ModelName    "5800"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "LG"
	ModeLine     "1152x864_100.00" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
	ModeLine     "1024x768_100.00" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "i810"
	# VideoRam    131072
	Option	    "DPMS"
	Option	    "DMAForXv" "True"
	Option	    "VBERestore" "True"
	# BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Self"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card0"
	Monitor    "LG"
	DefaultDepth	24
	SubSection "Display"
		Depth     24
		Modes    "1152x864_100.00" "1024x768_100.00"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

--------------050804010308020303070804--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46869B42.6060005>