[SOLVED] Mouse-friendly dwm window manager?

Dear all,
I use the dwm window manager (version 6.0). I think I remember that some time ago in the suckless website
there was some part where they presented some configuration for extended mouse support. Not sure if I
recall correctly but, in any case, I can't find something like this any more.
Does anybody have any hints on that? Any links or advice regarding extended mouse support for dwm?
Thanks in advance..
Last edited by geo909 (2012-04-23 19:52:45)

Unia wrote:
What exactly is it you think is 'extended'? DWM supports the mouse as much as any other tiler, ie you can move windows with the mouse. There's also the tilemovemouse patch/extension that I think (never used it myself) lets you move tiled windows with the mouse. Find it here:
https://github.com/ok100/dwm/blob/maste … ovemouse.c
wolfcore wrote:Well for starters you can customize the button definitions in config.h...
Thanks! The tilemovemouse patch will definitely help.. And I realize I wasn't clear enough
when I was saying 'extended'.
I eventually found many of the things that I was looking for here:
http://dwm.suckless.org/customisation/customfuncs
and that helped me understand better how the config.h works..
I think some customization along with the tilemovemouse patch
would be pretty complete for me..
Last edited by geo909 (2012-04-23 19:52:32)

Similar Messages

  • [Solved]Cannot execute i3 window manager

    I installed i3 tiling window manager along with kde(kde could be executed),and follow the step written in i3's wiki:
    Edit ~/.xinitrc and add:
    exec i3
    exec i3 -V >>~/.i3/i3log >&1
    and cp /etc/i3/config ~/.i3/config,after these steps I still cannot execute i3 wm, could anyone tell me what I missed?
    appreciate your reply.
    Last edited by tomisacat (2012-07-20 05:14:29)

    hesse wrote:
    tomisacat wrote:
    I installed i3 tiling window manager along with kde(kde could be executed),and follow the step written in i3's wiki:
    Edit ~/.xinitrc and add:
    exec i3
    exec i3 -V >>~/.i3/i3log >&1
    You should add just one of the above exec statements by the way, and it should be on the last line in ~/.xinitrc. The second line is preferred if you want to log messages from i3 while it's running. To start a window manager manually from a console use
    xinit /full/path/to/i3
    Thank you,it seems worked.

  • [SOLVED] xfce is buggered (window manager mostly)

    Hi.  I recently did an upgrade (including kernel), but I'm not sure what caused the problem.  When I log into xfce4, a few weird things happen.
    1) My cursor is a black "X" instead of the usual arrowhead.
    2) My windows no longer have borders (i.e. titlebar and "minimize","maximize","close" buttons are gone), and all windows open in the very top-left of screen ON TOP of my panel.  And I can't seem to move the windows.
    3) I only have one workspace in my switcher, even though when I go "Menu" > "Settings" > "Settings Manager" > "Workspaces"  I have "Number of workspaces" set to 3.
    4) Everything seems to lag a tiny bit longer than usual, (especially loading the panels upon login, and also getting control of the prompt in a terminal)
    I tried re-installing xfwm4, but it didn't help.  Also, if I do ps -A | grep xfwm, I get no result, which I think means that xfwm4 isn't running.  Not sure what to do.  Any help would be great.
    Edit:  Just checked pacman log, and didn't find anything fishy.  Only thing I notice is that a lot of xorg stuff was upgraded recently including "upgraded xorg-xinput (1.5.99.1-1 -> 1.5.99.901-1)".  The reason I point this out is the .1 and .901.  Seems like a big jump to me, but I know nothing about what motivates the convention for version numbers.
    Last edited by Pacopag (2012-04-16 18:28:54)

    It's probably a problem with a cached session.  Backup your ~/.cache folder and create a new, empty folder:
    ~ $ mv .cache cache.bak
    ~ $ mkdir .cache
    You should do this from a tty, without X running.  Then start X.
    This is admittedly a brute force method, but I never had any luck in determining exactly what was the cause of the problem.  If it works, you could always restore the backup piecemeal (or in whole, then take a more surgical approach to removal).  The few times I did this, the only apparent effect was fixing xfce.  I didn't seem to lose anything.
    Last edited by alphaniner (2012-04-16 18:19:33)

  • [solved] OpenGL apps in window do not obey window manager

    Hello,
    I have another X related problem, the first one resulted in downgrading my X
    (see http://bbs.archlinux.org/viewtopic.php?id=44460 )
    Now I am finally able to run both xv (video rendering) and dri (3d rendering), but
    I have a problem, that when I run an opengl app in window (for example glxgears, but also game emulators and games in Wine), it does not move or resize when the window manager tells it to, e.g. when I move or resize the window. This makes 3D in window nearly unusable.
    In my previous linux (suse) this worked normally; DRI was on and I was able to resize or move the 3D apps windows
    card:
    01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G550 AGP (rev 01)
    X version:
    [danny@zdroj ~]$ X -version
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux zdroj 2.6.24-ARCH #1 SMP PREEMPT Wed Feb 27 01:15:32 CET 2008 i686
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "IgnoreABI" "True"
    Option "AIGLX" "False"
    EndSection
    Section "Extensions"
    Option "XVideo" "enable"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/artwiz-fonts/"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "dbe"
    Load "GLcore"
    Load "extmod"
    Load "record"
    Load "dri"
    Load "glx"
    Load "drm"
    #Load "xv"
    Load "freetype"
    #Load "type1"
    #Load "v4l"
    #Load "drm"
    #Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "us,cz_qwerty"
    Option "XkbModel" "pc104"
    Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,grp_led:scroll"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    DisplaySize 380 300 # mm
    Identifier "Monitor0"
    VendorName "BNQ"
    ModelName "BenQ FP91G+"
    ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync 30.0 - 83.0
    VertRefresh 43.0 - 76.0
    Option "DPMS"
    UseModes "Modes[0]"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "HWcursor" # [<bool>]
    #Option "PciRetry" # [<bool>]
    #Option "SyncOnGreen" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "Overlay" # [<str>]
    #Option "MGASDRAM" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "SetMclk" # <freq>
    #Option "OverclockMem" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "TexturedVideo" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "AGPMode" # <i>
    #Option "AGPSize" # <i>
    #Option "DRI" # [<bool>]
    #Option "OldDmaInit" # [<bool>]
    #Option "ForcePciDma" # [<bool>]
    #Option "AccelMethod" # [<str>]
    Identifier "Card0"
    Driver "mga"
    VendorName "Matrox Graphics, Inc."
    BoardName "MGA G550 AGP"
    BusID "PCI:1:0:0"
    Option "HwCursor" "off" #protoze jinak tam neni
    Option "DRI" "on"
    Option "AGPMode" "4"
    #Option "OldDmaInit" "true"
    #Option "ShadowFB" "on" # 1
    #Option "TexturedVideo" "on" # 2
    #Option "VideoOverlay" "on"
    #Option "AccelMethod" "EXA"
    #Option "Overlay" "24,8"
    #Option "NoAccel"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Modes"
    Identifier "Modes[0]"
    Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync
    -vsync
    ModeLine "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    EndSection
    glxinfo:
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: 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 version: 1.2
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig
    OpenGL vendor string: VA Linux Systems Inc.
    OpenGL renderer string: Mesa DRI G400 20061030 AGP 4x x86/MMX/SSE2
    OpenGL version string: 1.2 Mesa 6.5.2
    OpenGL extensions:
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_texture_compression,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_program, GL_ARB_window_pos,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_logic_op, GL_EXT_clip_volume_hint,
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_pixels, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_IBM_rasterpos_clip, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_light_max_exponent, 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_edge_clamp,
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
    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
    0x23 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x24 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x25 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x26 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x27 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x28 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x29 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x2a 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x2b 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x2c 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x2d 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x2e 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x2f 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x30 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x31 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x32 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    can anyone please help me?
    Last edited by danielsoft (2008-03-04 16:22:32)

    solved with unofficial drivers http://forum.tuxx-home.at/viewtopic.php?t=153

  • [SOLVED!] KDE 4.11 - Window Manager seems not to be running?

    Greetings,
    I still seem unable to fix the fact that systemsettings will run. However it will run if you do kdesu systemsettings.
    Doing so I started checking around in it and thought I'd look at the desktop effects, when I was greeted with this:
    So, I am guessing that the window borders and buttons are a figment of my imagination....
    This is after me pretty much starting over with KDE, removing the .kde and .kde4 folders.
    Help?
    Edit: That pic seems to not link right. Yay. Basically it says that effects can not be activated or whatever because a window manager seems not to be running. The irony of it is you can see the fact that there are window borders and buttons and such, evidence of a WM...
    I wonder if there is something here that is related to me not being able to run systemsettings... yet systemsettings will run fine in any other environment - including Gnome Shell.
    Another thing, KDE 4.11 ran great in testing and kde_unstable. Once it went to extra, things happened. I find that odd. Maybe something is missing on my end that most archers already have?
    Edit2: fixed image link
    Last edited by mythus (2013-08-25 20:49:38)

    No omeringen, Nvidia user.
    I can try again Thaodan since I've had some updates come through (and weeded out some dot files). Last time I tried I saw OpenGL 2 selected. Trying to change to 3 or anything else also got the screenshot in my OP.
    I'll log into KDE and see if it still does the same, after a brief check for last minute updates.
    EDIT: OK, so I can mark this as solved. I found an odd dot file, who's name excapes me but deals with kde sessions, just sitting around in the home folder. Once I deleted it and restarted, I found that not only System Settings finally ran again as a user, but I could also change and apply desktop effects. Peculiar. I thought that maybe it was a dot file that was causing the problem, that wasn't in the .kde or .kde4 folder. It just took finding it and removing it.
    I wish I knew more to tell, but this at least solves my issue, and the issue with the non-running-as-user system settings I had posted in another thread (thinking that they were separate events. Thanks again for all your help guys!
    Last edited by mythus (2013-08-25 20:49:05)

  • [SOLVED] Odd window manager problem...

    I have installed Arch and a full Gnome DE. However when I start gnome, I get an odd window manager. I tried metacity and metacity --replace in a terminal, but I just get "Window manager warning: Screen 0 on display ":0.0" already has a window manager"
    Here is what it looks like:
    Any way I can get some metacity going?
    Edit: [SOLVED]
    I just put metacity as startup application and restarted. Still not sure what that window manager was, but I'll be okay I guess...
    Last edited by phohammer (2010-03-03 02:59:43)

    sand_man wrote:
    haha you had gnome running with twm as the window manager instead of metacity.
    You need to put 'exec gnome-session' in your .xinitrc file.
    twm huh? Well that's a new one for me!
    I tried to do that but the .xinitrc file didn't exist yet and I wasn't sure if I should make it...I think I tried ~/.xinitrc . Would it be in another directory?

  • [SOLVED]Useless after set xfce4's Window Manager Tweaks

    My xfwm4's theme is 'B5',when I opened a new window,the window always will pop-ups at the left top of the screen and I just want it to pop-up at the center of the screen.
    Then I set the Window Manager Tweaks program, I chose the 'Placement' tag and click on whether 'At the center of the screen' or 'Under the mouse pointer' is useless.
    How to fix the set?
    Last edited by fool (2014-02-27 05:51:58)

    https://wiki.archlinux.org/index.php/Fo … way_Street

  • [Solved] systemd/user : how to exit window manager & stop X?

    Solution: Jump to https://bbs.archlinux.org/viewtopic.php … 6#p1262166
    I have set up my system to user systemd units to start my environment (roughly following the wiki).
    My problem is that I cannot exit my window manager (using “io (exitWith ExitSuccess)” in Xmonad): the service file starting the WM (xmonad) stops/exits with success, but the xorg.service keeps
    running. I need to switch to TTY2, systemctl --user stop xorg.service by hand, then switch to TTY1, execute Ctrl-C, and then I finally get my login
    prompt back.
    This is a bit annoying, and I don't know how to fix it.
    Here are the relevant (I think) unit files:
    # xmonad.target
    [Unit]
    Description=XMonad
    Wants=xorg.target
    Wants=xinit.target
    Requires=dbus.socket
    AllowIsolate=true
    [Install]
    Alias=default.target
    # xmonad.service
    [Unit]
    Description=Starts Xmonad
    Before=xinitrc.target
    After=xorg.target
    Requires=xorg.target
    [Service]
    ExecStart=/usr/bin/xmonad
    Environment=DISPLAY=:0
    Restart=no
    [Install]
    WantedBy=xmonad.target
    RequiredBy=xorg.service
    As you can see, I have added the RequiredBy=xorg.service line at the bottom, hoping that if xmonad.service exits, so should xorg.service - but to
    no avail.
    What do I have to do in order to completely stop X and get my login prompt on TTY1 back?
    EDIT: I am of course using the user-session-units.
    Last edited by Stalafin (2013-04-22 13:54:45)

    I know it's an old thread (not really old) but I have the same problem. The question is your solution doesnt work with me. It just give me an error like this:
    Failed to issue method call: The name org.freedesktop.login1 was not provided by any .service files
    Failed to issue method call: Process /bin/false exited with status 1

  • How to create/simulate multiple mouse devices (in dev manager) in windows 8.1 and above?

    Is their any way to install/enable multiple mouse devices in windows 8.1 and above and simulate input to them? I would write a driver if their is no other way. If I need to write a device driver does anyone have any good pointer tutorials that would
    get me started?
    I found this for communicating with an already installed device which is hooked up to the computer.
    https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.humaninterfacedevice.aspx?f=255&MSPPError=-2147217396
    I wonder if installing something that's already in the driver store using DiInstallDriver and enabling it (possibly via CM_Enable_DevNode) would work?
    My goal was to create/install 4 mouse devices and communicate with them via the windows.devices.humaninterfacedevice library. Would this be possible?
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering
    - Yoda. Blog - http://www.computerprofessions.co.nr

    you need to write your own driver. you will need to write a HID miniport. from that one miniport you can describe as many HIDs as you want. you can write the HID miniport driver in UMDF if you want to stay in user mode.
    the namespace you link to above will not create HIDs and the normal rules about not allowing you to open a keyboard or mouse HID from user mode still applies.
    d -- This posting is provided "AS IS" with no warranties, and confers no rights.
    That almost an answer. I was wondering if this is good example of what you were talking about:
    https://code.msdn.microsoft.com/windowshardware/WudfVhidmini-Sample-b304f83a/sourcecode?fileId=42918&pathId=556204534
    If so, does that mean I need to use direct calls to HID.dll or other libraries in order to read from the custom mouse device? I have seen many implementations of filters which end up poorly (maybe not everyone but the multiple device ones mostly) and
    I am not for sure about the miniport drivers.
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to
    suffering - Yoda. Blog - http://www.computerprofessions.co.nr

  • My window manager only starts 50% of the time.

    Hello all, I installed arch about a week ago and it has run perfectly.
    Unfortunately about 2 days ago I have a strange issue that I can't seem to diagnose.
    When I boot my arch install, (dual boot win8 with seperate hard drive), and login using slim, around 50% of the time everything will load up and my panel will show etc.
    The other 50% of the time the desktop brings up just my mouse, I'm using a tiling manager and the hotkeys dont work either which makes me think that .xinit isn't being executed, yet other things in there work fine.
    bspwm is my window manager, slim is my login manager, I looked in xorg.0.log a few times and couldn't find anything.  Any help would be appreciated!
    (Sorry if this is in the wrong place, also ask for any files you need)

    Trilby wrote:
    Chazza, using exec is common, but not at all necessary.  Without the exec, the parent shell process just hangs around - this is unneeded, but it does no harm.  One can even put many WMs one after the other with no exec command to run one right after the other.  Or put a few (or just one) WM in a loop with no 'exec' in order to restart the WM without restarting X (this can be seen in the dwm wiki for one example).
    Toqoz, please post (or link to) 2 xorg logs: 1 for a successful run, and one for the failed attempt.
    Heres my /var/log/Xorg.0.log file for a successful boot, couldn't find the xorg folder in ~/.local/share/xorg.
    [ 15.806]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 15.806] X Protocol Version 11, Revision 0
    [ 15.806] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 15.806] Current Operating System: Linux qhost 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 15.806] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=db8748e8-ddcb-48c6-ac0c-e8560a1c3848 rw quiet
    [ 15.806] Build Date: 14 March 2015 06:45:50PM
    [ 15.806]
    [ 15.806] Current version of pixman: 0.32.6
    [ 15.807] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 15.807] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 15.807] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 2 20:30:04 2015
    [ 15.871] (==) Using config file: "/etc/X11/xorg.conf"
    [ 15.872] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.872] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 16.049] (==) ServerLayout "Layout0"
    [ 16.049] (**) |-->Screen "Screen0" (0)
    [ 16.049] (**) | |-->Monitor "Monitor0"
    [ 16.050] (**) | |-->Device "Device0"
    [ 16.050] (**) |-->Input Device "Keyboard0"
    [ 16.050] (**) |-->Input Device "Mouse0"
    [ 16.050] (==) Automatically adding devices
    [ 16.050] (==) Automatically enabling devices
    [ 16.050] (==) Automatically adding GPU devices
    [ 16.084] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 16.084] Entry deleted from font path.
    [ 16.084] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 16.084] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 16.084] Entry deleted from font path.
    [ 16.084] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 16.084] Entry deleted from font path.
    [ 16.084] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 16.085] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 16.085] Entry deleted from font path.
    [ 16.085] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 16.085] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 16.085] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 16.085] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 16.085] (WW) Disabling Keyboard0
    [ 16.085] (WW) Disabling Mouse0
    [ 16.085] (II) Loader magic: 0x815d80
    [ 16.085] (II) Module ABI versions:
    [ 16.085] X.Org ANSI C Emulation: 0.4
    [ 16.085] X.Org Video Driver: 19.0
    [ 16.085] X.Org XInput driver : 21.0
    [ 16.085] X.Org Server Extension : 9.0
    [ 16.086] (EE) systemd-logind: failed to get session: PID 333 does not belong to any known session
    [ 16.086] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 16.088] (--) PCI:*(0:1:0:0) 10de:1187:3842:2765 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 16.088] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 16.088] (II) LoadModule: "glx"
    [ 16.097] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 17.059] (II) Module glx: vendor="NVIDIA Corporation"
    [ 17.059] compiled for 4.0.2, module version = 1.0.0
    [ 17.059] Module class: X.Org Server Extension
    [ 17.067] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 17.089] (II) LoadModule: "nvidia"
    [ 17.130] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 17.222] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 17.222] compiled for 4.0.2, module version = 1.0.0
    [ 17.222] Module class: X.Org Video Driver
    [ 17.232] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 17.232] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 17.233] (++) using VT number 7
    [ 17.321] (II) Loading sub module "fb"
    [ 17.321] (II) LoadModule: "fb"
    [ 17.321] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 17.347] (II) Module fb: vendor="X.Org Foundation"
    [ 17.347] compiled for 1.17.1, module version = 1.0.0
    [ 17.347] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 17.347] (II) Loading sub module "wfb"
    [ 17.347] (II) LoadModule: "wfb"
    [ 17.347] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 17.364] (II) Module wfb: vendor="X.Org Foundation"
    [ 17.364] compiled for 1.17.1, module version = 1.0.0
    [ 17.364] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 17.364] (II) Loading sub module "ramdac"
    [ 17.364] (II) LoadModule: "ramdac"
    [ 17.364] (II) Module "ramdac" already built-in
    [ 17.366] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 17.366] (==) NVIDIA(0): RGB weight 888
    [ 17.366] (==) NVIDIA(0): Default visual is TrueColor
    [ 17.366] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 17.368] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
    [ 17.368] (**) NVIDIA(0): Enabling 2D acceleration
    [ 18.022] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 18.024] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 760 (GK104) at PCI:1:0:0 (GPU-0)
    [ 18.024] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 18.024] (--) NVIDIA(0): VideoBIOS: 80.04.c4.00.60
    [ 18.024] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 18.033] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 760 at PCI:1:0:0
    [ 18.033] (--) NVIDIA(0): CRT-0
    [ 18.033] (--) NVIDIA(0): DFP-0
    [ 18.033] (--) NVIDIA(0): Samsung S27B370 (DFP-1) (boot, connected)
    [ 18.033] (--) NVIDIA(0): DFP-2
    [ 18.033] (--) NVIDIA(0): DFP-3
    [ 18.033] (--) NVIDIA(0): DFP-4
    [ 18.033] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 18.033] (--) NVIDIA(0): DFP-0: Internal TMDS
    [ 18.033] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
    [ 18.033] (--) NVIDIA(0): Samsung S27B370 (DFP-1): Internal TMDS
    [ 18.033] (--) NVIDIA(GPU-0): Samsung S27B370 (DFP-1): 340.0 MHz maximum pixel clock
    [ 18.033] (--) NVIDIA(0): DFP-2: Internal TMDS
    [ 18.033] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
    [ 18.033] (--) NVIDIA(0): DFP-3: Internal TMDS
    [ 18.033] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 18.033] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [ 18.033] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
    [ 18.033] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 18.033] (**) NVIDIA(0): device Samsung S27B370 (DFP-1) (Using EDID frequencies has
    [ 18.033] (**) NVIDIA(0): been enabled on all display devices.)
    [ 18.035] (II) NVIDIA(0): Validated MetaModes:
    [ 18.036] (II) NVIDIA(0): "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
    [ 18.036] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 18.103] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
    [ 18.103] (--) NVIDIA(0): option
    [ 18.103] (--) Depth 24 pixmap format is 32 bpp
    [ 18.103] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 18.103] (II) NVIDIA: access.
    [ 18.106] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 18.106] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 18.106] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 18.106] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 18.106] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 18.106] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 18.106] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 18.106] (II) NVIDIA(0): Config Options in the README.
    [ 18.115] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
    [ 18.327] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 18.327] (==) NVIDIA(0): Backing store enabled
    [ 18.327] (==) NVIDIA(0): Silken mouse enabled
    [ 18.328] (**) NVIDIA(0): DPMS enabled
    [ 18.328] (II) Loading sub module "dri2"
    [ 18.328] (II) LoadModule: "dri2"
    [ 18.328] (II) Module "dri2" already built-in
    [ 18.328] (II) NVIDIA(0): [DRI2] Setup complete
    [ 18.328] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 18.328] (--) RandR disabled
    [ 18.334] (II) Initializing extension GLX
    [ 18.334] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 18.892] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.892] (II) LoadModule: "evdev"
    [ 18.893] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.935] (II) Module evdev: vendor="X.Org Foundation"
    [ 18.935] compiled for 1.17.1, module version = 2.9.2
    [ 18.935] Module class: X.Org XInput Driver
    [ 18.935] ABI class: X.Org XInput driver, version 21.0
    [ 18.935] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.935] (**) Power Button: always reports core events
    [ 18.935] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 18.935] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 18.935] (--) evdev: Power Button: Found keys
    [ 18.935] (II) evdev: Power Button: Configuring as keyboard
    [ 18.935] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
    [ 18.935] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 18.935] (**) Option "xkb_rules" "evdev"
    [ 18.935] (**) Option "xkb_model" "pc104"
    [ 18.935] (**) Option "xkb_layout" "us"
    [ 18.961] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 18.961] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.961] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.961] (**) Power Button: always reports core events
    [ 18.961] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 18.961] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 18.961] (--) evdev: Power Button: Found keys
    [ 18.961] (II) evdev: Power Button: Configuring as keyboard
    [ 18.961] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"
    [ 18.961] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 18.961] (**) Option "xkb_rules" "evdev"
    [ 18.961] (**) Option "xkb_model" "pc104"
    [ 18.961] (**) Option "xkb_layout" "us"
    [ 18.961] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
    [ 18.961] (II) No input driver specified, ignoring this device.
    [ 18.961] (II) This device may have been added with another device file.
    [ 18.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
    [ 18.962] (II) No input driver specified, ignoring this device.
    [ 18.962] (II) This device may have been added with another device file.
    [ 18.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
    [ 18.962] (II) No input driver specified, ignoring this device.
    [ 18.962] (II) This device may have been added with another device file.
    [ 18.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
    [ 18.962] (II) No input driver specified, ignoring this device.
    [ 18.962] (II) This device may have been added with another device file.
    [ 18.962] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event0)
    [ 18.962] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 18.962] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 18.962] (**) Logitech USB Keyboard: always reports core events
    [ 18.962] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event0"
    [ 18.962] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
    [ 18.962] (--) evdev: Logitech USB Keyboard: Found keys
    [ 18.962] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 18.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C31D.0001/input/input2/event0"
    [ 18.963] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 8)
    [ 18.963] (**) Option "xkb_rules" "evdev"
    [ 18.963] (**) Option "xkb_model" "pc104"
    [ 18.963] (**) Option "xkb_layout" "us"
    [ 18.963] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
    [ 18.963] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 18.963] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 18.963] (**) Logitech USB Keyboard: always reports core events
    [ 18.963] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event1"
    [ 18.963] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
    [ 18.963] (--) evdev: Logitech USB Keyboard: Found absolute axes
    [ 18.963] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
    [ 18.963] (--) evdev: Logitech USB Keyboard: Found keys
    [ 18.963] (II) evdev: Logitech USB Keyboard: Forcing relative x/y axes to exist.
    [ 18.963] (II) evdev: Logitech USB Keyboard: Configuring as mouse
    [ 18.963] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 18.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C31D.0002/input/input3/event1"
    [ 18.963] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
    [ 18.963] (**) Option "xkb_rules" "evdev"
    [ 18.963] (**) Option "xkb_model" "pc104"
    [ 18.963] (**) Option "xkb_layout" "us"
    [ 18.964] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
    [ 18.964] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
    [ 18.964] (**) Logitech USB Keyboard: (accel) acceleration profile 0
    [ 18.964] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
    [ 18.964] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
    [ 18.964] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 18.964] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 18.964] (**) Razer Razer DeathAdder: Applying InputClass "My Mouse"
    [ 18.964] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 18.964] (**) Razer Razer DeathAdder: always reports core events
    [ 18.964] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 19.016] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 19.016] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 19.016] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 19.016] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 19.016] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 19.016] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 19.016] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 19.016] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 19.016] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.016] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/0003:1532:0016.0006/input/input22/event2"
    [ 19.016] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 19.016] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 19.017] (**) Option "AccelerationScheme" "none"
    [ 19.017] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 19.017] (**) Razer Razer DeathAdder: (accel) acceleration factor: 2.000
    [ 19.017] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 4
    [ 19.017] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 19.017] (**) Razer Razer DeathAdder: Applying InputClass "My Mouse"
    [ 19.017] (II) No input driver specified, ignoring this device.
    [ 19.017] (II) This device may have been added with another device file.
    [ 19.017] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
    [ 19.017] (II) No input driver specified, ignoring this device.
    [ 19.017] (II) This device may have been added with another device file.
    [ 19.018] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
    [ 19.018] (II) No input driver specified, ignoring this device.
    [ 19.018] (II) This device may have been added with another device file.
    [ 19.018] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
    [ 19.018] (II) No input driver specified, ignoring this device.
    [ 19.018] (II) This device may have been added with another device file.
    [ 19.018] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
    [ 19.018] (II) No input driver specified, ignoring this device.
    [ 19.018] (II) This device may have been added with another device file.
    [ 19.018] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
    [ 19.018] (II) No input driver specified, ignoring this device.
    [ 19.018] (II) This device may have been added with another device file.
    [ 19.019] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
    [ 19.019] (II) No input driver specified, ignoring this device.
    [ 19.019] (II) This device may have been added with another device file.
    [ 19.019] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
    [ 19.019] (II) No input driver specified, ignoring this device.
    [ 19.019] (II) This device may have been added with another device file.
    [ 19.019] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 19.019] (II) No input driver specified, ignoring this device.
    [ 19.019] (II) This device may have been added with another device file.
    [ 213.516] (II) config/udev: removing device Razer Razer DeathAdder
    [ 213.556] (II) evdev: Razer Razer DeathAdder: Close
    [ 213.556] (II) UnloadModule: "evdev"
    [ 328.612] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 328.612] (**) Razer Razer DeathAdder: Applying InputClass "My Mouse"
    [ 328.612] (II) No input driver specified, ignoring this device.
    [ 328.612] (II) This device may have been added with another device file.
    [ 328.612] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 328.612] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 328.612] (**) Razer Razer DeathAdder: Applying InputClass "My Mouse"
    [ 328.612] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 328.612] (**) Razer Razer DeathAdder: always reports core events
    [ 328.612] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 328.663] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 328.663] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 328.663] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 328.663] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 328.663] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 328.663] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 328.663] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 328.663] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 328.663] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 328.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/0003:1532:0016.000A/input/input26/event2"
    [ 328.663] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 328.663] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 328.663] (**) Option "AccelerationScheme" "none"
    [ 328.663] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 328.663] (**) Razer Razer DeathAdder: (accel) acceleration factor: 2.000
    [ 328.663] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 4
    [ 425.481] (II) config/udev: removing device Razer Razer DeathAdder
    [ 425.513] (II) evdev: Razer Razer DeathAdder: Close
    [ 425.513] (II) UnloadModule: "evdev"
    [ 425.536] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 425.536] (**) Razer Razer DeathAdder: Applying InputClass "My Mouse"
    [ 425.536] (II) No input driver specified, ignoring this device.
    [ 425.536] (II) This device may have been added with another device file.
    [ 425.536] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 425.536] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 425.536] (**) Razer Razer DeathAdder: Applying InputClass "My Mouse"
    [ 425.536] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 425.536] (**) Razer Razer DeathAdder: always reports core events
    [ 425.536] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 425.590] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 425.590] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 425.590] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 425.590] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 425.590] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 425.590] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 425.590] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 425.590] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 425.590] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 425.590] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/0003:1532:0016.000B/input/input27/event2"
    [ 425.590] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 425.590] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 425.590] (**) Option "AccelerationScheme" "none"
    [ 425.590] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 425.590] (**) Razer Razer DeathAdder: (accel) acceleration factor: 2.000
    [ 425.590] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 4
    I've tried booting with the razer service disabled, I have to plug in my mouse again to use it when booting from Windows.
    Will edit with a failed boot very soon.

  • Window manager that can scale individual window or virtual desktop?

    Xfig doesn't work well on high DPI screens, especially for users whose vision is not that great. The problem is that there is no configuration option to scale elements such as lines.
    I see two ways to solve the problem:
    Scale the Xfig window.
    Scale the virtual desktop on which Xfig is running. Other applications would be running on virtual desktops that are not scaled.
    Following a suggestion in the awesome mailing list, I looked into Wayland plus a compositing window manager. However, XWayland, the X compatibility layer, has issues with Xfig. So I guess that for now I’m stuck with X.org, and a window manager compatible with the X composite extension.

    Possible solutions:
    Pervert: Set up a virtual machine just for Xfig, then use xrandr to scale the desktop inside of the virtual machine.
    Saner: Run Xfig in a VNC server (or NX), then connect with a client that supports scaling, e.g. gtk-vnc.
    Could be nice: Run Xfig within Xephyr, an X server that runs in a window within X. However, scaling with xrandr doesn't work.
    Untested: Use the Compiz Ezoom plugin to scale part of the screen. One would somehow need to prevent windows from being positioned outside of the zoomed area, and also restrict mouse movement.
    Last edited by feklee (2015-04-06 11:27:07)

  • New window manager (with prototype!) [wmii-like] --- looking for help

    I have a prototype for a new window manager in the style of wmii. It is called
    cakewm. I currently have a prototype version implemented in pygame, and would
    like help moving this to use X---making it a real window manager.
    Disclaimer: I have a very limited knowledge of X11 and window manager
    development. The most I've done is add a couple new features to wmfs.
    To get the code
    > git clone git://github.com/saikobee/cakewm.git
    Then run main.py. cakewm depends on pygame.
    Upon running, press Alt-Enter to fullscreen cakewm and intercept keybinds, or
    Alt-Space to just intercept keybinds.  Press Alt-Esc to quit. The window
    manager related keybinds are listed in the file binds.conf.
    Config note: <WSCA-x> means Windows-Shift-Control-Alt-x
    Implementation note: pypixel.py is a large and mostly useless dependency. I
    forked a library I made previously rather than coding straight in pygame.
    cakewm's goals are to be similar to wmii, but with more functionality, easier
    configurability, and saner defaults.
    - cakewm is fully functional using the keyboard. Mouse support can come later.
    - cakewm provides 9 workspaces per monitor.
    - cakewm manages each workspace as a group of columns. Each column is like a
      wmii default split, except each window can have other windows "stacked" on
      top of or behind it.
    - cakewm manages column sizes (and window sizes within columns) using a
      master/slave paradigm, with the ability to adjust the size ratios.
    - cakewm's configuration file is simple key=val pairs, with the ability to
      include other files like in C.
    - cakewm has a slightly larger emphasis on window decorations (adjustable
      size---even in tiled mode) and themes (nothing bloated, like pixmaps or
      gradients---it's all still simple colors).
    - cakewm will have proper support for international text (Japanese text in
      window titles or the wmii status bar generally render as boxes) through the
      use of a more advanced text library such as Pango.
    Please let me know if you have comments, questions, or concerns. If you are
    interested in helping, get in touch with me. If you know somewhere better to
    look for volunteers, please let me know.

    m4co wrote:
    Wow is this forum active. Makes me feel welcome here
    The thing about wireless, I actually like command line, but there are a few things that are worth having a applet or something.
    And wireless is one of those. I guess I can take a look on wicd.
    It's a good idea to have compiz as the WM actually. Would it be lightweight to have it like that?
    Is there anybody here that uses compiz as a WM?
    For the xfce4-panel, is it possible to get transparency on it? That's probably the only thing holding me back with xfce4-panel.
    If "able to run compiz" wasn't a requisite, what other WM would you suggest for my "profile" ?
    I would like to hear other users opinions who like to customize everything on a WM.
    I recommend running Compiz by itself. There is a good wiki page on it in the Arch wiki. Some apps you'll want to go with it are:
    LXAppearance --change GTK/icon theme
    Feh or Nitrogen --Set Wallpaper
    Xfce4-panel --The lightest one that works with Compiz properly
    Or, if you don't want a panel: stalonetray
    Compiz-deskmenu --For a customizable right-click main menu
    Gmrun --Run dialog (Alt+F2 in most DEs)
    And this helped me a lot.
    Thank you all for the replies. I appreciate.
    Xfce4-panel can have transparency.  The only problem is that everything become transparent: text, icons, everything.
    I use Compiz as a standalone WM and it is much lighter than DE+Compiz. My Compiz setup uses about 30MB(out of 1GB) more RAM than my Openbox setup (which are both the same except for the WM).

  • [SOLVED] Mouse cursor does not appear in Xorg

    Hi,
    I recently migrated from NetBSD to Arch, loving it so far, but I've run into a problem. Openbox has been running great for me so far, but now the cursor seems to have disappeared from Xorg. The last things I did were:
    echo 'tint2
    wicd-client' >> ~/.config/openbox/autostart.sh
    I also set the following in /etc/rc.conf for wicd as instructed in the wiki:
    INTERFACES=(!eth0 !wlan0)
    I also added dbus wicd to my daemons array:
    DAEMONS=( ... dbus wicd ... )
    So now my daemons array looks like this:
    DAEMONS=(syslog-ng dbus wicd !network netfs crond sshd slim)
    I've tried reversing the above steps, but to no joy. I have noticed, however, that if I send a message to the display with xmessage, the cursor appears in the top left as the standard Xorg "X" mouse cursor and can be moved. However, right clicking or left clicking does not seem to interact with openbox as it should at this point.
    I did wonder if it was merely the cursor missing and the mouse was still actually performing actions, but if I right click I get no message from my window manager. System/Xorg information follows:
    [chris@chris-laptop ~]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
    00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
    03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    [chris@chris-laptop ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "dri"
    Load "dri2"
    Load "dbe"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "AccelMethod" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "FallbackDebug" # [<bool>]
    #Option "Tiling" # [<bool>]
    #Option "Shadow" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    #Option "HotPlug" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "gb"
    EndSection
    [chris@chris-laptop ~]$ cat /var/log/Xorg.0.log
    [ 16.174]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [ 16.174] X Protocol Version 11, Revision 0
    [ 16.174] Build Operating System: Linux 2.6.37-ARCH i686
    [ 16.174] Current Operating System: Linux chris-laptop 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 18 16:58:42 UTC 2011 i686
    [ 16.174] Kernel command line: root=/dev/disk/by-uuid/0bb55e9c-db1d-4383-8564-30ae6ebaba68 ro
    [ 16.174] Build Date: 04 February 2011 09:39:45PM
    [ 16.174]
    [ 16.187] Current version of pixman: 0.20.2
    [ 16.187] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 16.187] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 16.187] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 23 00:51:59 2011
    [ 16.212] (==) Using config file: "/etc/X11/xorg.conf"
    [ 16.212] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 16.243] (==) ServerLayout "X.org Configured"
    [ 16.243] (**) |-->Screen "Screen0" (0)
    [ 16.243] (**) | |-->Monitor "Monitor0"
    [ 16.243] (**) | |-->Device "Card0"
    [ 16.243] (**) |-->Input Device "Mouse0"
    [ 16.244] (**) |-->Input Device "Keyboard0"
    [ 16.244] (==) Automatically adding devices
    [ 16.244] (==) Automatically enabling devices
    [ 16.272] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 16.273] Entry deleted from font path.
    [ 16.326] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 16.326] Entry deleted from font path.
    [ 16.326] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 16.326] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 16.326] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 16.326] (WW) Disabling Mouse0
    [ 16.326] (WW) Disabling Keyboard0
    [ 16.326] (II) Loader magic: 0x81f3040
    [ 16.326] (II) Module ABI versions:
    [ 16.326] X.Org ANSI C Emulation: 0.4
    [ 16.326] X.Org Video Driver: 8.0
    [ 16.326] X.Org XInput driver : 11.0
    [ 16.326] X.Org Server Extension : 4.0
    [ 16.328] (--) PCI:*(0:0:2:0) 8086:27ae:1025:015b rev 3, Mem @ 0x58480000/524288, 0x40000000/268435456, 0x58500000/262144, I/O @ 0x000060c0/8
    [ 16.329] (--) PCI: (0:0:2:1) 8086:27a6:1025:015b rev 3, Mem @ 0x58400000/524288
    [ 16.329] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 16.329] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) LoadModule: "extmod"
    [ 16.332] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 16.342] (II) Module extmod: vendor="X.Org Foundation"
    [ 16.342] compiled for 1.9.4, module version = 1.0.0
    [ 16.342] Module class: X.Org Server Extension
    [ 16.342] ABI class: X.Org Server Extension, version 4.0
    [ 16.342] (II) Loading extension MIT-SCREEN-SAVER
    [ 16.342] (II) Loading extension XFree86-VidModeExtension
    [ 16.342] (II) Loading extension XFree86-DGA
    [ 16.342] (II) Loading extension DPMS
    [ 16.342] (II) Loading extension XVideo
    [ 16.342] (II) Loading extension XVideo-MotionCompensation
    [ 16.342] (II) Loading extension X-Resource
    [ 16.342] (II) LoadModule: "glx"
    [ 16.343] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.353] (II) Module glx: vendor="X.Org Foundation"
    [ 16.353] compiled for 1.9.4, module version = 1.0.0
    [ 16.353] ABI class: X.Org Server Extension, version 4.0
    [ 16.353] (==) AIGLX enabled
    [ 16.354] (II) Loading extension GLX
    [ 16.354] (II) LoadModule: "record"
    [ 16.354] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 16.355] (II) Module record: vendor="X.Org Foundation"
    [ 16.355] compiled for 1.9.4, module version = 1.13.0
    [ 16.355] Module class: X.Org Server Extension
    [ 16.355] ABI class: X.Org Server Extension, version 4.0
    [ 16.355] (II) Loading extension RECORD
    [ 16.355] (II) LoadModule: "dri"
    [ 16.356] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 16.365] (II) Module dri: vendor="X.Org Foundation"
    [ 16.365] compiled for 1.9.4, module version = 1.0.0
    [ 16.366] ABI class: X.Org Server Extension, version 4.0
    [ 16.366] (II) Loading extension XFree86-DRI
    [ 16.366] (II) LoadModule: "dri2"
    [ 16.366] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 16.367] (II) Module dri2: vendor="X.Org Foundation"
    [ 16.367] compiled for 1.9.4, module version = 1.2.0
    [ 16.367] ABI class: X.Org Server Extension, version 4.0
    [ 16.367] (II) Loading extension DRI2
    [ 16.368] (II) LoadModule: "dbe"
    [ 16.368] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 16.369] (II) Module dbe: vendor="X.Org Foundation"
    [ 16.369] compiled for 1.9.4, module version = 1.0.0
    [ 16.369] Module class: X.Org Server Extension
    [ 16.369] ABI class: X.Org Server Extension, version 4.0
    [ 16.369] (II) Loading extension DOUBLE-BUFFER
    [ 16.369] (II) LoadModule: "intel"
    [ 16.370] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 16.393] (II) Module intel: vendor="X.Org Foundation"
    [ 16.394] compiled for 1.9.4, module version = 2.14.0
    [ 16.394] Module class: X.Org Video Driver
    [ 16.394] ABI class: X.Org Video Driver, version 8.0
    [ 16.394] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 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, B43, Clarkdale, Arrandale,
    Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
    Sandybridge, Sandybridge
    [ 16.395] (++) using VT number 7
    [ 16.410] drmOpenDevice: node name is /dev/dri/card0
    [ 16.411] drmOpenDevice: open result is 8, (OK)
    [ 16.411] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 16.411] drmOpenDevice: node name is /dev/dri/card0
    [ 16.411] drmOpenDevice: open result is 8, (OK)
    [ 16.411] drmOpenByBusid: drmOpenMinor returns 8
    [ 16.411] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 16.411] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 16.411] (==) intel(0): RGB weight 888
    [ 16.411] (==) intel(0): Default visual is TrueColor
    [ 16.411] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    [ 16.411] (--) intel(0): Chipset: "945GME"
    [ 16.411] (**) intel(0): Tiling enabled
    [ 16.411] (**) intel(0): SwapBuffers wait enabled
    [ 16.412] (==) intel(0): video overlay key set to 0x101fe
    [ 16.421] (II) intel(0): Output LVDS1 using monitor section Monitor0
    [ 16.450] (II) intel(0): Output VGA1 has no monitor section
    [ 16.450] (II) intel(0): EDID for output LVDS1
    [ 16.450] (II) intel(0): Manufacturer: CMO Model: 209 Serial#: 0
    [ 16.450] (II) intel(0): Year: 2008 Week: 31
    [ 16.450] (II) intel(0): EDID Version: 1.3
    [ 16.450] (II) intel(0): Digital Display Input
    [ 16.450] (II) intel(0): Max Image Size [cm]: horiz.: 21 vert.: 12
    [ 16.450] (II) intel(0): Gamma: 2.20
    [ 16.450] (II) intel(0): No DPMS capabilities specified
    [ 16.450] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 16.450] (II) intel(0): First detailed timing is preferred mode
    [ 16.450] (II) intel(0): redX: 0.584 redY: 0.362 greenX: 0.350 greenY: 0.583
    [ 16.450] (II) intel(0): blueX: 0.154 blueY: 0.105 whiteX: 0.313 whiteY: 0.329
    [ 16.450] (II) intel(0): Manufacturer's mask: 0
    [ 16.451] (II) intel(0): Supported detailed timing:
    [ 16.451] (II) intel(0): clock: 45.0 MHz Image Size: 195 x 113 mm
    [ 16.451] (II) intel(0): h_active: 1024 h_sync: 1072 h_sync_end 1104 h_blank_end 1200 h_border: 0
    [ 16.451] (II) intel(0): v_active: 600 v_sync: 603 v_sync_end 609 v_blanking: 625 v_border: 0
    [ 16.451] (II) intel(0): N089L6-L02
    [ 16.451] (II) intel(0): CMO
    [ 16.451] (II) intel(0): N089L6-L02
    [ 16.451] (II) intel(0): EDID (in hex):
    [ 16.451] (II) intel(0): 00ffffffffffff000daf090200000000
    [ 16.451] (II) intel(0): 1f12010390150c780ab985955c599527
    [ 16.451] (II) intel(0): 1b505400000001010101010101010101
    [ 16.451] (II) intel(0): 010101010101941100b0405819203020
    [ 16.451] (II) intel(0): 3600c37100000018000000fe004e3038
    [ 16.451] (II) intel(0): 394c362d4c30320a2020000000fe0043
    [ 16.451] (II) intel(0): 4d4f0a202020202020202020000000fe
    [ 16.451] (II) intel(0): 004e3038394c362d4c30320a2020009d
    [ 16.451] (II) intel(0): EDID vendor "CMO", prod id 521
    [ 16.451] (II) intel(0): Printing DDC gathered Modelines:
    [ 16.451] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    [ 16.463] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Printing probed modes for output LVDS1
    [ 16.463] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    [ 16.463] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 16.463] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 16.463] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 16.490] (II) intel(0): EDID for output VGA1
    [ 16.490] (II) intel(0): Output LVDS1 connected
    [ 16.490] (II) intel(0): Output VGA1 disconnected
    [ 16.490] (II) intel(0): Using exact sizes for initial modes
    [ 16.490] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 16.490] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 16.490] (II) intel(0): Kernel page flipping support detected, enabling
    [ 16.490] (**) intel(0): Display dimensions: (210, 120) mm
    [ 16.490] (**) intel(0): DPI set to (123, 126)
    [ 16.490] (II) Loading sub module "fb"
    [ 16.490] (II) LoadModule: "fb"
    [ 16.491] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.501] (II) Module fb: vendor="X.Org Foundation"
    [ 16.501] compiled for 1.9.4, module version = 1.0.0
    [ 16.501] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.501] (II) Loading sub module "dri2"
    [ 16.501] (II) LoadModule: "dri2"
    [ 16.501] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 16.502] (==) Depth 24 pixmap format is 32 bpp
    [ 16.502] (II) intel(0): [DRI2] Setup complete
    [ 16.502] (II) intel(0): [DRI2] DRI driver: i915
    [ 16.502] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
    [ 16.505] (II) UXA(0): Driver registered support for the following operations:
    [ 16.506] (II) solid
    [ 16.506] (II) copy
    [ 16.506] (II) composite (RENDER acceleration)
    [ 16.506] (II) put_image
    [ 16.506] (II) get_image
    [ 16.506] (==) intel(0): Backing store disabled
    [ 16.506] (==) intel(0): Silken mouse enabled
    [ 16.507] (II) intel(0): Initializing HW Cursor
    [ 16.516] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 16.517] (==) intel(0): DPMS enabled
    [ 16.517] (==) intel(0): Intel XvMC decoder disabled
    [ 16.517] (II) intel(0): Set up textured video
    [ 16.517] (II) intel(0): Set up overlay video
    [ 16.517] (II) intel(0): direct rendering: DRI2 Enabled
    [ 16.517] (==) intel(0): hotplug detection: "enabled"
    [ 16.517] (--) RandR disabled
    [ 16.517] (II) Initializing built-in extension Generic Event Extension
    [ 16.517] (II) Initializing built-in extension SHAPE
    [ 16.517] (II) Initializing built-in extension MIT-SHM
    [ 16.517] (II) Initializing built-in extension XInputExtension
    [ 16.518] (II) Initializing built-in extension XTEST
    [ 16.518] (II) Initializing built-in extension BIG-REQUESTS
    [ 16.518] (II) Initializing built-in extension SYNC
    [ 16.518] (II) Initializing built-in extension XKEYBOARD
    [ 16.518] (II) Initializing built-in extension XC-MISC
    [ 16.518] (II) Initializing built-in extension SECURITY
    [ 16.518] (II) Initializing built-in extension XINERAMA
    [ 16.518] (II) Initializing built-in extension XFIXES
    [ 16.518] (II) Initializing built-in extension RENDER
    [ 16.518] (II) Initializing built-in extension RANDR
    [ 16.518] (II) Initializing built-in extension COMPOSITE
    [ 16.518] (II) Initializing built-in extension DAMAGE
    [ 16.621] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 16.621] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 16.621] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 16.621] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 16.621] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 16.621] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 16.621] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 16.623] (II) intel(0): Setting screen physical size to 270 x 158
    [ 17.652] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 17.652] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 17.652] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 17.652] (II) LoadModule: "evdev"
    [ 17.653] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 17.659] (II) Module evdev: vendor="X.Org Foundation"
    [ 17.660] compiled for 1.9.4, module version = 2.6.0
    [ 17.660] Module class: X.Org XInput Driver
    [ 17.660] ABI class: X.Org XInput driver, version 11.0
    [ 17.660] (**) Power Button: always reports core events
    [ 17.660] (**) Power Button: Device: "/dev/input/event5"
    [ 17.676] (--) Power Button: Found keys
    [ 17.676] (II) Power Button: Configuring as keyboard
    [ 17.676] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 17.677] (**) Option "xkb_rules" "evdev"
    [ 17.677] (**) Option "xkb_model" "evdev"
    [ 17.677] (**) Option "xkb_layout" "gb"
    [ 17.779] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 17.779] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 17.779] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 17.779] (**) Video Bus: always reports core events
    [ 17.779] (**) Video Bus: Device: "/dev/input/event6"
    [ 17.800] (--) Video Bus: Found keys
    [ 17.800] (II) Video Bus: Configuring as keyboard
    [ 17.800] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 17.800] (**) Option "xkb_rules" "evdev"
    [ 17.800] (**) Option "xkb_model" "evdev"
    [ 17.800] (**) Option "xkb_layout" "gb"
    [ 17.817] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 17.817] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 17.817] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 17.817] (**) Power Button: always reports core events
    [ 17.817] (**) Power Button: Device: "/dev/input/event2"
    [ 17.840] (--) Power Button: Found keys
    [ 17.840] (II) Power Button: Configuring as keyboard
    [ 17.840] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 17.840] (**) Option "xkb_rules" "evdev"
    [ 17.840] (**) Option "xkb_model" "evdev"
    [ 17.840] (**) Option "xkb_layout" "gb"
    [ 17.842] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 17.842] (II) No input driver/identifier specified (ignoring)
    [ 17.843] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 17.843] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 17.843] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 17.843] (**) Sleep Button: always reports core events
    [ 17.843] (**) Sleep Button: Device: "/dev/input/event4"
    [ 17.866] (--) Sleep Button: Found keys
    [ 17.866] (II) Sleep Button: Configuring as keyboard
    [ 17.866] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 17.866] (**) Option "xkb_rules" "evdev"
    [ 17.867] (**) Option "xkb_model" "evdev"
    [ 17.867] (**) Option "xkb_layout" "gb"
    [ 17.871] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 17.871] (II) No input driver/identifier specified (ignoring)
    [ 17.873] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
    [ 17.873] (II) No input driver/identifier specified (ignoring)
    [ 17.881] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event8)
    [ 17.881] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 17.881] (**) USB 2.0 Camera: Applying InputClass "Keyboard Defaults"
    [ 17.881] (**) USB 2.0 Camera: always reports core events
    [ 17.881] (**) USB 2.0 Camera: Device: "/dev/input/event8"
    [ 17.906] (--) USB 2.0 Camera: Found keys
    [ 17.906] (II) USB 2.0 Camera: Configuring as keyboard
    [ 17.906] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
    [ 17.906] (**) Option "xkb_rules" "evdev"
    [ 17.907] (**) Option "xkb_model" "evdev"
    [ 17.907] (**) Option "xkb_layout" "gb"
    [ 17.915] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 17.915] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 17.915] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 17.915] (**) AT Translated Set 2 keyboard: always reports core events
    [ 17.915] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 17.930] (--) AT Translated Set 2 keyboard: Found keys
    [ 17.930] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 17.930] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 17.930] (**) Option "xkb_rules" "evdev"
    [ 17.930] (**) Option "xkb_model" "evdev"
    [ 17.930] (**) Option "xkb_layout" "gb"
    [ 17.932] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 17.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 17.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 17.932] (II) LoadModule: "synaptics"
    [ 17.932] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 17.984] (II) Module synaptics: vendor="X.Org Foundation"
    [ 17.984] compiled for 1.9.2, module version = 1.3.0
    [ 17.984] Module class: X.Org XInput Driver
    [ 17.984] ABI class: X.Org XInput driver, version 11.0
    [ 17.984] (II) Synaptics touchpad driver version 1.3.0
    [ 17.984] (**) Option "Device" "/dev/input/event7"
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5218
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 18.107] (**) Option "TapButton1" "1"
    [ 18.107] (**) Option "TapButton2" "2"
    [ 18.107] (**) Option "TapButton3" "3"
    [ 18.213] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 18.213] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 18.266] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 18.266] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.034
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 18.346] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 18.347] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 18.347] (II) No input driver/identifier specified (ignoring)
    [ 18.348] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 18.349] (II) No input driver/identifier specified (ignoring)
    Any ideas? Thanks.
    Last edited by neurolysis (2011-02-23 16:49:42)

    And, of course, as soon as it isn't 3am, I realise that it is because I haven't run the programs in the background. Oh dear...

  • Desktop Window Manager Service on Windows 7 Starter - Any Reason to Leave It Running?

    Hello everyone,
    -As per title, I'd like to know whether is it better to turn off Desktop Window Manager Session Manager (UxSms) service on Windows 7 Starter - or not. I mean changing the service's default startup type from Automatic to Manual (or Disabled).
    -In Windows 7 Starter, the Aero theme and desktop composition are not available at all (not even a basic/partial one), so letting Desktop Window Manager (DWM.exe) to continuously run is useless as it does absolutely nothing. Is my deduction correct?
    -All opinions and suggestions are welcomed, thank you very much.
    Regards,
    -Musafir_86.

    Please read the information posted @
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa969540%28v=vs.85%29.aspx
    Desktop Window Manager
    The desktop composition feature, introduced in Windows Vista, fundamentally changed the way applications display pixels on the screen.  When desktop composition is enabled, individual windows no longer draw directly to the screen or primary display
    device as they did in previous versions of Windows. Instead, their drawing is redirected to off-screen surfaces in video memory, which are then rendered into a desktop image and presented on the display.
    Desktop composition is performed by the Desktop Window Manager (DWM).  Through desktop composition, DWM enables visual effects on the desktop
    as well as various features such as glass window frames, 3-D window transition animations, Windows Flip and Windows Flip3D, and high resolution support.
    The Desktop Window Manager runs as a Windows service. It can be enabled and disabled through the Administrative Tools Control Panel item, under Services, as Desktop Window Manager Session Manager.
    Many of the DWM features can be controlled or accessed by an application through the DWM APIs.  The following documentation describes the features and requirements of the DWM APIs.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • XFWM (XFCE Window Manager) hover effect for inactive windows

    I use XFCE and its window manager, XFWM, and I quite like it. The only little thing that XFWM does not do, and that I really would have liked, was a visual effect: When hovering titlebar's buttons, there is usually a little effect. It's just a visual thing, but it also "confirms" which button you're about to click, and - maybe as a Windows user - I'm used to it, and to rely on it to check responsiveness and whatnot.
    Anyways, while XFWM does support such a thing (depends on your theme, actually), it does so only for the active window. Inactive windows, or their decorations/button, will not react to mouse hovering. So I looked into it, and while this isn't supported by XFWM, it's quite easy to change it.
    So I did, if anyone is interested the modified source code is available on this BitBucket repository, and you can also find a PKGBUILD in the AUR.

    You should submit this upstream! Looks like a nice feature to add, imo

