
Thanks man. You are right. The fix was in your link. And now everything is working fine again by sys-apps/hal-0.5.12_rc1-r6.d2_racing wrote:I think that you have this bug : http://bugs.gentoo.org/271837
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!--
Section "InputDevice"
Driver "evdev"
Option "XkbLayout" "fi"
EndSection
-->
<deviceinfo version="0.2">
<!-- Mouse configuration -->
<match key="info.capabilities" contains="input.mouse">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
<merge key="input.x11_driver" type="string">evdev</merge>
</match>
<!-- Keyboard configuration -->
<!-- <match key="info.capabilities" contains="input.keyboard">-->
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keys">
<merge key="input.x11_options.XkbRules" type="string">evdev</merge>
<merge key="input.x11_options.XkbModel" type="string">evdev</merge>
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.x11_options.XkbLayout" type="string">fi</merge>
<merge key="input.x11_options.XkbVariant" type="string"></merge>
<merge key="input.x11_options.XkbOptions" type="string">altwin:menu</merge>
</match>
</deviceinfo>
nope. How do I do that?VoidMage wrote:Actually, those callouts.add are most probably meaningless.
Did you try validating your previous fdi file ?

No problemkeenblade wrote:Thanks man. You are right. The fix was in your link. And now everything is working fine again by sys-apps/hal-0.5.12_rc1-r6.d2_racing wrote:I think that you have this bug : http://bugs.gentoo.org/271837
Code: Select all
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<!-- default configuration for keyboards = belgian azerty keyboard -->
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keys">
<merge key="input.x11_options.XkbRules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to kbd otherwise). -->
<merge key="input.x11_driver" type="string">kbd</merge>
<merge key="input.x11_options.XkbModel" type="string">pc105</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.x11_options.XkbModel" type="string">evdev</merge>
</match>
<merge key="input.x11_options.XkbLayout" type="string">be</merge>
<merge key="input.x11_options.XkbVariant" type="string" />
</match>
<!-- only specify the keys that deviate from the default (be) keyboard -->
<match key="info.udi" contains="usb_device_4d9_22_noserial">
<merge key="input.x11_options.XkbLayout" type="string">us</merge>
<merge key="input.x11_options.XkbVariant" type="string" />
</match>
</device>
</deviceinfo> 

