Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Synaptics
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
LL0rd
l33t
l33t


Joined: 24 May 2004
Posts: 652
Location: Schlundcity

PostPosted: Sun Oct 31, 2004 11:04 am    Post subject: [solved] Synaptics Reply with quote

Hallo,

ich habe folgendes Problem: ich habe ein Samsung P30 Laptop mit einem Synaptics Touchpad. Nun möchte ich auch noch andere Funktionen verwenden, die das Pad bietet, wie z.B. das Scrollen und die mittlere Maustaste. Aber wenn ich in der xorg.conf

Code:
    Identifier  "Mouse1"
    Driver "synaptics"
    Option "Protocol"   "ImPS/2"
    Option "Device"     "/dev/psaux"


eintrage, dann schmiert das Laptop nach dem aufruf von startx mit einem Schwarzen Bildschirm ab. Die Synaptics treiber hab ich mit emerge synaptics installiert (Version 0.13.6).

Hoffe, ihr könnt mir helfen


Last edited by LL0rd on Sun Oct 31, 2004 1:54 pm; edited 1 time in total
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Sun Oct 31, 2004 11:16 am    Post subject: Reply with quote

Hi,

ich habe für mein Touchpad folgendes in die xorg.conf geschrieben:
Code:
Section "InputDevice"
    Identifier  "Touchpad"
    Driver      "synaptics"
    Option      "Device"        "/dev/psaux"
    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"
EndSection


Das Ganze funktioniert mit Kernel 2.6 prima.

Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
LL0rd
l33t
l33t


Joined: 24 May 2004
Posts: 652
Location: Schlundcity

PostPosted: Sun Oct 31, 2004 11:23 am    Post subject: Reply with quote

Okay, ich hab jetzt deine Config einfach in meine xorg.conf reingehauen und dan unten

Code:
InputDevice "Touchpad" "CorePointer"


anstatt von

Code:
InputDevice "Mouse1" "CorePointer"


reingeschrieben. Das Laptop bekommt dann einen schwarzen Bildschirm, per SSH lässt es sich aber noch steuern.

ps ax zeigt aber keinerlei X prozesse
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Sun Oct 31, 2004 11:34 am    Post subject: Reply with quote

Hi,

Kannst du bitte mal den Inhalt der Datei /var/log/Xorg.0.log posten?

Außerdem würde es helfen, wenn du sagst welchen Kernel du verwendest. Beim 2.6er Kernel mußt du das event-Interface noch aktivieren (CONFIG_INPUT_EVDEV=y) sonst funktioniert das Touchpad nicht.

Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
LL0rd
l33t
l33t


Joined: 24 May 2004
Posts: 652
Location: Schlundcity

PostPosted: Sun Oct 31, 2004 11:56 am    Post subject: Reply with quote

OK, danke, nun gehts, lag an der kernel einstellung!
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Sun Oct 31, 2004 12:13 pm    Post subject: Reply with quote

Hi,

könntest du dann bitte den Topic von diesem Thread abändern in
Code:
Synaptics [gelöst]

?

Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
LL0rd
l33t
l33t


Joined: 24 May 2004
Posts: 652
Location: Schlundcity

PostPosted: Sun Oct 31, 2004 1:55 pm    Post subject: Reply with quote

sorry, habs in der Eile vergessen ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum