Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tastaurproblem unter X Alles wird 30 x wiederholt.
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
RalfW
n00b
n00b


Joined: 02 Jan 2008
Posts: 3

PostPosted: Wed Jan 02, 2008 12:54 pm    Post subject: Tastaurproblem unter X Alles wird 30 x wiederholt. Reply with quote

Ich suche schon seit Tagen nach einer Lösung, komme aber absolut nicht weiter. Wenn ich unter X z.b. D drücke kommt D pause DDDDDDDDDDDDDDDDDDDD

Ich finde aber nicht mal einen Lösungsanstaz wo ich suchen soll. Ich habe reichlich mit den AutoRepeat Parameter rumgespielt. Alles was ich erreicht habe, ist das es mall schneller und mal langsamer geht.

Dann mal noch meine xorg.conf

Code:

Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen   0   "Screen0" 0 0
   InputDevice "KeyboardDe" "CoreKeyboard"
   InputDevice   "PS/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
# USB Mouse not detected
#No Synaptics touchpad found
EndSection

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

Section "Files"
   FontPath   "/usr/share/fonts/util"
   FontPath   "/usr/share/fonts/encodings"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/local"
   FontPath   "/usr/share/fonts/terminus"
   FontPath   "/usr/share/fonts/corefonts"
   FontPath   "/usr/local/share/fonts"
   FontPath   "/usr/share/fonts/default"
   FontPath   "/usr/share/fonts/TTF"
   FontPath   "/usr/share/fonts/type1"
   FontPath   "/usr/share/fonts/100dpi"
   FontPath   "/usr/share/fonts/75dpi"
   FontPath   "/usr/share/fonts/arphicfonts"
   FontPath   "/usr/share/fonts/jisx0213"
   FontPath   "/usr/share/fonts/shinonome"
   FontPath   "/usr/share/fonts/baekmuk-fonts"
   FontPath   "/usr/share/fonts/kacst-fonts"
   FontPath   "/usr/share/fonts/sgi-fonts"
   FontPath   "/usr/share/fonts/unfonts"
   FontPath   "/usr/share/fonts/default/ghostscript"
   FontPath   "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
   Load   "ddc"
   Load   "vbe"
   Load   "GLcore"
   Load   "dbe"
   Load   "dri"
   Load   "extmod"
   Load   "glx"
   Load   "bitmap"
   Load   "type1"
   Load   "freetype"
   Load   "record"
EndSection

Section "InputDevice"
   Identifier   "Keyboard1"
   Driver   "kbd"
   Option   "CoreKeyboard"
   Option   "XkbRules" "xorg"
   Option   "XkbModel" "pc105"
#   Option   "XkbOptions" "grp:toggle,grp_led:scroll"
   Option   "XkbVariant" ",winkeys"
   Option   "XkbLayout" ""
EndSection

#Section "InputDevice"
#   Identifier   "Serial Mouse"
#   Driver   "mouse"
#   Option   "Protocol" "Microsoft"
#   Option   "Device" "/dev/ttyS0"
#   Option   "Emulate3Buttons" "true"
#   Option   "Emulate3Timeout" "70"
#   Option   "SendCoreEvents"  "true"
#EndSection

Section "InputDevice"
   Identifier   "PS/2 Mouse"
   Driver   "mouse"
   Option   "Protocol" "IMPS/2"
   Option   "Device" "/dev/misc/psaux"
   Option   "Emulate3Buttons" "true"
   Option   "Emulate3Timeout" "70"
   Option   "SendCoreEvents"  "true"
   Option   "ZAxisMapping" "4 5"
EndSection

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

#Section "InputDevice"
#   Identifier   "Synaptics"
#   Driver   "synaptics"
#   Option   "Protocol" "event"
#   Option   "Device" ""
#   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.10"
#   Option   "AccelFactor" "0.0010"
#   Option   "SHMConfig" "on"
#EndSection

# Auto-generated by mkxf86config

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    28.0 - 96.0
   VertRefresh  50.0 - 75.0
EndSection

