About me
Hello everyone! I'm a beginner Linux user. Several years ago I tried Ubuntu and Mint.
But currently I'm using Arch Linux and I'm in love with it.
Pages maintained by me
Currently translating
Translated page
|
Original (English) page
|
Черновики: User:Elnee/Draftspace
My configuration
Hardware
|
Laptop |
ASUS X556UQ
|
CPU |
Intel Core i5-7200 3.1 GHz
|
RAM |
8Gb DDR3
|
Graphics
|
VGA |
Intel Corporation HD Graphics 620
|
3D |
NVIDIA Corporation GM108M [GeForce 940MX]
|
Drivers
|
Device |
Package name
|
NVIDIA |
"nvidia"
|
Software
|
System |
Arch Linux
|
Desktop Environment |
GNOME 3
|
File Manager |
Nautilus
|
Image Viewer |
Eye of Gnome
|
Text Editor |
Vim
|
Terminal Emulator |
Tilix
|
Browser |
Chrome
|
My dotfiles
Old
~/.xinitrc
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
xrandr --dpi 96
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
xscreensaver &
exec openbox-session
/etc/X11/xorg.conf
Section "Module"
Load "modesetting"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "1:0:0"
Option "AllowEmptyInitialConfiguration"
EndSection