Logs on 2023-08-05 (liberachat/#xmonad)
| 01:38:51 | × | thunderrd quits (~thunderrd@183.182.110.68) (Remote host closed the connection) |
| 02:37:39 | × | td_ quits (~td@i5387090C.versanet.de) (Ping timeout: 260 seconds) |
| 02:39:06 | → | td_ joins (~td@i53870923.versanet.de) |
| 02:49:25 | × | vetu_ quits (~vetu@91-156-31-97.elisa-laajakaista.fi) (Ping timeout: 240 seconds) |
| 02:53:31 | × | ft quits (~ft@p3e9bca6a.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
| 02:55:36 | → | ft joins (~ft@p3e9bcd02.dip0.t-ipconnect.de) |
| 09:13:39 | <xmonadtrack> | New xmonad-contrib branch created: pull/824 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/824 |
| 09:26:44 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 09:26:44 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
| 10:19:57 | → | berberman joins (~berberman@user/berberman) |
| 10:39:29 | × | berberman quits (~berberman@user/berberman) (Ping timeout: 260 seconds) |
| 11:01:13 | → | berberman joins (~berberman@user/berberman) |
| 11:09:43 | → | trixthethird joins (~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84) |
| 11:09:59 | × | trixthethird quits (~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84) (Client Quit) |
| 11:13:25 | → | trixthethird58 joins (~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84) |
| 13:59:45 | × | avesheher[m] quits (~electron2@2001:470:69fc:105::3:86b6) (Read error: Connection reset by peer) |
| 13:59:45 | × | mon_aaraj quits (~montchncs@2001:470:69fc:105::8e6b) (Remote host closed the connection) |
| 13:59:46 | × | ribosomerocker[m quits (~ribosomer@2001:470:69fc:105::3:8ac7) (Remote host closed the connection) |
| 13:59:46 | × | ElKowar[m] quits (~elkowarma@2001:470:69fc:105::392) (Write error: Connection reset by peer) |
| 13:59:46 | × | Nexilva[m] quits (~nexilvama@2001:470:69fc:105::2:cf52) (Write error: Connection reset by peer) |
| 13:59:46 | × | emma-underscores quits (~emma-unde@2001:470:69fc:105::2:cdfc) (Read error: Connection reset by peer) |
| 13:59:46 | × | pyriphlegeton[m] quits (~pyriphleg@2001:470:69fc:105::1:1f49) (Read error: Connection reset by peer) |
| 13:59:46 | × | HAL[m] quits (~evadk8mat@2001:470:69fc:105::3ed0) (Read error: Connection reset by peer) |
| 13:59:46 | × | yousof[m] quits (~yousofmat@2001:470:69fc:105::3:7e1f) (Write error: Connection reset by peer) |
| 13:59:46 | × | mc47[m] quits (~mc47matri@2001:470:69fc:105::733) (Read error: Connection reset by peer) |
| 13:59:47 | × | ChaoticMist[m] quits (~gilganixm@2001:470:69fc:105::3d09) (Read error: Connection reset by peer) |
| 13:59:47 | × | sha_bam[m] quits (~shabammat@2001:470:69fc:105::3:7eea) (Read error: Connection reset by peer) |
| 13:59:47 | × | beastwick[m] quits (~beastwick@2001:470:69fc:105::3:8087) (Read error: Connection reset by peer) |
| 13:59:47 | × | fr1d4y[m] quits (~fr1d4yenv@2001:470:69fc:105::2:ea3c) (Read error: Connection reset by peer) |
| 13:59:48 | × | gar[m] quits (~randyorto@2001:470:69fc:105::3:85fa) (Read error: Connection reset by peer) |
| 14:06:06 | × | samhh quits (7569f027cf@2604:bf00:561:2000::e4) (Ping timeout: 246 seconds) |
| 14:08:58 | → | samhh joins (7569f027cf@2604:bf00:561:2000::e4) |
| 18:27:54 | × | ml| quits (~ml|@user/ml/x-5298235) (Ping timeout: 260 seconds) |
| 19:16:06 | → | oo_miguel joins (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) |
| 19:17:28 | <oo_miguel> | Hmm not sure what I did wrong after reinstall. Xmonad seems to ignore my second monitor while moving the mouse-pointer there works fine |
| 19:19:01 | <geekosaur> | sounds like xrandr may be confused, or possibly xmonad was built without "xinerama" (actually xrandr) support |
| 19:20:17 | <oo_miguel> | ah ok. I installed via cabal install this time. and was misisng xrandr-dev libs at the moment of "installation" |
| 19:20:38 | <geekosaur> | `xmonad --verbose-version` will tell you if it supports ximerama |
| 19:20:42 | <geekosaur> | *xinerama |
| 19:20:51 | <oo_miguel> | Xinerama: False |
| 19:20:59 | <oo_miguel> | ok, thanks for the hint |
| 19:21:55 | <oo_miguel> | probably ouf of scope on this channel, but how do I force cabal to run a reconfigure? |
| 19:22:52 | <oo_miguel> | maybe I delete my ~/.cabal dir alltogether |
| 19:24:05 | <geekosaur> | not sure I'd do that, it's rather invasive. reinstalling the binary should Just Work, reinstalling libs would be `rm -rf dist-newstyle` |
| 19:24:29 | <geekosaur> | if you don't have that then you may need to weed ~/.cabal/store |
| 19:24:59 | <geekosaur> | that said I think I've never needed to force it, it generally figures it out for itself |
| 19:25:18 | <oo_miguel> | Xinerama: True -- hooray, thanks |
| 19:25:31 | <oo_miguel> | wiped out ~/.cabal completely. It is a fresh setup so not much there I guess |
| 19:25:45 | <oo_miguel> | and did : cabal update && cabal install xmonad |
| 19:27:01 | <geekosaur> | you need to reinstall the libs, not just the binary |
| 19:27:04 | <oo_miguel> | without that "cabal install xmonad" did not figure out it requires a rebuild, because available system libs changed |
| 19:27:28 | <oo_miguel> | I would assume the libs are kept in ~/.cabal as well? |
| 19:28:00 | <geekosaur> | hm, also you might need to tell it explicitly to reinstall X11 because that's where the actual xinerama-dev dependency is |
| 19:28:03 | <oo_miguel> | geekosaur: ah ok . I tried cabal install X11 before as well.. |
| 19:28:44 | <geekosaur> | right, these days that won't do anything because `cabal install` is intended for executables; libraries are managed by cabal |
| 19:28:45 | <oo_miguel> | I am not sure how much is downloadad and what is actually congifured and build on my system |
| 19:29:21 | justache | is now known as reddit-boat |
| 19:29:25 | reddit-boat | is now known as justache |
| 19:31:01 | <geekosaur> | cabal-install doesn't have binary caching (yet) |
| 19:31:34 | <geekosaur> | and can't use haskell packages installed via system package manager, aside from any bundled from a package manager-installed ghc |
| 19:31:56 | <oo_miguel> | I did not install anything via system (debian) package manger this time |
| 19:32:08 | <oo_miguel> | (at least this is my understanding) |
| 19:32:12 | <geekosaur> | that's probably good |
| 19:32:35 | <oo_miguel> | anyway I believe I am fine now. need to restart X however :) |
| 19:32:46 | <geekosaur> | mod-q should be enough? |
| 19:33:27 | × | oo_miguel quits (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8) |
| 19:35:59 | → | oo_miguel joins (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) |
| 19:39:42 | <oo_miguel> | geekosaur: I did a restart because A) I created two X screens during my experiments, and now reverted this B) I do not (yet) have a xmonad.hs in place. |
| 19:40:11 | <oo_miguel> | Anyway it seems to work perfectly now, after xmonad is xinerama-aware. Thank you! |
| 19:51:28 | → | shapr joins (~user@2600:1700:c640:3100:74c3:10f6:7a7f:9e1) |
| 20:32:05 | × | oo_miguel quits (~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8) |
| 22:09:40 | × | shapr quits (~user@2600:1700:c640:3100:74c3:10f6:7a7f:9e1) (Remote host closed the connection) |
| 22:09:53 | → | shapr joins (~user@2600:1700:c640:3100:5b39:72cf:2cf6:4f57) |
All times are in UTC on 2023-08-05.