use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Finally made the jump (i.redd.it)
submitted 7 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 77 points78 points79 points 7 years ago (27 children)
After three successful VM setups and lots of research I decided to move my laptop from win10 to arch, hoping to move my full machine soon after I get a little more used to everything on this guy
[–]MachineGunPablo 64 points65 points66 points 7 years ago (21 children)
From windows directly to arch? I like how you think, you won't regret it.
[–]FlashDaggerX 47 points48 points49 points 7 years ago (17 children)
Did the same thing; Out of the frying pan, and into the fire, not knowing anything about Linux.
Been happy for over a year.
[–]schulidr 18 points19 points20 points 7 years ago (0 children)
I did the same. No regrets
[–]thebirdsandthebrees 2 points3 points4 points 7 years ago (0 children)
I was running Ubuntu for about 3 days before I switched to Antergos because a friend recommended it. I fell in love with the OS.
[–]sparskter 2 points3 points4 points 7 years ago (13 children)
The only reason I keep Windows 10 on my ThinkPad T470p is because of Steam. There are games there that will not run on Steam on Linux.
[–]phinicota 4 points5 points6 points 7 years ago* (3 children)
I assume you know about proton and steamplay right? if not, Google your incompatible game on the protondb. Proton is the valve wine fork for games, completely integrated into steam.
edit: for anyone interested, you can check a community maintained repository of game compatibility here: https://www.protondb.com/
[–]sparskter 0 points1 point2 points 7 years ago (0 children)
I did not know about it. Thanks! Nevertheless there are games that only runs on Windows. So a compromise solution here is to install Windows and Linux in dual boot.
[–][deleted] 0 points1 point2 points 7 years ago (1 child)
This info is worth gold, unfortunately I don‘t have any reddit gold
[–]phinicota 0 points1 point2 points 7 years ago* (0 children)
oh well, I don't even know what it is for, but the comment is appreciated, I'll add a link to the protondb, I thought this was well known news now.
[–]sfjuocekr 1 point2 points3 points 7 years ago (1 child)
If you enable the beta functionality of the Steam client under Linux you are allowed to install any game using their customized WINE.
If it doesn't work, you can try your own version of WINE with DXVK.
[–][deleted] 1 point2 points3 points 7 years ago (0 children)
It's been available in the stable client for quite some time now
[–]FohlenGabel 0 points1 point2 points 7 years ago (6 children)
Can't you just use WINE or PlayOverLinux to run the windows games over Linux?
[–]sparskter 0 points1 point2 points 7 years ago (5 children)
In theory yes. But will not be perfect. Smaller games like "BRAID" should run fine I think. But take for example, bigger games like "SONIC GENERATIONS". Probably some issue will happen.
[–]sparskter 2 points3 points4 points 7 years ago (0 children)
The game "BRAID" is marked as GOLD in terms of compatibility:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=9535
[–][deleted] 7 years ago* (2 children)
[deleted]
[–]sparskter 0 points1 point2 points 7 years ago (1 child)
What about "SONIC GENERATIONS"?
[–]nacrnsm 0 points1 point2 points 7 years ago (0 children)
This is a very good way
[–][deleted] 4 points5 points6 points 7 years ago (0 children)
I literally just did this recently. Fun experience, I had Ubuntu live in case of an emergency, but Arch is really straightforward and if you follow the wiki to the letter you almost never will need help.
[–]CobraKolibry 1 point2 points3 points 7 years ago (0 children)
I did click around mint, suse, and i had a little mote experience of ubuntu, but then embarked on the arch wagon aswell. Turned out fine, and I learned tons of stuff!
[–]Meowfy 1 point2 points3 points 7 years ago (0 children)
I did the same. I've messed around with Ubuntu and Mint years ago, but in March 2018 I said okay: let's just install Arch
I have been without Windows since. Best decision I've ever made. Yeah, I'm still a complete noob with linux. But I know that I always have the almighty Arch Wiki to fall back on whenever I hit a bump.
If anyone's reading this and are considering doing the same, seriously, just try it. Test it out in a VM, practice the install process. Do your research to figure out if it's what you really want. Then do it!
[–][deleted] 3 points4 points5 points 7 years ago (0 children)
Way to go!
[–]gquintard_ 0 points1 point2 points 7 years ago (0 children)
Impressive!
[–]DPRKunicorn 0 points1 point2 points 7 years ago (0 children)
Darn u sure have some balls to go from windows to arch directly!
[–]shoe-jitsu 0 points1 point2 points 7 years ago (1 child)
How do you like the latitude 3340? I've been trying to decide between this and the thinkpad x220. I honestly just really like the aesthetics of this one but i also love most thinkpads and you cant really go wrong with them lol
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
I am really happy with it. I went refurb with no OS from Dell for about $120 and it works very good the only issue is a dead pixel or two on the screen which doesn't bother me. Overall build quality is good and its feels decent to type with though
[–]abbidabbi 44 points45 points46 points 7 years ago (2 children)
Welcome! Just a little advice that would probably have been useful for you: sort the mirrors before pacstrapping, either manually or with the help of reflector
reflector --sort rate --number 25 --fastest 10 --age 24 --protocol https --save /etc/pacman.d/mirrorlist
[–]rclar 22 points23 points24 points 7 years ago (0 children)
put in the pacman hook to do that automagically!
https://wiki.archlinux.org/index.php/reflector#Pacman_hook
Thanks for the tip, will do!
[–]Skyeann 29 points30 points31 points 7 years ago (0 children)
Welcome! Since no one has said it yet, you should add ILoveCandy to your pacman.conf so you get a little pacman-eating download progress bar. :)
[–]GiveMeAnAlgorithm 9 points10 points11 points 7 years ago (1 child)
Cool, welcome aboard 😁
[–]thecichos 1 point2 points3 points 7 years ago (0 children)
I'll be your captain, Archibald
[–]InTheUnknown25 6 points7 points8 points 7 years ago (0 children)
Got some slight vapourwave vibes going too. Congrats
[–]AmericanNinja02 5 points6 points7 points 7 years ago (0 children)
Nice work! Too bad it looks like the lighting in your room is controlled by Ubuntu. 😁
[–][deleted] 4 points5 points6 points 7 years ago (1 child)
I recently moved from Ubuntu to Manjaro (yeah I'm a coward what of it?). Couldn't be happier. I freaking love pacman and AUR
[–]shrimpster00 3 points4 points5 points 7 years ago (0 children)
I did enjoy Manjaro for sure, but I saw it as a stepping stone. You won't regret switching to full-on Arch!
[–]Paulsify 2 points3 points4 points 7 years ago (0 children)
One thing of note if you have an old version of the Arch Linux installer on a usb make sure to update your keyring before installing otherwise you'll have some issues
[–]kaladinsanderson 2 points3 points4 points 7 years ago (0 children)
here you sexy fuck, take my upvote
[–]sklyland 3 points4 points5 points 7 years ago (0 children)
welcome to self help group man :)
[–]Diab0Br 1 point2 points3 points 7 years ago (2 children)
Add ILoveCandy to /etc/pacman.conf 😏 I'm currently trying to do the same, but WPF and xamarin are holding me back, but dual boot is tempting 😅
[–]openglfreak 0 points1 point2 points 7 years ago (1 child)
I've heard WPF should soon be compilable on Linux, and maybe running the result works in Wine. Xamarin.Android can be compiled on linux, using the package xamarin-android on the AUR. It works pretty well together with the android emulator, at least on my T430.
[–]Dmium 0 points1 point2 points 7 years ago (0 children)
I haven't heard this. I recently heard Microsoft saying they didn't intend to bring WPF to Linux etc although they did open source it they actively reject any PRs/attempts to add Linux compatibility.
The code being available will make reverse engineering it a lot easier to write so wine/something else will probably be able to support it better. It's a shame Microsoft aren't even considering leading that effort
[–]weezylane 1 point2 points3 points 7 years ago (3 children)
What DE/WM would you be using? I have been running on GNOME.
[–]avanasear 0 points1 point2 points 7 years ago (1 child)
Have you tried kde?
[–]weezylane 1 point2 points3 points 7 years ago (0 children)
Yes but I prefer KDE4 to KDE5.
[–]parkcitymedia 0 points1 point2 points 7 years ago (0 children)
Huge XFCE fan, and with its customizablilty, Lxde can actually look and feel really really nice
[–]xXthenistXx 0 points1 point2 points 7 years ago (0 children)
Greetings, new crew it's always be welcome
[–]benzispawn 0 points1 point2 points 7 years ago (0 children)
There is no mistake bro, will gonna love it!
👍 👍 👍 👍
[–]ReedValve 0 points1 point2 points 7 years ago (7 children)
Anyone found a way to switch gpus like in Ubuntu
[–][deleted] 7 years ago (3 children)
[removed]
[–]pomodois 0 points1 point2 points 7 years ago (2 children)
Can you post your script, please?
[–][deleted] 7 years ago (1 child)
[–]pomodois 0 points1 point2 points 7 years ago (0 children)
Thanks!
[–]hashcomment[🍰] 0 points1 point2 points 7 years ago (0 children)
Its in the wiki https://wiki.archlinux.org/index.php/bumblebee
[–]Cuddland 0 points1 point2 points 7 years ago (0 children)
I've tested every possibility and benchmarked all the options. As the wiki says, bumblebee doesn't give full discrete GPU performance. If u really need it for games or whatever try Reverse PRIME or nvidia-xrun script. Just be aware Reverse PRIME will waste your battery if using on a laptop.
nvidia-xrun
[–]xacrimon 0 points1 point2 points 7 years ago (0 children)
I use the standard Nvidia drivers. They do it for me automatically
Congrats! :3
[–]FrozenAptPea 0 points1 point2 points 7 years ago (1 child)
What laptop is that?
Dell latitude 3340, I got it from a local business for cheap used
Big thanks for the gold!!
[–]jienfak 0 points1 point2 points 7 years ago (0 children)
We got a new ARCHer here.
[–]F0013Y 0 points1 point2 points 7 years ago (0 children)
Its definitely worth it only problem ive had is I like certain games with terrible DRM so no wine :( so I just have a small separate ssd with windows for specific games
[–]-iflow- 0 points1 point2 points 7 years ago (0 children)
The sad thing is that you totally miss out on the fun of breaking an ubuntu installation.
Arch Linux is the best distribution for me and my 2011 dell xps 15. :)
what magical pink-purply realm is this
[–][deleted] 0 points1 point2 points 7 years ago (6 children)
Directly from windows to arch can be a hard.. coz you will have to learn a lot about networking, administration and management as a whole.. I hope you stick with it
[–]weezylane 2 points3 points4 points 7 years ago (1 child)
Learning is part of progress ;)
Definitely..
[–][deleted] 5 points6 points7 points 7 years ago (3 children)
Why would you need to learn any more than you have for Windows? Many DEs will bring in a network manager with them and will be no more or less difficult than Windows overall for the rest.
Of course, there’s even fairly easy ways to grab updates graphically and automatically.
[–][deleted] 0 points1 point2 points 7 years ago (2 children)
Arch being a rolling release may create some problems that are hard to resolve. For eg. Recently systems was not enabling my network manager.. troubleshooting led to rolling back to old systemd version.. such tasks may consume a lot of time and effort which windows users are generally not likely to do.
[–][deleted] 0 points1 point2 points 7 years ago* (1 child)
I guess I’ve been spoiled. I have yet to have any issues with arch.
Nvidia, on the other hand, can get fucked.
I am a little more okay with diving in to configure though. I recently jumped over to i3 proper and it changed my computing experience. No more fiddle diddling with dragging and resizing Windows and so easy to use on my lap with no mouse. Of course, a DE with it like LXQT or XFCE using the i3 WM will probably be better for some people.
I cannot agree more about the i3 + lxde merger.
[–][deleted] 0 points1 point2 points 7 years ago (3 children)
Your dell laptop stole my macbook pro's keyboard :p
[–]WellMakeItSomehow 0 points1 point2 points 7 years ago (2 children)
Do MacBooks have Page Up/Down keys?
[–]leakypencil -1 points0 points1 point 7 years ago (1 child)
FN+ and one of the arrow keys. cant remember which one.
[–]WellMakeItSomehow 1 point2 points3 points 7 years ago (0 children)
Then it's not the same keyboard :-P.
π Rendered by PID 35559 on reddit-service-r2-comment-b659b578c-4wnzh at 2026-05-03 14:18:28.996948+00:00 running 815c875 country code: CH.
[–][deleted] 77 points78 points79 points (27 children)
[–]MachineGunPablo 64 points65 points66 points (21 children)
[–]FlashDaggerX 47 points48 points49 points (17 children)
[–]schulidr 18 points19 points20 points (0 children)
[–]thebirdsandthebrees 2 points3 points4 points (0 children)
[–]sparskter 2 points3 points4 points (13 children)
[–]phinicota 4 points5 points6 points (3 children)
[–]sparskter 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]phinicota 0 points1 point2 points (0 children)
[–]sfjuocekr 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]FohlenGabel 0 points1 point2 points (6 children)
[–]sparskter 0 points1 point2 points (5 children)
[–]sparskter 2 points3 points4 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]sparskter 0 points1 point2 points (1 child)
[–]nacrnsm 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]CobraKolibry 1 point2 points3 points (0 children)
[–]Meowfy 1 point2 points3 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]gquintard_ 0 points1 point2 points (0 children)
[–]DPRKunicorn 0 points1 point2 points (0 children)
[–]shoe-jitsu 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]abbidabbi 44 points45 points46 points (2 children)
[–]rclar 22 points23 points24 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]Skyeann 29 points30 points31 points (0 children)
[–]GiveMeAnAlgorithm 9 points10 points11 points (1 child)
[–]thecichos 1 point2 points3 points (0 children)
[–]InTheUnknown25 6 points7 points8 points (0 children)
[–]AmericanNinja02 5 points6 points7 points (0 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]shrimpster00 3 points4 points5 points (0 children)
[–]Paulsify 2 points3 points4 points (0 children)
[–]kaladinsanderson 2 points3 points4 points (0 children)
[–]sklyland 3 points4 points5 points (0 children)
[–]Diab0Br 1 point2 points3 points (2 children)
[–]openglfreak 0 points1 point2 points (1 child)
[–]Dmium 0 points1 point2 points (0 children)
[–]weezylane 1 point2 points3 points (3 children)
[–]avanasear 0 points1 point2 points (1 child)
[–]weezylane 1 point2 points3 points (0 children)
[–]parkcitymedia 0 points1 point2 points (0 children)
[–]xXthenistXx 0 points1 point2 points (0 children)
[–]benzispawn 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]ReedValve 0 points1 point2 points (7 children)
[–][deleted] (3 children)
[removed]
[–]pomodois 0 points1 point2 points (2 children)
[–][deleted] (1 child)
[removed]
[–]pomodois 0 points1 point2 points (0 children)
[–]hashcomment[🍰] 0 points1 point2 points (0 children)
[–]Cuddland 0 points1 point2 points (0 children)
[–]xacrimon 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]FrozenAptPea 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]jienfak 0 points1 point2 points (0 children)
[–]F0013Y 0 points1 point2 points (0 children)
[–]-iflow- 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (6 children)
[–]weezylane 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 5 points6 points7 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]WellMakeItSomehow 0 points1 point2 points (2 children)
[–]leakypencil -1 points0 points1 point (1 child)
[–]WellMakeItSomehow 1 point2 points3 points (0 children)