From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?G=C3=B6ktu=C4=9F_Kayaalp?= Subject: Re: Corrupt colours with X.org Date: Wed, 28 Jun 2017 03:12:01 +0300 Message-ID: References: <87lgooz079.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQ0aY-0002M2-5c for help-guix@gnu.org; Tue, 27 Jun 2017 20:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQ0aU-0001TN-3j for help-guix@gnu.org; Tue, 27 Jun 2017 20:12:10 -0400 In-Reply-To: (=?utf-8?B?IkfDtmt0dcSf?= Kayaalp"'s message of "Wed, 28 Jun 2017 03:07:18 +0300") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix@gnu.org On 2017-06-28 03:07 +03, G=C3=B6ktu=C4=9F Kayaalp wrote: I've attached inline, sorry This is the user manifest. > ;; Guix user > > (use-package-modules admin aspell autotools base curl dns emacs gimp gnupg > gnuzilla image-viewers libreoffice linux lisp mail python [...] This the OS. This and the previous are separate files. > ;; Goktug's Operating System > > (use-modules (gnu)) > (use-service-modules desktop networking ssh) > (use-package-modules admin certs dns) > > (operating-system > (host-name "xi.bootis") > (timezone "Europe/Istanbul") > (locale "en_GB.utf8") > > (bootloader (grub-configuration (device "/dev/sda"))) > (swap-devices '("/dev/sda2")) > (file-systems > (cons* > (file-system > (device "/dev/sda1") (mount-point "/") (type "ext4") > (needed-for-boot? #t)) > (file-system > (device "/dev/sda5") (mount-point "/home") (type "ext4")) > (file-system > (device "/dev/sda6") (mount-point "/igk") (type "ext4") > (create-mount-point? #t)) > %base-file-systems)) This file system layout is not the actual layout I used, I've changed it, but the rest is identical to the current system I use.