Re: [gentoo-user] [KDE] "Only quote selected text when replying" feature not working in Kmail

2020-06-25 Thread Michael
On Thursday, 25 June 2020 19:10:53 BST Matt Connell (Gmail) wrote:
> On 2020-06-25 11:33, Michael wrote:
> > I have the same kmail version and profile like you.
> 
> For most packages, I would ask you what your USE flags were, but KMail
> seems to rely on dependent packages for tweaking its internal parts.
> 
> Do you have any KDE framework/library USE customizations set?  I've
> tried to keep my KDE/QT setup pretty generic, since I've run into weird
> behavior before when trying to avoid certain dependencies.  Learned my
> lesson the hard way.

I have disabled networkmanager on plasma-meta and wifi on powerdevil from what 
I recall, but nothing else.


> > Regarding the settings under General/Format, all are enabled except for
> > 'Reply or forward using HTML if present'.  The word wrap is set at 78,
> > not sure if this is the default and/or if it makes any difference.
> 
> I'll check on my setup later for comparison.  Maybe it has to work in
> combination with another setting?
> 
> > Given the above it ought to work - or at least it does here.  Perhaps if
> > you move out of the way any ~/.kmail2rc and restart kmail, it will create
> > a default file for you to compare its contents against.
> 
> This is a good suggestion, I'll try this later as well.

By the way, the full path for the kmail config file is:

~/.config/kmail2rc

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] jupyter notebook 500 : Internal Server Error

2020-06-25 Thread Amlesh Sivanantham
Do you have this issue when you run jupyter from a virtual environment?

On Thu, Jun 25, 2020 at 12:45 PM Andrés Becerra Sandoval <
andres.bece...@gmail.com> wrote:

>
>
> El jue., 25 de jun. de 2020 a la(s) 14:14, Valmor de Almeida (
> val.gen...@gmail.com) escribió:
>
>> Hello,
>> I had to enable ~amd64 to emerge jupyter so I know this is bound for
>> problems. However, anyone there able to use jupyter notebooks in
>> gentoo?
>> No matter what notebook I try to open, I get the internal server error.
>> Thank you.
>> --
>> Valmor
>>
>>
> Not much help, but I have not had problems with jupyter for years, with
> ~amd64 profile.
>
> --
>   Andrés Becerra Sandoval
>
>


Re: [gentoo-user] jupyter notebook 500 : Internal Server Error

2020-06-25 Thread Urs Schütz

On 2020-06-25 21:44, Andrés Becerra Sandoval wrote:



El jue., 25 de jun. de 2020 a la(s) 14:14, Valmor de Almeida 
(val.gen...@gmail.com ) escribió:


Hello,
I had to enable ~amd64 to emerge jupyter so I know this is bound for
problems. However, anyone there able to use jupyter notebooks in
gentoo?
No matter what notebook I try to open, I get the internal server error.
Thank you.
--
Valmor


Not much help, but I have not had problems with jupyter for years, with 
~amd64 profile.


--
   Andrés Becerra Sandoval



I isolate jupyter (actually jupyterlab) in an separate python 
environment. I do use pipenv to manage the python environment. It boils 
down to three commands:


$>  cd projectfolder
projectfolder $>  pipenv install
projectfolder $>  pipenv shell
projectfolder $>  pipenv install jupyter-lab

pipenv itself can be installed with emerge. pipenv resolves the 
dependencies within the virtual python environment.
This way of working with python solved most of my troubles with ~amd64 
python packages. python packages for system and for programming purposes 
stay separate this way.


 --
Urs Schütz



Re: [gentoo-user] jupyter notebook 500 : Internal Server Error

2020-06-25 Thread Andrés Becerra Sandoval
El jue., 25 de jun. de 2020 a la(s) 14:14, Valmor de Almeida (
val.gen...@gmail.com) escribió:

> Hello,
> I had to enable ~amd64 to emerge jupyter so I know this is bound for
> problems. However, anyone there able to use jupyter notebooks in
> gentoo?
> No matter what notebook I try to open, I get the internal server error.
> Thank you.
> --
> Valmor
>
>
Not much help, but I have not had problems with jupyter for years, with
~amd64 profile.

-- 
  Andrés Becerra Sandoval


[gentoo-user] jupyter notebook 500 : Internal Server Error

2020-06-25 Thread Valmor de Almeida
Hello,
I had to enable ~amd64 to emerge jupyter so I know this is bound for
problems. However, anyone there able to use jupyter notebooks in
gentoo?
No matter what notebook I try to open, I get the internal server error.
Thank you.
--
Valmor



Re: [SOLVED] [gentoo-user] thunderbird small fonts on hidpi

2020-06-25 Thread Valmor de Almeida
On Thu, Jun 25, 2020 at 11:52 AM Andrew Udvare  wrote:
>
>
> > On 2020-06-25, at 13:40, Valmor de Almeida  wrote:
> >
> > On Thu, Jun 25, 2020 at 9:43 AM Andrew Udvare  wrote:
> >>
> >> On 25/06/2020 04:59, Valmor de Almeida wrote:
> >>> Hello,
> >>> Does anyone know how to fix Thunderbird UI fonts on a HiDPI
> >>> Gentoo/OpenBox system with no desktop?
> >>> A similar problem exists with Firefox but it can be fixed using a CSS
> >>> file (userChrome.css). However I can't get Thunderbird to work using a
> >>> similar fix. The UI fonts are so small that the app is useless.
> >>> Thanks,
> >>> --
> >>> Valmor
> >>>
> >>
> >> Do you have an ~/.Xresources file? It can have something like:
> >>
> >> Xft.dpi: 144
> >>
> >> Which is also passed to Xorg for me: -dpi 144 (Plasma does this by
> >> modifying SDDM service file(s) to systemd).
> >>
> >
> > No I don't have it. I thought the line
> >
> > xrandr --dpi 192 &
> > or
> > xrandr --output eDP-1 --mode "3840x2160" --scale "0.75x0.75"
> >
> > in ~/.xinitrc was sufficient to fix Firefox; it doesn't fix TB.
> >
> > I just added
> > Xft.dpi: 192
> > to ~/.Xresources and not only TB works but LibreOffice works too.
> > Of course all of this defies the purpose of having an HiDPI laptop but
> > it is either that or no use at all.
>
> For Qt apps you might want these environment variables in .xinitrc:
>
> QT_SCREEN_SCALE_FACTORS=DVI-I-0=1.5;DVI-I-1=1.5;HDMI-0=1.5;DP-0=1.5;DP-1=1.5;DP-2=1.5;DP-3=1.5;DP-4=1.5;DP-5=1.5;
>
> (These device names are the same as what xrandr shows.)
>
> QT_AUTO_SCREEN_SCALE_FACTOR=0
>
> Currently I have an issue where opening Qt apps from certain contexts results 
> in resetting the DPI scale to 2 instead of 1.5. Primarily this happens when 
> Chrome launches a Qt-based viewer such as Kate, and sometimes it happens from 
> Konsole. Have yet to file bugs.
>
>
Thank you. Got those in too. Helpful when I start looking at other X apps.
--
Valmor



Re: [gentoo-user] [KDE] "Only quote selected text when replying" feature not working in Kmail

2020-06-25 Thread Matt Connell (Gmail)

On 2020-06-25 11:33, Michael wrote:

I have the same kmail version and profile like you.


For most packages, I would ask you what your USE flags were, but KMail 
seems to rely on dependent packages for tweaking its internal parts.


Do you have any KDE framework/library USE customizations set?  I've 
tried to keep my KDE/QT setup pretty generic, since I've run into weird 
behavior before when trying to avoid certain dependencies.  Learned my 
lesson the hard way.



Regarding the settings under General/Format, all are enabled except for 'Reply
or forward using HTML if present'.  The word wrap is set at 78, not sure if
this is the default and/or if it makes any difference.


I'll check on my setup later for comparison.  Maybe it has to work in 
combination with another setting?



Given the above it ought to work - or at least it does here.  Perhaps if you
move out of the way any ~/.kmail2rc and restart kmail, it will create a
default file for you to compare its contents against.


This is a good suggestion, I'll try this later as well.



Re: [SOLVED] [gentoo-user] thunderbird small fonts on hidpi

2020-06-25 Thread Andrew Udvare


> On 2020-06-25, at 13:40, Valmor de Almeida  wrote:
> 
> On Thu, Jun 25, 2020 at 9:43 AM Andrew Udvare  wrote:
>> 
>> On 25/06/2020 04:59, Valmor de Almeida wrote:
>>> Hello,
>>> Does anyone know how to fix Thunderbird UI fonts on a HiDPI
>>> Gentoo/OpenBox system with no desktop?
>>> A similar problem exists with Firefox but it can be fixed using a CSS
>>> file (userChrome.css). However I can't get Thunderbird to work using a
>>> similar fix. The UI fonts are so small that the app is useless.
>>> Thanks,
>>> --
>>> Valmor
>>> 
>> 
>> Do you have an ~/.Xresources file? It can have something like:
>> 
>> Xft.dpi: 144
>> 
>> Which is also passed to Xorg for me: -dpi 144 (Plasma does this by
>> modifying SDDM service file(s) to systemd).
>> 
> 
> No I don't have it. I thought the line
> 
> xrandr --dpi 192 &
> or
> xrandr --output eDP-1 --mode "3840x2160" --scale "0.75x0.75"
> 
> in ~/.xinitrc was sufficient to fix Firefox; it doesn't fix TB.
> 
> I just added
> Xft.dpi: 192
> to ~/.Xresources and not only TB works but LibreOffice works too.
> Of course all of this defies the purpose of having an HiDPI laptop but
> it is either that or no use at all.

For Qt apps you might want these environment variables in .xinitrc:

QT_SCREEN_SCALE_FACTORS=DVI-I-0=1.5;DVI-I-1=1.5;HDMI-0=1.5;DP-0=1.5;DP-1=1.5;DP-2=1.5;DP-3=1.5;DP-4=1.5;DP-5=1.5;

(These device names are the same as what xrandr shows.)

QT_AUTO_SCREEN_SCALE_FACTOR=0

Currently I have an issue where opening Qt apps from certain contexts results 
in resetting the DPI scale to 2 instead of 1.5. Primarily this happens when 
Chrome launches a Qt-based viewer such as Kate, and sometimes it happens from 
Konsole. Have yet to file bugs.




[SOLVED] Re: [gentoo-user] thunderbird small fonts on hidpi

2020-06-25 Thread Valmor de Almeida
On Thu, Jun 25, 2020 at 9:43 AM Andrew Udvare  wrote:
>
> On 25/06/2020 04:59, Valmor de Almeida wrote:
> > Hello,
> > Does anyone know how to fix Thunderbird UI fonts on a HiDPI
> > Gentoo/OpenBox system with no desktop?
> > A similar problem exists with Firefox but it can be fixed using a CSS
> > file (userChrome.css). However I can't get Thunderbird to work using a
> > similar fix. The UI fonts are so small that the app is useless.
> > Thanks,
> > --
> > Valmor
> >
>
> Do you have an ~/.Xresources file? It can have something like:
>
> Xft.dpi: 144
>
> Which is also passed to Xorg for me: -dpi 144 (Plasma does this by
> modifying SDDM service file(s) to systemd).
>

No I don't have it. I thought the line

xrandr --dpi 192 &
or
xrandr --output eDP-1 --mode "3840x2160" --scale "0.75x0.75"

in ~/.xinitrc was sufficient to fix Firefox; it doesn't fix TB.

I just added
Xft.dpi: 192
to ~/.Xresources and not only TB works but LibreOffice works too.
Of course all of this defies the purpose of having an HiDPI laptop but
it is either that or no use at all.

Thank you Andrew.
--
Valmor



Re: [gentoo-user] [KDE] "Only quote selected text when replying" feature not working in Kmail

2020-06-25 Thread Michael
On Thursday, 25 June 2020 15:55:41 BST Matt Connell (Gmail) wrote:
> In KDE KMail, when I enable the "only quote selected text when replying"
> feature under Configure -> Composer -> General, the reply behavior
> doesn't seem to change.  That is to say, if I try to select a line of
> text, and reply (as one would do with a mailing list, for example), the
> reply window quotes the entire message instead.  I've tried unchecking
> and rechecking the box, with an 'apply' after each change, to no avail.
> 
> Is this a bug?  How can I troubleshoot/fix this?
> 
> Kmail Version 5.13.3 (19.12.3) (according to the about panel) using the
> following profile: default/linux/amd64/17.1/desktop/plasma

I'm replying to this message using the same method of selecting only part of 
your message and evidently it works - I have left out the first paragraph of 
the original in my selection.

I have the same kmail version and profile like you.

Regarding the settings under General/Format, all are enabled except for 'Reply 
or forward using HTML if present'.  The word wrap is set at 78, not sure if 
this is the default and/or if it makes any difference.

Given the above it ought to work - or at least it does here.  Perhaps if you 
move out of the way any ~/.kmail2rc and restart kmail, it will create a 
default file for you to compare its contents against.

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] [KDE] "Only quote selected text when replying" feature not working in Kmail

2020-06-25 Thread Matt Connell (Gmail)
Asking here since the kde-pim list suggested that this could be a 
Gentoo-specific problem I'm having.


In KDE KMail, when I enable the "only quote selected text when replying" 
feature under Configure -> Composer -> General, the reply behavior 
doesn't seem to change.  That is to say, if I try to select a line of 
text, and reply (as one would do with a mailing list, for example), the 
reply window quotes the entire message instead.  I've tried unchecking 
and rechecking the box, with an 'apply' after each change, to no avail.


Is this a bug?  How can I troubleshoot/fix this?

Kmail Version 5.13.3 (19.12.3) (according to the about panel) using the 
following profile: default/linux/amd64/17.1/desktop/plasma




[gentoo-user] Re: xorg-server without suid still runs as root?

2020-06-25 Thread Nikos Chantziaras

On 25/06/2020 17:24, inasprecali wrote:

How are you starting X in the first place?  Are you using a
display manager?  Are you running startx?

In the former case, this is perfectly normal for many display
managers, including SDDM.  GDM, if I'm not mistaken, can and does
run X as a regular user if possible.  Upstream has been talking
about  adding this functionality to SDDM for a while, but so far
it still hasn't been merged.


Ah, that explains it them. I'm indeed using SDDM (due to its native 
support in Plasma.)





Re: [gentoo-user] thunderbird small fonts on hidpi

2020-06-25 Thread Andrew Udvare
On 25/06/2020 04:59, Valmor de Almeida wrote:
> Hello,
> Does anyone know how to fix Thunderbird UI fonts on a HiDPI
> Gentoo/OpenBox system with no desktop?
> A similar problem exists with Firefox but it can be fixed using a CSS
> file (userChrome.css). However I can't get Thunderbird to work using a
> similar fix. The UI fonts are so small that the app is useless.
> Thanks,
> --
> Valmor
> 

Do you have an ~/.Xresources file? It can have something like:

Xft.dpi: 144

Which is also passed to Xorg for me: -dpi 144 (Plasma does this by
modifying SDDM service file(s) to systemd).



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server without suid still runs as root?

2020-06-25 Thread inasprecali
How are you starting X in the first place?  Are you using a
display manager?  Are you running startx?

In the former case, this is perfectly normal for many display
managers, including SDDM.  GDM, if I'm not mistaken, can and does
run X as a regular user if possible.  Upstream has been talking
about  adding this functionality to SDDM for a while, but so far
it still hasn't been merged.



Re: [gentoo-user] xorg-server without suid still runs as root?

2020-06-25 Thread John Covici
On Thu, 25 Jun 2020 08:58:30 -0400,
Nikos Chantziaras wrote:
> 
> There's a news item about disabling the "suid" use flag on
> x11-base/xorg-server, which makes it runs as a normal user rather
> than root. Version 1.20.8-r1 of the ebuild disables "suid" by
> default. After updating to that and rebooting, X still runs as
> root though:
> 
>   $ ps aux | grep X
>   root 270 1.7 0.6 226892 107052 tty1 Ssl+ 13:52 2:08 /usr/bin/X
> 
>   $ emerge --info xorg-server
>   [...]
>   x11-base/xorg-server-1.20.8-r1::gentoo was built with the following:
> USE="ipv6 libglvnd systemd udev xorg -debug -dmx -doc (-elogind)
> -kdrive -libressl -minimal (-selinux) -static-libs -suid -unwind
> -wayland -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)"
> 
> Am I missing something? I'm using systemd. If it matters, the
> "kms" use flag in x11-drivers/nvidia-drivers is enabled.

If I do ls -l /proc/ both of them are not root, 1 as gdm
and the other as me which got created after I logged in.  Try doing
that and see what you see.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



Re: [gentoo-user] thunderbird small fonts on hidpi

2020-06-25 Thread Valmor de Almeida
On Thu, Jun 25, 2020 at 3:42 AM Michael  wrote:
>
> On Thursday, 25 June 2020 09:59:46 BST Valmor de Almeida wrote:
> > Hello,
> > Does anyone know how to fix Thunderbird UI fonts on a HiDPI
> > Gentoo/OpenBox system with no desktop?
> > A similar problem exists with Firefox but it can be fixed using a CSS
> > file (userChrome.css). However I can't get Thunderbird to work using a
> > similar fix. The UI fonts are so small that the app is useless.
> > Thanks,
> > --
> > Valmor
>
> Hi Valmor, I'd think TB also uses CSS to modify the look of the GUI - but I
> don't have it installed on this PC to check its file structure.  This post
> suggests so:
>
> https://support.mozilla.org/en-US/questions/1269224#answer-1282444
>
> I also found this Addon which claims to do just what you're after, but I have
> not tried it out:
>
> https://addons.thunderbird.net/en-US/thunderbird/addon/theme-font-size-changer-for-tb/

Thanks Michael.
The CSS info is more detailed than what I had. Initially it did not
help but I noticed the cyan color appeared on the menu bar. Hence I
increased font sizes to 25 and 30 and it made a difference.
However various places still have the small fonts; e.g. dialog windows
for say, configuring an email account, etc. This will require some
fine tuning...
Later,
--
Valmor



[gentoo-user] xorg-server without suid still runs as root?

2020-06-25 Thread Nikos Chantziaras
There's a news item about disabling the "suid" use flag on 
x11-base/xorg-server, which makes it runs as a normal user rather than 
root. Version 1.20.8-r1 of the ebuild disables "suid" by default. After 
updating to that and rebooting, X still runs as root though:


  $ ps aux | grep X
  root 270 1.7 0.6 226892 107052 tty1 Ssl+ 13:52 2:08 /usr/bin/X

  $ emerge --info xorg-server
  [...]
  x11-base/xorg-server-1.20.8-r1::gentoo was built with the following:
USE="ipv6 libglvnd systemd udev xorg -debug -dmx -doc (-elogind) -kdrive 
-libressl -minimal (-selinux) -static-libs -suid -unwind -wayland 
-xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)"


Am I missing something? I'm using systemd. If it matters, the "kms" use 
flag in x11-drivers/nvidia-drivers is enabled.





[gentoo-user] Problems with Synaptics touchpad

2020-06-25 Thread Dr Rainer Woitok
Greetings,

sometimes my touchpad doesn't seem to react instantly to clicks or move-
ments.   And after booting  I find lines like the following in my kernel
log:

   Jun 24 17:50:38 tux kernel: [2.545000] psmouse serio2: synaptics: 
queried max coordinates: x [..5674], y [..4758]
   Jun 24 17:50:38 tux kernel: [2.661921] psmouse serio2: synaptics: 
queried min coordinates: x [1268..], y [1096..]
   Jun 24 17:50:38 tux kernel: [2.662824] psmouse serio2: synaptics: Your 
touchpad (PNP: SYN1218 PNP0f13) says it can support a different bus. If i2c-hid 
and hid-rmi are not used, you might want to try setting 
psmouse.synaptics_intertouch to 1 and report this to 
linux-in...@vger.kernel.org.
   Jun 24 17:50:38 tux kernel: [2.809817] psmouse serio2: synaptics: 
Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00123/0x840300/0x26800/0x0, 
board id: 3189, fw id: 1944273
   Jun 24 17:50:38 tux kernel: [2.852778] input: SynPS/2 Synaptics TouchPad 
as /devices/platform/i8042/serio2/input/input11

And later plenty of lines like this:

   Jun 25 08:52:41 tux kernel: [ 6454.817631] psmouse serio2: TouchPad at 
isa0060/serio2/input0 lost synchronization, throwing 4 bytes away.