Section "Device"
   ### Available Driver options are:-
   # sw_cursor is needed for some ati and radeon cards
   #Option     "sw_cursor"
   #Option     "hw_cursor"
   #Option     "NoAccel"
   #Option     "ShowCache"
   #Option     "ShadowFB"
   #Option     "UseFBDev"
   #Option     "Rotate"
   Identifier  "Card0"
   # The following line is auto-generated by x11-misc/mkxf86config
   Driver      "nvidia"
   #"vesa"
   VendorName  "All"
   BoardName   "All"
#   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Card0"
   Monitor   "Monitor0"
   DefaultColorDepth 24
   SubSection "Display"
      Depth   1
      Modes "1440x900"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes "1440x900"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes "1440x900"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes "1440x900"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes "1440x900"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes "1440x900"
   EndSubSection
   SubSection "Display"
      Depth   32
      Modes "1440x900"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection

Section "InputDevice"

    Identifier  "KeyboardDe"
    Driver      "keyboard"
   
    Option "AutoRepeat" "250 1"
      
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc102"
    Option "XkbLayout"  "de"
      
EndSection

Section "InputDevice"

    Identifier  "KeyboardUS"
    Driver      "keyboard"
   
    Option "AutoRepeat" "250 30"
      
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "us"
      
EndSection
         
Section "ServerFlags"
    Option      "AllowMouseOpenFail" "on"
    Option      "RandR" "on"
    Option      "blank time" "0"
    Option      "standby time" "0"
    Option      "suspend time" "0"
    Option      "off time" "0"
EndSection


Jetzt will ich mal hoffen, das mir hier jemand helfen kann


Gruss

Ralf
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Wed Jan 02, 2008 2:15 pm    Post subject: Reply with quote

Zumindest die Problembeschreibung kommt mir bekannt vor:
https://forums.gentoo.org/viewtopic-t-587720.html

Bei mir lags damals an Kernel-2.6.22. Bis einschließlich 2.6.21 gabs keine Probleme, und ab 2.6.23 funktionierts auch wieder problemlos.

Um den Fehlerraum noch etwas einzugrenzen:
Auf meinem Notebook (Pentium3) hatte ich die Probleme nicht. Nur auf meinem AthlonXP.

Ursache könnte das "Tickless System (Dynamic Ticks)" sein. Siehe dazu hier:

http://de.gentoo-wiki.com/Kernel_manuell_kompilieren/x86_2.6.22-gentoo#Processor_type_and_features

Bei 2.6.23 hab ich's allerdings aktiviert und hab keine Probleme damit.

Lösungsansätze:
Wenn du 2.6.22 fährst, dann Update auf 2.6.23.
Im Bios mit den "keyboard repeat"-Werten etwas rumspielen.
Back to top
View user's profile Send private message
RalfW
n00b
n00b


Joined: 02 Jan 2008
Posts: 3

PostPosted: Wed Jan 02, 2008 2:57 pm    Post subject: Reply with quote

Hallo musv

Danke für die Links,

da ich kernel 2.6.23 habe, habe ich einfach die Tastatur von meinem anderen Rechner genommen.

Siehe da es geht.

Da ich in der Console keine Probleme habe, wäre ich da nie drauf gekommen, das es an der Tastatur liegen könnte.


Danke und Gruss

Ralf
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Wed Jan 02, 2008 4:29 pm    Post subject: Reply with quote

Hi RalfW!

Sagmal verwendest du eine Kabellose Tastatur?
Ich hatte ähnliche Probleme einmal mit einer Funktastatur.. und sie funktionierte bei mir nicht.. wohl aber bei einem Freund (ich hab sie irgendwann verschenkt). Nichts ist schlimmer als wenn man mit 10 Finger tippt und man "vertippt" sich immer.

Bei mir waren es (im Nachhinein betrachtet) wohl Komplikationen bei der Funkübertragung, mit anderen Geräten.

Grüße
Back to top
View user's profile Send private message
RalfW
n00b
n00b


Joined: 02 Jan 2008
Posts: 3

PostPosted: Wed Jan 02, 2008 5:04 pm    Post subject: Reply with quote

Hallo Chris

ja ich verwende eine Funktastatur.


Gruss

Ralf
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