According to Peter Hutterer on Mon, 10/28/24 at
01:47:
>
> make sure you don't have Option XkbRules set anywhere, it should default
> to "evdev" (unless FreeBSD builds with some other option).
>
> Otherwise try this:
>
> cat > /etc/X11/xorg.conf.d/99-override-xkb-rules < Section "InputClass"
>
On Mon, Oct 28, 2024 at 01:24:34AM -0400, Alan Grimes wrote:
> Yeah, it's a clusterpluck, I ran into this about six months ago myself. This
> is my xorg.conf, for dvorak layout:
>
> Section "InputDevice"
>
> # generated from default
> # Driver "keyboard"
> Identifier "Keyboa
On Sun, Oct 27, 2024 at 08:33:22PM -0400, William Bulley wrote:
> According to Peter Hutterer on Sun, 10/27/24 at
> 20:06:
> >
> > paging in things from a long time ago: arrow keys mixup used to be
> > an indication of xfree86 vs evdev XKB rules. I don't know enough about
> > FreeBSD but might b
Yeah, it's a clusterpluck, I ran into this about six months ago myself.
This is my xorg.conf, for dvorak layout:
Section "InputDevice"
# generated from default
# Driver "keyboard"
Identifier "Keyboard0"
Driver "libinput"
Option "xkbmodel" "evdev"
According to Peter Hutterer on Sun, 10/27/24 at
20:06:
>
> paging in things from a long time ago: arrow keys mixup used to be
> an indication of xfree86 vs evdev XKB rules. I don't know enough about
> FreeBSD but might be that you're using the evdev ruleset with the
> old keyboard driver or the
On Sun, Oct 27, 2024 at 03:14:38PM -0400, William Bulley wrote:
> I am running FreeBSD 14.1-STABLE along with xorg-7.7_3 using
> a Happy Hacking keyboard. About two weeks ago my keyboard
> arrow keys (UP, DOWN, LEFT, RIGHT) which appear below the
> LEFT SHIFT on the left failed to work. By this I
I am running FreeBSD 14.1-STABLE along with xorg-7.7_3 using
a Happy Hacking keyboard. About two weeks ago my keyboard
arrow keys (UP, DOWN, LEFT, RIGHT) which appear below the
LEFT SHIFT on the left failed to work. By this I mean that
pressing any of these four keys would not allow me to move
ar
On Thu, Aug 12, 2021 at 07:00:08PM +, Jose Otero wrote:
>Hi,
>I am unable to make dead keys work in my system, so maybe someone can
>point me to the right path.
>Sorry for throwing in FreeBSD specific terms in this firs paragraph, but
>just for context:
>I am using FreeB
Hi,
I am unable to make dead keys work in my system, so maybe someone can point me
to the right path.
Sorry for throwing in FreeBSD specific terms in this firs paragraph, but just
for context:
I am using FreeBSD (13.0). First, I had installed the metaport (i.e.
metapackage, the whole thing) fo
i have an ARM chromebook with a rockchip. and its saying "screen not found"
whats going on
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %
>> please file such a bug report
> Done (bugs.freedesktop.org/show_bug.cgi?id=89653).
Ping?
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address
Hans,
> I do not believe that adding auto-detection to the xinit configure script
> is going to help much here,
You're probably right, but some kind of configure option is needed, because
not everyone is using systemd-logind.
> Other then that I've not been following this thread.
Just read it?
Hi,
On 18-03-15 03:43, Ingo Brückl wrote:
I've got it!
It has nothing to do with xf86-input-keyboard or xorg-server, but with
startx. It nowadays starts X on the current tty due to an issue in
systemd-logind (according to bugzilla.redhat.com/show_bug.cgi?id=806491).
This causes xorg-server to e
I've got it!
It has nothing to do with xf86-input-keyboard or xorg-server, but with
startx. It nowadays starts X on the current tty due to an issue in
systemd-logind (according to bugzilla.redhat.com/show_bug.cgi?id=806491).
This causes xorg-server to enable keeptty and thus the trouble.
From my
On Wed, Mar 18, 2015 at 02:26:43AM +0100, Ingo Brückl wrote:
> Peter Hutterer wrote on Wed, 18 Mar 2015 11:16:21 +1000:
>
> > On Wed, Mar 18, 2015 at 01:54:11AM +0100, Ingo Brückl wrote:
> >> Peter Hutterer wrote on Wed, 18 Mar 2015 10:31:16 +1000:
> >>
> >> > [ 6413.625] (==) Not automatically e
Peter Hutterer wrote on Wed, 18 Mar 2015 11:16:21 +1000:
> On Wed, Mar 18, 2015 at 01:54:11AM +0100, Ingo Brückl wrote:
>> Peter Hutterer wrote on Wed, 18 Mar 2015 10:31:16 +1000:
>>
>> > [ 6413.625] (==) Not automatically enabling devices
>>
>> > I suspect this is the issue here. you're not enab
On Wed, Mar 18, 2015 at 01:54:11AM +0100, Ingo Brückl wrote:
> Peter Hutterer wrote on Wed, 18 Mar 2015 10:31:16 +1000:
>
> > [ 6413.625] (==) Not automatically enabling devices
>
> > I suspect this is the issue here. you're not enabling the device which
> > means it's present but won't send eve
Peter Hutterer wrote on Wed, 18 Mar 2015 10:31:16 +1000:
> [ 6413.625] (==) Not automatically enabling devices
> I suspect this is the issue here. you're not enabling the device which
> means it's present but won't send events.
Hmm, I never did anything to explicitly enable devices. Could you p
On Wed, Mar 18, 2015 at 12:34:17AM +0100, Ingo Brückl wrote:
> Peter Hutterer wrote on Wed, 18 Mar 2015 08:48:07 +1000:
>
> > the keyboard driver should still work on linux, we just don't really pay
> > attention to it anymore (or test it, or ship it). evdev has replaced it
> > well and truly and
Peter Hutterer wrote on Wed, 18 Mar 2015 08:48:07 +1000:
> the keyboard driver should still work on linux, we just don't really pay
> attention to it anymore (or test it, or ship it). evdev has replaced it
> well and truly and we've put some special hooks into the server to make
> sure that you do
On Tue, Mar 17, 2015 at 11:05:28PM +0100, Ingo Brückl wrote:
> Ken Moffat wrote on Tue, 17 Mar 2015 17:00:16 +:
>
> > On Tue, Mar 17, 2015 at 04:29:42PM +0100, Ingo Brückl wrote:
> >> Ken Moffat wrote on Tue, 17 Mar 2015 14:50:33 +:
> >>
> >> > On Tue, Mar 17, 2015 at 02:21:39PM +0100, Ing
Ken Moffat wrote on Tue, 17 Mar 2015 17:00:16 +:
> On Tue, Mar 17, 2015 at 04:29:42PM +0100, Ingo Brückl wrote:
>> Ken Moffat wrote on Tue, 17 Mar 2015 14:50:33 +:
>>
>> > On Tue, Mar 17, 2015 at 02:21:39PM +0100, Ingo Brückl wrote:
>> >> I've set up a LFS (Linux From Scratch) system with
On Tue, Mar 17, 2015 at 04:29:42PM +0100, Ingo Brückl wrote:
> Ken Moffat wrote on Tue, 17 Mar 2015 14:50:33 +:
>
> > On Tue, Mar 17, 2015 at 02:21:39PM +0100, Ingo Brückl wrote:
> >> I've set up a LFS (Linux From Scratch) system with X Window - all the
> >> latest
> >> sources. To test X I'm
Ken Moffat wrote on Tue, 17 Mar 2015 14:50:33 +:
> On Tue, Mar 17, 2015 at 02:21:39PM +0100, Ingo Brückl wrote:
>> I've set up a LFS (Linux From Scratch) system with X Window - all the latest
>> sources. To test X I'm using twm and xterm-316. Everything's working great
>> with just one excepti
On Tue, Mar 17, 2015 at 02:21:39PM +0100, Ingo Brückl wrote:
> I've set up a LFS (Linux From Scratch) system with X Window - all the latest
> sources. To test X I'm using twm and xterm-316. Everything's working great
> with just one exception: the keyboard doesn't work at all. It does, of
> course,
I've set up a LFS (Linux From Scratch) system with X Window - all the latest
sources. To test X I'm using twm and xterm-316. Everything's working great
with just one exception: the keyboard doesn't work at all. It does, of
course, work with the linux console, and the mouse works both with the linux
On Mon, Jun 23, 2014 at 08:19:15AM +0200, Łukasz Maśko wrote:
> Dnia poniedziałek, 23 czerwca 2014 10:55:45 Peter Hutterer pisze:
> [...]
> > Is the mb emulation set in xinput list-props "MoGo Mouse BT"? is the
> > timeout too short for you? try increasing it with
>
> $ xinput list-props "MoGo Mo
Dnia poniedziałek, 23 czerwca 2014 10:55:45 Peter Hutterer pisze:
[...]
> Is the mb emulation set in xinput list-props "MoGo Mouse BT"? is the
> timeout too short for you? try increasing it with
$ xinput list-props "MoGo Mouse BT"
Device 'MoGo Mouse BT':
Device Enabled (154): 1
On Sex, 2014-06-20 at 15:48 +0200, Łukasz Maśko wrote:
> Can anyone help me solve this puzzle?
man evdev, may have information that could help.
--
Sérgio M. B.
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
In
On Fri, Jun 20, 2014 at 03:48:48PM +0200, Łukasz Maśko wrote:
> Hello.
> I've recently bought a BT mouse for my laptop. I've paired it with my
> komputer and it works. More-less. It has only 2 physical buttons and I miss
> the middle button, therefore I wish to use the Emulate3Buttons option. But
Dnia niedziela, 22 czerwca 2014 14:03:53 walt pisze:
[...]
> > Section "InputClass"
> > Identifier "MoGo Mouse BT"
> > Driver "evdev"
> > Option "Buttons" "2"
> > Option "Emulate3Buttons" "on"
> > MatchProduct"MoGo"
> >
On 06/20/2014 06:48 AM, Łukasz Maśko wrote:
> I've recently bought a BT mouse for my laptop. I've paired it with my
> komputer and it works. More-less. It has only 2 physical buttons and I miss
> the middle button, therefore I wish to use the Emulate3Buttons option. But...
> it does not work. I'
[120355.113] (**) MoGo Mouse BT: (accel) acceleration profile 0
[120355.113] (**) MoGo Mouse BT: (accel) acceleration factor: 2.000
[120355.113] (**) MoGo Mouse BT: (accel) acceleration threshold: 4
Emulation of the
On 06/20/2014 11:10 PM, Łukasz Maśko wrote:
> Dnia piątek, 20 czerwca 2014 14:52:19 walt pisze:
> [...]
>> To clarify: the mouse has *no* scrollwheel or trackball, and only *2*
>> physical buttons, right? Seems odd then that the logs talk about buttons 4
>> and 5.
>
> That's exactly it. Only 2
El día Friday, June 20, 2014 a las 03:48:48PM +0200, Łukasz Maśko escribió:
> Hello.
> I've recently bought a BT mouse for my laptop. I've paired it with my
> komputer and it works. More-less. It has only 2 physical buttons and I miss
> the middle button, therefore I wish to use the Emulate3Butt
Dnia piątek, 20 czerwca 2014 14:52:19 walt pisze:
[...]
> To clarify: the mouse has *no* scrollwheel or trackball, and only *2*
> physical buttons, right? Seems odd then that the logs talk about buttons 4
> and 5.
That's exactly it. Only 2 physical buttons, but evdev recognizes it as 5
button
On 06/20/2014 06:48 AM, Łukasz Maśko wrote:
> Hello.
> I've recently bought a BT mouse for my laptop. I've paired it with my
> komputer and it works. More-less. It has only 2 physical buttons and I miss
> the middle button, therefore I wish to use the Emulate3Buttons option. But...
> it does not
Hello.
I've recently bought a BT mouse for my laptop. I've paired it with my
komputer and it works. More-less. It has only 2 physical buttons and I miss
the middle button, therefore I wish to use the Emulate3Buttons option. But...
it does not work. I've created the following config file:
Sectio
Hi Andreas
On Thu, Jan 23, 2014, at 08:48 PM, Andreas Mohr wrote:
> Hi,
>
>
> > Depth: 32-bit Color
>
> Might want to restrict that to 16-bit, since I'd assume that to be a bit
> taxing given a semi-small 16MB VRAM amount.
Where do I set that please? Are all these options in xorg.conf?
>
On Thu, Jan 23, 2014 at 9:48 PM, Andreas Mohr wrote:
> However very obviously I'd assume PPC handling to be quite a bit different to
> x86 handling.
> So, as venerable Alex said, your first stop should be PPC-knowledgeable
> groups.
>
> That said, the lockup / garbled screen might perhaps be caus
Hi,
On Wed, Jan 22, 2014 at 11:40:58PM -0800, xorg-requ...@lists.x.org wrote:
> Date: Thu, 23 Jan 2014 02:49:38 +
> From: Geoff Down
> Hello List,
> I'm installing Linux on a PowerMac G4. Since the installation with
> Gnome failed with a black-and-white horizontal stripey screen and
> fro
On Wed, Jan 22, 2014 at 9:49 PM, Geoff Down wrote:
> Hello List,
> I'm installing Linux on a PowerMac G4. Since the installation with
> Gnome failed with a black-and-white horizontal stripey screen and
> frozen system, I was advised to try Xorg instead.
> My first attempt resulted in 'no screen
Hello List,
I'm installing Linux on a PowerMac G4. Since the installation with
Gnome failed with a black-and-white horizontal stripey screen and
frozen system, I was advised to try Xorg instead.
My first attempt resulted in 'no screens found'. After a reinstall of
the OS however, I now have the
https://bugs.freedesktop.org/show_bug.cgi?id=73443
Please let me know if I additional information is required.
On Wed, Jan 8, 2014 at 11:09 PM, Peter Hutterer
wrote:
> On Wed, Jan 08, 2014 at 07:16:16PM +0100, Christoph Mathys wrote:
>> Thanks for the quick response.
>>
>> On 08.01.2014 11:47, P
On Wed, Jan 08, 2014 at 07:16:16PM +0100, Christoph Mathys wrote:
> Thanks for the quick response.
>
> On 08.01.2014 11:47, Peter Hutterer wrote:
> >please also attach you evtest output for the device and annotate which
> >button generates which keycode.
>
> By 'which button' you mean the button
Thanks for the quick response.
On 08.01.2014 11:47, Peter Hutterer wrote:
please also attach you evtest output for the device and annotate which
button generates which keycode.
By 'which button' you mean the button number I get from xev (e.g. 1-n)?
evtest gives me somthing like that:
Eve
On Tue, Jan 07, 2014 at 08:19:38PM +0100, Christoph Mathys wrote:
> I've got a RAT7 mouse and found that it locks itself into a window
> (see for example [1] for much more details). Long story short: Every
> user of this mouse needs to add a fragment to the xorg-config to
> make this mouse work. Th
I've got a RAT7 mouse and found that it locks itself into a window (see
for example [1] for much more details). Long story short: Every user of
this mouse needs to add a fragment to the xorg-config to make this mouse
work. The manufacturer of this POC is apparantly also not willing to do
anythi
Oh good! That works well. Thank you very much, Glynn. I had it backwards.
Hopefully my experience here can be of some help. The man page section for
--transform is a bit misleading. For example:
> The final device coordinates of the pixel are then calculated with the
so-called homogenic division
AJ Heller wrote:
> I implemented a transformation matrix to pinch the top of my screen 100px
> on each side. My hope is for the resulting image to be an isosceles
> trapezoid (trapezium) with the smaller base on top, larger base on bottom
> filling the width of the screen, and with no part of the
I implemented a transformation matrix to pinch the top of my screen 100px
on each side. My hope is for the resulting image to be an isosceles
trapezoid (trapezium) with the smaller base on top, larger base on bottom
filling the width of the screen, and with no part of the image missing or
drawn off
Hi,
I'm running into an issue where I'd like to set a larger virtual desktop
than my monitor size but prevent panning it at the same time. I'm
rendering everything using a compositing manager to a virtual desktop and I
don't want to scroll my 3D viewport offscreen whenever the mouse moves to a
di
Dear Sir,
I'm testing pmc type SM502 Graphics card which as USB, Audio
and Display Interfaces. I'm unable to test usb with sm502 display.
Logitech Optical wheel mouse connected to USB port. Is there
any configuration to do in xorg.conf file?
OS --> Redha
On Tue, Jun 26, 2012 at 05:01:35PM +0800, shih dane wrote:
> follow
>
>
>
>
> 2012/6/26 Peter Hutterer :
> > On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote:
> >> 2012/6/26 Peter Hutterer :
> >> > On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
> >> >> Hi
> >> >> i try to m
At Tue, 26 Jun 2012 11:45:20 +0800 shih dane wrote:
>
> Hi
> i try to modify config
>
> Option "AutoAddDevices" "True"
>
> remove all intput device in config
> and laod evdev driver
>
> can not find mouse and keyboad
It is not possible to 'hot plug' a PS2 mouse or keyboard under Linux.
This
follow
2012/6/26 Peter Hutterer :
> On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote:
>> 2012/6/26 Peter Hutterer :
>> > On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
>> >> Hi
>> >> i try to modify config
>> >>
>> >> Option "AutoAddDevices" "True"
>> >>
>> >> remove all in
On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote:
> 2012/6/26 Peter Hutterer :
> > On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
> >> Hi
> >> i try to modify config
> >>
> >> Option "AutoAddDevices" "True"
> >>
> >> remove all intput device in config
> >> and laod evdev driver
2012/6/26 Peter Hutterer :
> On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
>> Hi
>> i try to modify config
>>
>> Option "AutoAddDevices" "True"
>>
>> remove all intput device in config
>> and laod evdev driver
>>
>> can not find mouse and keyboad
>
> I presume there's some other config
On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
> Hi
> i try to modify config
>
> Option "AutoAddDevices" "True"
>
> remove all intput device in config
> and laod evdev driver
>
> can not find mouse and keyboad
I presume there's some other configuration issue then, but hard to say wi
Hi
i try to modify config
Option "AutoAddDevices" "True"
remove all intput device in config
and laod evdev driver
can not find mouse and keyboad
BR
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://l
On Thu, Jun 21, 2012 at 04:23:18PM +0800, shih dane wrote:
> hi all
>
> i build X.Org X Server 1.11.1 for my machine
> keyboard and mouse are both USB
> hotplugging not working for mouse
> but keyboard work fine
>
> xf86-input-keyboard-1.6.0
> xf86-input-mouse-1.7.2
hi all
i build X.Org X Server 1.11.1 for my machine
keyboard and mouse are both USB
hotplugging not working for mouse
but keyboard work fine
xf86-input-keyboard-1.6.0
xf86-input-mouse-1.7.2
Xorg.conf
Section "ServerLayout"
Identifier "X.org Configured&qu
62 matches
Mail list logo