public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] X keyboard problem on my amd64 box
@ 2007-06-27 19:30 Lukas Oliva
  2007-06-28 11:04 ` Beso
  0 siblings, 1 reply; 9+ messages in thread
From: Lukas Oliva @ 2007-06-27 19:30 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 845 bytes --]

   Hi,
I use AMD64 gentoo o my box and I experience problems with keyboard  
switching. Namely it is impossible o switch with Shift-Shift that is  
specified in xorg.conf and even worse, if I specify two keyboards (czech  
and english) in xorg.conf it is impossible to switch to the console. This  
results in the gnome start error saying that there could be several souces  
of problems (xkb, X, libxklavier). I am not sure where the problem could  
be. I tried to recompile everything connected to xkb and Xorgand also  
different versions, but it persists. Fortunately setxkb works, but I do  
not consider it to be satisfying. Could anyone advise? It would be helpful  
also t point to some way of debugging as I have no idea.
   I attach my xorg.conf. My gcc is x86_64-pc-linux-gnu-4.1.2 *, profile  
2006.1.

   Thanks for advices
   Lukas

[-- Attachment #2: xorg.conf --]
[-- Type: application/octet-stream, Size: 4395 bytes --]

Section "ServerLayout"
Identifier "Dual Head"
# Screen "Screen0"
Screen "Screen2" # LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "TouchPad" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
EndSection

Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
# ModulePath   "/usr/lib64/opengl/nvidia/extensions"
# ModulePath   "/usr/lib64/opengl/xorg-x11/extensions"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
# Load "dri"
Load "glx"
Load "freetype"
Load "synaptics"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us"
Option      "XkbModel" "pc105"
# Option      "XkbLayout" "cz_qwerty,us"
## Option      "XkbLayout" "cz,us"
Option      "XkbOptions"    "grp:switch,grp:shifts_toggle,grp_led:scroll,compose:ralt"
Option	    "AddARGBGLXVisuals"
# Option    "XkbOptions" "grp:shift_toggle,grp_led:scroll"
Option      "XkbVariant" "qwerty,nodeadkeys"
EndSection

Section "InputDevice"
Driver  	"synaptics"
Identifier  	"TouchPad"
Option	"Device"  	"/dev/input/mouse0"
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.09"
Option	"MaxSpeed"	"0.18"
Option	"AccelFactor"	"0.0015"
Option	"SHMConfig"	"on"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
# Option "Protocol" "ImPS/2"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
Identifier     "Touchpad"
Driver         "synaptics"
Option         "Device" "/dev/input/mouse0"
Option         "Protocol" "auto"
Option         "LeftEdge" "1530"
Option         "RightEdge" "5550"
Option         "TopEdge" "1690"
Option         "BottomEdge" "4420"
Option         "FingerLow" "25"
Option         "FingerHigh" "30"
Option         "MaxTapTime" "180"
Option         "MaxTapMove" "220"
Option         "VertScrollDelta" "100"
Option         "MinSpeed" "0.02"
Option         "MaxSpeed" "0.2"
Option         "AccelFactor" "0.002"
Option         "RTCornerButton" "0"
Option         "RBCornerButton" "0"
Option         "CircularScrolling" "1"
Option         "PalmMinWidth" "5"
Option         "PalmMinZ" "150"
Option         "SHMConfig" "on"
EndSection

Section "Monitor"
# This is my laptop's monitor
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
#                 HorizSync 28.0 - 49.0
#                     VertRefresh 43.0 - 72.0
EndSection
#
Section "Monitor"
#                         # This is a Samsung Syncmaster 800 TFT"
Identifier "CRT-0"
VendorName "Samsung"
ModelName "Samsung Syncmaster 800 TFT"
Option "DPMS"
HorizSync 30.0-64.0
VertRefresh 50.0-100.0
EndSection
#
# Section "Device"
#  # This is my laptop's vga card
#   Identifier "Card0"
#  Driver "i810"
#   Screen 0
# Option "MonitorLayout" "CRT, CRT+LFP"
#  BusID "PCI:0:2:0"
#  EndSection
#
#  Section "Device"
#   # Here is the trick: repeat the same card with a different identifier
#  Identifier "Card1"
#   Driver "i810"
# Screen 1
#  Option "MonitorLayout" "CRT, CRT+LFP"
#   BusID "PCI:0:2:0"
#   EndSection
#
Section "Device"
Identifier     "Card0"
Driver         "nvidia"
#Driver         "nv"
VendorName     "nVidia Corporation"
BoardName      "GeForce FX Go5200"
EndSection

Section "Device"
Identifier     "Card1"
Driver         "nvidia"
# Driver         "nv"
VendorName     "nVidia Corporation"
BoardName      "GeForce FX Go5200"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Depth  16
Modes  "800x600"
EndSubSection
EndSection
#
Section "Screen"
Identifier   "Screen2"
Device "Card1"
Monitor   "CRT-0"
DefaultDepth 16
SubSection "Display"
Depth  16
Modes  "1280x1024"
EndSubSection
SubSection "Display"
Depth  16
Modes  "800x600"
EndSubSection
EndSection
#
# # I think the following is not really necessary!
Section "ServerFlags"
Option "Xinerama" "enable"
EndSection

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-06-29 16:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-27 19:30 [gentoo-amd64] X keyboard problem on my amd64 box Lukas Oliva
2007-06-28 11:04 ` Beso
2007-06-28 22:19   ` Lukas Oliva
2007-06-29  9:39     ` Beso
2007-06-29 10:03       ` Lukas Oliva
2007-06-29 10:29         ` Beso
2007-06-29 12:56           ` Lukas Oliva
2007-06-29 16:37             ` Beso
2007-06-29  9:43     ` Beso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox