DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
Old 29th October 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

I think the combination of having both the configuration file /etc/X11/xorg.conf with having component configuration files in /etc/X11/xorg.conf.d/ may be part of the problem. At the very least, it is confusing to me to try to understand what provisioning is being used.

This Thinkpad I am using to type this has a Syaptic touchpad, and uses the pms(4) ps/2 interface driver just like psypro's system. But I do not have an /etc/X11/xorg.conf file. Instead, I have two small component configuration files in my /etc/X11/xorg.conf.d/ directory. Neither of my .conf files in that directory are used to configure the touchpad, though. One contains fonts installed with pkg_add, the other enables TearFree video sync.

My only management of the touchpad is with syndaemon(1), not with xorg configuration files.

---

Try starting X without any X.org configuration files at all.

Last edited by jggimi; 29th October 2016 at 02:34 PM. Reason: clarity
Reply With Quote
Old 29th October 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

This took me into Lumina, run startx, wih Lumina diabled in .xinitrc.
xorg.conf put back in place.

Code:
[  8141.665] (--) checkDevMem: using aperture driver /dev/xf86
[  8141.702] (--) Using wscons driver on /dev/ttyC4
[  8141.717] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[  8141.717] X Protocol Version 11, Revision 0
[  8141.717] Build Operating System: OpenBSD 6.0 amd64 
[  8141.717] Current Operating System: OpenBSD keep.my.domain 6.0 GENERIC.MP#2319 amd64
[  8141.718] Build Date: 26 July 2016  01:23:40PM
[  8141.718]  
[  8141.718] Current version of pixman: 0.32.8
[  8141.718] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  8141.718] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  8141.719] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 29 16:48:31 2016
[  8141.719] (==) Using config file: "/etc/X11/xorg.conf"
[  8141.719] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[  8141.720] (==) No Layout section.  Using the first Screen section.
[  8141.720] (**) |-->Screen "Screen0" (0)
[  8141.720] (**) |   |-->Monitor "<default monitor>"
[  8141.720] (**) |   |-->Device "Card0"
[  8141.720] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[  8141.720] (**) |-->Input Device "Touchpad0"
[  8141.720] (**) |-->Input Device "Mouse0"
[  8141.720] (==) Disabling SIGIO handlers for input devices
[  8141.720] (==) Automatically adding devices
[  8141.720] (==) Automatically enabling devices
[  8141.720] (==) Not automatically adding GPU devices
[  8141.720] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  8141.721] (==) FontPath set to:
	/usr/X11R6/lib/X11/fonts/misc/,
	/usr/X11R6/lib/X11/fonts/TTF/,
	/usr/X11R6/lib/X11/fonts/OTF/,
	/usr/X11R6/lib/X11/fonts/Type1/,
	/usr/X11R6/lib/X11/fonts/100dpi/,
	/usr/X11R6/lib/X11/fonts/75dpi/
[  8141.721] (==) ModulePath set to "/usr/X11R6/lib/modules"
[  8141.721] (II) The server relies on wscons to provide the list of input devices.
	If no devices become available, reconfigure wscons or disable AutoAddDevices.
[  8141.721] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  8141.721] (WW) Disabling Mouse0
[  8141.721] (II) Loader magic: 0x35e87b335a0
[  8141.721] (II) Module ABI versions:
[  8141.721] 	X.Org ANSI C Emulation: 0.4
[  8141.721] 	X.Org Video Driver: 20.0
[  8141.721] 	X.Org XInput driver : 22.1
[  8141.721] 	X.Org Server Extension : 9.0
[  8141.721] (--) PCI:*(0:0:2:0) 8086:22b1:1025:106d rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64
[  8141.721] (II) LoadModule: "glx"
[  8141.723] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[  8141.732] (II) Module glx: vendor="X.Org Foundation"
[  8141.732] 	compiled for 1.18.3, module version = 1.0.0
[  8141.732] 	ABI class: X.Org Server Extension, version 9.0
[  8141.732] (==) AIGLX enabled
[  8141.732] (II) LoadModule: "wsfb"
[  8141.733] (II) Loading /usr/X11R6/lib/modules/drivers/wsfb_drv.so
[  8141.734] (II) Module wsfb: vendor="X.Org Foundation"
[  8141.734] 	compiled for 1.18.3, module version = 0.4.1
[  8141.734] 	ABI class: X.Org Video Driver, version 20.0
[  8141.734] (II) LoadModule: "synaptics"
[  8141.736] (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
[  8141.736] (II) Module synaptics: vendor="X.Org Foundation"
[  8141.736] 	compiled for 1.18.3, module version = 1.8.3
[  8141.736] 	Module class: X.Org XInput Driver
[  8141.736] 	ABI class: X.Org XInput driver, version 22.1
[  8141.736] (II) wsfb: driver for wsdisplay framebuffer: wsfb
[  8141.736] (WW) Falling back to old probe method for wsfb
[  8141.737] (II) wsfb(0): using default device
[  8141.737] (==) wsfb(0): Depth 24, (--) framebuffer bpp 32
[  8141.737] (==) wsfb(0): RGB weight 888
[  8141.737] (==) wsfb(0): Default visual is TrueColor
[  8141.737] (==) wsfb(0): Using gamma correction (1.0, 1.0, 1.0)
[  8141.737] (II) wsfb(0): Vidmem: 4128k
[  8141.737] (==) wsfb(0): DPI set to (96, 96)
[  8141.737] (**) wsfb(0): Using "Shadow Framebuffer"
[  8141.738] (II) Loading sub module "shadow"
[  8141.738] (II) LoadModule: "shadow"
[  8141.740] (II) Loading /usr/X11R6/lib/modules/libshadow.so
[  8141.740] (II) Module shadow: vendor="X.Org Foundation"
[  8141.740] 	compiled for 1.18.3, module version = 1.1.0
[  8141.740] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  8141.740] (II) Loading sub module "fb"
[  8141.740] (II) LoadModule: "fb"
[  8141.743] (II) Loading /usr/X11R6/lib/modules/libfb.so
[  8141.744] (II) Module fb: vendor="X.Org Foundation"
[  8141.744] 	compiled for 1.18.3, module version = 1.0.0
[  8141.744] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  8141.744] (--) Depth 24 pixmap format is 32 bpp
[  8141.744] (==) wsfb(0): Backing store enabled
[  8141.745] (==) RandR enabled
[  8141.770] (II) AIGLX: Screen 0 is not DRI2 capable
[  8141.770] (EE) AIGLX: reverting to software rendering
[  8141.786] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  8141.789] (II) AIGLX: Loaded and initialized swrast
[  8141.789] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  8142.081] (II) Using input driver 'synaptics' for 'Touchpad0'
[  8142.081] (**) Touchpad0: always reports core events
[  8142.081] (**) Option "Device" "/dev/wsmouse0"
[  8142.997] (--) synaptics: Touchpad0: x-axis range 1472 - 5660 resolution 41
[  8142.997] (--) synaptics: Touchpad0: y-axis range 1408 - 4718 resolution 60
[  8142.997] (**) Touchpad0: always reports core events
[  8143.000] (II) XINPUT: Adding extended input device "Touchpad0" (type: TOUCHPAD, id 6)
[  8143.000] (**) synaptics: Touchpad0: (accel) MinSpeed is now constant deceleration 2.5
[  8143.000] (**) synaptics: Touchpad0: (accel) MaxSpeed is now 1.75
[  8143.000] (**) synaptics: Touchpad0: (accel) AccelFactor is now 0.037
[  8143.001] (**) Touchpad0: (accel) keeping acceleration scheme 1
[  8143.001] (**) Touchpad0: (accel) acceleration profile 1
[  8143.001] (**) Touchpad0: (accel) acceleration factor: 2.000
[  8143.001] (**) Touchpad0: (accel) acceleration threshold: 4
[  8143.459] (II) config/wscons: checking input device /dev/wskbd
[  8143.459] (II) wskbd: using layout no
[  8143.459] (II) LoadModule: "kbd"
[  8143.462] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[  8143.462] (II) Module kbd: vendor="X.Org Foundation"
[  8143.462] 	compiled for 1.18.3, module version = 1.8.1
[  8143.462] 	Module class: X.Org XInput Driver
[  8143.462] 	ABI class: X.Org XInput driver, version 22.1
[  8143.462] (II) Using input driver 'kbd' for '/dev/wskbd'
[  8143.462] (**) /dev/wskbd: always reports core events
[  8143.462] (**) /dev/wskbd: always reports core events
[  8143.463] (**) Option "Protocol" "standard"
[  8143.463] (**) Option "XkbRules" "base"
[  8143.463] (**) Option "XkbModel" "pc105"
[  8143.463] (**) Option "XkbLayout" "no"
[  8143.463] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 7)
[  8143.557] (II) config/wscons: checking input device /dev/wsmouse
[  8143.557] (II) LoadModule: "ws"
[  8143.559] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[  8143.560] (II) Module ws: vendor="X.Org Foundation"
[  8143.560] 	compiled for 1.18.3, module version = 1.3.0
[  8143.560] 	Module class: X.Org XInput Driver
[  8143.560] 	ABI class: X.Org XInput driver, version 22.1
[  8143.560] (II) Using input driver 'ws' for '/dev/wsmouse'
[  8143.560] (**) /dev/wsmouse: always reports core events
[  8143.560] (II) ws: /dev/wsmouse: debuglevel 0
[  8143.560] (**) Option "Device" "/dev/wsmouse"
[  8143.560] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[  8143.560] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[  8143.560] (**) ws: /dev/wsmouse: associated screen: 0
[  8143.561] (II) ws: /dev/wsmouse: minimum x position: 0
[  8143.561] (II) ws: /dev/wsmouse: maximum x position: 1365
[  8143.561] (II) ws: /dev/wsmouse: minimum y position: 0
[  8143.561] (II) ws: /dev/wsmouse: maximum y position: 767
[  8143.561] (==) ws: /dev/wsmouse: Buttons: 7
[  8143.561] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[  8143.561] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8)
[  8143.562] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[  8143.562] (**) /dev/wsmouse: (accel) acceleration profile 0
[  8143.562] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[  8143.562] (**) /dev/wsmouse: (accel) acceleration threshold: 4

RM /etc/X11/xorg.conf and all files in xorg.conf.d and disabled lumina with #.
Fails to start. Cant find screen. Does not enter lumina or xorg.
Code:
 [[  8091.793] (--) checkDevMem: using aperture driver /dev/xf86
[  8091.830] (--) Using wscons driver on /dev/ttyC4
[  8091.845] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[  8091.845] X Protocol Version 11, Revision 0
[  8091.845] Build Operating System: OpenBSD 6.0 amd64 
[  8091.845] Current Operating System: OpenBSD keep.my.domain 6.0 GENERIC.MP#2319 amd64
[  8091.845] Build Date: 26 July 2016  01:23:40PM
[  8091.846]  
[  8091.846] Current version of pixman: 0.32.8
[  8091.846] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  8091.846] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  8091.846] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 29 16:47:41 2016
[  8091.847] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[  8091.847] (==) No Layout section.  Using the first Screen section.
[  8091.847] (==) No screen section available. Using defaults.
[  8091.847] (**) |-->Screen "Default Screen Section" (0)
[  8091.847] (**) |   |-->Monitor "<default monitor>"
[  8091.848] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  8091.848] (==) Disabling SIGIO handlers for input devices
[  8091.848] (==) Automatically adding devices
[  8091.848] (==) Automatically enabling devices
[  8091.848] (==) Not automatically adding GPU devices
[  8091.848] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  8091.848] (==) FontPath set to:
	/usr/X11R6/lib/X11/fonts/misc/,
	/usr/X11R6/lib/X11/fonts/TTF/,
	/usr/X11R6/lib/X11/fonts/OTF/,
	/usr/X11R6/lib/X11/fonts/Type1/,
	/usr/X11R6/lib/X11/fonts/100dpi/,
	/usr/X11R6/lib/X11/fonts/75dpi/
[  8091.848] (==) ModulePath set to "/usr/X11R6/lib/modules"
[  8091.848] (II) The server relies on wscons to provide the list of input devices.
	If no devices become available, reconfigure wscons or disable AutoAddDevices.
[  8091.848] (II) Loader magic: 0x1f0bcbe335a0
[  8091.848] (II) Module ABI versions:
[  8091.848] 	X.Org ANSI C Emulation: 0.4
[  8091.848] 	X.Org Video Driver: 20.0
[  8091.848] 	X.Org XInput driver : 22.1
[  8091.848] 	X.Org Server Extension : 9.0
[  8091.848] (--) PCI:*(0:0:2:0) 8086:22b1:1025:106d rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64
[  8091.848] (II) LoadModule: "glx"
[  8091.850] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[  8091.859] (II) Module glx: vendor="X.Org Foundation"
[  8091.859] 	compiled for 1.18.3, module version = 1.0.0
[  8091.859] 	ABI class: X.Org Server Extension, version 9.0
[  8091.859] (==) AIGLX enabled
[  8091.859] (==) Matched intel as autoconfigured driver 0
[  8091.859] (==) Matched vesa as autoconfigured driver 1
[  8091.859] (==) Assigned the driver to the xf86ConfigLayout
[  8091.859] (II) LoadModule: "intel"
[  8091.860] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[  8091.861] (II) Module intel: vendor="X.Org Foundation"
[  8091.861] 	compiled for 1.18.3, module version = 2.99.916
[  8091.861] 	Module class: X.Org Video Driver
[  8091.861] 	ABI class: X.Org Video Driver, version 20.0
[  8091.861] (II) LoadModule: "vesa"
[  8091.862] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[  8091.863] (II) Module vesa: vendor="X.Org Foundation"
[  8091.863] 	compiled for 1.18.3, module version = 2.3.3
[  8091.863] 	Module class: X.Org Video Driver
[  8091.863] 	ABI class: X.Org Video Driver, version 20.0
[  8091.863] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  8091.863] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[  8091.863] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[  8091.863] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[  8091.863] (II) VESA: driver for VESA chipsets: vesa
[  8091.865] (II) Loading sub module "vbe"
[  8091.865] (II) LoadModule: "vbe"
[  8091.868] (II) Loading /usr/X11R6/lib/modules/libvbe.so
[  8091.868] (II) Module vbe: vendor="X.Org Foundation"
[  8091.868] 	compiled for 1.18.3, module version = 1.1.0
[  8091.868] 	ABI class: X.Org Video Driver, version 20.0
[  8091.868] (II) Loading sub module "int10"
[  8091.868] (II) LoadModule: "int10"
[  8091.871] (II) Loading /usr/X11R6/lib/modules/libint10.so
[  8091.871] (II) Module int10: vendor="X.Org Foundation"
[  8091.871] 	compiled for 1.18.3, module version = 1.0.0
[  8091.871] 	ABI class: X.Org Video Driver, version 20.0
[  8091.871] (II) VESA(0): initializing int10
[  8091.872] (EE) VESA(0): V_BIOS address 0x0 out of range
[  8091.872] (II) UnloadModule: "vesa"
[  8091.872] (II) UnloadSubModule: "int10"
[  8091.872] (II) Unloading int10
[  8091.873] (II) UnloadSubModule: "vbe"
[  8091.873] (II) Unloading vbe
[  8091.873] (EE) Screen(s) found, but none have a usable configuration.
[  8091.873] (EE) 
Fatal server error:
[  8091.873] (EE) no screens found(EE) 
[  8091.873] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  8091.873] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  8091.873] (EE) 
[  8091.878] (EE) Server terminated with error (1). Closing log file.

Last edited by ocicat; 30th October 2016 at 09:08 AM. Reason: Fixed errant [/code] tag.
Reply With Quote
Old 29th October 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

I need /etc/xorg.conf for screen configuration.
You helped me with some problem before that need it, I believe.
I will try to find it.

I removed input section about mouse and touchpad and such from xorg.conf.

Still no right clicking.
Reply With Quote
Old 29th October 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

Will try to make this, from your previous advice.:

You might try creating an xorg.conf snippet file (<filename>.conf) within /etc/X11/xorg.conf.d/ which contains the VGA1 definition and recommends ignoring the device. Something like:
Code:
Section "Monitor"
        Identifier "VGA1"
        Option "ignore" "true"
EndSection
And then delete, /etc/X11/xorg.conf
But dont i need some of this information, especially the driver?
Code:
Section "Device"
  Identifier "Card0"	 
Driver "wsfb"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth    24
                Modes "1366x768"
        EndSubSection
EndSection

Last edited by ocicat; 30th October 2016 at 09:11 AM. Reason: Added missing [code] & [/code] tags.
Reply With Quote
Old 29th October 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

deleted the /etc/X11/xorg.conf
mkdir /etc/X11/xorg,conf.d
inside that new folder
nano vga.conf

Code:
Section "Monitor"
	Identifier "VGA1"
	Option "ignore" "true"
EndSection
startx fails to launch x.

I need to read my back up of xorg.conf to /etc/X11/xorg.conf then it works again.

But this might be wrong angle of attacke,you speak about this syndaemon.

Please advice,

Either how to startx with out /etc/xorg.conf I have tried and faild to do so.
Or got any advice for usning syndaemon?
Reply With Quote
Old 29th October 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

xorg log from fail startx, without xorg.conf inside /etc/X11/

Code:
[  1719.885] (--) checkDevMem: using aperture driver /dev/xf86
[  1719.936] (--) Using wscons driver on /dev/ttyC4
[  1719.950] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[  1719.951] X Protocol Version 11, Revision 0
[  1719.951] Build Operating System: OpenBSD 6.0 amd64 
[  1719.951] Current Operating System: OpenBSD keep.my.domain 6.0 GENERIC.MP#2319 amd64
[  1719.951] Build Date: 26 July 2016  01:23:40PM
[  1719.951]  
[  1719.952] Current version of pixman: 0.32.8
[  1719.952] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1719.952] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1719.952] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 29 17:24:28 2016
[  1719.953] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1719.953] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[  1719.953] (==) No Layout section.  Using the first Screen section.
[  1719.953] (**) |-->Screen "Screen0" (0)
[  1719.953] (**) |   |-->Monitor "<default monitor>"
[  1719.954] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[  1719.954] (==) Disabling SIGIO handlers for input devices
[  1719.954] (==) Automatically adding devices
[  1719.954] (==) Automatically enabling devices
[  1719.954] (==) Not automatically adding GPU devices
[  1719.954] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1719.954] (==) FontPath set to:
	/usr/X11R6/lib/X11/fonts/misc/,
	/usr/X11R6/lib/X11/fonts/TTF/,
	/usr/X11R6/lib/X11/fonts/OTF/,
	/usr/X11R6/lib/X11/fonts/Type1/,
	/usr/X11R6/lib/X11/fonts/100dpi/,
	/usr/X11R6/lib/X11/fonts/75dpi/
[  1719.954] (==) ModulePath set to "/usr/X11R6/lib/modules"
[  1719.954] (II) The server relies on wscons to provide the list of input devices.
	If no devices become available, reconfigure wscons or disable AutoAddDevices.
[  1719.954] (II) Loader magic: 0x1ce330a335a0
[  1719.954] (II) Module ABI versions:
[  1719.954] 	X.Org ANSI C Emulation: 0.4
[  1719.954] 	X.Org Video Driver: 20.0
[  1719.954] 	X.Org XInput driver : 22.1
[  1719.954] 	X.Org Server Extension : 9.0
[  1719.955] (--) PCI:*(0:0:2:0) 8086:22b1:1025:106d rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64
[  1719.955] (II) LoadModule: "glx"
[  1719.957] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[  1719.966] (II) Module glx: vendor="X.Org Foundation"
[  1719.966] 	compiled for 1.18.3, module version = 1.0.0
[  1719.966] 	ABI class: X.Org Server Extension, version 9.0
[  1719.966] (==) AIGLX enabled
[  1719.966] (==) Matched intel as autoconfigured driver 0
[  1719.966] (==) Matched vesa as autoconfigured driver 1
[  1719.966] (==) Assigned the driver to the xf86ConfigLayout
[  1719.966] (II) LoadModule: "intel"
[  1719.967] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[  1719.968] (II) Module intel: vendor="X.Org Foundation"
[  1719.968] 	compiled for 1.18.3, module version = 2.99.916
[  1719.968] 	Module class: X.Org Video Driver
[  1719.968] 	ABI class: X.Org Video Driver, version 20.0
[  1719.968] (II) LoadModule: "vesa"
[  1719.970] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[  1719.970] (II) Module vesa: vendor="X.Org Foundation"
[  1719.970] 	compiled for 1.18.3, module version = 2.3.3
[  1719.970] 	Module class: X.Org Video Driver
[  1719.970] 	ABI class: X.Org Video Driver, version 20.0
[  1719.970] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  1719.970] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[  1719.970] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[  1719.970] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[  1719.971] (II) VESA: driver for VESA chipsets: vesa
[  1719.972] (II) Loading sub module "vbe"
[  1719.972] (II) LoadModule: "vbe"
[  1719.975] (II) Loading /usr/X11R6/lib/modules/libvbe.so
[  1719.975] (II) Module vbe: vendor="X.Org Foundation"
[  1719.975] 	compiled for 1.18.3, module version = 1.1.0
[  1719.976] 	ABI class: X.Org Video Driver, version 20.0
[  1719.976] (II) Loading sub module "int10"
[  1719.976] (II) LoadModule: "int10"
[  1719.978] (II) Loading /usr/X11R6/lib/modules/libint10.so
[  1719.979] (II) Module int10: vendor="X.Org Foundation"
[  1719.979] 	compiled for 1.18.3, module version = 1.0.0
[  1719.979] 	ABI class: X.Org Video Driver, version 20.0
[  1719.979] (II) VESA(0): initializing int10
[  1719.980] (EE) VESA(0): V_BIOS address 0x0 out of range
[  1719.980] (II) UnloadModule: "vesa"
[  1719.980] (II) UnloadSubModule: "int10"
[  1719.980] (II) Unloading int10
[  1719.980] (II) UnloadSubModule: "vbe"
[  1719.980] (II) Unloading vbe
[  1719.980] (EE) Screen(s) found, but none have a usable configuration.
[  1719.980] (EE) 
Fatal server error:
[  1719.980] (EE) no screens found(EE) 
[  1719.980] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1719.981] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1719.981] (EE) 
[  1719.985] (EE) Server terminated with error (1). Closing log file.
Reply With Quote
Old 29th October 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

rm /etc/X11/xorg.conf

Add the information to

/etc/X11/xorg.conf.d/vga.conf

Now I can startx with out /etc/X11/xorg.conf

/etc/X11/xorg.conf.d/vga.conf

Code:
Section "Device"
Identifier "Card0"
Driver "wsfb"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
EndSection 

Section "Monitor"
Identifier "VGA1"
Option "ignore" "true"
EndSection
I have no synaptic.conf made yet. If I understand correct you recommend against it?
man page has little to say about syndaemon,
"syndaemon is a program that disable the touhpad while typing the keyboard" ,,, I want to enable right clicking with the touch pad.

Last edited by psypro; 29th October 2016 at 03:37 PM.
Reply With Quote
Old 29th October 2016
TronDD TronDD is online now
Spam Deminer
 
Join Date: Sep 2014
Posts: 307
Default

Quote:
Originally Posted by psypro View Post
rm /etc/X11/xorg.conf
man page has little to say about syndaemon,
"syndaemon is a program that disable the touhpad while typing the keyboard" ,,, I want to enable right clicking with the touch pad.
Look at SEE ALSO. man synaptics.

I'm the multifinger click type of touchpad user. All I have is a few lines in .xinitrc

synclient ClickFinger2=3
synclient ClickFinger3=2

Try TouhpadOff=1 and see if any of these settings are havaing any effect at all.
Reply With Quote
Old 29th October 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

My use of syndaemon is merely to to disable the touchpad while I am typing. My .xsession (or .xinitrc) contains:
Code:
syndaemon -di 1
Reply With Quote
Old 30th October 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

synclient ClickFinger2=3

Gives me right click if i multi touch, first add one finger over touch pad, then add second it will release right clicking action.

But not the real right click with one tap.

Code:
$ synclient TouhpadOff=1                                                       
Unknown parameter TouhpadOff
Reply With Quote
Old 30th October 2016
TronDD TronDD is online now
Spam Deminer
 
Join Date: Sep 2014
Posts: 307
Default

Quote:
Originally Posted by psypro View Post
synclient ClickFinger2=3

Gives me right click if i multi touch, first add one finger over touch pad, then add second it will release right clicking action.

But not the real right click with one tap.
Ok, so we know that changes will take effect. I would set your options one at a time and make sure they do what you want. I don't know how you want it set up, so I can't give you specific commands.

Quote:
Code:
$ synclient TouhpadOff=1                                                       
Unknown parameter TouhpadOff
Sorry, typo. Thats another reason why one should not copy and paste. Read the man page.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HP kills TouchPad ocicat News 10 21st March 2012 05:31 PM
How to disable touchpad gpatrick OpenBSD General 3 4th March 2012 03:36 PM
Nice try, Amazon: 'One-click' payment too obvious to patent J65nko News 1 8th July 2011 10:16 AM
CSP: Thwarting cross-site scripting and click-jacking attacks J65nko News 0 5th April 2011 09:57 PM
carefull confirm on using linux_base-fc8 Click to flag this post cuongvt FreeBSD General 2 8th May 2009 01:57 AM


All times are GMT. The time now is 01:53 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick