Skip to content

fjodborg/suse_configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

suse_configuration

This is my configuration for Opensuse. I used Gnome as the preset.

Install nvidia drivers

# The newest version (570.144) as of writing this had issues.
sudo zypper in nvidia-video-G06=570.133.07-33.1
sudo zypper in nvidia-compute-utils-G06=570.133.07-33.1
sudo zypper al nvidia-compute-G06 nvidia-driver-G06-kmp-default nvidia-video-G06

Cosmic DE

sudo zypper ar --refresh https://download.opensuse.org/repositories/X11:COSMIC:Next/openSUSE_Factory/X11:COSMIC:Next.repo
sudo zypper refresh
sudo zypper in patterns-cosmic-cosmic

KDE DE

sudo zypper install sddm
sudo zypper in -t pattern kde kde_plasma
sudo update-alternatives --config default-displaymanager 
# Possibly i also need to add DISPLAYMANAGER=sddm inside /etc/sysconfig/displaymanager

now logout and choose the user. Then in the bottom right corner select the cogwheel and select cosmic and login

Install git and generate ssh key.

Just follow githubs guide...

Setup fn keys

temporary fix (Current session)

echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode

Permanent fix

echo "options hid_apple fnmode=2" | sudo tee /etc/modprobe.d/hid_apple.conf
sudo dracut --regenerate-all --force

and reboot to take effect.

Steam

sudo zypper in steam

login and enable compatiblity with all library games and select proton 10.0.1 beta

.bashrc

echo "export EDITOR=nano" | tee -a $HOME/.bashrc

Vscode

sudo zypper in opi
opi vscode
code --install-extension ms-python.python
code --install-extension rust-lang.rust
code --install-extension tamasfe.even-better-toml
code --install-extension ms-vscode.cpptools

media Codec

sudo zypper in opi
opi codecs

Misc

sudo zypper in discord htop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published