Discussion:
generate xorg.conf
Rudolf Sykora
2016-06-13 08:33:24 UTC
Permalink
Hello,

please, how do one generate an xorg.conf file on openBSD?

I thought running
X -configure
(or X :1 -configure, if X is running)
would generate one, however, there seems to be no option -configure
present. So how, then?

(I want to read xorg.conf and then modify some parts to try to use wacom intuos3
tablet [pressure sensitivity].)

Thanks
Ruda
Jan Stary
2016-06-13 10:31:23 UTC
Permalink
Post by Rudolf Sykora
please, how do one generate an xorg.conf file on openBSD?
If you need xorg.conf at all, it might be best
to read xorg.conf(5) and write your own by hand.
Post by Rudolf Sykora
(I want to read xorg.conf and then modify some parts to try to use wacom intuos3
tablet [pressure sensitivity].)
You mean, you have installed OpenBSD on this tablet?

Jan
ropers
2016-06-13 15:01:05 UTC
Permalink
Post by Rudolf Sykora
Post by Rudolf Sykora
(I want to read xorg.conf and then modify some parts to try to use wacom
intuos3
Post by Rudolf Sykora
tablet [pressure sensitivity].)
You mean, you have installed OpenBSD on this tablet?
The intuos 3 is a graphics tablet human interface device, not a tablet
computer.
Sean Howard
2016-06-13 12:54:47 UTC
Permalink
‎ 

Sent from my phone.
  Original Message  
From: Rudolf Sykora
Sent: Monday, June 13, 2016 04:44
To: ***@openbsd.org
Subject: generate xorg.conf

Hello,

please, how do one generate an xorg.conf file on openBSD?

I thought running
X -configure
(or X :1 -configure, if X is running)
would generate one, however, there seems to be no option -configure
present. So how, then?

(I want to read xorg.conf and then modify some parts to try to use wacom
intuos3
tablet [pressure sensitivity].)

Thanks
Ruda
Vijay Sankar
2016-06-13 15:08:47 UTC
Permalink
Post by Rudolf Sykora
Hello,
please, how do one generate an xorg.conf file on openBSD?
I thought running
X -configure
(or X :1 -configure, if X is running)
would generate one, however, there seems to be no option -configure
present. So how, then?
(I want to read xorg.conf and then modify some parts to try to use wacom
intuos3
tablet [pressure sensitivity].)
ThanksRuda
I remember doing this long time ago when there were three monitors on my
desk.

On my desktop, I had to do the following steps to create this file:

1) Edit /etc/sysctl.conf and add the line

machdep.allowaperture=1

2) Reboot

3) X -configure

Once I did that, there was a file called xorg.conf.new in the root
directory. There was also a log file /var/log/Xorg.1.log that may give you
more details.

Vijay
--
Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
***@foretell.ca
Stuart Henderson
2016-06-13 16:32:27 UTC
Permalink
Post by Rudolf Sykora
Hello,
please, how do one generate an xorg.conf file on openBSD?
I thought running
X -configure
(or X :1 -configure, if X is running)
would generate one, however, there seems to be no option -configure
present. So how, then?
(I want to read xorg.conf and then modify some parts to try to use wacom intuos3
tablet [pressure sensitivity].)
Thanks
Ruda
You don't need to include any of the other parts, just include the parts you
need for the wacom in the xorg.conf file.

Continue reading on narkive:
Loading...