Only one resolution for a laptop screen, cannot change it
I have a Dell Latitude E6410 laptop with a 1440x900 screen. Before updating to Ubuntu 12.10, I could choose
from a number of resolution for the laptop screen, e.g. 800x600, 1024x768, for example through nvidia-settings.
After upgrading to Ubuntu 12.10, only 1440x900 is offered in either nvidia-settings or xrandr.
For example, when the beamer only supports 1024x768, I cannot set the same resolution for the laptop screen.
This is a problem when I want to attach a beamer to my laptop for presentations and clone the two displays, so that I see exactly the same thing on both screens.
What happens is that the screens are cloned but only part of the laptop screen is visible on the beamer.
For an external monitor I can choose from a number of resolutions offered, no problem. But not for the internal display.
I tried to upgrade the nvidia drivers to experimental but it did not change anything. I tried to force the lower resolution modes with xrandr --newmode and xrandr --addmode but it fails with "BadMatch (invalid parameter attributes)".
The graphics card is identified as NVS 3100M/PCIe/SSE2, VBIOS version 70.18.53.00.04, nvidia driver version 310.14
Should I report this as a bug? Thank you for your help.
Jan
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Related FAQ:
None Link to a FAQ
Revision history for this message
|
#1 |
Can you give the output of:
sudo lshw -C display; lsb_release -a; uname -a; xrandr
Thanks
Revision history for this message
|
#2 |
Here it is:
*-display
description: VGA compatible controller
product: GT218 [NVS 3100M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a2
width: 64 bits
clock: 33MHz
resources: irq:16 memory:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
Linux e6410 3.5.0-18-generic #29-Ubuntu SMP Fri Oct 19 10:26:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Screen 0: minimum 8 x 8, current 1440 x 900, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 connected 1440x900+0+0 (normal left inverted right x axis y axis) 303mm x 190mm
1440x900 60.0*+ 40.0
DP-4 disconnected (normal left inverted right x axis y axis)
1024x768_60.00 (0x35b) 63.5MHz
h: width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.8KHz
v: height 768 start 771 end 775 total 798 clock 59.9Hz
Revision history for this message
|
#3 |
and the output of:
dpkg -l | grep nvidia
Thanks
Revision history for this message
|
#4 |
ii nvidia-common 1:0.2.71.1 amd64 transitional package for ubuntu-
rc nvidia-current 304.51.
ii nvidia-
rc nvidia-settings 304.51-0ubuntu2 amd64 Tool for configuring the NVIDIA graphics driver
ii nvidia-
Revision history for this message
|
#5 |
You are using the 310 driver from a PPA. I suggest you run:
sudo dpkg -P nvidia-current nvidia-settings
sudo apt-get --purge remove nvidia-
sudo apt-get clean
sudo apt-get update
sudo apt-get install nvidia-current
Reboot to test
Revision history for this message
|
#6 |
>actionparsnip proposed the following answer:
>You are using the 310 driver from a PPA. I suggest you run:
>
>sudo dpkg -P nvidia-current nvidia-settings
>sudo apt-get --purge remove nvidia-
>sudo apt-get clean
>sudo apt-get update
>sudo apt-get install nvidia-current
>
>Reboot to test
No, I tried and it did not change anything.
Jan
P.S. There was no reason it should, since I have tried
nvidia-experimental only after discovering that nvidia-current had this problem.
Revision history for this message
|
#7 |
If you run:
sudo nvidia-xconfig
gksudo nvidia-settings
set the res and refresh to something then click 'save to x config file'
then run:
gksudo gedit /etc/X11/xorg.conf
set the resolution you use in the file, replacing the resolution you set. Save the new file, reboot to test
Revision history for this message
|
#8 |
>If you run:
>
>sudo nvidia-xconfig
>gksudo nvidia-settings
>
>set the res and refresh to something then click 'save to x config file'
>
>then run:
>
>gksudo gedit /etc/X11/xorg.conf
>
>set the resolution you use in the file, replacing the resolution you
>set. Save the new file, reboot to test
No, it did not help.
In xorg.conf, I replaced
Option "metamodes" "1440x900_60 +0+0"
by
Option "metamodes" "1024x768_60 +0+0"
I am attaching both xorg.conf and Xorg.0.log for additional information.
I think the relevant lines are
(WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-3
...
(WW) NVIDIA(0): No valid modes for "1024x768_60+0+0"; removing.
Jan
-------
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 304.51 (buildd@batsu) Fri Oct 12 12:53:54 UTC 2012
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.43 (buildmeister@
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Seiko/Epson"
HorizSync 37.3 - 55.9
VertRefresh 40.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVS 3100M"
EndSection
Section "Screen"
# Removed Option "metamodes" "DP-3: nvidia-auto-select {ViewPortIn=
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXinerama
# Option "metamodes" "1440x900_60 +0+0"
Option "metamodes" "1024x768_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
-------
[ 21.814]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 21.814] X Protocol Version 11, Revision 0
[ 21.814] Build Operating System: Linux 3.2.0-30-generic x86_64 Ubuntu
[ 21.814] Current Operating System: Linux e6410 3.5.0-18-generic #29-Ubuntu SMP Fri Oct 19 10:26:51 UTC 2012 x86_64
[ 21.814] Kernel command line: BOOT_IMAGE=
[ 21.814] Build Date: 08 October 2012 03:34:01PM
[ 21.814] xorg-server 2:1.13.0-0ubuntu6 (For technical support please see http://
[ 21.814] Current version of pixman: 0.26.0
[ 21.814] Before reporting problems, check http://
to make sure that you have the latest version.
[ 21.814] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.814] (==) Log file: "/var/log/
[ 21.814] (==) Using config file: "/etc/X11/
[ 21.814] (==) Using system config directory "/usr/share/
[ 21.814] (==) ServerLayout "Layout0"
[ 21.814] (**) |-->Screen "Screen0" (0)
[ 21.814] (**) | |-->Monitor "Monitor0"
[ 21.814] (**) | |-->Device "Device0"
[ 21.814] (**) |-->Input Device "Keyboard0"
[ 21.815] (**) |-->Input Device "Mouse0"
[ 21.815] (**) Option "Xinerama" "0"
[ 21.815] (==) Automatically adding devices
[ 21.815] (==) Automatically enabling devices
[ 21.815] (==) Automatically adding GPU devices
[ 21.815] (WW) The directory "/usr/share/
[ 21.815] Entry deleted from font path.
[ 21.815] (WW) The directory "/usr/share/
[ 21.815] Entry deleted from font path.
[ 21.815] (WW) The directory "/usr/share/
[ 21.815] Entry deleted from font path.
[ 21.815] (==) FontPath set to:
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/var/lib/
built-ins
[ 21.815] (==) ModulePath set to "/usr/lib/
[ 21.815] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 21.815] (WW) Disabling Keyboard0
[ 21.815] (WW) Disabling Mouse0
[ 21.815] (II) Loader magic: 0x7f59decb8c40
[ 21.815] (II) Module ABI versions:
[ 21.815] X.Org ANSI C Emulation: 0.4
[ 21.815] X.Org Video Driver: 13.0
[ 21.815] X.Org XInput driver : 18.0
[ 21.815] X.Org Server Extension : 7.0
[ 21.816] (--) PCI:*(0:1:0:0) 10de:0a6c:1028:040a rev 162, Mem @ 0xe2000000/
[ 21.816] (II) Open ACPI successful (/var/run/
[ 21.816] Initializing built-in extension Generic Event Extension
[ 21.816] Initializing built-in extension SHAPE
[ 21.816] Initializing built-in extension MIT-SHM
[ 21.816] Initializing built-in extension XInputExtension
[ 21.816] Initializing built-in extension XTEST
[ 21.816] Initializing built-in extension BIG-REQUESTS
[ 21.816] Initializing built-in extension SYNC
[ 21.816] Initializing built-in extension XKEYBOARD
[ 21.816] Initializing built-in extension XC-MISC
[ 21.816] Initializing built-in extension SECURITY
[ 21.816] Initializing built-in extension XINERAMA
[ 21.816] Initializing built-in extension XFIXES
[ 21.816] Initializing built-in extension RENDER
[ 21.816] Initializing built-in extension RANDR
[ 21.816] Initializing built-in extension COMPOSITE
[ 21.816] Initializing built-in extension DAMAGE
[ 21.816] Initializing built-in extension MIT-SCREEN-SAVER
[ 21.816] Initializing built-in extension DOUBLE-BUFFER
[ 21.816] Initializing built-in extension RECORD
[ 21.816] Initializing built-in extension DPMS
[ 21.816] Initializing built-in extension X-Resource
[ 21.816] Initializing built-in extension XVideo
[ 21.816] Initializing built-in extension XVideo-
[ 21.816] Initializing built-in extension XFree86-
[ 21.816] Initializing built-in extension XFree86-DGA
[ 21.816] Initializing built-in extension XFree86-DRI
[ 21.816] Initializing built-in extension DRI2
[ 21.816] (II) LoadModule: "glx"
[ 21.816] (II) Loading /usr/lib/
[ 21.825] (II) Module glx: vendor="NVIDIA Corporation"
[ 21.825] compiled for 4.0.2, module version = 1.0.0
[ 21.825] Module class: X.Org Server Extension
[ 21.825] (II) NVIDIA GLX Module 304.43 Sun Aug 19 20:34:01 PDT 2012
[ 21.825] Loading extension GLX
[ 21.825] (II) LoadModule: "nvidia"
[ 21.825] (II) Loading /usr/lib/
[ 21.825] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 21.825] compiled for 4.0.2, module version = 1.0.0
[ 21.825] Module class: X.Org Video Driver
[ 21.825] (II) NVIDIA dlloader X Driver 304.43 Sun Aug 19 20:15:32 PDT 2012
[ 21.825] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 21.825] (++) using VT number 7
[ 21.827] (II) Loading sub module "fb"
[ 21.827] (II) LoadModule: "fb"
[ 21.827] (II) Loading /usr/lib/
[ 21.827] (II) Module fb: vendor="X.Org Foundation"
[ 21.827] compiled for 1.13.0, module version = 1.0.0
[ 21.827] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.827] (II) Loading sub module "wfb"
[ 21.827] (II) LoadModule: "wfb"
[ 21.888] (II) Loading /usr/lib/
[ 21.888] (II) Module wfb: vendor="X.Org Foundation"
[ 21.888] compiled for 1.13.0, module version = 1.0.0
[ 21.888] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.888] (II) Loading sub module "ramdac"
[ 21.888] (II) LoadModule: "ramdac"
[ 21.888] (II) Module "ramdac" already built-in
[ 21.888] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 21.888] (==) NVIDIA(0): RGB weight 888
[ 21.888] (==) NVIDIA(0): Default visual is TrueColor
[ 21.888] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.888] (**) NVIDIA(0): Option "Stereo" "0"
[ 21.888] (**) NVIDIA(0): Option "nvidiaXinerama
[ 21.888] (**) NVIDIA(0): Stereo disabled by request
[ 21.888] (**) NVIDIA(0): Option "MetaModes" "1024x768_60 +0+0"
[ 21.888] (**) NVIDIA(0): Enabling 2D acceleration
[ 23.322] (WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-3
[ 23.331] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 23.331] (II) NVIDIA(GPU-0): Vision stereo.
[ 23.334] (II) NVIDIA(0): NVIDIA GPU NVS 3100M (GT218) at PCI:1:0:0 (GPU-0)
[ 23.334] (--) NVIDIA(0): Memory: 524288 kBytes
[ 23.334] (--) NVIDIA(0): VideoBIOS: 70.18.53.00.04
[ 23.334] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 23.334] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 23.349] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 23.349] (II) NVIDIA(GPU-0): Vision stereo.
[ 23.565] (--) NVIDIA(0): Valid display device(s) on NVS 3100M at PCI:1:0:0
[ 23.565] (--) NVIDIA(0): CRT-0
[ 23.565] (--) NVIDIA(0): DFP-0
[ 23.565] (--) NVIDIA(0): DFP-1
[ 23.565] (--) NVIDIA(0): DFP-2
[ 23.565] (--) NVIDIA(0): Seiko/Epson (DFP-3) (connected)
[ 23.565] (--) NVIDIA(0): DFP-4
[ 23.565] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 23.565] (--) NVIDIA(0): DFP-0: 165.0 MHz maximum pixel clock
[ 23.565] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[ 23.565] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 23.565] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 23.565] (--) NVIDIA(0): DFP-2: 480.0 MHz maximum pixel clock
[ 23.565] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[ 23.565] (--) NVIDIA(0): Seiko/Epson (DFP-3): 480.0 MHz maximum pixel clock
[ 23.565] (--) NVIDIA(0): Seiko/Epson (DFP-3): Internal DisplayPort
[ 23.565] (--) NVIDIA(0): DFP-4: 480.0 MHz maximum pixel clock
[ 23.565] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[ 23.565] (**) NVIDIA(0): Using HorizSync/
[ 23.565] (**) NVIDIA(0): device Seiko/Epson (DFP-3) (Using EDID frequencies has
[ 23.565] (**) NVIDIA(0): been enabled on all display devices.)
[ 23.573] (WW) NVIDIA(0): No valid modes for "1024x768_60+0+0"; removing.
[ 23.573] (WW) NVIDIA(0):
[ 23.573] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 23.573] (WW) NVIDIA(0): "nvidia-
[ 23.573] (WW) NVIDIA(0):
[ 23.573] (II) NVIDIA(0): Validated MetaModes:
[ 23.573] (II) NVIDIA(0): "DFP-3:
[ 23.573] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
[ 23.578] (--) NVIDIA(0): DPI set to (121, 120); computed from "UseEdidDpi" X config
[ 23.578] (--) NVIDIA(0): option
[ 23.578] (--) Depth 24 pixmap format is 32 bpp
[ 23.578] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 23.603] (II) NVIDIA(0): Setting mode "DFP-3:
[ 23.715] Loading extension NV-GLX
[ 23.742] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 23.742] (==) NVIDIA(0): Backing store disabled
[ 23.742] (==) NVIDIA(0): Silken mouse enabled
[ 23.742] (**) NVIDIA(0): DPMS enabled
[ 23.742] Loading extension NV-CONTROL
[ 23.742] Loading extension XINERAMA
[ 23.742] (II) Loading sub module "dri2"
[ 23.742] (II) LoadModule: "dri2"
[ 23.742] (II) Module "dri2" already built-in
[ 23.742] (II) NVIDIA(0): [DRI2] Setup complete
[ 23.742] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 23.742] (--) RandR disabled
[ 23.746] (II) Initializing extension GLX
[ 23.761] (II) XKB: reuse xkmfile /var/lib/
[ 23.763] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 23.763] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 23.763] (II) LoadModule: "evdev"
[ 23.763] (II) Loading /usr/lib/
[ 23.763] (II) Module evdev: vendor="X.Org Foundation"
[ 23.763] compiled for 1.13.0, module version = 2.7.3
[ 23.763] Module class: X.Org XInput Driver
[ 23.763] ABI class: X.Org XInput driver, version 18.0
[ 23.763] (II) Using input driver 'evdev' for 'Power Button'
[ 23.763] (**) Power Button: always reports core events
[ 23.763] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 23.763] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 23.763] (--) evdev: Power Button: Found keys
[ 23.763] (II) evdev: Power Button: Configuring as keyboard
[ 23.763] (**) Option "config_info" "udev:/
[ 23.763] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 23.763] (**) Option "xkb_rules" "evdev"
[ 23.763] (**) Option "xkb_model" "pc105"
[ 23.763] (**) Option "xkb_layout" "us"
[ 23.764] (II) config/udev: Adding input device Video Bus (/dev/input/
[ 23.764] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 23.764] (II) Using input driver 'evdev' for 'Video Bus'
[ 23.764] (**) Video Bus: always reports core events
[ 23.764] (**) evdev: Video Bus: Device: "/dev/input/
[ 23.764] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 23.764] (--) evdev: Video Bus: Found keys
[ 23.764] (II) evdev: Video Bus: Configuring as keyboard
[ 23.764] (**) Option "config_info" "udev:/
[ 23.764] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 23.764] (**) Option "xkb_rules" "evdev"
[ 23.764] (**) Option "xkb_model" "pc105"
[ 23.764] (**) Option "xkb_layout" "us"
[ 23.764] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 23.764] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 23.764] (II) Using input driver 'evdev' for 'Power Button'
[ 23.764] (**) Power Button: always reports core events
[ 23.764] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 23.764] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 23.764] (--) evdev: Power Button: Found keys
[ 23.764] (II) evdev: Power Button: Configuring as keyboard
[ 23.764] (**) Option "config_info" "udev:/
[ 23.764] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 23.764] (**) Option "xkb_rules" "evdev"
[ 23.764] (**) Option "xkb_model" "pc105"
[ 23.764] (**) Option "xkb_layout" "us"
[ 23.765] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 23.765] (II) No input driver specified, ignoring this device.
[ 23.765] (II) This device may have been added with another device file.
[ 23.765] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 23.765] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 23.765] (II) Using input driver 'evdev' for 'Sleep Button'
[ 23.765] (**) Sleep Button: always reports core events
[ 23.765] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 23.765] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 23.765] (--) evdev: Sleep Button: Found keys
[ 23.765] (II) evdev: Sleep Button: Configuring as keyboard
[ 23.765] (**) Option "config_info" "udev:/
[ 23.765] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 23.765] (**) Option "xkb_rules" "evdev"
[ 23.765] (**) Option "xkb_model" "pc105"
[ 23.765] (**) Option "xkb_layout" "us"
[ 23.765] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/
[ 23.765] (II) No input driver specified, ignoring this device.
[ 23.765] (II) This device may have been added with another device file.
[ 23.765] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/
[ 23.765] (II) No input driver specified, ignoring this device.
[ 23.765] (II) This device may have been added with another device file.
[ 23.765] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/
[ 23.765] (II) No input driver specified, ignoring this device.
[ 23.765] (II) This device may have been added with another device file.
[ 23.766] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/
[ 23.766] (II) No input driver specified, ignoring this device.
[ 23.766] (II) This device may have been added with another device file.
[ 23.766] (II) config/udev: Adding input device Laptop_
[ 23.766] (**) Laptop_
[ 23.766] (II) Using input driver 'evdev' for 'Laptop_
[ 23.766] (**) Laptop_
[ 23.766] (**) evdev: Laptop_
[ 23.766] (--) evdev: Laptop_
[ 23.766] (--) evdev: Laptop_
[ 23.766] (II) evdev: Laptop_
[ 23.766] (**) Option "config_info" "udev:/
[ 23.766] (II) XINPUT: Adding extended input device "Laptop_
[ 23.766] (**) Option "xkb_rules" "evdev"
[ 23.766] (**) Option "xkb_model" "pc105"
[ 23.766] (**) Option "xkb_layout" "us"
[ 23.766] (II) config/udev: Adding input device HDA Intel Dock Line Out (/dev/input/
[ 23.766] (II) No input driver specified, ignoring this device.
[ 23.766] (II) This device may have been added with another device file.
[ 23.766] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event7)
[ 23.766] (II) No input driver specified, ignoring this device.
[ 23.766] (II) This device may have been added with another device file.
[ 23.767] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[ 23.767] (II) No input driver specified, ignoring this device.
[ 23.767] (II) This device may have been added with another device file.
[ 23.767] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[ 23.767] (II) No input driver specified, ignoring this device.
[ 23.767] (II) This device may have been added with another device file.
[ 23.767] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
[ 23.767] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 23.767] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 23.767] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 23.767] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event5"
[ 23.767] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc040
[ 23.767] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 23.767] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 23.767] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 23.767] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 23.767] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 23.767] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 23.767] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 23.767] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelIne
[ 23.767] (**) Option "config_info" "udev:/
[ 23.767] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 11)
[ 23.767] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 23.767] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 23.767] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 23.767] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 23.767] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 23.767] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 23.767] (II) No input driver specified, ignoring this device.
[ 23.767] (II) This device may have been added with another device file.
[ 23.768] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 23.768] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 23.768] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 23.768] (**) AT Translated Set 2 keyboard: always reports core events
[ 23.768] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[ 23.768] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 23.768] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 23.768] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 23.768] (**) Option "config_info" "udev:/
[ 23.768] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 23.768] (**) Option "xkb_rules" "evdev"
[ 23.768] (**) Option "xkb_model" "pc105"
[ 23.768] (**) Option "xkb_layout" "us"
[ 23.768] (II) config/udev: Adding input device DualPoint Stick (/dev/input/
[ 23.768] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
[ 23.768] (**) DualPoint Stick: Applying InputClass "trackpoint catchall"
[ 23.768] (II) Using input driver 'evdev' for 'DualPoint Stick'
[ 23.768] (**) DualPoint Stick: always reports core events
[ 23.768] (**) evdev: DualPoint Stick: Device: "/dev/input/
[ 23.768] (--) evdev: DualPoint Stick: Vendor 0x2 Product 0x8
[ 23.768] (--) evdev: DualPoint Stick: Found 3 mouse buttons
[ 23.768] (--) evdev: DualPoint Stick: Found relative axes
[ 23.768] (--) evdev: DualPoint Stick: Found x and y relative axes
[ 23.768] (II) evdev: DualPoint Stick: Configuring as mouse
[ 23.768] (**) Option "Emulate3Buttons" "true"
[ 23.768] (**) Option "EmulateWheel" "true"
[ 23.768] (**) Option "EmulateWheelBu
[ 23.768] (**) Option "YAxisMapping" "4 5"
[ 23.768] (**) evdev: DualPoint Stick: YAxisMapping: buttons 4 and 5
[ 23.768] (**) Option "XAxisMapping" "6 7"
[ 23.768] (**) evdev: DualPoint Stick: XAxisMapping: buttons 6 and 7
[ 23.768] (**) evdev: DualPoint Stick: EmulateWheelButton: 2, EmulateWheelIne
[ 23.768] (**) Option "config_info" "udev:/
[ 23.768] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 13)
[ 23.768] (II) evdev: DualPoint Stick: initialized for relative axes.
[ 23.768] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
[ 23.768] (**) DualPoint Stick: (accel) acceleration profile 0
[ 23.768] (**) DualPoint Stick: (accel) acceleration factor: 2.000
[ 23.768] (**) DualPoint Stick: (accel) acceleration threshold: 4
[ 23.768] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse1)
[ 23.768] (II) No input driver specified, ignoring this device.
[ 23.768] (II) This device may have been added with another device file.
[ 23.769] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/
[ 23.769] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[ 23.769] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[ 23.769] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[ 23.769] (II) LoadModule: "synaptics"
[ 23.769] (II) Loading /usr/lib/
[ 23.769] (II) Module synaptics: vendor="X.Org Foundation"
[ 23.769] compiled for 1.12.99.905, module version = 1.6.2
[ 23.769] Module class: X.Org XInput Driver
[ 23.769] ABI class: X.Org XInput driver, version 18.0
[ 23.769] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[ 23.769] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[ 23.769] (**) Option "Device" "/dev/input/
[ 23.772] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[ 23.772] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range. defaulting to 0 - 15
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[ 23.772] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[ 23.772] (**) Option "config_info" "udev:/
[ 23.772] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 14)
[ 23.772] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 23.772] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
[ 23.772] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.082
[ 23.772] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[ 23.772] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[ 23.772] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[ 23.772] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[ 23.772] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[ 23.773] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
[ 23.773] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 23.774] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/
[ 23.774] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 23.774] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 23.774] (**) Dell WMI hotkeys: always reports core events
[ 23.774] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/
[ 23.774] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 23.774] (--) evdev: Dell WMI hotkeys: Found keys
[ 23.774] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 23.774] (**) Option "config_info" "udev:/
[ 23.774] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 23.774] (**) Option "xkb_rules" "evdev"
[ 23.774] (**) Option "xkb_model" "pc105"
[ 23.774] (**) Option "xkb_layout" "us"
[ 23.780] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 23.780] (II) NVIDIA(GPU-0): Vision stereo.
[ 23.780] (**) NVIDIA(0): Using HorizSync/
[ 23.780] (**) NVIDIA(0): device Seiko/Epson (DFP-3) (Using EDID frequencies has
[ 23.780] (**) NVIDIA(0): been enabled on all display devices.)
[ 25.682] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 25.682] (II) NVIDIA(GPU-0): Vision stereo.
[ 25.682] (**) NVIDIA(0): Using HorizSync/
[ 25.682] (**) NVIDIA(0): device Seiko/Epson (DFP-3) (Using EDID frequencies has
[ 25.682] (**) NVIDIA(0): been enabled on all display devices.)
[ 27.453] (II) XKB: reuse xkmfile /var/lib/
[ 41.778] (II) XKB: reuse xkmfile /var/lib/
[ 47.802] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 47.802] (II) NVIDIA(GPU-0): Vision stereo.
[ 47.802] (**) NVIDIA(0): Using HorizSync/
[ 47.802] (**) NVIDIA(0): device Seiko/Epson (DFP-3) (Using EDID frequencies has
[ 47.802] (**) NVIDIA(0): been enabled on all display devices.)
[ 48.214] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 48.214] (II) NVIDIA(GPU-0): Vision stereo.
[ 48.214] (**) NVIDIA(0): Using HorizSync/
[ 48.214] (**) NVIDIA(0): device Seiko/Epson (DFP-3) (Using EDID frequencies has
[ 48.214] (**) NVIDIA(0): been enabled on all display devices.)
[ 164.159] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 164.159] (II) NVIDIA(GPU-0): Vision stereo.
[ 164.159] (**) NVIDIA(0): Using HorizSync/
[ 164.159] (**) NVIDIA(0): device Seiko/Epson (DFP-3) (Using EDID frequencies has
[ 164.159] (**) NVIDIA(0): been enabled on all display devices.)
[ 240.046] (II) NVIDIA(GPU-0): Display (HP ZR24w (DFP-2)) does not support NVIDIA 3D Vision
[ 240.046] (II) NVIDIA(GPU-0): stereo.
[ 240.046] (**) NVIDIA(0): Using HorizSync/
[ 240.046] (**) NVIDIA(0): device HP ZR24w (DFP-2) (Using EDID frequencies has been
[ 240.046] (**) NVIDIA(0): enabled on all display devices.)
[ 240.396] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1440x900 +0+0"
[ 240.759] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1440x900 +0+0, DP-2: nvidia-auto-select @1920x1200 +1440+0"
[ 261.134] (WW) NVIDIA(0): Specified panning domain height of 720 is smaller than
[ 261.134] (WW) NVIDIA(0): viewport height 900; adjusting
[ 261.134] (WW) NVIDIA(0): Specified panning domain height of 768 is smaller than
[ 261.134] (WW) NVIDIA(0): viewport height 900; adjusting
[ 261.134] (WW) NVIDIA(0): Specified panning domain height of 600 is smaller than
[ 261.134] (WW) NVIDIA(0): viewport height 900; adjusting
[ 261.134] (WW) NVIDIA(0): Specified panning domain height of 480 is smaller than
[ 261.135] (WW) NVIDIA(0): viewport height 900; adjusting
[ 261.135] (WW) NVIDIA(0): Specified panning domain height of 810 is smaller than
[ 261.135] (WW) NVIDIA(0): viewport height 900; adjusting
[ 261.595] (II) NVIDIA(0): Setting mode "DFP-3:
[ 264.274] (WW) NVIDIA(0): Specified panning domain width of 1280 is smaller than
[ 264.274] (WW) NVIDIA(0): viewport width 1440; adjusting
[ 264.274] (WW) NVIDIA(0): Specified panning domain height of 720 is smaller than
[ 264.274] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.275] (WW) NVIDIA(0): Specified panning domain width of 1024 is smaller than
[ 264.275] (WW) NVIDIA(0): viewport width 1440; adjusting
[ 264.275] (WW) NVIDIA(0): Specified panning domain height of 768 is smaller than
[ 264.275] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.275] (WW) NVIDIA(0): Specified panning domain width of 800 is smaller than viewport
[ 264.275] (WW) NVIDIA(0): width 1440; adjusting
[ 264.275] (WW) NVIDIA(0): Specified panning domain height of 600 is smaller than
[ 264.275] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.275] (WW) NVIDIA(0): Specified panning domain width of 640 is smaller than viewport
[ 264.275] (WW) NVIDIA(0): width 1440; adjusting
[ 264.275] (WW) NVIDIA(0): Specified panning domain height of 480 is smaller than
[ 264.275] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.275] (WW) NVIDIA(0): Specified panning domain height of 810 is smaller than
[ 264.275] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.277] (WW) NVIDIA(0): Specified panning domain height of 720 is smaller than
[ 264.277] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.277] (WW) NVIDIA(0): Specified panning domain height of 768 is smaller than
[ 264.277] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.277] (WW) NVIDIA(0): Specified panning domain height of 600 is smaller than
[ 264.278] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.278] (WW) NVIDIA(0): Specified panning domain height of 480 is smaller than
[ 264.278] (WW) NVIDIA(0): viewport height 900; adjusting
[ 264.278] (WW) NVIDIA(0): Specified panning domain height of 810 is smaller than
[ 264.278] (WW) NVIDIA(0): viewport height 900; adjusting
[ 1014.128] (II) NVIDIA(GPU-0): Display (HP ZR24w (DFP-2)) does not support NVIDIA 3D Vision
[ 1014.128] (II) NVIDIA(GPU-0): stereo.
[ 1014.128] (**) NVIDIA(0): Using HorizSync/
[ 1014.128] (**) NVIDIA(0): device HP ZR24w (DFP-2) (Using EDID frequencies has been
[ 1014.128] (**) NVIDIA(0): enabled on all display devices.)
[ 1014.133] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-3)) does not support NVIDIA 3D
[ 1014.133] (II) NVIDIA(GPU-0): Vision stereo.
[ 1014.133] (**) NVIDIA(0): Using HorizSync/
[ 1014.133] (**) NVIDIA(0): device Seiko/Epson (DFP-3) (Using EDID frequencies has
[ 1014.133] (**) NVIDIA(0): been enabled on all display devices.)
Revision history for this message
|
#9 |
I'm seeing the exact same issue since Ubuntu 12.10. I'm using a similar laptop model, Dell Latitude E6400. Any progress on this?
Revision history for this message
|
#10 |
I have the same problem with my Dell Latitude E6510. Does anyone has a solution?
Revision history for this message
|
#11 |
I have the same problem with a Latitude E6430. It is quite a big problem if I want to have the same screen on a beamer and the laptop. Is there any hint how this could be fixed?
Revision history for this message
|
#12 |
It seams that due to the change to randr 1.2/1.3 in the newer nvidia drivers only native resolutions are shown in the nvidia-settings. It seams that nvidia sees this as a feature and therefore I do not expect any changes from nvidia (cf. https:/
Can you help with this problem?
Provide an answer of your own, or ask Jan Kybic for more information if necessary.