Maybe you are looking for

  • HT1550 how to convert a voice memos to MP3

    Hello, I need to convert a voice memo to MP3 then upload to FPT, any ideas? Thanks very much.

  • Windows 8.1 : Windows explorer show DVD drive as local disk

    I have windows 8.1. On windows explorer , the DVD-ROM Drive icon is displayed as a Local disk. When I double click on that icon I get a strange error message : An error occurred while ejecting "*," On Device manager , on disk management , everything

  • [JS CS3] ScriptUI button wants to be clicked twice

    Hi I created a sample scriptUI dlg with three buttons: res = ]"dialog { \ ]s: StaticText { text:'Chosissez une période:' }\ ]]period: DropDownList { alignment:'center' }, \ ]]s: StaticText { text:'Chosissez un fichier:' }\ ]]files: DropDownList { ali

  • E63 and Gmail

    Hi, I used to be able to read my Gmail on my phone with no problems. BUt just recently it has stopped. When I tried to set up my Gmail again, after entering my Gmail address, it just comes up with "Unable to connect ot server. Try again later" Can an

  • OracleDataAdapter, OracleCommandBuilder and DBConcurrencyException.

    Hello, I am having some issues with the OracleDataAdapter.Update method. If I use OracleCommandBuilder to dynamically create the update command, I have no problems and it works as expected. But if I explicitly create the Update command and set the Or