public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lukas Oliva" <xoliva02@stud.feec.vutbr.cz>
To: gentoo-amd64@lists.gentoo.org
Subject: [gentoo-amd64] X keyboard problem on my amd64 box
Date: Wed, 27 Jun 2007 21:30:07 +0200	[thread overview]
Message-ID: <op.tulhshu8ab57r0@localhost> (raw)

[-- 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

             reply	other threads:[~2007-06-27 19:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-27 19:30 Lukas Oliva [this message]
2007-06-28 11:04 ` [gentoo-amd64] X keyboard problem on my amd64 box 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.tulhshu8ab57r0@localhost \
    --to=xoliva02@stud.feec.vutbr.cz \
    --cc=gentoo-amd64@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox