FLTK logo

[fltk.general] Re: Focus boxes are broken on my machine

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Focus boxes are broken on my machine Pavel Sobolev Sep 10, 2021  
  Thank you all.

Here are some nuances I have with suggested solutions:
  1.     Since I'm using Rust bindings, I can't apply the suggested patch. All I have on the user side is the set_line_style method, but focus boxes ignore it;
  2.     Since I'm on Fedora 34, I can't find a way to upgrade my Intel graphics driver. It supposedly comes preinstalled with the system (in parts) and is already updated to the latest version;
  3.     I don't see `modesetting` in the `lsmod`'s output. But since there are other reports that this happens when this module is used, I still poked around the Internet and found a solution:
Putting

```
Section "OutputClass"
        Identifier "Intel"
        MatchDriver "i915"
        Driver "intel"
EndSection
```

in `/etc/X11/xorg.conf.d/10-intel.conf` solves the problem on X11. Still searching for how to fix it on Wayland.

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/48f1cd37-cf8f-4dc4-8442-9b9b184d476fn%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.