[SOLVED] xserver 1.5 and KDE 4 keymaps - strange behavior

I apologize if this has already been addressed, but I have read every thread about this I can find, and the wiki page, and I can't find a solution.
I use a standard US keyboard (it's a laptop), but with the Dvorak keymap.  Most things work fine, except for any Ctrl-Alt combinations.  For example, ctrl-alt-left is detected as D.   ctrl-alt-right is C,  ctrl-alt-up is A, and ctrl-alt-down is B.  These are my shortcuts for switching desktops, so I use them constantly.  The Windows key works perfectly, as do ctrl-shift sequences.
There's no problem in the VTs, and in xev, all the keys are detected normally.  I've also discovered that I can temporarily fix the problem by going into system settings, unsetting a shortcut, than resetting it, but this only lasts for that one session.  The next time I start KDE, the problem returns.   
I have removed my input devices from xorg.conf after upgrading to xserver 1.5, and in KDE system settings I've set it to Evdev-managed keyboard, with the us map and dvorak variant.  My /etc/hal/fdi/policy/10-keymap.fdi is as follows:
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<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.rules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to
keyboard otherwise). -->
<merge key="input.xkb.model" type="string">keyboard</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.xkb.model" type="string">evdev</merge>
</match>
<merge key="input.xkb.layout" type="string">dvorak</merge>
<!-- <merge key="input.xkb.model" type="string">pc105</merge> -->
<!-- <merge key="input.xkb.options" type="string">altwin:super_win</merge> -->
<!-- <merge key="input.xkb.variant" type="string">dvorak</merge> -->
</match>
</device>
</deviceinfo>
The 3 lines that I've commented out at the end have been on and off at various times - makes no difference.  I've also noticed that in Xorg.0.log, there are 4 keyboards detected and enabled by HAL, as you can see here:
(II) config/hal: Adding input device Video Bus
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 2.0.7
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event7"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Video Bus: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Video Bus: xkb_model: "evdev"
(**) Option "xkb_layout" "dvorak"
(**) Video Bus: xkb_layout: "dvorak"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event6"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Video Bus: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Video Bus: xkb_model: "evdev"
(**) Option "xkb_layout" "dvorak"
(**) Video Bus: xkb_layout: "dvorak"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event5"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) Video Bus: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) Video Bus: xkb_model: "evdev"
(**) Option "xkb_layout" "dvorak"
(**) Video Bus: xkb_layout: "dvorak"
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) AT Translated Set 2 keyboard: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) AT Translated Set 2 keyboard: xkb_model: "evdev"
(**) Option "xkb_layout" "dvorak"
(**) AT Translated Set 2 keyboard: xkb_layout: "dvorak"
Any ideas are welcome...I'm totally stumped!!
Last edited by noahsark1126 (2008-12-03 05:32:59)

cameel wrote:
Executing   
setxkbmap -model evdev
brings things back to normality.
I don't know, however, whether it is a bug in KDE (I am using KDEmod 3.5.10) or in xkeyboard-config package which provides setxkbmap and its config files - in particular /usr/share/X11/xkb/symbols/inet which contains definitions for keyboard models.
I don't think this is a bug in KDE, as this fixed a problem I was having with xmodmap on Openbox.
If I used xmodmap to remap my Caps Lock key to Ctrl in my openbox startup scripts, odd things happen to my keymap (Super key stops working, left arrow key stops repeating, etc).  Running setxkbmap before xmodmap seems to fix everything.
Thanks!
Last edited by tom5760 (2008-12-06 02:22:16)

Similar Messages

  • [solved] Issue with conky and Kde 4

    I have a small issue with conky and KDE 4.2. I start conky with a script which I stored under ~/.kde/Autostart. The script is simple and looks like this..
    conky -c ~/.conkyrc_kde4
    This works fine. But when I restart the first KDE and check with ps, I have 2 instances of conky running. The instances keep on growing with the number of restarts.
    I think kde tries to restart all the apps which were running when the session was terminated. Is there a way to change this behavior in general or all the programs or for only a specific program like conky ?
    Last edited by rangalo (2009-07-28 19:02:17)

    I did
    Systemsettings > Advanced > Session Manager > Start with an empty session
    and put everything you want in Autostart

  • [Solved] XServer 1.13 and Catalyst...

    Hi, after the last update i can't start my xserver.
    Systemd says, that gdm starts fine but i can't see anything except my tty
    Heres the Xorg.0.log:
    [ 170.848]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 170.878] X Protocol Version 11, Revision 0
    [ 170.888] Build Operating System: Linux 3.6.0-1-ARCH x86_64
    [ 170.899] Current Operating System: Linux arch247 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:30:49 CEST 2012 x86_64
    [ 170.899] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7f15c92f-c86f-49dd-ab06-f89a4a37d526 ro init=/usr/lib/systemd/systemd nomodeset
    [ 170.924] Build Date: 05 October 2012 01:57:18PM
    [ 170.937]
    [ 170.949] Current version of pixman: 0.26.2
    [ 170.976] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 170.976] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 171.033] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 13 18:30:14 2012
    [ 171.049] (==) Using config file: "/etc/X11/xorg.conf"
    [ 171.064] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 171.064] (==) ServerLayout "aticonfig Layout"
    [ 171.064] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 171.064] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 171.064] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 171.064] (==) Automatically adding devices
    [ 171.064] (==) Automatically enabling devices
    [ 171.064] (==) Automatically adding GPU devices
    [ 171.065] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 171.065] Entry deleted from font path.
    [ 171.065] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 171.065] Entry deleted from font path.
    [ 171.065] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 171.065] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 171.065] Entry deleted from font path.
    [ 171.065] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 171.065] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 171.065] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 171.065] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 171.065] (II) Loader magic: 0x7fcc20
    [ 171.065] (II) Module ABI versions:
    [ 171.065] X.Org ANSI C Emulation: 0.4
    [ 171.065] X.Org Video Driver: 13.0
    [ 171.065] X.Org XInput driver : 18.0
    [ 171.065] X.Org Server Extension : 7.0
    [ 171.068] (--) PCI:*(0:0:1:0) 1002:9802:1043:84a5 rev 0, Mem @ 0xc0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256
    [ 171.068] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 171.084] Initializing built-in extension Generic Event Extension
    [ 171.099] Initializing built-in extension SHAPE
    [ 171.114] Initializing built-in extension MIT-SHM
    [ 171.130] Initializing built-in extension XInputExtension
    [ 171.145] Initializing built-in extension XTEST
    [ 171.160] Initializing built-in extension BIG-REQUESTS
    [ 171.175] Initializing built-in extension SYNC
    [ 171.190] Initializing built-in extension XKEYBOARD
    [ 171.205] Initializing built-in extension XC-MISC
    [ 171.220] Initializing built-in extension SECURITY
    [ 171.235] Initializing built-in extension XINERAMA
    [ 171.250] Initializing built-in extension XFIXES
    [ 171.265] Initializing built-in extension RENDER
    [ 171.280] Initializing built-in extension RANDR
    [ 171.295] Initializing built-in extension COMPOSITE
    [ 171.311] Initializing built-in extension DAMAGE
    [ 171.326] Initializing built-in extension MIT-SCREEN-SAVER
    [ 171.342] Initializing built-in extension DOUBLE-BUFFER
    [ 171.358] Initializing built-in extension RECORD
    [ 171.374] Initializing built-in extension DPMS
    [ 171.390] Initializing built-in extension X-Resource
    [ 171.406] Initializing built-in extension XVideo
    [ 171.422] Initializing built-in extension XVideo-MotionCompensation
    [ 171.439] Initializing built-in extension XFree86-VidModeExtension
    [ 171.455] Initializing built-in extension XFree86-DGA
    [ 171.472] Initializing built-in extension XFree86-DRI
    [ 171.489] Initializing built-in extension DRI2
    [ 171.489] (II) "glx" will be loaded by default.
    [ 171.489] (II) LoadModule: "glx"
    [ 171.489] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 171.490] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 171.490] compiled for 6.9.0, module version = 1.0.0
    [ 171.507] Loading extension GLX
    [ 171.507] (II) LoadModule: "fglrx"
    [ 171.508] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 171.538] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 171.538] compiled for 1.4.99.906, module version = 9.0.2
    [ 171.538] Module class: X.Org Video Driver
    [ 171.538] (II) Loading sub module "fglrxdrm"
    [ 171.538] (II) LoadModule: "fglrxdrm"
    [ 171.539] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 171.539] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 171.539] compiled for 1.4.99.906, module version = 9.0.2
    [ 171.539] (II) AMD Proprietary Linux Driver Version Identifier:9.00.2
    [ 171.539] (II) AMD Proprietary Linux Driver Release Identifier: 9.00.11
    [ 171.539] (II) AMD Proprietary Linux Driver Build Date: Sep 20 2012 11:56:16
    [ 171.539] (--) using VT number 2
    [ 171.649] (WW) Falling back to old probe method for fglrx
    [ 171.660] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 171.663] ukiDynamicMajor: found major device number 251
    [ 171.663] ukiDynamicMajor: found major device number 251
    [ 171.663] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 171.663] ukiOpenDevice: node name is /dev/ati/card0
    [ 171.663] ukiOpenDevice: open result is 9, (OK)
    [ 171.663] ukiOpenDevice: Get driver state failed
    [ 171.663] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 171.664] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 171.665] (--) Chipset Supported AMD Graphics Processor (0x9802) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:1) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:2) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:3) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
    [ 171.666] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
    [ 171.668] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 171.668] (II) AMD Video driver is signed
    [ 171.669] (II) fglrx(0): pEnt->device->identifier=0x165d5a0
    [ 171.669] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
    [ 171.670] (II) Loading sub module "vgahw"
    [ 171.670] (II) LoadModule: "vgahw"
    [ 171.670] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 171.670] (II) Module vgahw: vendor="X.Org Foundation"
    [ 171.670] compiled for 1.13.0, module version = 0.1.0
    [ 171.670] ABI class: X.Org Video Driver, version 13.0
    [ 171.670] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 171.670] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 171.670] (==) fglrx(0): Default visual is TrueColor
    [ 171.670] (**) fglrx(0): Option "DPMS" "true"
    [ 171.671] (==) fglrx(0): RGB weight 888
    [ 171.671] (II) fglrx(0): Using 8 bits per RGB
    [ 171.671] (==) fglrx(0): Buffer Tiling is ON
    [ 171.671] (II) Loading sub module "fglrxdrm"
    [ 171.671] (II) LoadModule: "fglrxdrm"
    [ 171.671] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 171.671] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 171.671] compiled for 1.4.99.906, module version = 9.0.2
    [ 171.674] ukiDynamicMajor: found major device number 251
    [ 171.675] ukiDynamicMajor: found major device number 251
    [ 171.675] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 171.675] ukiOpenDevice: node name is /dev/ati/card0
    [ 171.675] ukiOpenDevice: open result is 12, (OK)
    [ 171.675] ukiOpenDevice: Get driver state failed
    [ 171.675] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 171.675] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 171.675] (EE) fglrx(0): The graphics processor is already set to console mode, set X mode fail. Cannot start X.
    [ 171.675] (EE) fglrx(0): PreInit failed
    [ 171.675] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === end
    [ 171.683] SetVBEMode failed
    [ 171.683] (II) UnloadModule: "fglrx"
    [ 171.683] (II) UnloadSubModule: "fglrxdrm"
    [ 171.683] (II) Unloading fglrxdrm
    [ 171.683] (II) UnloadSubModule: "vgahw"
    [ 171.683] (II) Unloading vgahw
    [ 171.683] (II) UnloadSubModule: "fglrxdrm"
    [ 171.683] (EE) Screen(s) found, but none have a usable configuration.
    [ 171.683]
    Fatal server error:
    [ 171.683] no screens found
    [ 171.683] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 171.684] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 171.684] (EE)
    [ 171.920] Server terminated with error (1). Closing log file.
    Xserver is at version 1.13, catalyst should be at version 12.9
    The xorg.conf-file was generated through aticonfig --inital and worked before the update. While searching the net i came across /etc/dbus-1/gdm.conf, maybe its a permission-problem?
    Any help is appreciated
    Last edited by D4ve (2012-10-13 21:31:54)

    Had also a problem with xorg 1.13 and catalyst. (just not gdm but slim).
    I found this:
    The main graphics drivers have already been updated to support the new API. The proprietary NVIDIA graphics driver has also been updated for the X.Org Server 1.13 ABI. The only common driver not yet supporting this new xorg-server release is the AMD Catalyst binary driver, but the API/ABI support should be there within a few months.
    Source: http://www.phoronix.com/scan.php?page=n … px=MTE3Njg
    Seems that is the reason.
    In this topic [1] Vi0L0 said that catalyst-test from AUR works with xorg 1.13 from [testing]. I didn't test that. I just downgraded xorg-server, xorg-server-common, catalyst-utils, lib32-catalyst-utils (and xf86-input-evdev because the newest package has always dep. to the newest xorg-server).
    [1] https://bbs.archlinux.org/viewtopic.php … 0#p1172200
    My package versions are (after downgrading):
    xorg-server 1.12.4-1
    xorg-server-common 1.12.4-1
    catalyst 12.8-2
    catalyst-utils 12.8-2
    lib32-catalyst-utils 12.8-2
    Edit: I just realised that there is a new catalyst package (catalyst-dkms) on the [community], i always used the package from the [catalyst] repo (Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch).
    Last edited by sysrmr (2012-10-13 18:37:54)

  • Creating views on 9.2.0.7 and red hat: strange behavior

    Hi all,
    here you can find two new problems to solve:
    create table test1(id1 number, text1 varchar2(4000));
    create table test2(id2 number, text2 varchar2(4000));
    create or replace view v_test1_test2 as
    select t1.*
    , t2.*
    from test1 t1
    test2 t2
    where t1.id1 = t2.id2;
    Note that on line 3 of the view script there is a comma at the beginning of the line...
    After creating the view, if you edit the view script from the data dictionary, you will find something like this:
    CREATE OR REPLACE VIEW V_TEST_!_TEST (ID1, TEXT1, ID2, TEXT2) AS
    select t1."ID1", t1."TEXT1",
    , t2."ID2", t2."TEXT2"
    from test1 t1,
    test2 t2
    where t2.id1 = t2.id2
    As you can note, Oracle added another comma to the script: the result is that the view,
    successfully created without errors, is invalid ("Missing expression" if you run a select against it)!!!
    So there are two different problems in this:
    a) I created the view without specifying all the fields name: Oracle added the column name after each column. This means that the view code stored in the data dictionary is quite different from that stored in my source control software.
    b) The view is invalid even if it was successfully created without errors, because there is a new comma that I did not write in my source code.
    Do you know if there is any solution at these two problems?
    Many thanks!
    Ste.

    a) Nothing wrong here. Even if you didn't write the column name (by using *), Oracle replace it by all the current existing columns. Anyway, it's a bad practice to create view with *.
    b) Seems a bug solved in 9.2.0.8.
    Take a look to the below thread :
    Re: Create View in Oracle9.2.0.7.0 - Is this a bug?
    Nicolas.
    Message was edited by:
    N. Gasparotto

  • Formula nodes and hex values: strange behavior?

    Hi all,
    I am having problems using hex values in a formula node. It appears that the hex values are converted to decimal and then assigned to the variable. For example, if I initialize an int8 in a formula node to 0xFE (should be -2), I get 127 (the highest positive value an int8 can have). In order to get -2, I must initialize the variable to -0x02. However, if I initialize the variable to -2 decimal and view it in a indicator in hex, it displays the correct 0xFE. Is this typical behaviour? I didn't think negative hex values were used and I can't find it documented anywhere. Here is a VI that shows the "problem".
    Thanks!
    Attachments:
    Formula Node Example.vi ‏7 KB
    Formula Node Example.png ‏31 KB

    Hi brett,
    int8 test = 0xFE
    You defined a variable to be of type I8, but then you want to assign a value out of range of that datatype. LabVIEW will coerce the value to fit the datatype resulting in 0x7F stored in test.
    int16 test2 = test
    Now you copy the value stored in test over to test2. Why do you even expect a value of 0xFE here? In the line before you stored 0x7F in test, so test2 will also have the value 0x7F!
    int8 test3 = -0x02
    This was explained before…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Mission Control and the dock -- strange behavior

    Go to Mission Control and click on an open application's dock icon:  Lion acts very erratically.  It might switch the right app.  It might switch to some other app.
    Note:  Have a couple of full-screen apps, like Safari, Mail or iTunes, open.
    This is driving me crazy.  Since the dock isn't displayed in full-screen apps, I tend to do the four-finger-up gesture to get to the Mission Control screen to get to the dock to switch to another open app.  I recognize that there are other ways to switch apps, but shouldn't this way work work, too?

    I feel your pain. "Over 250 exciting new features" was the promise. I, literally, have found ZERO new features that are useful. Yes, that's right---not a single one.
    And for the record....I am a long-time Apple fan, and Apple addict. My first computer was in 1985 and it was an Apple. Every computer ever since has been Apple. I've never had a complaint---until now. I'll just say it in plain English---Lion is GARBAGE. I have found absolutely, positively, nothing useful about it---zip, zero, nada! Now I'm trying to figure out how to get rid of this junk and put Snow Leopard back on. Apple should be ashamed---this is pitiful. And my computer has NEVER EVER crashed before (well, okay..I'm sure it has at some point over the last 26 years..but I don't recall when). But now my computer crashes at least 3 times per day. Un-fricking-believable.

  • IMac mouse problems / strange behavior (impossible to configure mouse preferences)

    I work in a design and communication school, the used hardware is iMac (Intel) whit Lion (OS X 10.7), we have several rooms equipped with these Macs where students light up their data on the server.
    Today, 3 of these Macs had problems with the mouse, including mine.
    Basically the clicks don´t work correctly. We cant close windows, open folders or change some options by clicking, but we can open softwares, scroll.
    In safari if i search something, when I try to click the link i want, safari opens a new tab instead the one i am at, and has other strange behaviors. So I´ve tried to change the mouse settings, and when i make a change, for example: change the scroll button to "buttun 3" the mouse automatically assumes all buttons to dashboard, but not at the configurations window because it says that scrool button still "button 3",  when i use the click or the scroll or any button it just slid me to dashboard or a setting that has nothing to do with my option.
    This is really causing a big problem since we are a school.. I already tried to change the mouse, clean, try another usb ports, search for update or restart but it still doing the same.
    I think it have something to do with an update.. but not sure.. would be really gratefull if someone knows how to solve this.
    As a temporary solution,i disabled all options using only the mouse click, but to do it, i had to plug in my tablet (that works perfectly for the record) and use it instead of mouse (since it was impossible to use it), than went to mouse preferences and disable left click, scroll and side buttons and then restart the Mac (or else it wont work)..
    it will work fine but still a problem cause I use all mouse buttons custom as well as the students...

    I have been experiencing a freezing mouse as well. I updated the mouse drivers but it is still happening. I have been repairing the permissions and noticed something very strange see the mention of a -t. I have been running unix systems since 1984 and have never seen that before....
    Determining correct file permissions.
    Permissions differ on ./Library, should be drwxrwxr-t , they are drwxrwxr-x
    Owner and group corrected on ./Library
    Permissions corrected on ./Library
    Permissions differ on ./private/var/log/secure.log, should be -rw------- , they are -rw-r-----
    Owner and group corrected on ./private/var/log/secure.log
    Permissions corrected on ./private/var/log/secure.log
    Permissions repair complete
    Permissions differ on ., should be drwxrwxr-t , they are drwxr-xr-x
    Owner and group corrected on .
    Permissions corrected on .
    The privileges have been verified or repaired on the selected volume
    I reported this to Apple and they told me to erase the hard drive reinstall the
    system. I really don't want to have to do that. It seems like something is taking
    control of the machine.....

  • Strange Behavior from iTunes 7.2

    Running itunes - 7.2Recently had my itunes library “corrupted” or non functional.
    Spent a long, long time rebuilding the library (see below) and noticed some strange behavior that has me terrified that itunes is corrupted and I am going to loose all the hard work, etc..
    1. I have about 100 GB of music in various formats (apple protected/itunes store, mp3 (128 to 320), apple lossless, wav) and when I tried to rebuild the library by clicking on add to library it only added about 65 GB of the 100 GB. I had to go through and figure out what was missing and manually choose the specific folder when I added it.
    Major pain and very time consuming.
    So it is not adding songs correctly, but through way too much effort able to work around this.
    2. About ½ of the itunes store tunes I purchased are no longer apple protected format. Somehow they were converted to mp3 at 192kbs. Some of the songs play fine others are now not as crisp and make a poping sound or skip. How could this happen? Are these files corrupted? Will I loose them?
    3. At the top center of itunes the information bar, where the read out is for what song is playing and how much time has elapsed in the song, is not working. When I click on a song it starts playing but the elapsed time bar and counter never move, and when the next song starts playing the information never changes. It is stuck on what ever song you initiate play with by clicking on it and the information stays frozen.
    4. itunes randomly stops playing at the end of a song….If listening to an album it is usually after three or four songs and when listening to a play list it is usually after one song.
    I am afraid itunes is corrupted and will not function correctly and I am going to loose the hard work I put in trying to recover from the last crash.
    Any suggestions??
    Can’t wait for time machine. I hope it works as advertised. If so I could just go back in time to the last time iTunes worked correctly and go from there.

    First of all I hope that you have a good b/u of all your tunes - either on ext HD or on DVD. Don't forget to b/u the iTunes Library and .xml files at the same time.
    Have you tried to reinstall iTunes? Drag the app to the trash and remove the iTunesX.pkg from HD>Library>Receipts>iTunesX.pkg. Using a fresh .dmg of iTunes 7.2 reinstall.
    Have you repaired permissions with Disk Utility?
    Is your Quicktime up to date? At least version v7.1.5.
    MJ

  • Strange behavior of the Macbook pro display

    Hi to all
    I'm using my MacBook pro, and notice some strange behavior after open several windows or applications, I don't know how to explain, so here is a photo:
    http://www.flickr.com/photos/86155326@N00/
    I have tried: go back to 10.4.6 / create a new account / Hardware test... and Nothing.
    Any suggestions?
    Pedro

    I am having the exact same problem(and no one is replying to my post either), I read in another post of someone who had a somewhat similar issue and someone commented that it was bad VRAM and warranted the logic board to be replaced. I'm hoping this is not the case, or at least hoping the problem does not get worse because I am in school and can't be without this computer for 2 weeks while it gets repaired..I'm hoping I can last til the holidays...
    pictures of my problem:
    http://www.rpi.edu/~neala/pics/display/Messed%20up%20desktop.png
    http://www.rpi.edu/~neala/pics/display/Picture%204.png
    Sometimes I can make it go away by moving windows, and sometimes that makes it worse... this computer is only 100 days old...come on apple..help us out!

  • Strange behavior of the notifications

    Hi guys.
    I use an iPhone 5S running iOS 7.0.3 and have a strange behavior of the notifications.
    Example:
    I get 3 messages from WhatsApp.
    The lock-screen shows the preview of all 3 messages. OK so far.
    But if I unlock my iPhone, a banner shows the latest message and the app-badge shows only 1.
    This I have with other apps too.
    This was not with older iOS versions
    All settings looks OK. Do you have an idea?
    Thank you, Tom

    Because you are comparing floating point numbers.
    For example 0.1 cannot be exactly represented in binary, so repetitve additions will probably not end in an exact integer later.
    From the three inputs you can calculate the number of values exactly, and use a FOR loop. Don't use convoluted code....
    Why don't you simply use ramp pattern?
    LabVIEW Champion . Do more with less code and in less time .

  • Upgrade XF86 causes loss of X and Kde(solved)

    Upgrade this day caused loss of X and KDE.
    Reference made to shared libx11 not opened.
    Side issue:  Knoppix cannot access internet in version 3.4 or version 3.7 on the affected machine.
    Virus?

    Startx message:  error while loading shared libraries:libx11.so.6 : cannot open shared object file:  no such file or directory.

  • Wine and KDE shortcuts

    Using the Window-Specific workarounds I'm able to disable KDE global shortcuts.  For example, in Diablo 2, ALT-F2 does not bring up the run dialog.  GREAT!
    My problem is that there are occasions that I want my full-screen wine application to loose focus or minimize; for example to make a Skype call.  When someone calls me the Skype dialog and KDE taskbar pop to the front allowing me to minimize my wine application.  However, I have no way of making a call without exiting the application.
    I'm kind of at a loss here.  I don't want to disable the KDE global shortcuts but I'd like some way of minimizing the full-screen wine application.  Does anyone have a creative suggestion?

    simongmzlj wrote:You could start wine games in another xserver...
    Very cool idea!  Google found me this: http://ubuntuforums.org/showthread.php? … b&t=634067
    This is way simpler than I thought it'd be.  Thanks.

  • Xserve, Windows 7 and password protected files

    I have a Late 2006 Xserve running Sever OS 10.4.11 and I'm having a heck of a time connecting to any password protected files. For example, I can go "Map Network Drive", add the "Users" (\\xserve\Users\) folder and then access any unprotected folders within that directory (lets call them Bob and Tom), but not any of the password protected files (lets call that user Mike)
    If I click on the Bob or Tom folders (under "Users") it lets me in, no problem.
    If I click on the Mike folder (also mapped under "Users"), it says I don't have the correct access privileges. It's a straight up denial, no prompt for alternative login info.
    My first thought was this; go "Map Network Drive" and map the Mike folder directly (\\xserver\Users\Mike), but use the correct login info (username/pass). It prompts me for the username and password. HERES WHERE I'M STUCK! No matter what I put for the username and password, it denies me. I've tried resetting the password (through the server interface), then sucesfully logged in using my MacBook Pro (using the exact same username/password I had been trying with Win-doze)
    Again, I can connect to most of server files and folders from the Windows 7 machine (after following the "Set value to 'Send LM & NTLM' " procedure suggested by Vocal Jazz Fan on these forums. BIG THANK YOU!)
    So, is this impossible to fix? Is it just the nature of the beast running Windows machines on a Mac server? Why is it only these protected files that I can't access? That seems so strange to me.
    For a background, we had previously used Windows XP and logged into these folders with no problems.
    Note: this server is at a community center and thus has very limited funds and computer expertise, hence the reason we're two full OS's behind. If we cannot get this to work, we're prepared to hire some server jockeys to completely overhaul our server (run Windows on our Xserve hardware), which will take 2-3 days at about $120 an hour. Please help!

    I'd spend a few of those US$120 per hour hours with a Snow Leopard Server upgrade, as the software has matured substantially from Tiger Server to Leopard Server to Snow Leopard Server.
    [Here are my crib notes for getting Windows to work with Mac OS X Server (Snow Leopard Server)|http://labs.hoffmanlabs.com/node/1590], which might be useful as a starting point.
    With those Windows registry keys as search targets, there are a number of discussions of getting Samba password-protected shares to work with Windows and Windows 7 boxes posted around the network, both at Microsoft and via the Samba mailing lists.
    These cases sometimes get as far as running Wireshark and dumping the network traffic, too.

  • Install internet or xorg and kde

    Can you help me how to install internet or xorg and kde after arch installation? I have ADSL USB Modem Microcom AD2622, but I dont know install it in terminal. Is there any way, that I can install xorg and kde from cd? I found topic that is similiar to mine, but it wasnt solved. Here is link :
    http://bbs.archlinux.org/viewtopic.php?pid=138712
    I have Arch 0.7.2. Thank you

    Pjotrik wrote:
    Can you help me how to install internet or xorg and kde after arch installation? I have ADSL USB Modem Microcom AD2622, but I dont know install it in terminal. Is there any way, that I can install xorg and kde from cd? I found topic that is similiar to mine, but it wasnt solved. Here is link :
    http://bbs.archlinux.org/viewtopic.php?pid=138712
    I have Arch 0.7.2. Thank you
    well lets try to setup internet 1st which doesnt look to be easy check this out
    i myself would look to getting a diffrent modem , but thats me

  • Kf5 and kde 4.13 cohabitation : issue launching dolphin

    After installing the new (kf5) package group from [extra], I went back to my usual openbox desktop. When trying to launch dolphin (kde 4.13 version from [extra]) I got this :
    % dolphin
    Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString)
    Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QString)
    No dolphin windows appears and the program does not exit until CTRL-C.
    Since kf5 relies on recent dependencies and the problem was looking related to upower, I did update upower to
    aur/upower-git-systemd
    and dolphin is now running fine.
    The two previous "No such signal" lines are still there, though.

    Until recently veromix worked fine but now it doesn't. I think this is the problem:
    File "/usr/share/apps/plasma_scriptengine_python/pyappletscript.py", line 22, in <module>
    from PyKDE4.plasma import Plasma
    RuntimeError: the sip module implements API v11.0 but the PyKDE4.plasma module requires API v10.1
    According to their changelog they changed it for their sip v4.15.5 release http://www.riverbankcomputing.com/stati … /ChangeLog
    Downgrading sip, python2-sip and python-sip to [extra] brings this:
    File "/usr/share/apps/plasma_scriptengine_python/pyappletscript.py", line 20, in <module>
    from PyQt4.QtCore import *
    RuntimeError: the sip module implements API v10.0 to v10.1 but the PyQt4.QtCore module requires API v11.0
    so I guess PyKDE is just lagging behind and everyone else is already using the new thing?
    edit: Maybe they made a mistake with their release tarball? I have not tested it, but I got the PKGBUILD from here: https://projects.archlinux.org/svntogit … e/PKGBUILD and made it build from the kde 4.13 branch of their git repository and it works: http://pastebin.com/raw.php?i=rdjEJ9tU
    Well, except for
    Error connecting to veromix-service:
    org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.veromix.pulseaudio.qt exited with status 1
    But maybe that solves itself after the next kde restart.
    edit2: It didn't.
    For some reason it doesn't launch some dbus service foobar.
    python2 /usr/share/apps/plasma/plasmoids/veromix-plasmoid/dbus-service/veromix-service-qt.py
    Then it works.
    Also, in the last kde update the former issue with pykde got solved I think.
    Last edited by haagch (2014-03-25 17:19:33)

Maybe you are looking for

  • IMAC or MacBook Pro Laptop?

    Trying to decide between a fully loaded iMAC versus a fully loaded 15" MacBook Pro laptop with retina display.  I was actually considering both.  I usually buy computers that have the highest resolution screen - seems the laptop beats the new iMAC in

  • Doubt in BDC session method program

    hi, I tried to execute this program..i am getting error in the bolded line..can you give suggestions.. REPORT ZPRABA1. TABLES:LFA1. DATA:BEGIN OF IT_ITAB OCCURS 0, LIFNR LIKE LFA1-LIFNR, LAND1 LIKE LFA1-LAND1, NAME1 LIKE LFA1-NAME1, END OF IT_ITAB. D

  • Cancelling automatic login to an e-mail address

    I want to use Firefox to log into one e-mail address and MS Outlook 2000 to log into a second e-mail address. Now Firefox automatically logs me into one e-mail account with Verizon and the Verizon page doesn't show anyplace to log into another e-mail

  • How can I run C programs under a Java GUI?

    Hi I'm looking for some info on how to run a command line program written in another language behind a Java GUI, any advice greatly appreciated, particularly in how to transfer data between the two. Thanks

  • Jsf and oracle's oc4j

    I'm having trouble deploying jsf applications to oracle's java container (OC4J) version 9.0.4. I have developed an application using jsf, but when trying to access it I get the following error message in the global-application log: 05/10/04 10:22:03