Code: Select all
# emerge --info
# rc-update show
Code: Select all
INPUT_DEVICES="evdev synaptics"Code: Select all
Section "dri"
Group 0
Mode 0666
EndSection
Section "ServerFlags"
Option "BlankTime" "05"
Option "StandbyTime" "10"
Option "SuspendTime" "15"
Option "OffTime" "20"
Option "AllowEmptyInput" "true"
Option "AutoAddDevices" "true"
Option "AutoEnableDevices" "true"
EndSection
Section "Monitor"
Identifier "Monitor"
Option "DPMS" "on"
EndSection
Section "Device"
Identifier "ATI"
Driver "radeon"
Option "DynamicClocks" "on"
Option "ForceLowPowerMode" "on"
Option "DynamicPM" "on"
Option "ClockGating" "on"
Option "EnablePageFlip" "on"
Option "AccelMethod" "EXA"
Option "ColorTiling" "on"
Option "AGPMode" "4"
Option "AGPFastWrite" "off"
Option "GARTSize" "64"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "ATI"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1400x1050"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Code: Select all
Portage 2.1.6.13 (default/linux/x86/2008.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.28-gentoo-r5 i686)
=================================================================
System uname: Linux-2.6.28-gentoo-r5-i686-Intel-R-_Pentium-R-_M_processor_1600MHz-with-glibc2.0
Timestamp of tree: Tue, 04 Aug 2009 12:30:01 +0000
ccache version 2.4 [disabled]
app-shells/bash: 3.2_p39
dev-java/java-config: 2.1.8-r1
dev-lang/python: 2.5.4-r3
dev-util/ccache: 2.4-r7
dev-util/cmake: 2.6.4
sys-apps/baselayout: 2.0.0
sys-apps/openrc: 0.4.3-r3
sys-apps/sandbox: 1.6-r2
sys-devel/autoconf: 2.13, 2.63-r1
sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.2
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.2.6a
virtual/os-headers: 2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe -fomit-frame-pointer -fno-ident"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=native -mtune=native -O2 -pipe -fomit-frame-pointer -fno-ident"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed -s"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="7zip X a52 aac acl acpi alsa arts artswrappersuid asm atlas avi bash-completion bluetooth branding bzip2 cairo cdparanoia cdr cli cracklib crypt css cups dbus djbfft dpms dri dts dv dvd dvdnav dvdr dvdread eds emboss enca encode evo fam fame fat ffmpeg fftw firefox flac fortran fuse gcj gdbm gif gimp glib glibc-omitfp glitz gmp gnet gpm grammar gs gtk gtk2 hal hardcoded-tables hashstyle hpn iconv icq id3 ieee1394 imagemagick isdnlog javascript jpeg kde kdeenablefinal kdehiddenvisibility lame laptop latex lcms libnotify libsamplerate lzo mad math matroska mikmod mjpeg mmx mmxext mozilla mp3 mpeg mpeg2 mudflap ncurses nomalloccheck nonfsv4 nptl nptlonly ogg opengl openmp pam pch pcmcia pcre pdf perl plotutils png pnm postscript ppds pppd python qt3 qt3support qt4 quicktime rar readline recode reflection sdl session sift sndfile spell spl srt sse sse2 ssl startup-notification svg sysfs szip thesaurus threads threadsafe tiff tk truetype unicode usb userlocales vorbis wifi win32codecs wmf x264 x86 xcb xml xorg xulrunner xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Code: Select all
alsasound | boot
mount-ro | shutdown
hotplug | boot
ntp-client | default
ntpd | default
devfs | sysinit
sshd | default
vixie-cron | default
device-mapper | boot
rngd | boot
nfsmount | default
dbus | default
hald | default
rpc.statd | default
dmesg | sysinit
acpid | default
bootmisc | boot
fsck | boot
hostname | boot
local | default nonetwork
localmount | boot
root | boot
swap | boot
sysctl | boot
urandom | boot
hwclock | boot
consolefont | boot
keymaps | boot
modules | boot
mtab | boot
procfs | boot
termencoding | boot
net.lo | boot
savecache | shutdown
killprocs | shutdown
metalog | default
dmcrypt | boot
net.ra0 | default
udev | sysinit
Code: Select all
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.8" is not allowed to own the service "org.x.config.display0" due to security policies in the configuration file)
Code: Select all
emerge --oneshot $(qlist -I -C x11-drivers)Code: Select all
emerge consolekit
rc-update add consolekit default
/etc/init.d/consolekit start
I was getting that error earlier, it seems that when I upgraded to xorg 1.6.3 it put its xorg-server.conf in /etc/X11/dbus-1/system.d andtrubicoid wrote:the only suspicious line in Xorg.log is this one:but I'm getting this also with the USB mouse (i.e. when I dont see the problem) and also the second laptop has this line..Code: Select all
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.8" is not allowed to own the service "org.x.config.display0" due to security policies in the configuration file)
Awesome fix. I hadn't even noticed that I was getting that Access Denied message in the log again since upgrading xorg 1.6.3. I'll remember that one. Thanks.Anon-E-moose wrote:I was getting that error earlier, it seems that when I upgraded to xorg 1.6.3 it put its xorg-server.conf in /etc/X11/dbus-1/system.d and
it really belongs in /etc/dbus-1/system.d. I copied it to where it belongs and it shut up about the Access Denied.
YMMV

Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
EndSection
Section "Module"
Load "record"
Load "wfb"
Load "extmod"
Load "dbe"
Load "xtrap"
Load "glx"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "on"
Option "AutoEnableDevices" "on
Option "AllowEmptyInput" "on"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG M228WD-BZ"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
Option "NoLogo" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1680x1050 +0+0"
EndSectionCode: Select all
INPUT_DEVICES="evdev"
VIDEO_CARDS="nvidia"Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<!-- Mouse configuration -->
<match key="info.capabilities" contains="input.mouse">
<merge key="input.x11_driver" type="string">evdev</merge>
</match>
<!-- Keyboard configuration -->
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.model" type="string">evdev</merge>
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.xkb.layout" type="string">es</merge>
<merge key="input.xkb.variant" type="string"></merge>
</match>
</device>
</deviceinfo>