Gentoo Archives: gentoo-user

From: gosha-necr <gosha-necr@××××××.ru>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problem with keyboard in XFCE and Fluxbox
Date: Fri, 25 May 2007 01:50:10
Message-Id: 46563F57.000004.30587@camay.yandex.ru
1 Hi all!
2 I have a problem with symbol 'vertical-line' (now i'm in fluxbox session,and cannot insert it :))
3 In gnome or plain console (tty1..6) all works fine, keyboard works without any problem, but in XFCE and Fluxbox i have a problem.. in quake3 keys a,w,s,d not working... vertical line not inserting (just \ or /).
4 ======================== xorg.conf ================
5 Section "Module"
6 Load "dbe" # Double buffer extension
7 SubSection "extmod"
8 Option "omit xfree86-dga" # don't initialise the DGA extension
9 EndSubSection
10 Load "freetype"
11 Load "glx"
12 Load "dri"
13 EndSection
14
15 Section "Files"
16 FontPath "/usr/share/fonts/misc/"
17 FontPath "/usr/share/fonts/Type1/"
18 FontPath "/usr/share/fonts/100dpi/"
19 FontPath "/usr/share/fonts/75dpi/"
20 InputDevices "/dev/input/mice"
21 InputDevices "/dev/gpmctl"
22 EndSection
23
24 Section "ServerFlags"
25 # Option "NoTrapSignals"
26 EndSection
27
28 Section "InputDevice"
29 Identifier "Keyboard1"
30 Driver "kbd"
31 Option "AutoRepeat" "500 30"
32 Option "XkbRules" "xorg"
33 Option "XkbModel" "pc104"
34 Option "XkbLayout" "ru(winkeys),us"
35 Option "XkbOptions" "grp:ctrl_shift_toggle,ctrl:ctrl_aa,grp_led:scroll,caps:capslock,altwin:menu"
36 EndSection
37
38 Section "InputDevice"
39 Identifier "Synaptics"
40 Driver "synaptics"
41 Option "Protocol" "auto-dev" # Auto detect
42 Option "Device" "/dev/input/mice"
43 Option "LeftEdge" "1700"
44 Option "RightEdge" "5300"
45 Option "BottomEdge" "4200"
46 Option "FingerLow" "25"
47 Option "FingerHigh" "30"
48 Option "MaxTapTime" "180"
49 Option "MaxTapMove" "220"
50 Option "VertScrollDelta" "100"
51 Option "MinSpeed" "0.09"
52 Option "MaxSpeed" "0.18"
53 Option "AccelFactor" "0.0015"
54 Option "SHMConfig" "true"
55 EndSection
56
57 Section "InputDevice"
58 Identifier "MousePS2"
59 Driver "mouse"
60 Option "Protocol" "explorerps/2"
61 Option "Device" "/dev/input/mice"
62 Option "ZAxisMapping" "4 5"
63 Option "Buttons" "5"
64 EndSection
65
66 Section "Monitor"
67 Identifier "LCD Monitor"
68 HorizSync 31.5 - 150
69 VertRefresh 50-230
70 EndSection
71
72 Section "Device"
73 Identifier "Standard VGA"
74 VendorName "Unknown"
75 BoardName "Unknown"
76 Driver "vga"
77 EndSection
78
79 Section "Device"
80 Identifier "ATI X1250"
81 Driver "fglrx"
82 VideoRam 65536
83 EndSection
84
85 Section "Screen"
86 Identifier "Screen 1"
87 Device "ATI X1250"
88 Monitor "LCD Monitor"
89 DefaultDepth 24
90
91 Subsection "Display"
92 Depth 24
93 Modes "1280x800"
94 ViewPort 0 0
95 EndSubsection
96 EndSection
97
98 Section "ServerLayout"
99 Identifier "Simple Layout"
100 Screen "Screen 1"
101 Option "AIGLX" "false"
102 InputDevice "Synaptics" "CorePointer"
103 InputDevice "Keyboard1" "CoreKeyboard"
104 EndSection
105
106 Section "DRI"
107 Group 0
108 Mode 0666
109 EndSection
110
111 Section "Extensions"
112 Option "Composite" "False"
113 EndSection
114
115 =============== emerge --info =============
116 gosha@localhost ~ $ emerge --info
117 Portage 2.1.2.7 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.5-r2, 2.6.21-gentoo i686)
118 =================================================================
119 System uname: 2.6.21-gentoo i686 AMD Turion(tm) 64 X2 Mobile Technology TL-50
120 Gentoo Base System release 1.12.10
121 Timestamp of tree: Thu, 24 May 2007 21:30:02 +0000
122 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
123 dev-java/java-config: 1.3.7, 2.0.31-r7
124 dev-lang/python: 2.4.4-r4
125 dev-python/pycrypto: 2.0.1-r5
126 sys-apps/sandbox: 1.2.18.1
127 sys-devel/autoconf: 2.13, 2.61
128 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
129 sys-devel/binutils: 2.17
130 sys-devel/gcc-config: 1.3.16
131 sys-devel/libtool: 1.5.23b
132 virtual/os-headers: 2.6.21
133 ACCEPT_KEYWORDS="x86 ~x86"
134 AUTOCLEAN="yes"
135 CBUILD="i686-pc-linux-gnu"
136 CFLAGS="-O3 -march=k8 -pipe -mmmx -m3dnow -msse -msse2 -msse3 -mfpmath=sse"
137 CHOST="i686-pc-linux-gnu"
138 CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
139 CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
140 CXXFLAGS="-O3 -march=k8 -pipe -mmmx -m3dnow -msse -msse2 -msse3 -mfpmath=sse"
141 DISTDIR="/usr/portage/distfiles"
142 FEATURES="ccache distcc distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
143 GENTOO_MIRRORS="ftp://city.mirror.ekb-lug.ru/pub/gentoo http://ftp.citkit.ru/pub/Linux/gentoo ftp://ftp.citkit.ru/pub/Linux/gentoo "
144 LANG="ru_RU.UTF-8"
145 LC_ALL=""
146 LINGUAS="ru"
147 MAKEOPTS="-j6"
148 PKGDIR="/usr/portage/packages"
149 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
150 PORTAGE_TMPDIR="/var/tmp"
151 PORTDIR="/usr/portage"
152 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
153 USE="3dnow 3dnow2 3dnowext X aac aalib acl acpi alsa automount berkdb bitmap-fonts cairo cdr cli cracklib crypt dbus directfb dri dvd dvdr dvdread eds emboss encode esd evo extrafilters fam ffmpeg fortran gdbm gif glitz gnome gpm gstreamer gtk hal iconv isdnlog javascript jpeg kerberos lame libcaca libg++ lm_sensors mad madwifi midi mikmod mmx mmxext mp3 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session smp spell spl sse sse2 sse3 ssl svg svga synaptics tcpd theora threads tiff truetype truetype-fonts type1-fonts unicode utf8 v4l v4l2 vorbis win32codecs wmf x86 xml xorg xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cf
154 ontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="ru" USERLAND="GNU" VIDEO_CARDS="fglrx fbdev"
155 Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
156
157
158 Please help :) Any additional info or config i'm send to you, just ask :)
159 --
160 gentoo-user@g.o mailing list