Xmonad installation

Hey. So I have a fresh install of Arch install, just the core installation with the drivers and X set up; the basics. No other DE is installed.
I downloaded and installed xmonad. After doing so I still didn't have a ~/.xmonad directory nor a .xinitrc file, so I made the latter. It contains: http://pastebin.com/A5s5eLuN
xmonad --recompile - xmonad: /home/anthony/.xmonad/xmonad.errors: openFile: does not exist (No such file or directory)
So I create ~/.xmonad and do xmonad--recompile again and get:
Error detecting while loading xmonad configuration file: /home/anthony/.xmonad/xmonad
<no location info>: can't find file: xmonad.hs
Which makes sense since the file isn't there, but the Arch Linux Wiki lists to run this command to create ~/.xmonad and I presume the default xmonad.hs.
Is there something I'm completely missing here?
Thanks.

qchapter wrote:
First in your .xinitrc your line that starts xmonad should read:
exec xmonad
Second make sure your .xmonad directory is empty.  This way xmonad will pull default settings. 
When you are ready to customize your settings, create a xmonad.hs file in your .xmonad directory with your changes.
The Arch Wiki says "Recently, users in #xmonad have stated that the exec is not required; simply adding xmonad as the last line in your startup script is the proper way to start this WM.".
However, I've tried both ways and xmonad doesn't load on boot. Installing xmonad doesn't pull the default xmonad.hs file.
xtremejoshua wrote:
Hi maybe i can help I just installed xmonad today for the first time took a bit to get running but what i had to do according to the arch wiki was get the xmonad.hs template here
http://haskell.org/haskellwiki/Xmonad/C … _%280.9%29
copy that to the directory you made ~/.xmonad and then in that directory run
xmonad --recompile
then just stick
exec xmonad
in your .xinitrc
hope that helps
I put this xmonad.hs file in ~/.xmonad and issues a xmonad --recompile, this went fine.
However, xmonad still doesn't load on boot.
If I issue a startx, I believe xmonad loads fine (it's just a black screen with the default pointer), pressing Mod+SHIFT+Return brings up xterm; Mod+SHIFT+Q closing it. But why wouldn't this be loading on boot?
Cheers for the help thus far people.
Last edited by Sly (2011-09-06 15:28:50)

Similar Messages

  • [SOLVED] xmonad installation - confused (?)

    After recovering from a failed xmonad installation, I thought it would be a good idea to post this..
    Again, to everyone who helped with my other thread, I'm sorry if this is stupid.
    Every guide on installing xmonad is out of date. Or everyone that I have found anyway. I have already "sudo pacman -S xmonad" and installed it, but where do I go from here?
    I have tried putting "exec xmonad" in my xinitrc, but when I login, xmonad does not start. I get this in terminal when I try running "xmonad" in gnome:
    Error detected while loading xmonad configuration file: /home/skai/.xmonad/xmonad.hs
    xmonad.hs:5:18:
        Could not find module `XMonad.Actions.Warp':
          Use -v to see a list of the files searched for.
    Please check the file for errors.
    /home/skai/.xmonad/xmonad-i386-linux: executeFile: does not exist (No such file or directory)
    xmonad: xmessage: executeFile: does not exist (No such file or directory)
    X Error of failed request:  BadAccess (attempt to access private resource denied)
      Major opcode of failed request:  2 (X_ChangeWindowAttributes)
      Serial number of failed request:  7
      Current serial number in output stream:  8
    It says an error has been detected with my xmonad.hs. I just copied some random config in the hopes of getting this to work, so maybe that has something to do with it.
    After that it says xmonad-i386-linux: executeFile does not exist.. I don't know anything about that. Can anyone point me in the right direction with this?
    Edit ---------------------------------------~~~~
    I deserve at least one reply, no?
    I have seen this problem on forums everywhere, but people either get it fixed automagically they talk to someone on IRC and figure it out. I'm not a very lucky guy, and I don't know any IRC channels.
    All I'm really looking for is an installation/configure guide for xmonad, if anybody has one, please post.
    Last edited by skai161 (2011-03-24 15:11:35)

    skai161 wrote: I have tried putting "exec xmonad" in my xinitrc, but when I login, xmonad does not start.
    Are you sure it did not start? What happaned? You get an empty screen?
    I just copied some random config in the hopes of getting this to work, so maybe that has something to do with it.
    Dont use random configs found somewhere on the net. Start from the default one and extend it to your needs.
    Every guide on installing xmonad is out of date.
    A bit bold statement. I see nothing wrong with this one: https://wiki.archlinux.org/index.php/Xmonad
    I suggest remove everything from your .xmonad dir and start over.
    Also, dont be impatient.

  • [SOLVED] Xmonad + configs from MrElendig = errors :(

    Trying to set up Xmonad; installation worked, but I can't start it. I tried the configuration files by MrElendig for both Xmonad and Xmobar.
    They can be found here:
    http://arch.har-ikkje.net/configs/home/
    I get the following error
    xmonad.hs:25:7:
        Could not find module `XMonad.Layout.ResizableTile':
          it is not a module in the current program, or in any known package.
    Ideas?
    Last edited by Stalafin (2008-07-10 11:29:41)

    Well, you bet you should do "xmonad --recompile"
    BTW, i get my xmonad configs from MrElendig too.

  • Help with taffybar installation for use with xmonad

    I discovered nice project https://github.com/travitch/taffybar recently. It's another statusbar like xmobar or dzen2 intended for using with xmonad. It integrates with the latter using dbus instead of stdin.
    Anyone had successful experience installing and running it?
    I installed taffybar with cabal (cabal install gtk2hs-buildtools taffybar). But I totally confused with dbus integration. I have dbus daemon in my rc.conf, but taffybar raises the error on start: Connection Error "connectSession: DBUS_SESSION_BUS_ADDRESS is missing or invalid.". Than I tried to add eval `dbus-launch --auto-syntax` to my .xinitrc (as suggested in installation instructions http://pages.cs.wisc.edu/~travitch/taff … ybar.html), but it taffybar freezes on start. I hope someone more experienced will help me with it.

    The solution was simple. I should just add dbus-launch at the bottom of the .xinirc:
    exec ck-launch-session dbus-launch bash -c "taffybar & xmonad"
    Topic can be marked as solved.

  • [SOLVED] Problem with ghc and xmonad

    Hi !
    Just to give you the problem I encounter today when doing an upgrade (pacman -Syu) :
    Packages updates are : ghc-7.10.1-1 haskell-data-default-0.5.3-7  haskell-data-default-class-0.0.1-6 haskell-data-default-instances-base-0.0.1-8  haskell-data-default-instances-containers-0.0.1-6 haskell-data-default-instances-dlist-0.0.1-7  haskell-data-default-instances-old-locale-0.0.1-6  haskell-dlist-0.7.1.1-1 haskell-extensible-exceptions-0.1.1.4-9  haskell-mtl-2.2.1-2  haskell-old-locale-1.0.0.7-4  haskell-old-time-1.1.0.3-4 haskell-random-1.1-2  haskell-utf8-string-1-1  haskell-x11-1.6.1.2-3  haskell-x11-xft-0.3.1-13 xmonad-0.11.1-2  xmonad-contrib-0.11.4-2
    Simple packages concerned : ghc / haskell* / xmonad
    Errors are :
    ==> Unregistering cabalized packages...
    unregistering data-default-instances-base-0.0.1 would break the following packages: xmonad-contrib-0.11.3 X11-xft-0.3.1 xmonad-0.11 X11-1.6.1.2 data-default-0.5.3 (ignoring)
    ==> Done.
    update ghc
    ==> All cabalized packages need to be reinstalled now.
    ghc-pkg: cannot find package data-default-class-0.0.1
    Warning: Cannot read data-default/data-default.haddock:
    Interface file is of wrong version: data-default/data-default.haddock
    Skipping this interface.
    All haskell* packages with same errors as above.
    And for xmonad :
    ghc-pkg: cannot find package xmonad-0.11
    ghc-pkg: cannot find package xmonad-contrib-0.11.3
    xmonad-contrib-0.11.4: Warning: haddock-interfaces: /usr/share/doc/x86_64-linux-ghc-7.10.1/xmonad-contrib-0.11.4/html/xmonad-contrib.haddock doesn't exist or isn't a file
    Solution that worked for me :
    Uninstall all packages depending on ghc  (but not ghc):
    pacman -R haskell-data-default haskell-data-default-class haskell-data-default-instances-base haskell-data-default-instances-containers haskell-data-default-instances-dlist haskell-data-default-instances-old-locale haskell-dlist haskell-extensible-exceptions haskell-mtl haskell-old-locale haskell-old-time haskell-random haskell-utf8-string haskell-x11 haskell-x11-xft xmonad xmonad-contrib
    Re-installation of ghc :
    pacman -S ghc
    Installation of all packages :
    pacman -S haskell-data-default haskell-data-default-class haskell-data-default-instances-base haskell-data-default-instances-containers haskell-data-default-instances-dlist haskell-data-default-instances-old-locale haskell-dlist haskell-extensible-exceptions haskell-mtl haskell-old-locale haskell-old-time haskell-random haskell-utf8-string haskell-x11 haskell-x11-xft xmonad xmonad-contrib
    This time without any errors.
    Inspired by this topic explaining that all packages should be upgraded together.
    Maybe there is an easier solution, but I give my contribution .

    Yeah, just after those messages and without rebooting, I did an :
    xmonad --recompile
    And errors occurs (module not found for example).
    All xmonad packages depending on ghc were encountering the error : "command not executed" juste after the "cannot find package" while updating those packages.
    You're right, I tried to just launch again an installation (with pacman -S) of those packages but got same "warning" and error. Then I uninstalled and installed it like I said to not get any errors nor warnings.

  • Question about xmonad package in the repos.

    When I
    sudo pacman -S xmonad
    it installs xmonad and ghc goodness. But one thing that has always bothered me is that I had to hunt down a default .xmonad/xmonad.hs config file for xmonad. Can anyone explain why the package doesn't come with a default configuration file?

    xmonad's "default config" is no config.  i believe the file you want is buried somewhere in /usr under a different name.  if you poke around xmonad.org you can find the path/name to that file but also a copy/pastable (albeit older) version of it.
    i think it's done this way b/c the tweaking method is different with xmonad.  it's not like editing /etc/xmonad.hs and putting it in ~, you actually /load/ the defaults into ~/.xmonad/xmonad.hs and then /override/ them with your changes.  this is done with a simple main function like this:
    main = do
    xmonad $ defaultConfig
    and whatever's between { } (explicit commands or calling of functions) is passed through the defaultConfig, picking up any settings not yet set, then fed to xmonad.
    so unlike other WMs where you copy a default config and edit it from there.  in xmonad, you load the default config into yours with $ defaultConfig and put your tweaks (and only your tweaks) in xmonad.hs.  bit of a change in thinking.
    /edit: yes Xyne, i second Ashren.  it's a wonderful WM and haskell's awesome.  my xmonad.hs is available in my sig if you want it, i'm fairly proud of it.
    Last edited by brisbin33 (2009-07-31 16:49:10)

  • How to set wallpaper in Xmonad

    Hi,
    I have installed Xmonad from AUR, as mentioned here: https://wiki.archlinux.org/index.php/Xmonad, and I am trying to set my wallpaper, as mentioned in here: http://xmonad.org/tour.html , However, my installation doesn't have xpmroot command. How can I set my wallpeper?
    Last edited by yasar11732 (2012-02-13 00:07:28)

    The most simple and minimal way is probably to use imlibsetroot from AUR: http://aur.archlinux.org/packages.php?ID=40199

  • Xmonad - Can't start any terminal emulator (xterm,urxvt,etc)

    Hi,
    I've recently installed Arch Linux in Virtualbox-OSE and also installed xmonad. It took me a while to get it running. It is all working fine and I can start all kinds of applications with MOD+Shift+P, but the only thing I can't do is start a terminal emulator such as xterm or urxvt. Neither with MOD+Shift+P and MOD+Shift+Return. When I do this I see a window flashing and I think it is the program I am trying to start but it is closing right after the startup.
    Does anybody recognize this problem or know how to fix it?
    Thanks,
    Webfp

    lifeafter2am wrote:Please post your xmoand.hs file and your xorg log.
    my xmonad.hs
    import XMonad
    import XMonad.Util.Replace
    import XMonad.Hooks.EwmhDesktops
    main = xmonad $ ewmh defaultConfig
    { terminal = "urxvt"
    , modMask = mod4Mask
    , borderWidth = 0
    xorg log
    [ 174.789]
    X.Org X Server 1.11.3
    Release Date: 2011-12-16
    [ 174.790] X Protocol Version 11, Revision 0
    [ 174.791] Build Operating System: Linux 3.1.5-1-ARCH i686
    [ 174.791] Current Operating System: Linux Laptop-Frank 3.1.8-1-ARCH #1 SMP PREEMPT Sat Jan 7 08:03:08 UTC 2012 i686
    [ 174.792] Kernel command line: root=/dev/disk/by-uuid/1b11e5e6-5760-4dbb-9d54-0c982c0a37a4 ro
    [ 174.794] Build Date: 17 December 2011 09:38:27AM
    [ 174.794]
    [ 174.795] Current version of pixman: 0.24.0
    [ 174.795] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 174.796] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 174.801] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 11 16:17:09 2012
    [ 174.883] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 174.928] (==) No Layout section. Using the first Screen section.
    [ 174.928] (==) No screen section available. Using defaults.
    [ 174.928] (**) |-->Screen "Default Screen Section" (0)
    [ 174.928] (**) | |-->Monitor "<default monitor>"
    [ 174.954] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 174.955] (==) Automatically adding devices
    [ 174.955] (==) Automatically enabling devices
    [ 175.021] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 175.021] Entry deleted from font path.
    [ 175.057] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 175.057] Entry deleted from font path.
    [ 175.057] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 175.059] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 175.059] Entry deleted from font path.
    [ 175.059] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 175.059] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 175.059] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 175.060] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 175.072] (II) Loader magic: 0x8228580
    [ 175.073] (II) Module ABI versions:
    [ 175.073] X.Org ANSI C Emulation: 0.4
    [ 175.073] X.Org Video Driver: 11.0
    [ 175.073] X.Org XInput driver : 13.0
    [ 175.073] X.Org Server Extension : 6.0
    [ 175.078] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/16777216
    [ 175.079] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 175.079] (II) LoadModule: "extmod"
    [ 175.104] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 175.136] (II) Module extmod: vendor="X.Org Foundation"
    [ 175.136] compiled for 1.11.3, module version = 1.0.0
    [ 175.136] Module class: X.Org Server Extension
    [ 175.137] ABI class: X.Org Server Extension, version 6.0
    [ 175.137] (II) Loading extension MIT-SCREEN-SAVER
    [ 175.137] (II) Loading extension XFree86-VidModeExtension
    [ 175.137] (II) Loading extension XFree86-DGA
    [ 175.138] (II) Loading extension DPMS
    [ 175.138] (II) Loading extension XVideo
    [ 175.138] (II) Loading extension XVideo-MotionCompensation
    [ 175.138] (II) Loading extension X-Resource
    [ 175.139] (II) LoadModule: "dbe"
    [ 175.142] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 175.146] (II) Module dbe: vendor="X.Org Foundation"
    [ 175.146] compiled for 1.11.3, module version = 1.0.0
    [ 175.146] Module class: X.Org Server Extension
    [ 175.146] ABI class: X.Org Server Extension, version 6.0
    [ 175.146] (II) Loading extension DOUBLE-BUFFER
    [ 175.146] (II) LoadModule: "glx"
    [ 175.147] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 175.166] (II) Module glx: vendor="X.Org Foundation"
    [ 175.166] compiled for 1.11.3, module version = 1.0.0
    [ 175.166] ABI class: X.Org Server Extension, version 6.0
    [ 175.166] (==) AIGLX enabled
    [ 175.166] (II) Loading extension GLX
    [ 175.167] (II) LoadModule: "record"
    [ 175.169] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 175.172] (II) Module record: vendor="X.Org Foundation"
    [ 175.173] compiled for 1.11.3, module version = 1.13.0
    [ 175.173] Module class: X.Org Server Extension
    [ 175.173] ABI class: X.Org Server Extension, version 6.0
    [ 175.173] (II) Loading extension RECORD
    [ 175.173] (II) LoadModule: "dri"
    [ 175.174] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 175.205] (II) Module dri: vendor="X.Org Foundation"
    [ 175.205] compiled for 1.11.3, module version = 1.0.0
    [ 175.205] ABI class: X.Org Server Extension, version 6.0
    [ 175.205] (II) Loading extension XFree86-DRI
    [ 175.205] (II) LoadModule: "dri2"
    [ 175.207] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 175.210] (II) Module dri2: vendor="X.Org Foundation"
    [ 175.210] compiled for 1.11.3, module version = 1.2.0
    [ 175.210] ABI class: X.Org Server Extension, version 6.0
    [ 175.210] (II) Loading extension DRI2
    [ 175.211] (==) Matched vboxvideo as autoconfigured driver 0
    [ 175.211] (==) Matched vesa as autoconfigured driver 1
    [ 175.211] (==) Matched fbdev as autoconfigured driver 2
    [ 175.211] (==) Assigned the driver to the xf86ConfigLayout
    [ 175.211] (II) LoadModule: "vboxvideo"
    [ 175.247] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo.so
    [ 175.265] (II) Module vboxvideo: vendor="Oracle Corporation"
    [ 175.266] compiled for 1.5.99.901, module version = 1.0.1
    [ 175.266] Module class: X.Org Video Driver
    [ 175.266] ABI class: X.Org Video Driver, version 11.0
    [ 175.266] (**) Load address of symbol "VBOXVIDEO" is 0xb7396420
    [ 175.266] (II) LoadModule: "vesa"
    [ 175.268] (WW) Warning, couldn't open module vesa
    [ 175.268] (II) UnloadModule: "vesa"
    [ 175.269] (II) Unloading vesa
    [ 175.269] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 175.269] (II) LoadModule: "fbdev"
    [ 175.271] (WW) Warning, couldn't open module fbdev
    [ 175.271] (II) UnloadModule: "fbdev"
    [ 175.271] (II) Unloading fbdev
    [ 175.272] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 175.272] (II) VBoxVideo: guest driver for VirtualBox: vbox
    [ 175.273] (--) using VT number 7
    [ 175.301] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo.so
    [ 175.311] (II) VBoxVideo(0): VirtualBox guest additions video driver version 4.1.8_OSE
    [ 175.341] (II) Loading sub module "ramdac"
    [ 175.341] (II) LoadModule: "ramdac"
    [ 175.342] (II) Module "ramdac" already built-in
    [ 175.342] (II) Loading sub module "fb"
    [ 175.342] (II) LoadModule: "fb"
    [ 175.344] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 175.361] (II) Module fb: vendor="X.Org Foundation"
    [ 175.361] compiled for 1.11.3, module version = 1.0.0
    [ 175.362] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 175.362] (II) Loading sub module "shadowfb"
    [ 175.362] (II) LoadModule: "shadowfb"
    [ 175.370] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 175.378] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 175.378] compiled for 1.11.3, module version = 1.0.0
    [ 175.379] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 175.379] (II) Loading sub module "vgahw"
    [ 175.379] (II) LoadModule: "vgahw"
    [ 175.379] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 175.383] (II) Module vgahw: vendor="X.Org Foundation"
    [ 175.383] compiled for 1.11.3, module version = 0.1.0
    [ 175.383] ABI class: X.Org Video Driver, version 11.0
    [ 175.383] (II) Loading sub module "dri"
    [ 175.383] (II) LoadModule: "dri"
    [ 175.384] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 175.384] (II) Module dri: vendor="X.Org Foundation"
    [ 175.384] compiled for 1.11.3, module version = 1.0.0
    [ 175.384] ABI class: X.Org Server Extension, version 6.0
    [ 175.384] (II) VBoxVideo(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 175.385] (==) VBoxVideo(0): Depth 24, (--) framebuffer bpp 32
    [ 175.385] (--) VBoxVideo(0): Virtual size is 32000x32000 (pitch 32000)
    [ 175.385] (**) VBoxVideo(0): Built-in mode "VBoxInitialMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 175.385] (II) VBoxVideo(0): Modeline "VBoxInitialMode"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz)
    [ 175.385] (**) VBoxVideo(0): Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 175.385] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz)
    [ 175.385] (**) VBoxVideo(0): Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 175.386] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz)
    [ 175.386] (**) VBoxVideo(0): Built-in mode "VBox-1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 175.386] (II) VBoxVideo(0): Modeline "VBox-1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz)
    [ 175.386] (**) VBoxVideo(0): Built-in mode "VBox-800x600": 29.3 MHz (scaled from 0.0 MHz), 36.4 kHz, 60.0 Hz
    [ 175.386] (II) VBoxVideo(0): Modeline "VBox-800x600"x0.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz)
    [ 175.386] (**) VBoxVideo(0): Built-in mode "VBox-640x480": 18.8 MHz (scaled from 0.0 MHz), 29.2 kHz, 60.0 Hz
    [ 175.386] (II) VBoxVideo(0): Modeline "VBox-640x480"x0.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz)
    [ 175.389] (II) VBoxVideo(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    [ 175.389] (==) VBoxVideo(0): RGB weight 888
    [ 175.389] (==) VBoxVideo(0): Default visual is TrueColor
    [ 175.389] (==) VBoxVideo(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 175.390] (==) VBoxVideo(0): DPI set to (96, 96)
    [ 175.390] (--) Depth 24 pixmap format is 32 bpp
    [ 175.820] drmOpenDevice: node name is /dev/dri/card0
    [ 175.821] drmOpenDevice: open result is 13, (OK)
    [ 175.828] drmOpenDevice: node name is /dev/dri/card0
    [ 175.829] drmOpenDevice: open result is 13, (OK)
    [ 175.829] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 175.829] drmOpenDevice: node name is /dev/dri/card0
    [ 175.829] drmOpenDevice: open result is 13, (OK)
    [ 175.829] drmOpenByBusid: drmOpenMinor returns 13
    [ 175.829] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 175.830] (II) [drm] DRM interface version 1.4
    [ 175.830] (II) [drm] DRM open master succeeded.
    [ 175.830] (II) VBoxVideo(0): [drm] Using the DRM lock SAREA also for drawables.
    [ 175.830] (II) VBoxVideo(0): [drm] framebuffer handle = 0xe0000000
    [ 175.831] (II) VBoxVideo(0): [drm] added 1 reserved context for kernel
    [ 175.831] (II) VBoxVideo(0): X context handle = 0x1
    [ 175.835] (II) VBoxVideo(0): [drm] installed DRM signal handler
    [ 175.836] (II) VBoxVideo(0): visual configurations initialized
    [ 175.845] (II) VBoxVideo(0): Requested monitor count: 1
    [ 175.845] (II) VBoxVideo(0): Output VBOX0 has no monitor section
    [ 175.845] (II) VBoxVideo(0): Output VBOX0 has no monitor section
    [ 175.846] (II) VBoxVideo(0): EDID for output VBOX0
    [ 175.846] (II) VBoxVideo(0): Manufacturer: VBX Model: 0 Serial#: 50332672
    [ 175.846] (II) VBoxVideo(0): Year: 1990 Week: 1
    [ 175.846] (II) VBoxVideo(0): EDID Version: 1.3
    [ 175.846] (II) VBoxVideo(0): Digital Display Input
    [ 175.846] (II) VBoxVideo(0): Indeterminate output size
    [ 175.846] (II) VBoxVideo(0): Gamma: 2.20
    [ 175.846] (II) VBoxVideo(0): DPMS capabilities: StandBy Suspend Off
    [ 175.847] (II) VBoxVideo(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 175.847] (II) VBoxVideo(0): Default color space is primary color space
    [ 175.847] (II) VBoxVideo(0): First detailed timing is preferred mode
    [ 175.847] (II) VBoxVideo(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 175.847] (II) VBoxVideo(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 175.847] (II) VBoxVideo(0): Manufacturer's mask: 0
    [ 175.847] (II) VBoxVideo(0): Supported detailed timing:
    [ 175.847] (II) VBoxVideo(0): clock: 47.8 MHz Image Size: 0 x 0 mm
    [ 175.847] (II) VBoxVideo(0): h_active: 1024 h_sync: 1026 h_sync_end 1028 h_blank_end 1030 h_border: 0
    [ 175.848] (II) VBoxVideo(0): v_active: 768 v_sync: 770 v_sync_end 772 v_blanking: 774 v_border: 0
    [ 175.848] (II) VBoxVideo(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
    [ 175.848] (II) VBoxVideo(0): Monitor name: VBOX monitor
    [ 175.848] (II) VBoxVideo(0): EDID (in hex):
    [ 175.848] (II) VBoxVideo(0): 00ffffffffffff005858000000040003
    [ 175.848] (II) VBoxVideo(0): 0100010380000078eeee91a3544c9926
    [ 175.848] (II) VBoxVideo(0): 0f505400000001010101010101010101
    [ 175.848] (II) VBoxVideo(0): 010101010101af120006400006300202
    [ 175.848] (II) VBoxVideo(0): 2200000000000000000000fd0000c800
    [ 175.848] (II) VBoxVideo(0): c864000a202020202020000000fc0056
    [ 175.849] (II) VBoxVideo(0): 424f58206d6f6e69746f720a00000010
    [ 175.849] (II) VBoxVideo(0): 000a20202020202020202020202000fb
    [ 175.849] (II) VBoxVideo(0): EDID vendor "VBX", prod id 0
    [ 175.849] (II) VBoxVideo(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
    [ 175.849] (II) VBoxVideo(0): Using hsync ranges from config file
    [ 175.849] (II) VBoxVideo(0): Using vrefresh ranges from config file
    [ 175.849] (II) VBoxVideo(0): Printing DDC gathered Modelines:
    [ 175.850] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 -hsync -vsync (46.4 kHz)
    [ 175.851] (II) VBoxVideo(0): Printing probed modes for output VBOX0
    [ 175.851] (II) VBoxVideo(0): Modeline "1024x768"x60.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz)
    [ 175.851] (II) VBoxVideo(0): Modeline "800x600"x60.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz)
    [ 175.851] (II) VBoxVideo(0): Modeline "640x480"x60.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz)
    [ 175.851] (II) VBoxVideo(0): Output VBOX0 connected
    [ 175.852] (II) VBoxVideo(0): Using exact sizes for initial modes
    [ 175.852] (II) VBoxVideo(0): Output VBOX0 using initial mode 1024x768
    [ 175.852] (II) VBoxVideo(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 175.852] (II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 175.856] (==) VBoxVideo(0): DPMS enabled
    [ 175.857] (II) VBoxVideo(0): [DRI] installation complete
    [ 175.857] (--) RandR disabled
    [ 175.857] (II) Initializing built-in extension Generic Event Extension
    [ 175.857] (II) Initializing built-in extension SHAPE
    [ 175.857] (II) Initializing built-in extension MIT-SHM
    [ 175.857] (II) Initializing built-in extension XInputExtension
    [ 175.857] (II) Initializing built-in extension XTEST
    [ 175.857] (II) Initializing built-in extension BIG-REQUESTS
    [ 175.857] (II) Initializing built-in extension SYNC
    [ 175.857] (II) Initializing built-in extension XKEYBOARD
    [ 175.857] (II) Initializing built-in extension XC-MISC
    [ 175.858] (II) Initializing built-in extension SECURITY
    [ 175.858] (II) Initializing built-in extension XINERAMA
    [ 175.858] (II) Initializing built-in extension XFIXES
    [ 175.858] (II) Initializing built-in extension RENDER
    [ 175.858] (II) Initializing built-in extension RANDR
    [ 175.858] (II) Initializing built-in extension COMPOSITE
    [ 175.858] (II) Initializing built-in extension DAMAGE
    [ 175.887] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 175.887] drmOpenDevice: node name is /dev/dri/card0
    [ 175.887] drmOpenDevice: open result is 14, (OK)
    [ 175.888] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 175.888] drmOpenDevice: node name is /dev/dri/card0
    [ 175.888] drmOpenDevice: open result is 14, (OK)
    [ 175.888] drmOpenByBusid: drmOpenMinor returns 14
    [ 175.888] drmOpenByBusid: Interface 1.4 failed, trying 1.1
    [ 175.888] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 176.017] (II) Next line is added to allow vboxvideo_drv.so to appear as whitelisted driver
    [ 176.017] (II) The file referenced, is *NOT* loaded
    [ 176.017] (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    [ 176.017] (EE) AIGLX error: vboxvideo does not export required DRI extension
    [ 176.019] (EE) AIGLX: reverting to software rendering
    [ 176.437] (II) AIGLX: Loaded and initialized swrast
    [ 176.437] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 176.442] (II) VBoxVideo(0): Setting screen physical size to 270 x 203
    [ 176.899] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 176.899] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 176.899] (II) LoadModule: "evdev"
    [ 176.901] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 176.935] (II) Module evdev: vendor="X.Org Foundation"
    [ 176.935] compiled for 1.10.99.902, module version = 2.6.0
    [ 176.935] Module class: X.Org XInput Driver
    [ 176.935] ABI class: X.Org XInput driver, version 13.0
    [ 176.935] (II) Using input driver 'evdev' for 'Power Button'
    [ 176.935] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 176.935] (**) Power Button: always reports core events
    [ 176.935] (**) Power Button: Device: "/dev/input/event3"
    [ 176.936] (--) Power Button: Found keys
    [ 176.936] (II) Power Button: Configuring as keyboard
    [ 176.936] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 176.936] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 176.936] (**) Option "xkb_rules" "evdev"
    [ 176.936] (**) Option "xkb_model" "evdev"
    [ 176.936] (**) Option "xkb_layout" "us"
    [ 177.050] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 177.050] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 177.050] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 177.050] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 177.050] (**) Sleep Button: always reports core events
    [ 177.051] (**) Sleep Button: Device: "/dev/input/event4"
    [ 177.051] (--) Sleep Button: Found keys
    [ 177.051] (II) Sleep Button: Configuring as keyboard
    [ 177.051] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input4/event4"
    [ 177.051] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
    [ 177.051] (**) Option "xkb_rules" "evdev"
    [ 177.051] (**) Option "xkb_model" "evdev"
    [ 177.051] (**) Option "xkb_layout" "us"
    [ 177.055] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event1)
    [ 177.055] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
    [ 177.055] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
    [ 177.055] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 177.055] (**) VirtualBox USB Tablet: always reports core events
    [ 177.055] (**) VirtualBox USB Tablet: Device: "/dev/input/event1"
    [ 177.056] (--) VirtualBox USB Tablet: Found 9 mouse buttons
    [ 177.056] (--) VirtualBox USB Tablet: Found scroll wheel(s)
    [ 177.056] (--) VirtualBox USB Tablet: Found relative axes
    [ 177.056] (--) VirtualBox USB Tablet: Found absolute axes
    [ 177.057] (--) VirtualBox USB Tablet: Found x and y absolute axes
    [ 177.057] (II) VirtualBox USB Tablet: Configuring as mouse
    [ 177.057] (II) VirtualBox USB Tablet: Adding scrollwheel support
    [ 177.057] (**) VirtualBox USB Tablet: YAxisMapping: buttons 4 and 5
    [ 177.057] (**) VirtualBox USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 177.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input1/event1"
    [ 177.057] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 8)
    [ 177.057] (EE) VirtualBox USB Tablet: failed to initialize for relative axes.
    [ 177.058] (II) VirtualBox USB Tablet: initialized for absolute axes.
    [ 177.058] (**) VirtualBox USB Tablet: (accel) keeping acceleration scheme 1
    [ 177.058] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
    [ 177.058] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
    [ 177.058] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
    [ 177.060] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
    [ 177.060] (II) No input driver/identifier specified (ignoring)
    [ 177.062] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
    [ 177.063] (II) No input driver/identifier specified (ignoring)
    [ 177.065] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 177.065] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 177.065] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 177.066] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 177.066] (**) AT Translated Set 2 keyboard: always reports core events
    [ 177.066] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 177.066] (--) AT Translated Set 2 keyboard: Found keys
    [ 177.066] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 177.066] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 177.066] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 177.066] (**) Option "xkb_rules" "evdev"
    [ 177.067] (**) Option "xkb_model" "evdev"
    [ 177.067] (**) Option "xkb_layout" "us"
    [ 177.070] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event5)
    [ 177.070] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
    [ 177.070] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
    [ 177.070] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 177.070] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
    [ 177.070] (**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event5"
    [ 177.070] (--) ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
    [ 177.071] (--) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
    [ 177.071] (--) ImExPS/2 Generic Explorer Mouse: Found relative axes
    [ 177.071] (--) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
    [ 177.071] (II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse
    [ 177.071] (II) ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
    [ 177.071] (**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
    [ 177.071] (**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 177.071] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
    [ 177.071] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 10)
    [ 177.072] (II) ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
    [ 177.072] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
    [ 177.072] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
    [ 177.072] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
    [ 177.072] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
    [ 177.074] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
    [ 177.074] (II) No input driver/identifier specified (ignoring)
    [ 177.077] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 177.078] (II) No input driver/identifier specified (ignoring)
    [ 177.082] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event2)
    [ 177.082] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
    [ 177.082] (II) Using input driver 'evdev' for 'VirtualBox mouse integration'
    [ 177.082] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 177.082] (**) VirtualBox mouse integration: always reports core events
    [ 177.082] (**) VirtualBox mouse integration: Device: "/dev/input/event2"
    [ 177.083] (--) VirtualBox mouse integration: Found 1 mouse buttons
    [ 177.083] (--) VirtualBox mouse integration: Found absolute axes
    [ 177.083] (--) VirtualBox mouse integration: Found x and y absolute axes
    [ 177.083] (II) VirtualBox mouse integration: Configuring as mouse
    [ 177.083] (**) VirtualBox mouse integration: YAxisMapping: buttons 4 and 5
    [ 177.083] (**) VirtualBox mouse integration: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 177.084] (**) Option "config_info" "udev:/sys/devices/virtual/input/input2/event2"
    [ 177.084] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 11)
    [ 177.084] (II) VirtualBox mouse integration: initialized for absolute axes.
    [ 177.084] (**) VirtualBox mouse integration: (accel) keeping acceleration scheme 1
    [ 177.084] (**) VirtualBox mouse integration: (accel) acceleration profile 0
    [ 177.084] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
    [ 177.084] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
    [ 177.086] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
    [ 177.086] (II) No input driver/identifier specified (ignoring)
    BTW it was a real hassle to find the content of those files when you do not have a terminal emulator to use.

  • Xmonad fails to launch terminal

    I have X11 working now (only as root, but I'll solve that one later). I can start xmonad, and I get the huge white screen, but no terminal.
    I've set the default terminal in xmonad.hs to be xterm, but it doesn't want to fire it up when xmonad starts. Furthermore, if I try to create a new window the screen flickers (as if it's adding a second pane), but then instantly flips back to the single dumb window I have.
    I've tried launching various terminal apps with dmenu (xterm, urxvt), but screen just flickers again and nothing happens.
    For clarity, I'm not using the "darcs" version of xmonad. I just grabbed the latest stable version with pacman.
    I've had the same issue in Ubuntu, and the only resolution was to grab someone else's xmonad.hs (or sit down and learn Haskell and the massive xmonad system of doing things). Xmonad also fails to generate its own xmonad.hs when run without one, so I'm stuck with the example config file for the time being.
    from what I'm seeing, my best guess is that xmonad is for some reason unable to invoke a terminal.

    http://www.apple.com/support/bootcamp/
    My iMac (27-inch, Late 2009) displays a black screen during installation of Microsoft Windows 7 using the Boot Camp Assistant. How do I fix it?
    The Windows 7 installer does not include required graphics or Bluetooth drivers for this computer. To obtain the necessary drivers and resolve the issue, see this article (creating the SD card and drivers for the "black screen" issue).
    http://support.apple.com/kb/TS3173

  • GHC , haskell-x11, xmonad etc issues.

    Hi,
    I upgraded ghc yesterday (or the day before, not sure) and when rebuilding xmonad I have some issues.
    When upgrading ghc I had this message:
    Proceed with installation? [Y/n] y
    checking package integrity...
    (1/1) checking for file conflicts [##############################################] 100%
    ==> Unregistering cabalized packages...
    ==> Done.
    (1/1) upgrading ghc [##############################################] 100%
    ==> All cabalized and yaourt-installed packages need to be reinstalled now.
    ==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.
    I assume reinstalling them using pacman/yaourt is sufficient. When installing haskell-x11 for instance I have these messages:
    Targets (1): haskell-x11-1.4.5-1
    Total Download Size: 0.00 MB
    Total Installed Size: 3.96 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (1/1) checking for file conflicts [##############################################] 100%
    ghc-pkg: cannot find package X11-1.4.5
    error: scriptlet failed to execute correctly
    (1/1) upgrading haskell-x11 [##############################################] 100%
    Reading package info from stdin ... done.
    X11-1.4.5: dependency base-3.0.3.0 doesn't exist (use --force to override)
    error: scriptlet failed to execute correctly
    If you like this package, please install aurvote
    and vote for its inclusion/keeping in [community]
    As a consequence haskell-x11 is not available when recompiling xmonad. I have similar messages for xmonad:
    Targets (1): xmonad-0.8.1-1
    Total Download Size: 0.00 MB
    Total Installed Size: 2.93 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (1/1) checking for file conflicts [##############################################] 100%
    ghc-pkg: cannot find package xmonad-0.8.1
    error: scriptlet failed to execute correctly
    (1/1) upgrading xmonad [##############################################] 100%
    Reading package info from stdin ... done.
    xmonad-0.8.1: dependency X11-1.4.5 doesn't exist (use --force to override)
    xmonad-0.8.1: dependency base-3.0.3.0 doesn't exist (use --force to override)
    xmonad-0.8.1: dependency containers-0.2.0.0 doesn't exist (use --force to override)
    xmonad-0.8.1: dependency directory-1.0.0.2 doesn't exist (use --force to override)
    xmonad-0.8.1: dependency process-1.0.1.0 doesn't exist (use --force to override)
    xmonad-0.8.1: dependency unix-2.3.1.0 doesn't exist (use --force to override)
    error: scriptlet failed to execute correctly
    If you like this package, please install aurvote
    and vote for its inclusion/keeping in [community]
    When I downgrade to ghc in extra and reinstall these packages they work fine, and don't have the above dependency error messages. The only error message I keep having is:
    error: scriptlet failed to execute correctly
    But this might have been there before. I have no experience in actually using ghc, so maybe I'm missing something?

    It's the right idea, but technically not feasible currently. [community] is maintained by a different set of people than [core], [extra] and [testing] (not only that, they are technically implemented differently at the moment, but devs are working on that about now). So only packages from [core] and [extra] can go through [testing] at present. Hence there is always only one version of a package in [community], and naturally it needs to be in sync with [core/extra], not [testing]. So currently it's assumed that people that use testing are technically skilled enough to know (and know how) to rebuild some community packages that need it.

  • Xmonad and vimperator

    It seems that vimperator refuses to color my url white. Instead it remains black. (See screenshot).
    Without cursor highlighting:
    After highlighting with the cursor:
    Any ideas? I have two separate installations of xmonad (two different laptops) and both have the same problem.
    Last edited by timetrap (2008-12-17 23:45:48)

    IIUC, you can quickly change such color scheme settings with Stylish firefox addon, but you can put it in userChrome.css or something too (it could be the other chrome file)
    e.g. I wrote two styles for vimperator.
    The command line:
    #liberator-commandline
    background: rgb(230,230,230) !important;
    color: rgb(255,44,44) !important;
    font-weight: bold !important;
    And one for the status line where the URL is:
    .hl-StatusLine {
    background-color: rgb(230,230,230) !important;
    color: black !important;
    font-weight: normal !important;
    border-top: thin solid rgb(100,100,100) !important;
    Last edited by Procyon (2008-12-18 00:01:54)

  • [SOLVED] Trouble installing Xmonad and Xmonad-contrib

    I am new to Arch Linux. After using awesome for a month I decided to shift to xmonad.I installed xmonad and xmonad-contrib from official arch repositories by using
    pacman -S xmonad xmonad-contrib
    and then installed GHC. I was able to start session using
    exec xmonad
    in my ~/.xsession file. I copied the default xmonad.hs template to my home.
    cp /usr/share/xmonad-0.11/man/xmonad.hs ~/.xmonad/xmonad.hs
    . However while recompiling I am getting this error -
    xmonad.hs:14:18:
    Could not find module `XMonad.StackSet'
    Use -v to see a list of the files searched for.
    So I checked the modules in my ghc
    [mangat@Noahas_Arch ~]$ ghc-pkg list
    /usr/lib/ghc-7.6.2/package.conf.d
    Cabal-1.16.0
    array-0.4.0.1
    base-4.6.0.1
    bin-package-db-0.0.0.0
    binary-0.5.1.1
    bytestring-0.10.0.2
    containers-0.5.0.0
    deepseq-1.3.0.1
    directory-1.2.0.1
    filepath-1.3.0.1
    ghc-7.6.2
    ghc-prim-0.3.0.0
    haskell2010-1.1.1.0
    haskell98-2.0.0.2
    hoopl-3.9.0.0
    hpc-0.6.0.0
    integer-gmp-0.5.0.0
    old-locale-1.0.0.5
    old-time-1.1.0.1
    pretty-1.1.1.0
    process-1.1.0.2
    rts-1.0
    template-haskell-2.8.0.0
    time-1.4.0.1
    unix-2.6.0.1
    I am now missing xmonad and xmonad-contrib modules, so I tried to reinstall it but I am now getting following error messages :-
    [mangat@Noahas_Arch ~]$ su -c "pacman -Sv xmonad xmonad-contrib"
    Password:
    Root : /
    Conf File : /etc/pacman.conf
    DB Path : /var/lib/pacman/
    Cache Dirs: /var/cache/pacman/pkg/
    Lock File : /var/lib/pacman/db.lck
    Log File : /var/log/pacman.log
    GPG Dir : /etc/pacman.d/gnupg/
    Targets : xmonad xmonad-contrib
    warning: xmonad-0.11-5 is up to date -- reinstalling
    warning: xmonad-contrib-0.11-6 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Packages (2): xmonad-0.11-5 xmonad-contrib-0.11-6
    Total Installed Size: 34.13 MiB
    Net Upgrade Size: 0.00 MiB
    :: Proceed with installation? [Y/n] Y
    (2/2) checking keys in keyring [###########################################################] 100%
    (2/2) checking package integrity [###########################################################] 100%
    (2/2) loading package files [###########################################################] 100%
    (2/2) checking for file conflicts [###########################################################] 100%
    (2/2) checking available disk space [###########################################################] 100%
    ghc-pkg: cannot find package xmonad-0.11
    error: command failed to execute correctly
    (1/2) reinstalling xmonad [###########################################################] 100%
    Reading package info from stdin ... done.
    xmonad-0.11: Warning: haddock-interfaces: /usr/share/doc/xmonad-0.11/html/xmonad.haddock doesn't exist or isn't a file
    xmonad-0.11: Warning: haddock-html: /usr/share/doc/xmonad-0.11/html doesn't exist or isn't a directory
    xmonad-0.11: dependency "X11-1.6.1.1-1d285f3adf4105d51aa29a4bb5b0c634" doesn't exist (use --force to override)
    xmonad-0.11: dependency "extensible-exceptions-0.1.1.4-757e1af929bd59fccfe8430149f55bc2" doesn't exist (use --force to override)
    xmonad-0.11: dependency "mtl-2.1.2-36ff22533b21e2182d8d4647bfd2b3e7" doesn't exist (use --force to override)
    xmonad-0.11: dependency "utf8-string-0.3.7-89a3d8cf53390a43809e108bcfba69ef" doesn't exist (use --force to override)
    error: command failed to execute correctly
    ghc-pkg: cannot find package xmonad-contrib-0.11
    error: command failed to execute correctly
    (2/2) reinstalling xmonad-contrib [###########################################################] 100%
    Reading package info from stdin ... done.
    xmonad-contrib-0.11: Warning: haddock-interfaces: /usr/share/doc/xmonad-contrib-0.11/html/xmonad-contrib.haddock doesn't exist or isn't a file
    xmonad-contrib-0.11: Warning: haddock-html: /usr/share/doc/xmonad-contrib-0.11/html doesn't exist or isn't a directory
    xmonad-contrib-0.11: dependency "X11-1.6.1.1-1d285f3adf4105d51aa29a4bb5b0c634" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "X11-xft-0.3.1-af5f924091c4d4d0e7fd0f1ef1e3e1c5" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "extensible-exceptions-0.1.1.4-757e1af929bd59fccfe8430149f55bc2" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "mtl-2.1.2-36ff22533b21e2182d8d4647bfd2b3e7" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "random-1.0.1.1-048316c239de82db6e182c94b6cf4e19" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "utf8-string-0.3.7-89a3d8cf53390a43809e108bcfba69ef" doesn't exist (use --force to override)
    xmonad-contrib-0.11: dependency "xmonad-0.11-b1caf0967c016228684d4fbe995fb8d7" doesn't exist (use --force to override)
    error: command failed to execute correctly
    Any Idea why pacman is unable to resolve the dependency. Are they availiable in AUR?
    PS: I have just updated by installation and I am not using AUR right now.
    Last edited by mangatmodi (2013-04-23 09:26:14)

    @Raynman
    My pacman.conf was really in a very bad shape at the time of installation of Xmonad. I think I must be careless to notice and removed dependency check.
    When I compiled my xmonad.hs I found errors related to GHC. I was too surprised, however installed it further. Now since GHC was installed later, it missed some modules which were previously installed.
    I tried reinstalling xmonad, xmonad-contrib before but there was no use. However recursively removing and installing, as suggested by you, seems to have fixed have problem. I am now getting following modules in GHC.
    /usr/lib/ghc-7.6.2/package.conf.d
    Cabal-1.16.0
    X11-1.6.1.1
    X11-xft-0.3.1
    array-0.4.0.1
    base-4.6.0.1
    bin-package-db-0.0.0.0
    binary-0.5.1.1
    bytestring-0.10.0.2
    containers-0.5.0.0
    data-default-0.5.1
    deepseq-1.3.0.1
    directory-1.2.0.1
    dlist-0.5
    extensible-exceptions-0.1.1.4
    filepath-1.3.0.1
    ghc-7.6.2
    ghc-prim-0.3.0.0
    haskell2010-1.1.1.0
    haskell98-2.0.0.2
    hoopl-3.9.0.0
    hpc-0.6.0.0
    integer-gmp-0.5.0.0
    mtl-2.1.2
    old-locale-1.0.0.5
    old-time-1.1.0.1
    pretty-1.1.1.0
    process-1.1.0.2
    random-1.0.1.1
    rts-1.0
    template-haskell-2.8.0.0
    time-1.4.0.1
    transformers-0.3.0.0
    unix-2.6.0.1
    utf8-string-0.3.7
    xmonad-0.11
    xmonad-contrib-0.11
    I will test my system and mark the thread solved. Thank you for the help

  • ITunes & Windows Vista Home - Error File C:\Program Data\Apple Computer\Installer\Cache\iTunes 10.5.142\iTunes.msi was rejected by digital signature policy.

    Tried
    https://discussions.apple.com/thread/2713232?start=0&tstart=0
    and
    http://www.vistax64.com/vista-general/159940-computer-blocking-anything-no-digit al-signature.html
    with no avail!!!
    iTunes opens after I click OK on the above message however I cannot do anything within the app its like Windows it preventing it from running.
    PLEASE HELP!!!

    Update:
    I tried what the diagnostic told me to do, and repaired the installation. I was able to burn a CD in iTunes, but after I restarted, the drives have disappeared again! Here's the diagnostic info now:
    Microsoft Windows Vista Home Edition (Build 6000)
    MICRO-STAR INC. MS-6728
    iTunes 7.6.0.29
    QuickTime 7.4
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    Apple Mobile Device 1.1.3.26
    iTunes Serial Number 20D6EAF059AB94B4
    Current user is not an administrator.
    The current local date and time is 2008-01-15 19:09:32.
    iTunes is not running in safe mode.
    Video Display Information
    ATI Technologies Inc., Radeon X1600/X1650 Series
    ATI Technologies Inc., Radeon X1600/1650 Series Secondary
    ** External Plug-ins Information **
    Plug-in Name: Last.fm iTunes plugin
    Plug-in Loaded: Yes
    Plug-in Version: 0.0.13
    Plug-in File Version: 2.0.13.0
    Plug-in Path: C:\Program Files\iTunes\Plug-ins\itw_scrobbler.dll
    No drives showed up to be tested.

  • Can no longer enter data in the address bar {url Bar}, it correctly follows data from google search bar. It was a 1 month old installation so not a lot of complications

    I was not adding anything to Firefox. I Refused tool bars embedded in several application installs on this new computer. Was working fine. Then had a problem with Google search, restored default values and re-tooled Firefox. At this point all worked fine. Then my url, address bar changed color to the same color as the program shell, a grey brown as opposed to the white it was before. With the change in color it no longer allows me to change the data showing in the bar. I can not delete or add data. I used to add a url and navigate to the domain. Now I can not

    Greetings,
    TY for the reply, the information was enlightening to be sure. I never knew safe mode was an option with Firefox. I have so many tasks running that I didn't want to shut things down. What I did is turn off some of the last plug-ins I installed. That did not fix the problem at least in the first look. What happened next was very interesting none the less. I had a moment of mouse spastic wrist syndrome and accidentally moved a tab in such a way that it opened in a new window. The URL bar was white and editable. So I moved all my tabs to the new window and everything works as it should. I have restarted Firefox this morning and it came back with the bar editable and I am speechless to understand what I may have done to correct the problem if anything ??

  • Installation of IPC AP 7.0 Jar is getting Failed when uploading in CRM

    Hello Experts,
    we did some changes in the previosly uploded version of IPC AP 7.0  customer user exit Jar file in eclipse.
    While uploading the new modified jar through transaction /SAPCND/UE_DEV in CRM we are getting error :" installation of module <Jar file name > has failed ".
    when we checked the logs in SM 53 we seen the below mentioned error:
    Message: Exception of type com.sap.sql.log.OpenSQLException caught: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permit ted)" is not supported
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permitted)" is not supported
    --> com.sap.sql.log.OpenSQLException: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is n" is not suppor ted
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is not permitted)" is not supported
    at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lcom/sap/sql/log/OpenSQLException;(Syslog.java:85)
    at 
    if  required i can post the complete stack trace.
    any inputs/suggestions are most welcome.
    Thanks & regards,
    Siddharth

    Hi Mark,
    Yesterday after Posting the thread we found the same Note ,Issue occured because of  JAVA write access was not enabled on the table ,After enabling it as mentioned in SAP Note, Jar file get successfully uploaded.
    Thanks for your Help also.
    Regards,
    Siddharth

Maybe you are looking for

  • ICloud icon next to ALL my songs on my iPhone after restoring from backup on iTunes

    i recently just had my iPhone back after having it repaired. I made a backup on my Mac before sending it away. Now after waiting for it to restore itself and even watch it download all 1800 songs, none of them will play unless i download them from iC

  • How to open Camera Raw in Bridge, it comes up with the following error

    How to open Camera Raw in Bridge, it comes up with the following error Bridge parent application is not Active   Bridge requires that a qualifing product has been lanched at least once to enable this feature.  It opens in Photoshop CS6 & Elements 10

  • Problem with the icon "Display query on the web" in Query Designer

    Hi Friends,          I was told by my PM to give them all FI Modules standard business contenet reports, so for that reason i have installed all FI business content & loaded the data in the Dev Server, now i just want to show the reports, but i want

  • Twist Depot Replacement

    What type of computer does Lenovo generally offer as a replacment if they decide not to fix your computer? My Lenovo Twist is currently being repaired under an extended depot warranty.  They have escalated the case to someone who has to make the deci

  • Make a version the new master

    I would like to use aperture to make adjustments but then keep the new version I and delete the original master (actually replace it). This is what I do with photos I "adjust" in photoshop. It seems the only way to do this is to open the "version" in