Checking my kernel configuration for "i2c", "hid", and "rmi" returns the
following:

   $ grep -iE 'i2c|hid|rmi' /usr/src/linux/.config
   CONFIG_BT_HIDP=y
   # CONFIG_SENSORS_LIS3_I2C is not set
   # CONFIG_MOUSE_ELAN_I2C is not set
   CONFIG_MOUSE_SYNAPTICS_I2C=y
   # CONFIG_TOUCHSCREEN_HIDEEP is not set
   # CONFIG_TOUCHSCREEN_WACOM_I2C is not set
   # CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
   CONFIG_RMI4_CORE=y
   # CONFIG_RMI4_I2C is not set
   CONFIG_RMI4_SMB=y
   CONFIG_RMI4_F03=y
   CONFIG_RMI4_F03_SERIO=y
   CONFIG_RMI4_2D_SENSOR=y
   CONFIG_RMI4_F11=y
   CONFIG_RMI4_F12=y
   CONFIG_RMI4_F30=y
   # CONFIG_RMI4_F34 is not set
   # CONFIG_RMI4_F55 is not set
   # I2C support
   CONFIG_I2C=y
   CONFIG_ACPI_I2C_OPREGION=y
   CONFIG_I2C_BOARDINFO=y
   CONFIG_I2C_COMPAT=y
   # CONFIG_I2C_CHARDEV is not set
   # CONFIG_I2C_MUX is not set
   CONFIG_I2C_HELPER_AUTO=y
   CONFIG_I2C_SMBUS=y
   CONFIG_I2C_ALGOBIT=y
   # I2C Hardware Bus support
   # CONFIG_I2C_ALI1535 is not set
   # CONFIG_I2C_ALI1563 is not set
   # CONFIG_I2C_ALI15X3 is not set
   # CONFIG_I2C_AMD756 is not set
   # CONFIG_I2C_AMD8111 is not set
   # CONFIG_I2C_AMD_MP2 is not set
   CONFIG_I2C_I801=y
   # CONFIG_I2C_ISCH is not set
   # CONFIG_I2C_ISMT is not set
   # CONFIG_I2C_PIIX4 is not set
   # CONFIG_I2C_NFORCE2 is not set
   # CONFIG_I2C_NVIDIA_GPU is not set
   # CONFIG_I2C_SIS5595 is not set
   # CONFIG_I2C_SIS630 is not set
   # CONFIG_I2C_SIS96X is not set
   # CONFIG_I2C_VIA is not set
   # CONFIG_I2C_VIAPRO is not set
   # CONFIG_I2C_SCMI is not set
   # I2C system bus drivers (mostly embedded / system-on-chip)
   # CONFIG_I2C_DESIGNWARE_PLATFORM is not set
   # CONFIG_I2C_DESIGNWARE_PCI is not set
   # CONFIG_I2C_EMEV2 is not set
   # CONFIG_I2C_OCORES is not set
   # CONFIG_I2C_PCA_PLATFORM is not set
   # CONFIG_I2C_SIMTEC is not set
   # CONFIG_I2C_XILINX is not set
   # External I2C/SMBus adapter drivers
   # CONFIG_I2C_DIOLAN_U2C is not set
   # CONFIG_I2C_PARPORT_LIGHT is not set
   # CONFIG_I2C_ROBOTFUZZ_OSIF is not set
   # CONFIG_I2C_TAOS_EVM is not set
   # CONFIG_I2C_TINY_USB is not set
   # Other I2C/SMBus bus drivers
   # CONFIG_I2C_MLXCPLD is not set
   # end of I2C Hardware Bus support
   # CONFIG_I2C_STUB is not set
   # CONFIG_I2C_SLAVE is not set
   # CONFIG_I2C_DEBUG_CORE is not set
   # CONFIG_I2C_DEBUG_ALGO is not set
   # CONFIG_I2C_DEBUG_BUS is not set
   # end of I2C support
   # CONFIG_SENSORS_NTC_THERMISTOR is not set
   # CONFIG_MFD_AXP20X_I2C is not set
   # CONFIG_MFD_DA9052_I2C is not set
   # CONFIG_MFD_MC13XXX_I2C is not set
   # CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
   # CONFIG_MFD_TPS65912_I2C is not set
   # CONFIG_MFD_ARIZONA_I2C is not set
   # CONFIG_MFD_WM831X_I2C is not set
   # CONFIG_MFD_WM8350_I2C is not set
   # I2C encoder or helper chips
   # CONFIG_DRM_I2C_CH7006 is not set
   # CONFIG_DRM_I2C_SIL164 is not set
   # CONFIG_DRM_I2C_NXP_TDA998X is not set
   # CONFIG_DRM_I2C_NXP_TDA9950 is not set
   # end of I2C encoder or helper chips
   # CONFIG_FB_CARMINE is not set
   # CONFIG_SND_VIRMIDI is not set
   # HID support
   CONFIG_HID=y
   # CONFIG_HID_BATTERY_STRENGTH is not set
   CONFIG_HIDRAW=y
   CONFIG_UHID=y
   CONFIG_HID_GENERIC=y
   # Special HID drivers
   CONFIG_HID_A4TECH=y
   # CONFIG_HID_ACCUTOUCH is not set
   # CONFIG_HID_ACRUX is not set
   CONFIG_HID_APPLE=y
   # CONFIG_HID_APPLEIR is not set
   # CONFIG_HID_ASUS is not set
   # CONFIG_HID_AUREAL is not set
   CONFIG_HID_BELKIN=y
   # CONFIG_HID_BETOP_FF is not set
   # CONFIG_HID_BIGBEN_FF is not set
   CONFIG_HID_CHERRY=y
   CONFIG_HID_CHICONY=y
   # CONFIG_HID_CORSAIR is not set
   # CONFIG_HID_COUGAR is not set
   # CONFIG_HID_MACALLY is not set
   # CONFIG_HID_PRODIKEYS is not set
   # CONFIG_HID_CMEDIA is not set
   # 

Re: [gentoo-user] thunderbird small fonts on hidpi

2020-06-25 Thread Michael
On Thursday, 25 June 2020 09:59:46 BST Valmor de Almeida wrote:
> Hello,
> Does anyone know how to fix Thunderbird UI fonts on a HiDPI
> Gentoo/OpenBox system with no desktop?
> A similar problem exists with Firefox but it can be fixed using a CSS
> file (userChrome.css). However I can't get Thunderbird to work using a
> similar fix. The UI fonts are so small that the app is useless.
> Thanks,
> --
> Valmor

Hi Valmor, I'd think TB also uses CSS to modify the look of the GUI - but I 
don't have it installed on this PC to check its file structure.  This post 
suggests so:

https://support.mozilla.org/en-US/questions/1269224#answer-1282444

I also found this Addon which claims to do just what you're after, but I have 
not tried it out:

https://addons.thunderbird.net/en-US/thunderbird/addon/theme-font-size-changer-for-tb/

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] thunderbird small fonts on hidpi

2020-06-25 Thread Valmor de Almeida
Hello,
Does anyone know how to fix Thunderbird UI fonts on a HiDPI
Gentoo/OpenBox system with no desktop?
A similar problem exists with Firefox but it can be fixed using a CSS
file (userChrome.css). However I can't get Thunderbird to work using a
similar fix. The UI fonts are so small that the app is useless.
Thanks,
--
Valmor



Re: [gentoo-user] Initial console messages garbled

2020-06-25 Thread Robin Atwood
On Wed, 24 Jun 2020 13:31:30 -0400
tedheadster  wrote:

> Robin,
>  are you comfortable just going with a bare-bones console and build a
> new kernel where you _disable_ CONFIG_FB? That might do it.
> 
> Alternately, you can hook up a serial cable to another computer and
> set "console=ttyS0,115200n8".

I will try that, if it works it will at least give me a chance to look
at the error messages.

I don't think I have any serial cables!

Thanks
Robin
-- 











Re: [gentoo-user] Initial console messages garbled

2020-06-25 Thread Robin Atwood
On Wed, 24 Jun 2020 12:54:32 -0400
Jack  wrote:
> I can't answer your question, but I can suggest that you start a new  
> thread with a new message, not replying to an old message, even if
> you do change the subject.  Many email readers thread discussions
> using internal message headers, not just subject, so it increases the
> chance your message may not be seen by someone who can answer.
> 
> Jack

Thanks for pointing that out, it was the easiest way to post!

Robin
--