ports/112893: games/ppracer - problems with OpenGL and Xorg 7.2 (i810 driver)

Alexander Shiryaev coumarin at gmail.com
Sat Jun 30 18:32:22 UTC 2007


I attached logs and xorg.conf

Best regards, Alexander.

-------------- next part --------------
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


More information about the freebsd-x11 mailing list