On Sat, 08 Jan 2022 17:02:20 +0900 Masaru Nomiya <nom...@galaxy.dti.ne.jp> said:

1. top shouldn't be ignored... unless it conflicts with other options
(remembers, keeping windows in the visible area of the screen etc.). You almost
definitely should not be configuring this stuff in emacs anyway as this cannot
account for screen resolution and size changes, scaling changes, dynamic hot
plug of screens and so on. you should definitely use e's remembers for this. it
will remember window parameters like size, position etc. relative to screen,
virtual desktop and so on and properly handle changes to these like screen
resolution changes and so on.

2. i don't know what causes this - is it really black or backlight is just
very low/off? there is also it seems at least some kind of bug in the vmware
driver where if e also opens input devices the xorg side driver will have lots
of double displaying anything to the screen (at the driver end - e renders,
screenshotting the results works. xrandr shows everything configured right -
just nothing gets shown on screen. perhaps you suffer from this? you can
disable the gesture support in e sat compile time in meson options and see if it
changes anything?

> Hello,
> 
> I have 2 questions about the latest enlightenment & efl environment.
> 
> 1. Position of Emacs
> 
> In ~/.emacs,  I have set up the following for Emacs positioning,
> 
> (if (boundp 'window-system)
>     (setq initial-frame-alist
>           (append (list
>                    ;;'(font . "fontset-16")
>                  '(foreground-color . "green3")
>                    '(background-color . "black")
>                    '(border-color     . "gray")
>                    '(mouse-color      . "white")
>                    '(cursor-color     . "Blue")
>                    '(cursor-type      . box)
>                    '(menu-bar-lines . 1)
>                    '(vertical-scroll-bars . right)
>                    '(width . 82)
>                    '(height . 51)
>                    '(top . 35)
>                    '(left . 10)
>                    )
> 
> In this case, the setting for top is ignored regardless of it's value.
> 
> Is there a way to reflect the value of top?
> 
> 2. Login issue
> 
> Regardless of the login manager, when I try to log in, there is a very
> high probability (about 30%) that a black screen will appear, and I
> have to use Ctrl+Alt+Backspace to go back and log in again.
> 
> This has been happening since the Christmas release, but is it
> specific to my environment?
> 
> Thanks.
> 
> ---
> ┏━━┓彡 Masaru Nomiya             mail-to: nomiya @ galaxy.dti.ne.jp
> ┃\/彡
> ┗━━┛ "Three young men died for Rationalization.
>            Yet, Margaret Bloody Thatcher LIVES!"
>                                             'Brassed Off'
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to