Advertisement
digreamon

Xorg and SDDM hang: make.conf

Mar 9th, 2020
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /usr/share/portage/config/make.conf.example for a more
  4. # detailed example.
  5. CFLAGS="-O2 -march=native -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7.  
  8. # WARNING: Changing your CHOST is not something that should be done lightly.
  9. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  10. CHOST="x86_64-pc-linux-gnu"
  11.  
  12. MAKEOPTS="-j7"
  13.  
  14. INPUT_DEVICES="evdev"
  15.  
  16. ACCEPT_LICENSE="*"
  17.  
  18. VIDEO_CARDS="nvidia"
  19.  
  20. FEATURES="-preserve-libs"
  21.  
  22. #PORTAGE_TMPDIR="/tmp"
  23.  
  24. # These are the USE flags that were used in addition to what is provided by the
  25. # profile used for building.
  26. USE="X aac aalib alsa apm bzip2 cups curl dbus dhcpcd djvu dvd exif ffmpeg -libav flac ftp gif git -gnome gpm -gtk gzip jpeg kde lm_sensors matroska mms mmx mp3 mp4 mpeg mtp nls nsplugin ogg opengl pdf png posix -pulseaudio qt5 quicktime samba -semantic-desktop sound sse sse2 sse3 ssse3 sse4_1 sse4_2 syslog szip tiff udev unicode usb vdpau x264 zlib abi_x86_32 mtp javafx -libglvnd -systemd -elogind consolekit"
  27. CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop"
  28.  
  29. LINGUAS="uk ru us"
  30. L10N="uk ru en"
  31.  
  32. GRUB_PLATFORMS="pc efi-64"
  33.  
  34. PORTDIR="/usr/portage"
  35. DISTDIR="${PORTDIR}/distfiles"
  36. PKGDIR="${PORTDIR}/packages"
  37.  
  38. #GENTOO_MIRRORS=http://gentoo.kiev.ua/ftp/
  39. #GENTOO_MIRRORS=http://gentoo.iteam.net.ua/
  40. #GENTOO_MIRRORS=http://lug.mtu.edu/gentoo/
  41. #GENTOO_MIRRORS=http://portage.org.ua
  42. #GENTOO_MIRRORS=ftp://portage.org.ua/
  43. #GENTOO_MIRRORS=rsync://rsync.ua.gentoo.org
  44. #GENTOO_MIRRORS=rsync://ftp.vectranet.pl/gentoo/
  45.  
  46. #http://gentoo.iteam.net.ua/ http://portage.org.ua/
  47. #SYNC=rsync://rsync.ua.gentoo.org/gentoo-portage/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement