SliTaz SliTaz Forum

You are not logged in.

#1 2015-06-14 18:41:24

TraceE
Member
Registered: 2014-02-02
Posts: 112

Laptop external monitor help?

Laptop: Aspire 7520 (Nvidia Geforce 7000m using non free driver package) .... Slitaz 4.0.

External monitor: HDTV 1920x1080 ... connected by VGA cable as the laptop has no HDMI.

The connected external TV screen works while booting but switches to the laptop internal screen as the desktop appears. 

The external screen can be set up easily to full 1920x1080 using

[c]# nvidia-settings[/c]

and works perfectly, the settings are saved correctly to /etc/x11/xorg.conf and are persistent after reboot.

The problem is that the settings seem to be getting ignored on reboot and the laptop reverts back to the internal screen every time no matter what fix I try to get the saved settings recognized and I've been at it for 3 days now ... sad

The Nvidia driver refers to VGA as CRT-0 and LVDS as DFP-0.

There maybe a clue in the fact that

[c]# xrandr -q[/c]

Only ever seems to see one screen always referred to as "default" which varies in size depending on the orientation of screens (1920x1080 if only the external is active, 1440x900 if only internal and 3360x1080 if both are active in Twinview).

The xorg.0.log sees both screens but always chooses the internal 1440x900 internal screen as the desktop opens.

It's so annoying being able to set up what I want and save the settings just for them to be ignored on reboot.

I am using a Live USB install with persistence and

[c]# tazusb writefs gzip[/c]

To save the xorg.conf settings permanently.

Any help with this will be very well appreciated ... I've tried literally every fix on the net I could find over the last three days ... and it always reverts back to the laptop internal screen ... sad

Offline

#2 2015-06-17 05:22:03

TraceE
Member
Registered: 2014-02-02
Posts: 112

Re: Laptop external monitor help?

[    16.208] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 17 04:58:32 2015

[    16.208] (==) Using config file: "/etc/X11/xorg.conf"

[    16.208] (==) Using config directory: "/etc/X11/xorg.conf.d"

[    16.209] (==) ServerLayout "X.org Configured"

[    16.209] (**) |-->Screen "Screen0" (0)

[    16.209] (**) |   |-->Monitor "Monitor0"

[    16.209] (**) |   |-->Device "Card0"

[    16.209] (**) Option "Xinerama" "0"

[    16.209] (==) Automatically adding devices

[    16.209] (==) Automatically enabling devices

[    16.209] (WW) The directory "/usr/share/fonts/misc/" does not exist.

[    16.209]     Entry deleted from font path.

This is an extract from xorg.0.log .... seemingly showing the xorg.conf being read then "Automatically enabling devices".

Then later in the file:

[    17.166] (II) NVIDIA(0): NVIDIA GPU GeForce 7000M / nForce 610M (C67) at PCI:0:18:0

[    17.166] (II) NVIDIA(0):     (GPU-0)

[    17.166] (--) NVIDIA(0): Memory: 524288 kBytes

[    17.166] (--) NVIDIA(0): VideoBIOS: 05.67.32.14.08

[    17.166] (--) NVIDIA(0): Interlaced video modes are supported on this GPU

[    17.166] (--) NVIDIA(0): Connected display device(s) on GeForce 7000M / nForce 610M at

[    17.166] (--) NVIDIA(0):     PCI:0:18:0:

[    17.166] (--) NVIDIA(0):     ___ LCD TV (CRT-0)

[    17.166] (--) NVIDIA(0):     LPL (DFP-0)

[    17.166] (--) NVIDIA(0): ___ LCD TV (CRT-0): 350.0 MHz maximum pixel clock

[    17.166] (--) NVIDIA(0): LPL (DFP-0): 310.0 MHz maximum pixel clock

[    17.166] (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS

[    17.166] (II) NVIDIA(0): Assigned Display Device: DFP-0

[    17.166] (==) NVIDIA(0):

[    17.166] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"

[    17.166] (==) NVIDIA(0):     will be used as the requested mode.

[    17.166] (==) NVIDIA(0):

[    17.166] (II) NVIDIA(0): Validated modes:

[    17.166] (II) NVIDIA(0):     "nvidia-auto-select"

[    17.166] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900

Although the xorg.conf has apparently been used Slitaz defaults to the laptop internal screen every time it boots to the desktop .... sad

Is there a command line or set of instructions I can put somewhere to automatically execute the xorg.conf that will change my settings to the external screen on the VGA port (CRT-0)?

I feel that someone who knows Slitaz well will probably have a simple answer to this.

Offline

#3 2015-06-17 20:19:08

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Laptop external monitor help?

Auto-starting nvidia-settings configuration is done for each regular user.

SliTaz-4.0 with user tux in this example.

[c]tux@slitaz:~$ leafpad .config/openbox/autostart.sh[/c]

I add/save nvidia-settings -l & near the top:

# This shell script is run before Openbox launches.

# Environment variables set here are passed to the Openbox session.

nvidia-settings -l &

On Slitaz-5 user autostart is done using different method with lxde-session.

Offline

#4 2015-06-18 03:10:28

TraceE
Member
Registered: 2014-02-02
Posts: 112

Re: Laptop external monitor help?

Thanks for the suggestion Mojo .... I added the entry as you said ... but on reboot it still defaulted to the laptop internal screen ..... sad

Anything else I could try? .... I can't believe this is so difficult to do.

Offline

#5 2015-06-18 10:38:54

az_ua
Moderator
Registered: 2014-05-02
Posts: 284

Re: Laptop external monitor help?

First, don't use [c]/etc/X11/xorg.conf.d[/c] with nvidia-proprietary, only [c]/etc/X11/xorg.conf[/c]

10-ServerLayout.conf 50-Monitor.conf 60-Device.conf 70-Screen.conf

If you have file with similar names in /etc/X11/xorg.conf.d - problem may be here.

And I can't find "primary" word in this topic.

http://www.google.com/search?q=xrandr+primary

http://www.google.com/search?q=xrandr+primary+tv

Try to edit xorg.conf like here (search page for tv):

www.thinkwiki.org/wiki/Xorg_RandR_1.2

Play with xrandr on commandline.

Offline

#6 2015-06-18 23:13:34

TraceE
Member
Registered: 2014-02-02
Posts: 112

Re: Laptop external monitor help?

Yes I have /etc/X11/xorg.conf.d .... with the files you are warning me about.

It seems to be chosen automatically after /etc/X11/xorg.conf is read ... as seen in my Xorg.0.log above. It's being done automatically not by any choice made by me.

Should I delete /etc/X11/xorg.conf.d ?

Offline

#7 2015-06-19 20:35:09

TraceE
Member
Registered: 2014-02-02
Posts: 112

Re: Laptop external monitor help?

AAAArghhh!!! ..... That's almost a whole week I've spent on this now and still nothing works after reboot or logout/login.

I can easily enable the external screen and disable the internal screen once booted ...... if I could only find a way of doing whatever the nvidia-settings "Apply" button does automatically on booting.

It really doesn't seem to matter what I change/append anywhere ... when I reboot the external screen is always disabled and the laptop internal enabled.

This is even more frustrating as it is only the external screen that is enabled throughout the boot process then it switches over just before the desktop appears .... sad

Offline

#8 2015-06-19 21:19:19

TraceE
Member
Registered: 2014-02-02
Posts: 112

Re: Laptop external monitor help?

Here is my entire Xorg.0.log, maybe it can give some clues:

[    16.617] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6

[    16.617] _XSERVTransOpen: transport open failed for inet6/slitaz:0

[    16.617] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

[    16.618]

X.Org X Server 1.9.5

Release Date: 2011-03-17

[    16.618] X Protocol Version 11, Revision 0

[    16.618] Build Operating System: SliTaz GNU/Linux

[    16.618] Current Operating System: Linux slitaz 2.6.37-slitaz #2 SMP Wed Mar 7 10:36:39 CET 2012 i686

[    16.618] Kernel command line: initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin home=094ee6be-d3c3-47c9-b455-3b30096d6525 BOOT_IMAGE=/boot/bzImage

[    16.618] Build Date: 18 March 2012  12:25:07AM

[    16.618]

[    16.618] Current version of pixman: 0.22.0

[    16.618]     Before reporting problems, check http://wiki.x.org

    to make sure that you have the latest version.

[    16.618] Markers: (--) probed, (**) from config file, (==) default setting,

    (++) from command line, (!!) notice, (II) informational,

    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

[    16.619] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 19 21:12:36 2015

[    16.619] (==) Using config file: "/etc/X11/xorg.conf"

[    16.619] (==) Using config directory: "/etc/X11/xorg.conf.d"

[    16.619] (==) ServerLayout "X.org Configured"

[    16.619] (**) |-->Screen "Screen0" (0)

[    16.619] (**) |   |-->Monitor "Monitor0"

[    16.620] (**) |   |-->Device "Videocard0"

[    16.620] (**) Option "BlankTime" "0"

[    16.620] (**) Option "StandbyTime" "0"

[    16.620] (**) Option "SuspendTime" "0"

[    16.620] (**) Option "OffTime" "0"

[    16.620] (**) Option "Xinerama" "0"

[    16.620] (==) Automatically adding devices

[    16.620] (==) Automatically enabling devices

[    16.620] (WW) The directory "/usr/share/fonts/misc/" does not exist.

[    16.620]     Entry deleted from font path.

[    16.620] (WW) The directory "/usr/share/fonts/TTF/" does not exist.

[    16.620]     Entry deleted from font path.

[    16.620] (WW) The directory "/usr/share/fonts/OTF/" does not exist.

[    16.620]     Entry deleted from font path.

[    16.620] (WW) The directory "/usr/share/fonts/Type1/" does not exist.

[    16.620]     Entry deleted from font path.

[    16.620] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.

[    16.620]     Entry deleted from font path.

[    16.620] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.

[    16.620]     Entry deleted from font path.

[    16.620] (==) FontPath set to:

[    16.620] (==) ModulePath set to "/usr/lib/X11/modules"

[    16.620] (II) The server relies on udev to provide the list of input devices.

    If no devices become available, reconfigure udev or disable AutoAddDevices.

[    16.620] (II) Loader magic: 0x8196c38

[    16.620] (II) Module ABI versions:

[    16.620]     X.Org ANSI C Emulation: 0.4

[    16.620]     X.Org Video Driver: 8.0

[    16.620]     X.Org XInput driver : 11.0

[    16.620]     X.Org Server Extension : 4.0

[    16.621] (--) PCI:*(0:0:18:0) 10de:0533:1025:0126 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd1000000/16777216, BIOS @ 0x????????/131072

[    16.622] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

[    16.622] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.

[    16.622] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.

[    16.622] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.

[    16.622] (II) "record" will be loaded. This was enabled by default and also specified in the config file.

[    16.622] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.

[    16.622] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.

[    16.622] (II) LoadModule: "dri"

[    16.622] (II) Loading /usr/lib/X11/modules/extensions/libdri.so

[    16.622] (II) Module dri: vendor="X.Org Foundation"

[    16.622]     compiled for 1.9.5, module version = 1.0.0

[    16.622]     ABI class: X.Org Server Extension, version 4.0

[    16.622] (II) Loading extension XFree86-DRI

[    16.622] (II) LoadModule: "record"

[    16.622] (II) Loading /usr/lib/X11/modules/extensions/librecord.so

[    16.623] (II) Module record: vendor="X.Org Foundation"

[    16.623]     compiled for 1.9.5, module version = 1.13.0

[    16.623]     Module class: X.Org Server Extension

[    16.623]     ABI class: X.Org Server Extension, version 4.0

[    16.623] (II) Loading extension RECORD

[    16.623] (II) LoadModule: "extmod"

[    16.623] (II) Loading /usr/lib/X11/modules/extensions/libextmod.so

[    16.623] (II) Module extmod: vendor="X.Org Foundation"

[    16.623]     compiled for 1.9.5, module version = 1.0.0

[    16.623]     Module class: X.Org Server Extension

[    16.623]     ABI class: X.Org Server Extension, version 4.0

[    16.623] (II) Loading extension MIT-SCREEN-SAVER

[    16.623] (II) Loading extension XFree86-VidModeExtension

[    16.623] (II) Loading extension XFree86-DGA

[    16.623] (II) Loading extension DPMS

[    16.623] (II) Loading extension XVideo

[    16.623] (II) Loading extension XVideo-MotionCompensation

[    16.623] (II) Loading extension X-Resource

[    16.623] (II) LoadModule: "dri2"

[    16.623] (II) Loading /usr/lib/X11/modules/extensions/libdri2.so

[    16.623] (II) Module dri2: vendor="X.Org Foundation"

[    16.623]     compiled for 1.9.5, module version = 1.2.0

[    16.623]     ABI class: X.Org Server Extension, version 4.0

[    16.623] (II) Loading extension DRI2

[    16.623] (II) LoadModule: "dbe"

[    16.624] (II) Loading /usr/lib/X11/modules/extensions/libdbe.so

[    16.624] (II) Module dbe: vendor="X.Org Foundation"

[    16.624]     compiled for 1.9.5, module version = 1.0.0

[    16.624]     Module class: X.Org Server Extension

[    16.624]     ABI class: X.Org Server Extension, version 4.0

[    16.624] (II) Loading extension DOUBLE-BUFFER

[    16.624] (II) LoadModule: "glx"

[    16.624] (II) Loading /usr/lib/X11/modules/extensions/libglx.so

[    16.648] (II) Module glx: vendor="NVIDIA Corporation"

[    16.648]     compiled for 4.0.2, module version = 1.0.0

[    16.648]     Module class: X.Org Server Extension

[    16.648] (II) NVIDIA GLX Module  173.14.31  Sun Jul 17 22:43:28 PDT 2011

[    16.648] (II) Loading extension GLX

[    16.648] (II) LoadModule: "nvidia"

[    16.648] (II) Loading /usr/lib/X11/modules/drivers/nvidia_drv.so

[    16.649] (II) Module nvidia: vendor="NVIDIA Corporation"

[    16.649]     compiled for 4.0.2, module version = 1.0.0

[    16.649]     Module class: X.Org Video Driver

[    16.649] (II) NVIDIA dlloader X Driver  173.14.31  Sun Jul 17 22:20:25 PDT 2011

[    16.649] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs

[    16.649] (++) using VT number 7

[    16.666] (II) Loading sub module "fb"

[    16.666] (II) LoadModule: "fb"

[    16.666] (II) Loading /usr/lib/X11/modules/libfb.so

[    16.668] (II) Module fb: vendor="X.Org Foundation"

[    16.668]     compiled for 1.9.5, module version = 1.0.0

[    16.668]     ABI class: X.Org ANSI C Emulation, version 0.4

[    16.668] (II) Loading sub module "wfb"

[    16.668] (II) LoadModule: "wfb"

[    16.669] (II) Loading /usr/lib/X11/modules/libwfb.so

[    16.669] (II) Module wfb: vendor="X.Org Foundation"

[    16.669]     compiled for 1.9.5, module version = 1.0.0

[    16.669]     ABI class: X.Org ANSI C Emulation, version 0.4

[    16.669] (II) Loading sub module "ramdac"

[    16.670] (II) LoadModule: "ramdac"

[    16.670] (II) Module "ramdac" already built-in

[    16.670] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32

[    16.670] (==) NVIDIA(0): RGB weight 888

[    16.670] (==) NVIDIA(0): Default visual is TrueColor

[    16.670] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)

[    16.670] (**) NVIDIA(0): Enabling RENDER acceleration

[    16.670] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is

[    16.670] (II) NVIDIA(0):     enabled.

[    17.573] (II) NVIDIA(0): NVIDIA GPU GeForce 7000M / nForce 610M (C67) at PCI:0:18:0

[    17.573] (II) NVIDIA(0):     (GPU-0)

[    17.573] (--) NVIDIA(0): Memory: 524288 kBytes

[    17.573] (--) NVIDIA(0): VideoBIOS: 05.67.32.14.08

[    17.573] (--) NVIDIA(0): Interlaced video modes are supported on this GPU

[    17.573] (--) NVIDIA(0): Connected display device(s) on GeForce 7000M / nForce 610M at

[    17.573] (--) NVIDIA(0):     PCI:0:18:0:

[    17.573] (--) NVIDIA(0):     ___ LCD TV (CRT-0)

[    17.573] (--) NVIDIA(0):     LPL (DFP-0)

[    17.573] (--) NVIDIA(0): ___ LCD TV (CRT-0): 350.0 MHz maximum pixel clock

[    17.573] (--) NVIDIA(0): LPL (DFP-0): 310.0 MHz maximum pixel clock

[    17.573] (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS

[    17.573] (II) NVIDIA(0): Assigned Display Device: DFP-0

[    17.573] (==) NVIDIA(0):

[    17.573] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"

[    17.573] (==) NVIDIA(0):     will be used as the requested mode.

[    17.573] (==) NVIDIA(0):

[    17.573] (II) NVIDIA(0): Validated modes:

[    17.573] (II) NVIDIA(0):     "nvidia-auto-select"

[    17.573] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900

[    17.573] (--) NVIDIA(0): DPI set to (98, 99); computed from "UseEdidDpi" X config

[    17.573] (--) NVIDIA(0):     option

[    17.573] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.

[    17.573] (--) Depth 24 pixmap format is 32 bpp

[    17.575] (II) NVIDIA(0): Initialized GPU GART.

[    17.598] (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not

[    17.598] (II) NVIDIA(0):     be running or the "AcpidSocketPath" X configuration option

[    17.598] (II) NVIDIA(0):     may not be set correctly.  When the ACPI daemon is

[    17.598] (II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI

[    17.598] (II) NVIDIA(0):     events.  For details, please see the "ConnectToAcpid" and

[    17.598] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X

[    17.598] (II) NVIDIA(0):     Config Options in the README.

[    17.598] (II) NVIDIA(0): Setting mode "nvidia-auto-select"

[    17.892] (II) Loading extension NV-GLX

[    17.940] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized

[    17.941] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture

[    17.941] (==) NVIDIA(0): Backing store disabled

[    17.941] (==) NVIDIA(0): Silken mouse enabled

[    17.941] (II) Loading extension NV-CONTROL

[    17.942] (==) RandR enabled

[    17.942] (II) Initializing built-in extension Generic Event Extension

[    17.942] (II) Initializing built-in extension SHAPE

[    17.942] (II) Initializing built-in extension MIT-SHM

[    17.942] (II) Initializing built-in extension XInputExtension

[    17.942] (II) Initializing built-in extension XTEST

[    17.942] (II) Initializing built-in extension BIG-REQUESTS

[    17.942] (II) Initializing built-in extension SYNC

[    17.942] (II) Initializing built-in extension XKEYBOARD

[    17.942] (II) Initializing built-in extension XC-MISC

[    17.942] (II) Initializing built-in extension XINERAMA

[    17.942] (II) Initializing built-in extension XFIXES

[    17.942] (II) Initializing built-in extension RENDER

[    17.942] (II) Initializing built-in extension RANDR

[    17.942] (II) Initializing built-in extension COMPOSITE

[    17.942] (II) Initializing built-in extension DAMAGE

[    17.948] (II) Initializing extension GLX

[    18.023] (II) config/udev: Adding input device Power Button (/dev/input/event7)

[    18.023] (**) Power Button: Applying InputClass "Keyboard Defaults"

[    18.023] (**) Power Button: Applying InputClass "evdev keyboard catchall"

[    18.023] (II) LoadModule: "evdev"

[    18.024] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so

[    18.024] (II) Module evdev: vendor="X.Org Foundation"

[    18.024]     compiled for 1.9.5, module version = 2.6.0

[    18.024]     Module class: X.Org XInput Driver

[    18.024]     ABI class: X.Org XInput driver, version 11.0

[    18.024] (**) Power Button: always reports core events

[    18.024] (**) Power Button: Device: "/dev/input/event7"

[    18.029] (--) Power Button: Found keys

[    18.029] (II) Power Button: Configuring as keyboard

[    18.029] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)

[    18.029] (**) Option "xkb_rules" "evdev"

[    18.029] (**) Option "xkb_model" "evdev"

[    18.029] (**) Option "xkb_layout" "gb"

[    18.072] (II) config/udev: Adding input device Video Bus (/dev/input/event3)

[    18.072] (**) Video Bus: Applying InputClass "Keyboard Defaults"

[    18.072] (**) Video Bus: Applying InputClass "evdev keyboard catchall"

[    18.072] (**) Video Bus: always reports core events

[    18.072] (**) Video Bus: Device: "/dev/input/event3"

[    18.075] (--) Video Bus: Found keys

[    18.075] (II) Video Bus: Configuring as keyboard

[    18.075] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)

[    18.075] (**) Option "xkb_rules" "evdev"

[    18.075] (**) Option "xkb_model" "evdev"

[    18.075] (**) Option "xkb_layout" "gb"

[    18.258] (II) config/udev: Adding input device Power Button (/dev/input/event6)

[    18.258] (**) Power Button: Applying InputClass "Keyboard Defaults"

[    18.258] (**) Power Button: Applying InputClass "evdev keyboard catchall"

[    18.258] (**) Power Button: always reports core events

[    18.258] (**) Power Button: Device: "/dev/input/event6"

[    18.266] (--) Power Button: Found keys

[    18.266] (II) Power Button: Configuring as keyboard

[    18.266] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)

[    18.266] (**) Option "xkb_rules" "evdev"

[    18.266] (**) Option "xkb_model" "evdev"

[    18.266] (**) Option "xkb_layout" "gb"

[    18.266] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)

[    18.266] (II) No input driver/identifier specified (ignoring)

[    18.267] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)

[    18.267] (**) Sleep Button: Applying InputClass "Keyboard Defaults"

[    18.267] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"

[    18.267] (**) Sleep Button: always reports core events

[    18.267] (**) Sleep Button: Device: "/dev/input/event5"

[    18.274] (--) Sleep Button: Found keys

[    18.274] (II) Sleep Button: Configuring as keyboard

[    18.274] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)

[    18.274] (**) Option "xkb_rules" "evdev"

[    18.274] (**) Option "xkb_model" "evdev"

[    18.274] (**) Option "xkb_layout" "gb"

[    18.282] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)

[    18.282] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"

[    18.282] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"

[    18.282] (**) AT Translated Set 2 keyboard: always reports core events

[    18.282] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"

[    18.290] (--) AT Translated Set 2 keyboard: Found keys

[    18.290] (II) AT Translated Set 2 keyboard: Configuring as keyboard

[    18.290] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)

[    18.290] (**) Option "xkb_rules" "evdev"

[    18.290] (**) Option "xkb_model" "evdev"

[    18.290] (**) Option "xkb_layout" "gb"

[    18.291] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event2)

[    18.291] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"

[    18.291] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"

[    18.291] (**) SynPS/2 Synaptics TouchPad: always reports core events

[    18.291] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event2"

[    18.298] (--) SynPS/2 Synaptics TouchPad: Found 8 mouse buttons

[    18.298] (--) SynPS/2 Synaptics TouchPad: Found absolute axes

[    18.298] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes

[    18.298] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.

[    18.298] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad

[    18.298] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5

[    18.298] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200

[    18.298] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)

[    18.298] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.

[    18.298] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)

[    18.298] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"

[    18.298] (II) LoadModule: "synaptics"

[    18.298] (II) Loading /usr/lib/X11/modules/input/synaptics_drv.so

[    18.299] (II) Module synaptics: vendor="X.Org Foundation"

[    18.299]     compiled for 1.9.5, module version = 1.3.0

[    18.299]     Module class: X.Org XInput Driver

[    18.299]     ABI class: X.Org XInput driver, version 11.0

[    18.299] (II) Synaptics touchpad driver version 1.3.0

[    18.578] (--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event2

[    18.586] (**) Option "Device" "/dev/input/event2"

[    18.630] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472

[    18.630] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448

[    18.630] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255

[    18.630] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15

[    18.630] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons

[    18.630] (**) Option "SHMConfig" "on"

[    18.630] (**) Option "EmulateTwoFingerMinZ" "0"

[    18.630] (**) Option "VertEdgeScroll" "on"

[    18.630] (**) Option "HorizEdgeScroll" "on"

[    18.630] (**) Option "VertTwoFingerScroll" "on"

[    18.630] (**) Option "HorizTwoFingerScroll" "on"

[    18.630] (**) Option "TapButton1" "1"

[    18.630] (**) Option "TapButton2" "2"

[    18.630] (**) Option "TapButton3" "3"

[    18.630] (**) Option "CircularScrolling" "on"

[    18.630] (**) Option "CircScrollTrigger" "2"

[    18.662] (--) SynPS/2 Synaptics TouchPad: touchpad found

[    18.662] (**) SynPS/2 Synaptics TouchPad: always reports core events

[    18.670] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)

[    18.670] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5

[    18.670] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75

[    18.670] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040

[    18.670] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1

[    18.670] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1

[    18.670] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000

[    18.670] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4

[    18.694] (--) SynPS/2 Synaptics TouchPad: touchpad found

[    18.694] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)

[    18.694] (II) No input driver/identifier specified (ignoring)

Offline

#9 2015-06-23 21:00:23

TraceE
Member
Registered: 2014-02-02
Posts: 112

Re: Laptop external monitor help?

Ok ... I have re-compiled the kernel with the latest nvidia drivers (304.125) for my gpu (nvidia geforce 7000m nforce 610m).

The screens are now seen correctly by xrandr but the xrandr settings set by using lxrandr and saving the changes still does not work on reboot and now Slitaz defaults to both screens being active on boot.

I am now going to try using xrandr scripts but will start another thread just for that topic.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.6 MiB (Peak: 1.77 MiB) ]