Dmitry Nikolaev skribis:
>>> I've tried everything. Please help me. I want to help Guix, write new
>>> packages and patches, but I can't. My eyes hurts because of wrong
>>> resolution. Here is my full config.scm:
>
>> Are you sure the resolution you want is supported in your X session?
>> Please
>> I've tried everything. Please help me. I want to help Guix, write new
>> packages and patches, but I can't. My eyes hurts because of wrong
>> resolution. Here is my full config.scm:
> Are you sure the resolution you want is supported in your X session?
> Please post the output of "xrandr".
$ x
Sorry for the late reply.
Dmitry Nikolaev skribis:
> (define (my-slim-service)
> (mlet %store-monad ((config (xorg-configuration-file
> #:resolutions '((1366 768)
> (slim-service #:startx
> (xorg-start-command #:configuration-file config
T
Camel writes:
> On 12 August 2015 at 10:08, Camel wrote:
>
>> On 10 August 2015 at 23:16, Thompson, David
>> wrote:
>>
>>> I believe this is because the return value of
>>> 'xorg-configuration-file' is a monadic value, and thus it needs to
>>> "unwrapped" in order to pass the configuration file
Dmitry Nikolaev (2015-08-18 11:26 +0300) wrote:
> I've tried everything. Please help me. I want to help Guix, write new
> packages and patches, but I can't. My eyes hurts because of wrong
> resolution. Here is my full config.scm:
Hello,
Are you sure the resolution you want is supported in your X
On 14 August 2015 at 12:27, Camel wrote:
>
> I've tried reinstalling GuixSD from zero with config.scm mentioning
> slim-service and #:resolutions. Didn't help either. Same error again. What
> should I do now? Should I post my full config.scm? Should I ask you to try
> slim-service configuration w
> Try "find ~/src/guix -name '*.go' | xargs rm" and then rebuild
> > guix, perhaps.
>
> You can run 'make clean-go' to delete all of the .go files. :)
>
Where should I run make clean-go?
Anyway, I've tried
# find / -name '*.go' | xargs rm
Didn't help.
And I've tried reinstalling GuixSD from z
> Try "find ~/src/guix -name '*.go' | xargs rm" and then rebuild
> guix, perhaps.
You can run 'make clean-go' to delete all of the .go files. :)
- Dave
On Thu 13 Aug 2015 09:12, Camel writes:
> ERROR: In procedure primitive-load:
> ERROR: In procedure scm_lreadr:
> /gnu/store/6bhrflbps4mav5yv5mas6fazcb59734f-slim.cfg-builder:1:159:
> Unknown # object: #\<
>
> Does anyone could give me an example of configured slim-service with
> xorg-configurati
On 12 August 2015 at 10:08, Camel wrote:
> On 10 August 2015 at 23:16, Thompson, David
> wrote:
>
>> I believe this is because the return value of
>> 'xorg-configuration-file' is a monadic value, and thus it needs to
>> "unwrapped" in order to pass the configuration file to
>> 'xorg-start-comman
On 10 August 2015 at 23:16, Thompson, David
wrote:
> I believe this is because the return value of
> 'xorg-configuration-file' is a monadic value, and thus it needs to
> "unwrapped" in order to pass the configuration file to
> 'xorg-start-command'.
>
> Try this:
>
> (mlet %store-monad ((confi
On 10 August 2015 at 20:16, Thompson, David
wrote:
>
> I believe this is because the return value of
> 'xorg-configuration-file' is a monadic value, and thus it needs to
> "unwrapped" in order to pass the configuration file to
> 'xorg-start-command'.
>
> Try this:
>
> (mlet %store-monad ((conf
On Mon, Aug 10, 2015 at 2:16 PM, Camel wrote:
> Not sure if this is a bug or misconfiguration.
> Here is relevant part of my config.scm
>
> (use-modules (gnu)
>(gnu system nss)
>(gnu services xorg))
> (use-service-modules desktop)
> (use-package-modules xfce ratpois
Not sure if this is a bug or misconfiguration.
Here is relevant part of my config.scm
(use-modules (gnu)
(gnu system nss)
(gnu services xorg))
(use-service-modules desktop)
(use-package-modules xfce ratpoison wicd avahi xorg certs)
;;;System definition cut away.
(s
14 matches
Mail list logo