"Scrollen" mit dem Trackpoint auch unter Linux?

[quote='pibach',index.php?page=Thread&postID=429781#post429781]wer hat denn daran so wüst rumeditiert?
Die Identifier müssen auch in der Server Sektion auftauchen. "Synaptics" gibs offen bar nicht. Dafür ist der Trackpoint doppelt. Leerzeichen sollten auch rein...[/quote] Die Formatierung stimmt nur hier nicht, wie das andere kommt weiss ich nicht, gibts sonst für Synaptics ne eigene Section oder wie meinst du das gibts nicht ?
 
Habe die Geschichte mit TrackPoint und mittlerer Maustaste jetzt auch mal probiert: Im Vergleich zu Cursor Up/Down in FF ist es extrem ruckelig...
 
Ich empfehle "Yet Another Scroll Extension" für Firefox, das hat einen intelligenten Beschleunigungsalgorithmus. Ansonsten das Compositing abschalten (Compiz), das macht das Scrollen leider etwa Faktor 2 langsamer.
 
Hallo,

kann mir jemand erklären was ich hier ändern muß ? Alle Versuche schlugen bis dahin fehl und die KDE-Oberfläche startete nicht mehr.

Section "ServerLayout"
Identifier "Xorg Configured"
Screen "Screen 0"
InputDevice "Keyboard 0"
InputDevice "SynPS/2 Synaptics TouchPad 0"
InputDevice "Generic Mouse 1"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
Identifier "Keyboard 0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ca"
Option "XkbOptions" "altwin:super_win"
EndSection

Section "InputDevice"
Identifier "SynPS/2 Synaptics TouchPad 0"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Generic Mouse 1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "Auto"
Option "Emulate3Buttons" "true"
Option "SendCoreEvents"
EndSection

Section "Device"
Identifier "Device 0"
Driver "radeonhd"
BoardName "ATI Technologies Inc M56GL [Mobility FireGL V5200]"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor 0"
ModelName "Default Monitor"
EndSection

Section "Screen"
Identifier "Screen 0"
Monitor "Monitor 0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
# Option "Composite" "1"
Option "EmulateWheel" "On"
Option "EmulateWheelButton" "2"
EndSection

Besten Dank !
Eventuell nutzt hier ja noch jemand Sidux.....
 
Hallo, zu allererst würde ich gern wissen was für ein ThinkPad du besitzt.

Dann wundere ich mich in deiner Xorg.conf über die beiden Sectionen Monitor und Screen, ist das nicht eigentlich das selbe?

Im Anhang nocheinmal meine Xorg.conf. Sie zeigt die funktionierenden Einstellungen auf einem X61
 

Anhänge

  • Xorg.txt
    1,2 KB · Aufrufe: 10
Hallo,

leider schmiert mir der X-Server auch mit dieser Konfiguration ab.....schade.....

Ich nutze ein T60p - 2007CTO
 
Rubycon, wie bist Du denn zu dieser xorg.conf gekommen? Ist das Kubuntu? Default ist die ja nicht. Daher würde ich sagen, erstmal wieder zurücksetzen (sudo dpkg-reconfigure -phigh xserver-xorg) um einen funktionierenden Stand zu erhalten. Dann musst du den richtigen Grafiktreiber nehmen. Der sollte automatisch (ich vermute fglrx) eingestellt werden wenn Du unter "System/Verwatung/HArdware-Treiber" auf aktivieren klickst.
 
Hallo Pibach,

ich nutze Sidux als Distribution, und diese Xorg.conf ist standartmäßig nach dem Aufsetzen des Systems enthalten.

Erstaunlicherweise funktioniert nun nach erneutem Aufsetzen des Systems der Trackpoint.....warum auch immer....., die xorg.conf ist noch die selbe wie oben gelistet.

Was allerdings nicht funktioniert ist die mittlere der Trackpointtasten, mit der man so schön scrollen kann. Hat da jemand eine Idee wie man die zum Leben erwecken kann ?
 
Kuck dir mal meine Xorg.conf an, unter der Section Mouse...So muss deine auch aussehen...
 
Hi,

ich hänge hier mal meine xorg.config dran. mit der funktioniert das scrollen mit dem Trackpoint.
Ist unter LinuxMint und xUbuntu von mir so im gebrauch.

Code:
Section "ServerLayout"
	Identifier 	"X.org Configured"
	Screen     	"LCD"
	InputDevice	"Keyboard"
	InputDevice	"Mouse"
#	InputDevice	"Synaptics Touchpad"
EndSection


Section "Files"
	RgbPath  	"/etc/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath 	"/usr/share/fonts/X11/75dpi"
	FontPath 	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath 	"/usr/share/fonts/X11/100dpi"
	FontPath 	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath 	"/usr/share/fonts/X11/misc"
	FontPath 	"/usr/share/fonts/X11/Type1"
	FontPath 	"/usr/share/fonts/X11/encodings"
	FontPath 	"/usr/share/fonts/type1/gsfonts"
	FontPath 	"/usr/share/fonts/truetype"
	FontPath 	"/usr/local/share/fonts"
EndSection


Section "Module"
	Load  "extmod"
	Load  "GLcore"
	Load  "xtrap"
	Load  "dbe"
	Load  "record"
	Load  "glx"
	Load  "dri"
EndSection


Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection


Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"CorePointer"
#	Option		"Protocol" "auto"
	Option		"Device" "/dev/input/mice"
    	Option      	"Protocol"          	"ExplorerPS/2"
    	Option      	"Emulate3Buttons"   	"on"
    	Option      	"Emulate3TimeOut"   	"50"
    	Option      	"EmulateWheel"      	"on"
    	Option      	"EmulateWheelTimeOut"   "200"
    	Option      	"EmulateWheelButton"	"2"
    	Option      	"YAxisMapping"      	"4 5"
    	Option      	"XAxisMapping"      	"6 7"
    	Option      	"ZAxisMapping"      	"4 5 6 7"
EndSection


Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection


Section "Monitor"
	Identifier   "LCD Display"
	VendorName   "IBM"
	ModelName	"Laptop LCD for X32"
	Gamma       	1
#	HorizSync   	30.0 - 81.0
#	VertRefresh 	56.0 - 75.0
#	ModeLine   	"640x480@60" 25.0 640 656 752 800 480 490 492 525 -hsync -vsync
#	ModeLine   	"800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
#	ModeLine   	"1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection


Section "Device"
    	### Available Driver options are:-
    	### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
    	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    	### [arg]: arg optional
    	#Option 	"NoAccel"        		# [<bool>]
    	#Option 	"SWcursor"       		# [<bool>]
    	#Option 	"Dac6Bit"        		# [<bool>]
    	#Option 	"Dac8Bit"        		# [<bool>]
    	#Option 	"BusType"        		# [<str>]
    	#Option 	"CPPIOMode"      		# [<bool>]
    	#Option 	"CPusecTimeout"  		# [i]
    	#Option 	"AGPMode"        		# [i]
    	#Option 	"AGPFastWrite"   		# [<bool>]
    	#Option 	"AGPSize"        		# [i]
    	#Option 	"GARTSize"       		# [i]
    	#Option 	"RingSize"       		# [i]
    	#Option 	"BufferSize"     		# [i]
    	#Option 	"EnableDepthMoves"   	# [<bool>]
    	#Option 	"EnablePageFlip" 		# [<bool>]
    	#Option 	"NoBackBuffer"   		# [<bool>]
    	#Option 	"DMAForXv"       		# [<bool>]
    	#Option 	"FBTexPercent"   		# [i]
    	#Option 	"DepthBits"      		# [i]
    	#Option 	"PCIAPERSize"    		# [i]
    	#Option 	"AccelDFS"       		# [<bool>]
    	#Option 	"DDCMode"        		# [<bool>]
    	#Option 	"IgnoreEDID"     		# [<bool>]
    	#Option 	"DisplayPriority"		# [<str>]
    	#Option 	"PanelSize"      		# [<str>]
    	#Option 	"ForceMinDotClock"   	# <freq>
    	#Option 	"ColorTiling"    		# [<bool>]
    	#Option 	"VideoKey"       		# [i]
    	#Option 	"RageTheatreCrystal" 	# [i]
    	#Option 	"RageTheatreTunerPort" 	# [i]
    	#Option 	"RageTheatreCompositePort" 	# [i]
    	#Option 	"RageTheatreSVideoPort" 	# [i]
    	#Option 	"TunerType"      		# [i]
    	#Option 	"RageTheatreMicrocPath" 	# <str>
    	#Option 	"RageTheatreMicrocType" 	# <str>
    	#Option 	"ScalerWidth"    		# [i]
    	#Option 	"RenderAccel"    		# [<bool>]
    	#Option 	"SubPixelOrder"  		# [<str>]
    	#Option 	"ShowCache"      		# [<bool>]
    	#Option 	"DynamicClocks"  		# [<bool>]
    	#Option 	"VGAAccess"      		# [<bool>]
    	#Option 	"ReverseDDC"     		# [<bool>]
    	#Option 	"LVDSProbePLL"   		# [<bool>]
    	#Option 	"AccelMethod"    		# <str>
    	#Option 	"DRI"            		# [<bool>]
    	#Option 	"ConnectorTable" 		# <str>
    	#Option 	"DefaultConnectorTable" 	# [<bool>]
    	#Option 	"DefaultTMDSPLL" 		# [<bool>]
    	#Option 	"TVDACLoadDetect"		# [<bool>]
    	#Option 	"ForceTVOut"     		# [<bool>]
    	#Option 	"TVStandard"     		# <str>
    	#Option 	"IgnoreLidStatus"		# [<bool>]
	Identifier  "AtiCard"
	Driver  	"radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M6 LY"
	BusID   	"PCI:1:0:0"
	Option  	"AGPMode" "4"
#	Option  	"AGPFastWrite" "true"
EndSection


Section "Screen"
	Identifier 	"LCD"
	Device     	"AtiCard"
	Monitor    	"LCD Display"
	DefaultDepth	24
	Option     	"DPI" "96x96"
	SubSection 	"Display"
    	Depth   	24
    	Modes  	"1024x768@60" "800x600@60" "640x480@60"
	EndSubSection
EndSection


Section "Extensions"
	Option     	"Composite" "Enable"
	Option     	"RENDER" "true"
EndSection

Die config ist bezüglich der Einstellungen für die ATI Mobile Readon 7000 sicherlich nicht perfekt, und auch die Einstellungen für einen externen Monitor fehlen noch komplett.

bye...
MOU
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben