fixing a bunch of broken stuff I think

This commit is contained in:
Chris Cochrun 2022-02-25 14:16:41 -06:00
parent 0dbc3ead0e
commit 8bace887a2
1551 changed files with 299 additions and 57481 deletions

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I am a noob to Arch, and Linux in general. I was following a video tutorial and my boot screen is as shown <a href="https://imgur.com/b8RV8IT">here</a>.</p> <p>Whereas on the tutorial it shows like <a href="https://imgur.com/pENHgLp">this</a>.</p> <p>I have enabled the EFI checkbox, and loaded the .iso file like <a href="https://imgur.com/Uqyn8hM">this</a>.</p> <p>Any help would be appreciated. Thanks in advance!</p> <p>Please let me know if you need any more info to solve this issue.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Binoy_John"> /u/Binoy_John </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rv0a9e/my_vm_is_not_detecting_the_iso_while_installing/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/rv0a9e/my_vm_is_not_detecting_the_iso_while_installing/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rctz8i/dwm_learning_to_play_sudoku_on_the_weekend/"> <img src="https://preview.redd.it/2nq4uleanl481.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=0b90cdbbef3d370e898ff5d6b4ddc850e24e34f9" alt="[dwm] learning to play Sudoku on the weekend" title="[dwm] learning to play Sudoku on the weekend" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/SalastroG"> /u/SalastroG </a> <br/> <span><a href="https://i.redd.it/2nq4uleanl481.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rctz8i/dwm_learning_to_play_sudoku_on_the_weekend/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hello,</p> <p>I&#39;ve just had my trackpad replaced where the technician had to take all electronics apart from the top. I&#39;ve found now that my speakers on Arch Linux no longer work (using pulsemixer and pulseaudio).</p> <p>I logged into Windows to test if it&#39;s a software or hardware issue and they work just fine in Windows. What should I do to find out the issue and to fix it? Bluetooth audio works just fine, just the internal speakers.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/StageOk4515"> /u/StageOk4515 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/ppfsum/speakers_stopped_working_on_xps_after_hardware/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/ppfsum/speakers_stopped_working_on_xps_after_hardware/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>So I got my Telega client working, after a nasty scare of my number banned by Telegram.m</p> <p><a href="https://preview.redd.it/n7s6xcctfl181.png?width=1600&amp;format=png&amp;auto=webp&amp;s=81c05d1eae28c6b6c66592ad7cdcfc711eb276e2">https://preview.redd.it/n7s6xcctfl181.png?width=1600&amp;format=png&amp;auto=webp&amp;s=81c05d1eae28c6b6c66592ad7cdcfc711eb276e2</a></p> <p>So.... now what? </p> <p>(I literally dont feel the same magic I felt when I was always learning new org-mode features. What else is there to Telega?)</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Ardie83"> /u/Ardie83 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r1cy3k/i_got_telega_client_on_my_emacsspacemacs_now_what/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r1cy3k/i_got_telega_client_on_my_emacsspacemacs_now_what/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hi everyone, just FYI: I&#39;m a complete newbie, but here&#39;s the problem.</p> <p>I added this lines to my init.el file:</p> <p>```</p> <p>(use-package evil</p> <p>:ensure t ;; install if not already installed</p> <p>:init ;; start configuration</p> <p>(setq evil-want-integration t) ;; set to t by default</p> <p>(setq evil-want-keybinding nil)</p> <p>(setq evil-vsplit-window-right t)</p> <p>(setq evil-split-window-below t)</p> <p>(evil-mode))</p> <p>(use-package evil-collection</p> <p>:after evil</p> <p>:ensure t</p> <p>:config</p> <p>(evil-collection-init))</p> <p>```<br/> but when i evaluate the buffer, i get these errors in the warnings buffer:</p> <p>```</p> <p>Error (use-package): Failed to install evil: Package evil- is unavailable</p> <p>Error (use-package): evil/:init: Symbols function definition is void: evil-mode</p> <p>Error (use-package): Cannot load evil</p> <p>Error (use-package): Failed to install evil-collection: Package evil-collection- is unavailable</p> <p>Error (use-package): Failed to install evil: Package evil- is unavailable</p> <p>Error (use-package): evil/:init: Symbols function definition is void: evil-mode</p> <p>Error (use-package): Cannot load evil</p> <p>Error (use-package): Failed to install evil-collection: Package evil-collection- is unavailable</p> <p>&#x200B;</p> <p>``` </p> <p>what do i have to do to fix this?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Dumb-Ptr"> /u/Dumb-Ptr </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rss4ec/failed_to_download_evil_package/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rss4ec/failed_to_download_evil_package/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r56nhc/i3_transparent_blue/"> <img src="https://preview.redd.it/ebir7qfbvl281.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=8bf039f5f8f9e3cb09517b19c725f0bc48a66a8a" alt="[i3] Transparent blue ❤️" title="[i3] Transparent blue ❤️" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Kroks___"> /u/Kroks___ </a> <br/> <span><a href="https://i.redd.it/ebir7qfbvl281.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r56nhc/i3_transparent_blue/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>So i decided to install arch on my laptop, and it works fine as long as my bootable usb is plugged in for the download, and once i get to the vanillar arch menu, after logging in and when i try to install packages it decides to shut down, and reboots itself back again,<br/> At first i thought it&#39;s a laptop error, so i decided to try out windows, and windows works perfectly fine, with no constant shut downs and works smoothly,<br/> i decided to install arch again and this time install `lm_sensors` and `tlp` cuz i suspected my laptop was heating up a lot, but when i constantly monitored my temperatures, the laptop stayed at 35C and on very rare occassions went upto 40C or 42C</p> <p>My fans work perfectly fine, since im able to run cinebench and also blender in windows, i do believe i made an error in it&#39;s installation, could anyone point out what i am doing wrong?, btw i haven&#39;t tried running it on virual machines yet, will update the post if it works one VMs,</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/saifkhan501721"> /u/saifkhan501721 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r7rrm6/my_laptop_keeps_rebooting_itself_every_few_seconds/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r7rrm6/my_laptop_keeps_rebooting_itself_every_few_seconds/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>installed Arch on my Thinkpad T430 today. During the installation, everything was working fine (I followed the installation guide). After I rebooted, the &quot;a s d f j k l ;&quot; keys stopped working. When I do &quot;showkey --scancodes&quot;, nothing shows up when I hit those keys. What&#39;s odd to me, though, is that on the login screen, if I press &quot;a&quot; for the first time, &quot;\;lkjfdaaaaa...&quot; starts typing. I can use USB keyboard just fine. Just the laptop keyboard is messed up.</p> <p>I tried setting the keymap to US but that didn&#39;t change anything. I&#39;ve repeated the installation but the same problem arises. Any tips on what I can try?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/gnhs"> /u/gnhs </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/pp47la/keyboard_works_fine_during_installation_until/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/pp47la/keyboard_works_fine_during_installation_until/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/ruprel/i3_first_i3_rice_gotta_figure_out_a_nicer_status/"> <img src="https://preview.redd.it/sdemg7akpd981.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=09f7c0b4fe4a83ada60dc8a11fc82741519a3ad8" alt="[i3] First i3 Rice. Gotta figure out a nicer status bar" title="[i3] First i3 Rice. Gotta figure out a nicer status bar" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/alongo0925"> /u/alongo0925 </a> <br/> <span><a href="https://i.redd.it/sdemg7akpd981.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/ruprel/i3_first_i3_rice_gotta_figure_out_a_nicer_status/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hello everyone, I noticed that arch has too many choices for timezones. Is there any meaning to choosing a city over another if both are in the same timezone?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/kam1goroshi"> /u/kam1goroshi </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q8fc5o/question_for_timedatectl_settimezone/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/q8fc5o/question_for_timedatectl_settimezone/">[comments]</a></span>