Tilda and kwin focus

Hi,
I have 2 instances of tilda ( the drop-down terminal ) running with my KDE desktop. One started as a normal user, and the other started with "sudo su" to have always a terminal ready for quick root access.
So when I bring up the one which runs as root, it shows in front of other windows, which is the desired behavior.
But when I bring up the one which runs as a normal user, it shows up behind the other windows, but in the taskbar it is selected as the active window. So every time show up tilda I need to circle with alt-tab to bring tilda to front, which is annoying.
I have unchecked the always on top option in both instances, because sometimes I need to have tilda visible why I am working in an other window.
Can somebody help me to configure kwin to show tilda in front of other windows when I bring it up? I have the focus stealing prevention set to low and set already a rule to disable focus stealing prevention for tilda, but doesn't helped.
Thank you!

Since you use KDE, why not use yakuake which is more native and powerful ?
Yakuake supports tabs, and can be configured to show in front of other windows. It will never appear in your taskbar or Alt-Tab candicates.

Similar Messages

  • 508 accessibility and keyboard focus

    I'm using Captivate 4 and can't seem to get the keyboard accessibility to work properly. I want to be able to control the tab order and keyboard focus on each slide. For example, if the user keeps pressing tab they will eventually move from the .swf file and begin reading the address and menu bar in the browser window. Does anyone know how to ensure that the keyboard focus is provided only to active elements?

    Hi,
    I noticed your post while searching for the same answer with respect to Captivate 5.  So far, it is the closest I've seen to the problem I'm trying to resolve.  I see that you had no luck here, but was wondering if you found a solution elsewhere.  All help would be appreciated.

  • Difference between fixed focus and auto focus?

    what is difference between fixed focus and auto focus and which is better?

    Thanks for the advice Phonehacker, this Forum is so helpful on a variety of subjects, and the users are so patient, that's why I enjoy it so much   My diet is now perfectly organised and my larder is full of Brown Bread and Red Wine 
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Gainer Focus and Lost Focus

    How implements the methods to gainer focus and lost focus?
    Thanks

    Use a node.focusedProperty() change listener to know when a field gains or loses focus.
    Call node.requestFocus() to ask for focus (for some reason I have to wrap this in Platform.runLater to get it to actually do anything).
    Call node.setFocusTraversable(false) if you don't want the user to be able to tab to the node, but still be able to click on the node to give it focus.
    Call node.setDisable(true) if you don't want the node to be focusable at all.
    I'm not sure how the focus traversable order is calculated, perhaps the order that items are added to the scene?
    Not sure how you would create a custom focus traverse if you needed one.
      @Override public void start(Stage primaryStage) {
        final TextField tf1 = new TextField("First but not initially focused");
        final TextField tf2 = new TextField("Second initially focused");
        Platform.runLater(new Runnable() { public void run() { tf2.requestFocus(); } });
        final TextField tf3 = new TextField("Can focus by clicking on, but not by tabbing to.");
        tf3.setFocusTraversable(false);
        final TextField tf4 = new TextField("Cannot focus at all.");
        tf4.setDisable(true);
        tf1.focusedProperty().addListener(new ChangeListener<Boolean>() {
            public void changed(ObservableValue<? extends Boolean> observable, Boolean oldValue, Boolean newValue) {
              if (newValue) {
                System.out.println("First text field gained focus");
              } else {
                System.out.println("First text field lost focus");
        VBox root = new VBox(); root.setSpacing(5);
        root.getChildren().addAll(tf1, tf2, tf3, tf4);
        primaryStage.setScene(new Scene(root, 300, 100));
        primaryStage.show();
      }

  • Table Maintenance events and field focus

    Hi all,
    In event 01(save data) of table maintenance, I have the code to ensure some fields are not left blank:
    When testing the creation of table records in SM31, it gives me the error msg successfully, but after that greys out all fields in that row except the primary keys.
    - My primary keys are already filled.
    - The mandatory field that must be filled is not filled yet, but is greyed out after the error message is given.
    How can I avoid this and set focus on the mandatory non-key field?
    My code as follows:
    ***INCLUDE LZBUSICONNF03 .
    FORM CHECKMANDATORYFIELDS.
      IF ZPWHPO_INC-HPO_NAME IS INITIAL.
    *   Enter company code
        MESSAGE e100(ZBUSICONN_MSGCLASS).
      ENDIF.
    * Validation of COMPANY_CODE
    *  IF TABLEN-company_code IS INITIAL.
    ENDFORM.

    Hello,
    To check on not key fields, you can modify the "Maintenance screens". There you can use the logic as in any other dialog program and add you own check in a PAI module.
    Rgds,
    JP

  • Tilde and single tick doesn't work??

    windows 7 home
    x200 7454rh2
    how do i type the tilde and single tick????
    nvm i figured it out

    I went back and checked out the Indesign file. Apparently
    whoever made the catalog grouped alot of the text boxes. After I
    ungrouped these I exported to PDF and opened it up to do a check.
    Everything was searchable. There was something I toyed with in
    Indesign referring to subfonts. However, when I convert it to an
    swf using flashpaper it loses some of the searchable text. I got an
    idea and printed to FP but instead of choosing FP once the window
    came up I selected PDF. It is doing the same thing in the same
    spots. Everything is selectable right now in the PDF I printed from
    Indesign, I can even copy and paste the text perfectly into word.
    There are no settings for FP so I am lost as to what to do from
    here. I am using Adobe Acrobat 8 Pro, Indesign CS2 and FP 2
    Any ideas?

  • I have just downloaded Photoshop CC 2014. However, I don't see these 2 new features: Content Aware Color Adaptation and Select Focus Area

    I have just updated to PS CC 2014. However, I don't see these 2 new features: Content Aware > Color Adaptation; and Select> Focus Area
    There're not there, not listed. What am I missing? Thanks.

    You will likely get better program help in a program forum Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Firefox won't stay minimized. Keeps restoring and grabbing focus.

    I have firefox minimized while I work. Every so often, the firefox window is restored and grabs focus.
    Very annoying!
    Windows 7 x64

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Missing smoothcam and soft focus effect

    Hi. I recently archived and reinstalled my operating system (leopard). Now when I try to make a quicktime from my timeline, it says, "unable to load softcam and smoothcam effects." Any idea why smoothcam and soft focus disappeared and anyone know how to put them back in? reinstalling final cut is a bad option -- my FC DVDs are at my parents' house (four hours away). I do have a 'previous systems' backup from the archive and reinstall and time machine back-ups...

    Check the /Library/Application Support/ProApps/Internal Plug-Ins/FxPlug folder ... if you don't see Filters.bundle and SmootCam.fxplug then you need to grab those files from the previous systems backup.
    Gotta say tho', a clean reinstall would be best.

  • New features, e.g., blur path and select focus, are not showing up in my PS drop down menus

    Although I've downloaded the CC PS 2014 updates the new features, e.g., blur path and select focus, are not showing up in my PS drop down menus - anybody know why and what I need to do?
    <moved from downloading,installing,setting up - kglad>

    Are you sure you understand the Cloud License concept?
    You are entitled to keep Photoshop CC and install Photoshop CC 2014, so CC 2014 is not connected with additional costs and the time it takes to install the new version of Photoshop should not be that much of a imposition, should it?

  • Add shutter speed settings and manual focus in the manual mode, please sony :'(

    I am so deeply craving for shutter speed settings in the manual mode so I can take very great night shots.
    Manual and infinity focus would be nice as well

    First of all: I competely agree. Low light shots where anything you are photographing is moving = very bad blur.
    Second of all: whilst I don't think it's right that you should have to pay money on top of a flagship device to get the camera working as you expect, there are a couple of this party apps will help until Sony fix this. Camera FV5 has a lot more settings including AE-L (in focus modes) which stops some of the post processing that can mess up low light shots. But be prepared the high volume of settings to play with also makes it less accessible as an all purpose point and shoot app. Camera Zoom FX is somewhere between this app and the stock appin terms of usability and functionality if you want to try that too.

  • Removing and restoring Focus to a JPanel

    Hi,
    I am working on a Tetris game in Java and I want to have a button that can pause the game and restore it. Everything works fine so far, I can get the blocks to stop and resume moving downward. However while the game is paused the player can still move the blocks left and right. I know this is happening because I called setFocusable(true) in my init() method of my JApplet and setFocusable(false) on the JButton, so the focus is always set to manipulate the blocks, but I am unsure how to get it to work so that calling a method will remove and restore Focus on the game.

    Add code to the ActionListener:
    If (notPaused)
       moveBlocks();

  • Problem with new firefox tabs and window focus

    Here's a problem that I've had for ages - sometimes it annoys me, other times I can live with it. Right now it's really p***ing me off.  :x
    I have selected 'a new tab in the most recent window' under FF's Preferences->Tabs->Open links from other applications in:, so as an example, if I click on a URL in a mail in Thunderbird, Firefox opens it in a new tab. However, window focus stays on Thunderbird. I run both of them full screen, so although I'm looking at the web page in Firefox, anything I do on the keyboards affects Thunderbird. It affects URLs opened from other apps too e.g. if I open a terminal and do
    firefox www.archlinux.org
    focus stays on the terminal window. The only exception is when firefox is not already running - in that case, firefox launches with focus.
    DE is xfce4, and the system is completely up to date.
    I've done some googling, and AFAICS, nobody else seems to have this problem. Any ideas, anyone?
    TIA.

    Thanks MAC!EK - definitely a useful add-on, but it still doesn't solve my problem. In Tab Mix Plus Options, I have the following selected:
    Links -> Open links from other applications in: New tab
    Events-> Tab Focus -> Focus/Select tabs  that open from: <all>
    However, the behaviour is as before i.e. I click a URL in Thunderbird, it opens in a new tab in Firefox, but window focus stays on Thunderbird. Within Firefox, the newly-opened tab is selected or focussed, but Firefox itself is not.
    Anyway, thanks again. I think I need to keep looking.

  • Intel graphics (945GM) and Kwin compositing not working.

    I've done upgrade few months ago, and ever since then kwin compositing simply refuses to work. I'm currently running Xorg 1.8.1.902, have tried almost everything i could find on this forum (even wen't and rebuiild everything from scratch), but problem still persists.
    I'm currently running Xorg without config.
    glxconfig
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
    client glx vendor string: Mesa Project and SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) 945GME GEM 20100328 2010Q1 x86/MMX/SSE2
    OpenGL version string: 1.4 Mesa 7.8.2
    OpenGL extensions:
    GL_ARB_copy_buffer, GL_ARB_depth_texture, GL_ARB_draw_buffers,
    GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program,
    GL_ARB_half_float_pixel, GL_ARB_map_buffer_range, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_shader_objects,
    GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow,
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_array_object,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_object, GL_EXT_fog_coord,
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
    GL_APPLE_client_storage, GL_APPLE_packed_pixels,
    GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable,
    GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3,
    GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_packed_depth_stencil, GL_NV_texture_env_combine4,
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
    32 GLX Visuals
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x8e 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x8f 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x90 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x91 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x92 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x93 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x94 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x95 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x96 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x97 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x98 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x99 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x9a 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x9b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x9c 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9d 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9e 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9f 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa0 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa1 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa2 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa3 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa4 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa5 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xa6 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xa7 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa8 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0xa9 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xaa 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x5d 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    48 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x5e 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x5f 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x60 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x61 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x62 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x63 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x64 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x65 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x66 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x67 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x68 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x69 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x6a 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6b 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6c 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6d 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x6e 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x6f 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x70 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x71 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x72 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x73 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x74 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x75 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x76 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x77 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x78 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x79 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7a 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7b 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7c 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7d 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7e 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7f 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x80 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x81 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x82 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x83 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x84 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x85 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x86 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x87 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x88 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x89 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x8a 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x8b 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x8c 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x8d 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    And xorg log
    [ 22.410] X Protocol Version 11, Revision 0
    [ 22.410] Build Operating System: Linux 2.6.34-ARCH i686
    [ 22.410] Current Operating System: Linux lappy 2.6.34-ARCH #1 SMP PREEMPT Mon Aug 2 20:51:48 UTC 2010 i686
    [ 22.410] Kernel command line: root=/dev/disk/by-uuid/ff8aedc5-5364-44a8-94d9-ecf230e30b00 ro
    [ 22.410] Build Date: 21 June 2010 11:54:27AM
    [ 22.410]
    [ 22.445] Current version of pixman: 0.18.2
    [ 22.445] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.445] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.446] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 6 16:35:11 2010
    [ 22.613] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.720] (==) No Layout section. Using the first Screen section.
    [ 22.720] (==) No screen section available. Using defaults.
    [ 22.720] (**) |-->Screen "Default Screen Section" (0)
    [ 22.720] (**) | |-->Monitor "<default monitor>"
    [ 22.721] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 22.721] (==) Automatically adding devices
    [ 22.721] (==) Automatically enabling devices
    [ 22.857] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.857] Entry deleted from font path.
    [ 22.890] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 22.890] Entry deleted from font path.
    [ 22.890] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 22.890] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/75dpi/
    [ 22.890] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.890] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 22.891] (II) Loader magic: 0x81e9d00
    [ 22.891] (II) Module ABI versions:
    [ 22.891] X.Org ANSI C Emulation: 0.4
    [ 22.891] X.Org Video Driver: 7.0
    [ 22.891] X.Org XInput driver : 9.0
    [ 22.891] X.Org Server Extension : 3.0
    [ 22.921] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7e00000/524288, 0xd0000000/268435456, 0xf7dc0000/262144, I/O @ 0x0000dc00/8
    [ 22.921] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7e80000/524288
    [ 22.922] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 22.922] (II) LoadModule: "extmod"
    [ 23.101] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 23.133] (II) Module extmod: vendor="X.Org Foundation"
    [ 23.133] compiled for 1.8.1.902, module version = 1.0.0
    [ 23.133] Module class: X.Org Server Extension
    [ 23.133] ABI class: X.Org Server Extension, version 3.0
    [ 23.133] (II) Loading extension MIT-SCREEN-SAVER
    [ 23.133] (II) Loading extension XFree86-VidModeExtension
    [ 23.133] (II) Loading extension XFree86-DGA
    [ 23.137] (II) Loading extension DPMS
    [ 23.137] (II) Loading extension XVideo
    [ 23.137] (II) Loading extension XVideo-MotionCompensation
    [ 23.137] (II) Loading extension X-Resource
    [ 23.137] (II) LoadModule: "dbe"
    [ 23.138] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 23.147] (II) Module dbe: vendor="X.Org Foundation"
    [ 23.147] compiled for 1.8.1.902, module version = 1.0.0
    [ 23.147] Module class: X.Org Server Extension
    [ 23.147] ABI class: X.Org Server Extension, version 3.0
    [ 23.147] (II) Loading extension DOUBLE-BUFFER
    [ 23.147] (II) LoadModule: "glx"
    [ 23.148] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 23.176] (II) Module glx: vendor="X.Org Foundation"
    [ 23.176] compiled for 1.8.1.902, module version = 1.0.0
    [ 23.176] ABI class: X.Org Server Extension, version 3.0
    [ 23.177] (==) AIGLX enabled
    [ 23.177] (II) Loading extension GLX
    [ 23.177] (II) LoadModule: "record"
    [ 23.178] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 23.179] (II) Module record: vendor="X.Org Foundation"
    [ 23.179] compiled for 1.8.1.902, module version = 1.13.0
    [ 23.179] Module class: X.Org Server Extension
    [ 23.179] ABI class: X.Org Server Extension, version 3.0
    [ 23.179] (II) Loading extension RECORD
    [ 23.179] (II) LoadModule: "dri"
    [ 23.180] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 23.251] (II) Module dri: vendor="X.Org Foundation"
    [ 23.251] compiled for 1.8.1.902, module version = 1.0.0
    [ 23.251] ABI class: X.Org Server Extension, version 3.0
    [ 23.251] (II) Loading extension XFree86-DRI
    [ 23.251] (II) LoadModule: "dri2"
    [ 23.252] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 23.271] (II) Module dri2: vendor="X.Org Foundation"
    [ 23.271] compiled for 1.8.1.902, module version = 1.2.0
    [ 23.271] ABI class: X.Org Server Extension, version 3.0
    [ 23.271] (II) Loading extension DRI2
    [ 23.271] (==) Matched intel as autoconfigured driver 0
    [ 23.271] (==) Matched vesa as autoconfigured driver 1
    [ 23.271] (==) Matched fbdev as autoconfigured driver 2
    [ 23.271] (==) Assigned the driver to the xf86ConfigLayout
    [ 23.271] (II) LoadModule: "intel"
    [ 23.271] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 23.374] (II) Module intel: vendor="X.Org Foundation"
    [ 23.374] compiled for 1.8.1.902, module version = 2.12.0
    [ 23.374] Module class: X.Org Video Driver
    [ 23.374] ABI class: X.Org Video Driver, version 7.0
    [ 23.375] (II) LoadModule: "vesa"
    [ 23.375] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 23.389] (II) Module vesa: vendor="X.Org Foundation"
    [ 23.389] compiled for 1.8.0, module version = 2.3.0
    [ 23.389] Module class: X.Org Video Driver
    [ 23.390] ABI class: X.Org Video Driver, version 7.0
    [ 23.390] (II) LoadModule: "fbdev"
    [ 23.391] (WW) Warning, couldn't open module fbdev
    [ 23.391] (II) UnloadModule: "fbdev"
    [ 23.391] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 23.391] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 23.392] (II) VESA: driver for VESA chipsets: vesa
    [ 23.392] (++) using VT number 7
    [ 23.401] (II) Primary Device is: PCI 00@00:02:0
    [ 23.401] (WW) Falling back to old probe method for vesa
    [ 23.404] drmOpenDevice: node name is /dev/dri/card0
    [ 23.404] drmOpenDevice: open result is 9, (OK)
    [ 23.427] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 23.427] drmOpenDevice: node name is /dev/dri/card0
    [ 23.427] drmOpenDevice: open result is 9, (OK)
    [ 23.427] drmOpenByBusid: drmOpenMinor returns 9
    [ 23.428] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 23.428] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 23.428] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 23.428] (==) intel(0): RGB weight 888
    [ 23.428] (==) intel(0): Default visual is TrueColor
    [ 23.428] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    [ 23.428] (--) intel(0): Chipset: "945GME"
    [ 23.428] (==) intel(0): video overlay key set to 0x101fe
    [ 23.454] (II) intel(0): Output VGA1 has no monitor section
    [ 23.557] (II) intel(0): Output LVDS1 has no monitor section
    [ 23.557] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 23.584] (II) intel(0): EDID for output VGA1
    [ 23.687] (II) intel(0): EDID for output LVDS1
    [ 23.687] (II) intel(0): Manufacturer: HSD Model: 3e9 Serial#: 172753
    [ 23.687] (II) intel(0): Year: 2009 Week: 31
    [ 23.687] (II) intel(0): EDID Version: 1.3
    [ 23.687] (II) intel(0): Digital Display Input
    [ 23.687] (II) intel(0): Max Image Size [cm]: horiz.: 22 vert.: 13
    [ 23.687] (II) intel(0): Gamma: 2.20
    [ 23.687] (II) intel(0): No DPMS capabilities specified
    [ 23.687] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 23.687] (II) intel(0): First detailed timing is preferred mode
    [ 23.687] (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.317 greenY: 0.564
    [ 23.688] (II) intel(0): blueX: 0.152 blueY: 0.131 whiteX: 0.310 whiteY: 0.330
    [ 23.688] (II) intel(0): Manufacturer's mask: 0
    [ 23.688] (II) intel(0): Supported detailed timing:
    [ 23.688] (II) intel(0): clock: 45.0 MHz Image Size: 220 x 129 mm
    [ 23.688] (II) intel(0): h_active: 1024 h_sync: 1077 h_sync_end 1112 h_blank_end 1200 h_border: 0
    [ 23.688] (II) intel(0): v_active: 600 v_sync: 604 v_sync_end 609 v_blanking: 625 v_border: 0
    [ 23.688] (II) intel(0): Supported detailed timing:
    [ 23.688] (II) intel(0): clock: 51.4 MHz Image Size: 220 x 129 mm
    [ 23.688] (II) intel(0): h_active: 1024 h_sync: 1117 h_sync_end 1152 h_blank_end 1240 h_border: 0
    [ 23.688] (II) intel(0): v_active: 600 v_sync: 617 v_sync_end 622 v_blanking: 638 v_border: 0
    [ 23.688] (II) intel(0):
    [ 23.688] (II) intel(0):
    [ 23.688] (II) intel(0): EDID (in hex):
    [ 23.688] (II) intel(0): 00ffffffffffff002264e903d1a20200
    [ 23.688] (II) intel(0): 1f13010380160d780a86269457519027
    [ 23.688] (II) intel(0): 214f5400000001010101010101010101
    [ 23.689] (II) intel(0): 010101010101941100b0405819203523
    [ 23.689] (II) intel(0): 4500dc8100000019161400d840582620
    [ 23.689] (II) intel(0): 5d231504dc8100000000000000fe0000
    [ 23.689] (II) intel(0): 000000000000000000000000000000fe
    [ 23.689] (II) intel(0): 00000000000000000001000000000045
    [ 23.689] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 23.690] (II) intel(0): Printing probed modes for output LVDS1
    [ 23.690] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 23.690] (II) intel(0): Modeline "1024x600"x65.0 51.42 1024 1117 1152 1240 600 601 606 638 -hsync -vsync (41.5 kHz)
    [ 23.690] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 23.690] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 23.690] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 23.690] (II) intel(0): Output VGA1 disconnected
    [ 23.690] (II) intel(0): Output LVDS1 connected
    [ 23.691] (II) intel(0): Using exact sizes for initial modes
    [ 23.691] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 23.691] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 23.691] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 23.691] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 23.691] (==) intel(0): DPI set to (96, 96)
    [ 23.691] (II) Loading sub module "fb"
    [ 23.691] (II) LoadModule: "fb"
    [ 23.692] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 23.716] (II) Module fb: vendor="X.Org Foundation"
    [ 23.717] compiled for 1.8.1.902, module version = 1.0.0
    [ 23.717] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.717] (II) UnloadModule: "vesa"
    [ 23.717] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 23.717] (==) Depth 24 pixmap format is 32 bpp
    [ 23.717] (II) intel(0): [DRI2] Setup complete
    [ 23.717] (II) intel(0): [DRI2] DRI driver: i915
    [ 23.717] (**) intel(0): Tiling enabled
    [ 23.717] (**) intel(0): SwapBuffers wait enabled
    [ 23.717] (==) intel(0): VideoRam: 262144 KB
    [ 23.717] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
    [ 23.735] (II) UXA(0): Driver registered support for the following operations:
    [ 23.735] (II) solid
    [ 23.735] (II) copy
    [ 23.735] (II) composite (RENDER acceleration)
    [ 23.735] (II) put_image
    [ 23.735] (II) get_image
    [ 23.746] (==) intel(0): Backing store disabled
    [ 23.746] (==) intel(0): Silken mouse enabled
    [ 23.746] (II) intel(0): Initializing HW Cursor
    [ 23.776] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 23.799] (==) intel(0): DPMS enabled
    [ 23.799] (==) intel(0): Intel XvMC decoder disabled
    [ 23.800] (II) intel(0): Set up textured video
    [ 23.800] (II) intel(0): Set up overlay video
    [ 23.800] (II) intel(0): direct rendering: DRI2 Enabled
    [ 23.800] (--) RandR disabled
    [ 23.800] (II) Initializing built-in extension Generic Event Extension
    [ 23.800] (II) Initializing built-in extension SHAPE
    [ 23.800] (II) Initializing built-in extension MIT-SHM
    [ 23.800] (II) Initializing built-in extension XInputExtension
    [ 23.800] (II) Initializing built-in extension XTEST
    [ 23.800] (II) Initializing built-in extension BIG-REQUESTS
    [ 23.800] (II) Initializing built-in extension SYNC
    [ 23.800] (II) Initializing built-in extension XKEYBOARD
    [ 23.800] (II) Initializing built-in extension XC-MISC
    [ 23.800] (II) Initializing built-in extension SECURITY
    [ 23.800] (II) Initializing built-in extension XINERAMA
    [ 23.800] (II) Initializing built-in extension XFIXES
    [ 23.800] (II) Initializing built-in extension RENDER
    [ 23.800] (II) Initializing built-in extension RANDR
    [ 23.801] (II) Initializing built-in extension COMPOSITE
    [ 23.801] (II) Initializing built-in extension DAMAGE
    [ 23.943] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 23.943] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 23.943] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 23.944] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 23.944] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 23.944] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 23.944] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 23.945] (II) intel(0): Setting screen physical size to 270 x 158
    [ 25.218] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 25.218] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 25.218] (II) LoadModule: "evdev"
    [ 25.219] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.247] (II) Module evdev: vendor="X.Org Foundation"
    [ 25.247] compiled for 1.8.0, module version = 2.4.0
    [ 25.247] Module class: X.Org XInput Driver
    [ 25.247] ABI class: X.Org XInput driver, version 9.0
    [ 25.247] (**) Power Button: always reports core events
    [ 25.247] (**) Power Button: Device: "/dev/input/event5"
    [ 25.254] (II) Power Button: Found keys
    [ 25.254] (II) Power Button: Configuring as keyboard
    [ 25.254] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 25.254] (**) Option "xkb_rules" "evdev"
    [ 25.254] (**) Option "xkb_model" "evdev"
    [ 25.254] (**) Option "xkb_layout" "us"
    [ 25.372] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 25.372] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 25.372] (**) Video Bus: always reports core events
    [ 25.372] (**) Video Bus: Device: "/dev/input/event6"
    [ 25.381] (II) Video Bus: Found keys
    [ 25.381] (II) Video Bus: Configuring as keyboard
    [ 25.381] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 25.381] (**) Option "xkb_rules" "evdev"
    [ 25.381] (**) Option "xkb_model" "evdev"
    [ 25.381] (**) Option "xkb_layout" "us"
    [ 25.385] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 25.386] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 25.386] (**) Power Button: always reports core events
    [ 25.386] (**) Power Button: Device: "/dev/input/event4"
    [ 25.397] (II) Power Button: Found keys
    [ 25.397] (II) Power Button: Configuring as keyboard
    [ 25.397] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 25.397] (**) Option "xkb_rules" "evdev"
    [ 25.398] (**) Option "xkb_model" "evdev"
    [ 25.398] (**) Option "xkb_layout" "us"
    [ 25.399] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 25.399] (II) No input driver/identifier specified (ignoring)
    [ 25.400] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 25.400] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 25.400] (**) Sleep Button: always reports core events
    [ 25.400] (**) Sleep Button: Device: "/dev/input/event3"
    [ 25.404] (II) Sleep Button: Found keys
    [ 25.404] (II) Sleep Button: Configuring as keyboard
    [ 25.404] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 25.404] (**) Option "xkb_rules" "evdev"
    [ 25.404] (**) Option "xkb_model" "evdev"
    [ 25.404] (**) Option "xkb_layout" "us"
    [ 25.408] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 25.408] (II) No input driver/identifier specified (ignoring)
    [ 25.419] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event8)
    [ 25.419] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 25.419] (**) USB 2.0 Camera: always reports core events
    [ 25.419] (**) USB 2.0 Camera: Device: "/dev/input/event8"
    [ 25.434] (II) USB 2.0 Camera: Found keys
    [ 25.434] (II) USB 2.0 Camera: Configuring as keyboard
    [ 25.434] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
    [ 25.434] (**) Option "xkb_rules" "evdev"
    [ 25.434] (**) Option "xkb_model" "evdev"
    [ 25.434] (**) Option "xkb_layout" "us"
    [ 25.452] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
    [ 25.452] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 25.452] (**) Eee PC WMI hotkeys: always reports core events
    [ 25.453] (**) Eee PC WMI hotkeys: Device: "/dev/input/event7"
    [ 25.463] (II) Eee PC WMI hotkeys: Found keys
    [ 25.463] (II) Eee PC WMI hotkeys: Configuring as keyboard
    [ 25.463] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD)
    [ 25.463] (**) Option "xkb_rules" "evdev"
    [ 25.463] (**) Option "xkb_model" "evdev"
    [ 25.464] (**) Option "xkb_layout" "us"
    [ 25.465] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 25.465] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 25.465] (**) AT Translated Set 2 keyboard: always reports core events
    [ 25.466] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 25.478] (II) AT Translated Set 2 keyboard: Found keys
    [ 25.478] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 25.478] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 25.478] (**) Option "xkb_rules" "evdev"
    [ 25.478] (**) Option "xkb_model" "evdev"
    [ 25.478] (**) Option "xkb_layout" "us"
    [ 25.479] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 25.479] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 25.479] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 25.479] (II) LoadModule: "synaptics"
    [ 25.480] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 25.661] (II) Module synaptics: vendor="X.Org Foundation"
    [ 25.661] compiled for 1.8.0.902, module version = 1.2.2
    [ 25.661] Module class: X.Org XInput Driver
    [ 25.661] ABI class: X.Org XInput driver, version 9.0
    [ 25.661] (II) Synaptics touchpad driver version 1.2.2
    [ 25.661] (**) Option "Device" "/dev/input/event9"
    [ 25.710] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 25.710] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 25.710] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 25.710] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 25.710] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 25.710] (**) Option "TapButton1" "1"
    [ 25.710] (**) Option "TapButton2" "2"
    [ 25.710] (**) Option "TapButton3" "3"
    [ 25.746] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 25.746] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 25.770] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 25.770] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 25.770] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 25.770] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 25.770] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 25.803] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 25.804] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 25.804] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 25.804] (II) Synaptics touchpad driver version 1.2.2
    [ 26.303] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 26.303] (**) Option "Device" "/dev/input/mouse0"
    [ 26.316] (**) Option "TapButton1" "1"
    [ 26.317] (**) Option "TapButton2" "2"
    [ 26.317] (**) Option "TapButton3" "3"
    [ 26.337] Query no Synaptics: 6003C8
    [ 26.337] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 26.337] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 26.376] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 26.376] (II) UnloadModule: "synaptics"
    [ 26.377] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 26.377] (II) No input driver/identifier specified (ignoring)
    ## HERE IS WHEN I TRY TO ENABEL COMPOSITING ##
    [ 44.523] (II) intel(0): EDID vendor "HSD", prod id 1001
    [ 44.523] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    [ 44.523] (II) intel(0): Printing DDC gathered Modelines:
    [ 44.523] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 44.523] (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    [ 62.938] (II) intel(0): EDID vendor "HSD", prod id 1001
    [ 62.938] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    [ 62.938] (II) intel(0): Printing DDC gathered Modelines:
    [ 62.938] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 62.938] (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    [ 64.643] (II) intel(0): EDID vendor "HSD", prod id 1001
    [ 64.643] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    [ 64.643] (II) intel(0): Printing DDC gathered Modelines:
    [ 64.643] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 64.643] (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    [ 65.290] (II) intel(0): EDID vendor "HSD", prod id 1001
    [ 65.290] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    [ 65.290] (II) intel(0): Printing DDC gathered Modelines:
    [ 65.290] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 65.290] (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    Anyone have some advices on how to solve it, or maybe just some pointers where the problem could lie? I'm starting to run out of ideas.
    EDIT: Sorry if there is already another identical thread posted somwhere, i couldn't find it.
    Last edited by n00bz (2010-08-06 14:16:48)

    Vamp898 wrote:
    try this
    rm .kde4/share/config/kwinrc
    That solved it!!! Thank you!!!

  • JButton & Win XP Look and Feel focus rectangle bug??

    I searched the bug database but was unable to find any matches...
    I have received a bug report from our users relating to mistakenly thinking a button has focus. In the XP LAF, when a button is a 'default' button, it has a blue rectancle drawn around it (which is correct). When you tab to that button however, there is no additional 'focus' rectangle to indicate that the button has focus. I tested this in native XP components and an additional rectancle IS drawn when the button gets focus (in addition to the blue rectangle). Shouldn't there be some sort of focus indicator in addition to the blue rectangle? I'm using JRE version 1.4.2_02.
    Thanks,
    Andy

    Hello Andy!
    If the behavior of Win XP LAF is different from the native this is definitely a bug. It would be greate if you file a bug here
    http://java.sun.com/webapps/bugreport.
    Thank you.
    Anton

Maybe you are looking for

  • File-RFC-File (without BPM)- Issue

    Hi All, I am working on a File-RFC-File (without BPM) scenario in PI 7.1. My scenario is having few problems like, its not able to delete the file from the source directory path (for which we have delete permissions) and it is an NFS system and it sh

  • OC4J 9.0.3 Console errors

    I'm getting these error message when using OC4J 9.0.3: C:\oracle9.0.3\j2ee\home>java -jar oc4j.jar -console Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized Exception in thread "main" java.lang.ExceptionInInitializerError at com.evermind.server

  • How to write a query for grouping them the columns and give the sequence order to each group/

    Hi i have table that contains country columns . India,USA,UK like these when ever the group changed into the differt country i make a group and arrange them the sequence into those Countries like below 1)India 2)India 1)USA 2)USA like these to write

  • Loading A Blank InfoBus Applet

    I have created an InfoBus Applet and am wondering if there is any way to load it blank(no data on sreen). By default, it executes the master query and brings the results to screen when the applet loads. Is there a property on the master rowset that n

  • Using old imac hard disc drive as external drive

    Can an old imac hard disc drive be installed into an external hard disc case and be connected via USB to a new imac computer. The hard drive is from a 2nd generation G5 imac that the logic board has died.