[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.

Similar Messages

  • [SOLVED] cannot execute binary file / humble bundle

    I'm having trouble executing a number of games I've downloaded via Humble Bundle. One game, for example, I downloaded as "supermeatboy-linux-06072012-bin". Here are some of the outputs I get while attempting to execute:
    $ bash supermeatboy-linux-06072012-bin
    supermeatboy-linux-06072012-bin: supermeatboy-linux-06072012-bin: cannot execute binary file
    $ sh supermeatboy-linux-06072012-bin
    supermeatboy-linux-06072012-bin: supermeatboy-linux-06072012-bin: cannot execute binary file
    $ ./supermeatboy-linux-06072012-bin
    bash: ./supermeatboy-linux-06072012-bin: No such file or directory
    I'm getting the same scenario from a number of other games so I suspect the issue to be with either my environment or my approach.
    My architecture is x86_64
    I'd be more than happy to supply any additional environmental information
    Thanks archers
    Last edited by shoe (2013-11-11 15:05:40)

    Muflone wrote:
    More likely you're trying to use a 32 bit file without having the ia32 libraries.
    Please execute
    file supermeatboy-linux-06072012-bin
    and check if reports ELF 32-bit something. In such case please enable the multilib repository from /etc/pacman.conf and install the lib32 packages (surely the lib32-glibc and maybe others).
    Hint: a supermeatboy package exists in the AUR but I've never used it.
    $ file  supermeatboy-linux-06072012-bin
    supermeatboy-linux-06072012-bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), GNU/Linux 2.6.8, stripped
    multilib is enabled and I installed lib32-glibc-2.18-8 succesfully, however am getting the same issue. I see whole a lot of different lib32 packages available, are there maybe some more I should try?
    Worth noting that I do have all of the depencies installed that AUR suggests supermeatboy uses
    I suppose I could install via pacman, but this wouldn't solve the issue for the few other games with the same errors. I'm mostly just looking to learn how to make it work
    Thanks for reply!

  • [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)

  • [Solved]Cannot connect to Windows Share printer over network.

    I'm having trouble connecting to a windows printer via Samba/CUPS.
    I've loaded the lp module, but I don't know if I need to load the USB or Parallel ports modules, or both or neither, since this is a network print.
    My organization has provided some basic instructions for Mac users. Working off of those, I have a setup with the device URI reading
    DeviceURI smb://ksong8:(password)@ucmprint.ucmerced.edu/ucmglobal?waitjob=false
    For some reason, the printer reports that it cannot connect to the CIFS share, even though it should be configured correctly.
    Even more curiously, I'm able to connect to the share manually with
    smbclient //ucmprint.ucmerced.edu/ucmglobal -U ksong8
    and then entering my password.
    Am I missing something terribly obvious here? I have a sample of logs in debug mode, but they looked okay to me (as well as very verbose), so I won't put them here. I have attached my /etc/cups/printers.conf.
    # Printer configuration file for CUPS v1.5.2
    # Written by cupsd on 2012-04-02 23:06
    # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
    <Printer UCMGlobal>
    UUID urn:uuid:56cf696f-e7a6-3859-49ea-fc990df764e9
    AuthInfoRequired username,password
    Info UC Merced Global Print Spool
    Location Kolligian Library
    MakeModel Generic PostScript Printer
    DeviceURI smb://ksong8:(password)@ucmprint.ucmerced.edu/ucmglobal?waitjob=false
    State Idle
    StateTime 1333433102
    Type 8400972
    Accepting Yes
    Shared No
    JobSheets none none
    QuotaPeriod 0
    PageLimit 0
    KLimit 0
    OpPolicy default
    ErrorPolicy stop-printer
    </Printer>
    EDIT: Added myself to sys (somehow missed that on the installation) and did some futzing around with the GUI tools. Got some interesting results, but I need to confirm that they work.
    Last edited by chipbuster (2012-04-04 04:06:04)

    Solved.
    As it turns out, either CUPS or Samba does not like having special characters in the password inside of /etc/cups/printers.conf. They should be replaced with "%" and the appropriate ASCII hex code for the symbol.

  • [solved]cannot execute binary files

    For example, what I'm trying to do:
    [summerset@arch tmp0]$ ls
    test.cpp
    [summerset@arch tmp0]$ cat ./test.cpp
    #include <fstream>
    int main() {
    printf("here am I");
    [summerset@arch tmp0]$ g++ ./test.cpp
    [summerset@arch tmp0]$ ./a.out
    bash: ./a.out: Permission denied
    [summerset@arch tmp0]$ chmod +x ./a.out
    [summerset@arch tmp0]$ ./a.out
    bash: ./a.out: Permission denied
    [summerset@arch tmp0]$ file ./a.out
    ./a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped
    [summerset@arch tmp0]$ ldd ./a.out
    ldd: warning: you do not have execution permission for `./a.out'
    not a dynamic executable
    [summerset@arch tmp0]$ uname -a
    Linux arch 2.6.34-bfs #1 SMP PREEMPT Fri May 21 08:18:49 ALMT 2010 i686 AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 AuthenticAMD GNU/Linux
    [summerset@arch tmp0]$
    The same thing when I try to run it from root. Any suggestions?
    Last edited by veen (2010-05-23 23:44:17)

    unplugged23 wrote:Most desktop enviornments and window managers should allow you to right click on the file, hit properties, and check a little box titled something like 'is executable'
    A have already did that:
    chmod +x ./a.out
    Really, it's strange. Have anyone had similar problem?
    upd: the problem actually was in mount options for my home partition.
    Last edited by veen (2010-05-23 23:45:35)

  • [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] 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

  • I have Windows 7 and for some reason I cannot install Adobe Type Manager onto my Computer. I need ATM to install the DIN font but am having no luck what so ever. I can see the DIN font in my Dropbox but it is showing up like this:-  ._DIN-bold, no file fi

    I have Windows 7 and for some reason I cannot install Adobe Type Manager onto my Computer. I need ATM to install the DIN font but am having no luck what so ever. I can see the DIN font in my Dropbox but it is showing up like this:-  ._DIN-bold, no file file extension. what am I doing wrong? is it Mac?

    (1)    Adobe Type Manager (ATM) is not compatible with any version of Windows beyond Windows XP (32-bit, only). Attempting to install ATM on any newer version of Windows may actually disable Window's capability of rendering Type 1 and OpenType CFF fonts, requiring a reinstallation of Windows.
    (2)    There is no need to use ATM to install any fonts under Windows.
    (3)    The file name ._DIN-bold is indicative of a MacOS font. These fonts cannot be installed on Windows systems.
              - Dov

  • [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] 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] 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?

  • SMB-problem: can see/manage files, but cannot open from Windows 8.1

    I have some files shares on a  Mavericks server (clean install, including OSX Server). I can connect and see the shared files from my Windows clients (both 7 and 8.1). I can even create files, rename them, etc. From Windows 7 i can also open and edit them. So far, so good!
    From Windows 8.1 however, opening does not work: simple text-files and pdf's don't open at all (server cannot execute instruction/file already open), office documents can only be opened in read-only mode.
    In the System log (on OSX Server) are a lot of lines like: smbd[714]: File system does not support 0x0 time attributes (or does not support 0x400000, file attrs).
    Using Windows Power Shell, I figured out that there is a SMB2.1 connection between Windows and OS X, which seems
    to be correct. It appears that OS X judges that Windows is using one or more wrong parameters in an SMB-system call.
    I had lots of SMB-problems using Mountain Lion (Snow Leopard server was fine). I don't want to force my Windows machine to use SMB1 (for all shares) using the commands found in http://support.microsoft.com/kb/2696547 (I didn't try yet).
    Any help would be appreciated.

    So I have the exact same issues. I actually called Microsoft Support and they tried a bunch of different things. They even tried disabling SMB 2 and 3 on my Windows 8.1, but then I was unable to connect to my OS X 10.9.1 Server share point at all anymore!
    Here is what I found out. When I start up from my 10.6.8 Server backup on my Macmini Server, and then mapped the network drive on letter G on Windows 8.1 Pro client machine to that very same share point -  worked like a charm. I can read , write and such all fines on that share. All is well. Leaving the Windows 8.1 client alone, on the macmini server I selected the upgraded 10.9.1 Server volume and restarted the Macmini Server. After restart, guess what, I was able to perfectly access the files from Windows 8.1 on the OS X share point which of course was still mapped as drive G on 8.1 from earlier.
    Now here comes the kicker. I went ahead and restarted Windows 8.1 and then everything went haywire! I opened the Windows 8.1 desktop and brought up My Computer. I saw that the mapped drive G is no longer connected (red X). I went ahead and double clicked it and then Windows Explorer simply hug itself and wouldn't come back. I had to force quit explorer and ended up ultimately restarting Windows. After restart I went ahead and disconnected the mapped network drive (G), and then re-mapped it. I authenticated with the very same username and password as before. This time I am able to see all the files once again, but can't open or work with any of them. It is super jinxed. In my opinion there is a severe bug in Apples SMB 2 or smbx or whatever they call it. Why couldn't thy just leave it alone and pay a licensing fee and use Samba? It's just so stupid!!!!
    Apple, you must fix this problem. I will tell the server tech that I have been working with the very same thing. They should have never release 10.9. It was premature and not ready for prime time. It's good to know that there is a work around however. It is super teadious, and spastic, but hey, at least I get it to work. Either it has something to do with authentication, or the way OS X 10.9 responds when mapping a network drive on windows 8.1 pro? No clue.
    Apple does not pay me to Q&A their software. This stuff should simply work! I am ****** off and have wasted now over 3 weeks of my precious time banging my head against the wall with Apple stuff.
    Come one guys, get your stuff straightened out.  thanks.

  • [SOLVED]pacman fails to upgrade... /usr/bin/vercmp: cannot execute bin

    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    pacman-3.2.1-1-x86_64 491.3K 1850.7K/s 00:00:00 [########################################################################################################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [########################################################################################################] 100%
    (1/1) upgrading pacman [########################################################################################################] 100%
    warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    /tmp/alpm_eT02H1/.INSTALL: line 5: /usr/bin/vercmp: cannot execute binary file
    /tmp/alpm_eT02H1/.INSTALL: line 5: [: : integer expression expected
    Here is more info on my system and the file vermcp is installed and permissions seem correct.
    http://rafb.net/p/MYk3pO21.html
    HELP?
    Last edited by rooloo (2008-09-09 00:07:09)

    Ok, this was my dumb mistake again. I was testing out powerpill on my server which is a 32 bit machine. I tried copying my 64 bit mirrorlist to my 32 bit server because I have it ranked and slimmed down to only the essential servers.

  • Failed to execute default file manager (Input /Output Error) [SOLVED]

    I'm having an issue in XFCE where the default Terminal, Browser and File Manager launch correctly - but with this error:
    Failed to execute default [file manager] [terminal emulator] [browser]
    Input /Output Error
    I have the requisite  "Preferred Application" set as Chrome/Thunar/xfce4-terminal.
    If I run
    exo-open --launch FileManager
    From terminal, it says:
    [1]    4281 segmentation fault (core dumped)  exo-open --launch FileManager
    Remember, it launches the app successfully - and the apps themselves launch correctly, it's only exo-open that I have a problem with!  Everything else works great on this system.
    Last edited by yochaigal (2015-04-28 11:10:06)

    demolitions wrote:
    I got the same problem, I observed the problem appearing with those lines in "dmesg", the same library (libpthread-2.21.so) is also present in other software errors (critical and not) since my last update (friday 24th).
    I'll try downgrading glibc, see if that works around the problem.
    [ 587.042204] traps: xfce4-terminal[1022] general protection ip:7f6500100150 sp:7ffe14c978d8 error:0 in libpthread-2.21.so[7f65000ee000+18000]
    [ 592.113288] traps: xfce4-terminal[1026] general protection ip:7fbf1c97a150 sp:7ffe2f916188 error:0 in libpthread-2.21.so[7fbf1c968000+18000]
    [ 620.913826] traps: xfce4-notifyd[494] general protection ip:7fa4859a2150 sp:7fff84dd7708 error:0 in libpthread-2.21.so[7fa485990000+18000]
    [ 974.008983] traps: xfce4-terminal[1384] general protection ip:7f519df84150 sp:7ffe3573e4f8 error:0 in libpthread-2.21.so[7f519df72000+18000]
    [ 974.850083] traps: xfce4-terminal[1387] general protection ip:7f6ed57f8150 sp:7ffec58369c8 error:0 in libpthread-2.21.so[7f6ed57e6000+18000]
    [ 975.521687] traps: xfce4-terminal[1390] general protection ip:7f5e91d00150 sp:7ffd70179d18 error:0 in libpthread-2.21.so[7f5e91cee000+18000]
    [ 979.179030] traps: exo-open[1393] general protection ip:7fbdd2a24150 sp:7ffe9e0c5608 error:0 in libpthread-2.21.so[7fbdd2a12000+18000]
    [ 984.286944] traps: exo-helper-1[1395] general protection ip:7fd5d8473150 sp:7ffd53706a08 error:0 in libpthread-2.21.so[7fd5d8461000+18000]
    [ 1012.318773] traps: xfce4-terminal[1502] general protection ip:7ffb62b1b150 sp:7fffd5c986f8 error:0 in libpthread-2.21.so[7ffb62b09000+18000]
    [ 1101.456187] traps: xfce4-terminal[1521] general protection ip:7f3285cf2150 sp:7fff3c6df158 error:0 in libpthread-2.21.so[7f3285ce0000+18000]
    [ 1102.120447] traps: xfce4-terminal[1525] general protection ip:7fdd50c3a150 sp:7ffe96656ce8 error:0 in libpthread-2.21.so[7fdd50c28000+18000]
    [ 1103.246180] traps: xfce4-terminal[1529] general protection ip:7f93f2b49150 sp:7ffc539d34e8 error:0 in libpthread-2.21.so[7f93f2b37000+18000]
    [ 1103.976302] traps: xfce4-terminal[1532] general protection ip:7f6a55204150 sp:7ffd13eb77f8 error:0 in libpthread-2.21.so[7f6a551f2000+18000]
    [ 1118.718286] traps: xfce4-terminal[1953] general protection ip:7efc94fb9150 sp:7ffd6f5fbed8 error:0 in libpthread-2.21.so[7efc94fa7000+18000]
    [ 1160.851856] traps: xfce4-terminal[1992] general protection ip:7f39aaddb150 sp:7ffdb4478aa8 error:0 in libpthread-2.21.so[7f39aadc9000+18000]
    [ 1165.279367] traps: xfce4-terminal[2004] general protection ip:7f3a50756150 sp:7ffd743c07b8 error:0 in libpthread-2.21.so[7f3a50744000+18000]
    [ 1173.696850] traps: xfce4-terminal[2008] general protection ip:7f0930b98150 sp:7ffc5cd54e78 error:0 in libpthread-2.21.so[7f0930b86000+18000]
    [ 1177.567234] traps: xfce4-terminal[2011] general protection ip:7f5ea2222150 sp:7ffd81d4e898 error:0 in libpthread-2.21.so[7f5ea2210000+18000]
    Tried downgrading glibc from 2.21-3 to 2.21-2 as this is the package which contains libpthread.so, and on my other arch workstations I don't have the issue, but to no avail, same error box pops up when using exo-open, and my IDEs are not starting.
    I'll try comparing installed packages versions on both workstations.

  • [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

Maybe you are looking for

  • Nothing is working on my ipod

    So the other day i came in from mowing the lawn (i was listening to my ipod) and when i got inside and went to turn it off, i noticed how the screen of my ipod seemed to be "glitched" in some sort. There was a multicolored band across the top of the

  • Can i use two registers in one Rate ?

    Geeks, There is a meter with two registers and i want to compare these two registers in a single rate, but when i m creating a rate, in header data it is asking me to provide Reg. Oper. (Register operand in rate) and only this operand is reflecting i

  • Linux broke wireless in other operating systems

    I don't know how, I had it working fine for a week in all my OS's. I was trying to get my wifi to auto connect at boot in arch and now all of a sudden my wifi will only work in Arch, and will not work in 7 or OSX. Last edited by vahnx (2010-08-29 13:

  • Business connector for UK payroll

    Hi, can any body tell me for what all purposes Business connector used for.we are on ECC5 and the country I am talking about is UK. Cheers Rajeev

  • Error while processing VL10B

    hi experts,      in my requirement i am facing a problem that when creating outbound delivery thru VL10B,it is showing the following Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC in standard program SAPLV50U and In the Include LV50UF0L Error anal