Resolution problems with Nvidia and LG 47LW4500

Asked by DavidBustamante

Hello:

I have a NVIDIA GeForce GTS 450, with the NVIDIA X Server already installed. I sue as my monitor my TV, and LG 47LW4500.

I know for sure it is posible to use a resolution of 1920x1080 with this hardware (I sow that when I had Windows), but it seems I am unable to reach this resolution now with Ubuntu 11.10.

This is a lshw of the NVidia

 *-display
             description: VGA compatible controller
             product: GF106 [GeForce 450 GTS]
             vendor: nVidia Corporation
             physical id: 0
             bus info: pci@0000:02:00.0
             version: a1
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
             configuration: driver=nvidia latency=0
             resources: irq:17 memory:fa000000-faffffff memory:f0000000-f7ffffff memory:ec000000-edffffff ioport:ec00(size=128) memory:f9f80000-f9ffffff

Thank you in advice. Regards

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-nv Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

can you give the output of:

lsb_release -a; uname -a; xrandr; dpkg -l | grep nvidia

Its possible your display is not reporting its abilities properly but we can work around this.

Revision history for this message
DavidBustamante (davidyazucena) said :
#2

Thank you Action.

This is the output:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux salon 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686 athlon i386 GNU/Linux
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1024x768 50.0
   1280x1024 51.0* 50.0
   1152x864 52.0
   800x600 53.0 54.0 55.0
   680x384 56.0 57.0
   640x480 58.0
   512x384 59.0
   400x300 60.0
   320x240 61.0
ii nvidia-common 1:0.2.35 Find obsolete NVIDIA drivers
ii nvidia-current 280.13-0ubuntu6 NVIDIA binary Xorg driver, kernel module and VDPAU library
ii nvidia-settings 280.13-0ubuntu2 Tool of configuring the NVIDIA graphics driver

Regards

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Try:

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates; sudo apt-get update; sudo apt-get -y upgrade; sudo apt-get --reinstall install nvidia-current

Should give the 285 driver which may help. If your screen still sucks, we can start messing with other commands

Revision history for this message
DavidBustamante (davidyazucena) said :
#4

Hi Action:

Good try. It takes a little to update. It seems every thing goes well.

BUT, after to reboot, the problem persist. I have look for new resolutions at the NVIDIA X Server and on the System settings/Display, but nothing new has appear.

Any idea?

Thank you again and best regards

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

ok try:
sudo nvidia-xconfig

Then reboot, once back in you can run:
gksudo nvidia-settings

and set the resolution to something (anything will do), then click 'save to X config file'

You can now run:
gksudo gedit /etc/X11/xorg.conf

and change the resolution you set to the one you desire, save the new file and reboot, should be ok. If not you can hold shift at boot, select recovery mode and select root, then run:

rm /etc/X11/xorg.conf

note, the X in X11 is CAPITALIZED. This is important.

Revision history for this message
DavidBustamante (davidyazucena) said :
#6

Hi Action:

I am sorry, but it seems still does not work.

I follow the instructions you give me, and this is the result I have right now in my system for the xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 290.10 (buildd@radium) Wed Nov 23 11:46:40 UTC 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 290.10 (<email address hidden>) Wed Nov 16 20:32:22 PST 2011

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: builtin, VertRefresh source: builtin
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 450"
EndSection

Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select @1920x1080 +0+0"
# Removed Option "metamodes" "1024x768 +0+0; 1024x768 @1280x1024 +0+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1920x1080 +0+0"
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

After to reboot twice (just to be very sure), the screen continues at 1024x768.

Thank you very very much for you time. I will wait your new answer.

Best regards

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Try changing:

    SubSection "Display"
        Depth 24
        Modes "1920x1080"
    EndSubSection

To:

    SubSection "Display"
        Depth 24
        Modes "1920x1080"
    EndSubSection

Revision history for this message
DavidBustamante (davidyazucena) said :
#8

Hi, Action. Good morning in this new day.

I Have done what you told me, but with no success again :(

This is my new xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 290.10 (buildd@radium) Wed Nov 23 11:46:40 UTC 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 290.10 (<email address hidden>) Wed Nov 16 20:32:22 PST 2011

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: builtin, VertRefresh source: builtin
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 450"
EndSection

Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select @1920x1080 +0+0"
# Removed Option "metamodes" "1024x768 +0+0; 1024x768 @1280x1024 +0+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1920x1080 +0+0"
    SubSection "Display"
        Depth 24
 Modes "1920x1080"
    EndSubSection
EndSection

the Screen continues at 1024x768

Regards

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Try changing:

 Modes "1920x1080"

To:

 Modes "1920x1080_60"

Revision history for this message
DavidBustamante (davidyazucena) said :
#10

ow!!! this is almost REALTIME !!!

I have done it. But with no success again

.... Do I have to lose any hope???

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

Its the screen you have, it's being a pig. Decent displays just work but yours seems to not want to co-operate.

Can you run:

gedit /var/lov/Xorg.0.log

And give the content.

Revision history for this message
DavidBustamante (davidyazucena) said :
#12

Hi Action. I take the /var/log/Xorg.0.log (using log insted of lov, I hope this is the one you are looking for), and this is the content:

[ 13.903]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 13.903] X Protocol Version 11, Revision 0
[ 13.903] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 13.903] Current Operating System: Linux salon 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686
[ 13.903] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-13-generic root=UUID=fbee824a-33f9-4be0-a368-af87877ef12b ro quiet splash vt.handoff=7
[ 13.903] Build Date: 19 October 2011 05:09:41AM
[ 13.903] xorg-server 2:1.10.4-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support)
[ 13.903] Current version of pixman: 0.22.2
[ 13.903] Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
[ 13.903] Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.903] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 27 10:57:13 2011
[ 13.904] (==) Using config file: "/etc/X11/xorg.conf"
[ 13.904] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.997] (==) ServerLayout "Layout0"
[ 13.997] (**) |-->Screen "Screen0" (0)
[ 13.997] (**) | |-->Monitor "Monitor0"
[ 13.997] (**) | |-->Device "Device0"
[ 13.997] (**) |-->Input Device "Keyboard0"
[ 13.997] (**) |-->Input Device "Mouse0"
[ 13.997] (**) Option "Xinerama" "0"
[ 13.997] (==) Automatically adding devices
[ 13.997] (==) Automatically enabling devices
[ 13.997] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 13.997] Entry deleted from font path.
[ 13.997] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 13.997] Entry deleted from font path.
[ 13.998] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 13.998] Entry deleted from font path.
[ 13.998] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 13.998] Entry deleted from font path.
[ 13.998] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 13.998] Entry deleted from font path.
[ 13.998] (==) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/Type1,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
 built-ins
[ 13.998] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 13.998] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 13.998] (WW) Disabling Keyboard0
[ 13.998] (WW) Disabling Mouse0
[ 13.998] (II) Loader magic: 0x823ada0
[ 13.998] (II) Module ABI versions:
[ 13.998] X.Org ANSI C Emulation: 0.4
[ 13.998] X.Org Video Driver: 10.0
[ 13.998] X.Org XInput driver : 12.3
[ 13.998] X.Org Server Extension : 5.0
[ 13.998] (--) PCI:*(0:2:0:0) 10de:0dc4:1458:3500 rev 161, Mem @ 0xfa000000/16777216, 0xf0000000/134217728, 0xec000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
[ 13.998] (II) Open ACPI successful (/var/run/acpid.socket)
[ 13.998] (II) LoadModule: "extmod"
[ 14.029] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 14.030] (II) Module extmod: vendor="X.Org Foundation"
[ 14.030] compiled for 1.10.4, module version = 1.0.0
[ 14.030] Module class: X.Org Server Extension
[ 14.030] ABI class: X.Org Server Extension, version 5.0
[ 14.030] (II) Loading extension MIT-SCREEN-SAVER
[ 14.030] (II) Loading extension XFree86-VidModeExtension
[ 14.030] (II) Loading extension XFree86-DGA
[ 14.030] (II) Loading extension DPMS
[ 14.030] (II) Loading extension XVideo
[ 14.030] (II) Loading extension XVideo-MotionCompensation
[ 14.030] (II) Loading extension X-Resource
[ 14.030] (II) LoadModule: "dbe"
[ 14.030] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 14.030] (II) Module dbe: vendor="X.Org Foundation"
[ 14.030] compiled for 1.10.4, module version = 1.0.0
[ 14.030] Module class: X.Org Server Extension
[ 14.030] ABI class: X.Org Server Extension, version 5.0
[ 14.030] (II) Loading extension DOUBLE-BUFFER
[ 14.030] (II) LoadModule: "glx"
[ 14.030] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so
[ 15.142] (II) Module glx: vendor="NVIDIA Corporation"
[ 15.142] compiled for 4.0.2, module version = 1.0.0
[ 15.142] Module class: X.Org Server Extension
[ 15.142] (II) NVIDIA GLX Module 290.10 Wed Nov 16 19:49:02 PST 2011
[ 15.142] (II) Loading extension GLX
[ 15.142] (II) LoadModule: "record"
[ 15.143] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 15.143] (II) Module record: vendor="X.Org Foundation"
[ 15.143] compiled for 1.10.4, module version = 1.13.0
[ 15.143] Module class: X.Org Server Extension
[ 15.143] ABI class: X.Org Server Extension, version 5.0
[ 15.143] (II) Loading extension RECORD
[ 15.143] (II) LoadModule: "dri"
[ 15.143] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 15.143] (II) Module dri: vendor="X.Org Foundation"
[ 15.143] compiled for 1.10.4, module version = 1.0.0
[ 15.143] ABI class: X.Org Server Extension, version 5.0
[ 15.143] (II) Loading extension XFree86-DRI
[ 15.143] (II) LoadModule: "dri2"
[ 15.143] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 15.143] (II) Module dri2: vendor="X.Org Foundation"
[ 15.143] compiled for 1.10.4, module version = 1.2.0
[ 15.143] ABI class: X.Org Server Extension, version 5.0
[ 15.143] (II) Loading extension DRI2
[ 15.143] (II) LoadModule: "nvidia"
[ 15.143] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 15.191] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 15.196] compiled for 4.0.2, module version = 1.0.0
[ 15.196] Module class: X.Org Video Driver
[ 15.342] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 19:29:07 PST 2011
[ 15.343] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 15.343] (++) using VT number 7

[ 15.344] (II) Loading sub module "fb"
[ 15.344] (II) LoadModule: "fb"
[ 15.344] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15.344] (II) Module fb: vendor="X.Org Foundation"
[ 15.344] compiled for 1.10.4, module version = 1.0.0
[ 15.344] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.344] (II) Loading sub module "wfb"
[ 15.344] (II) LoadModule: "wfb"
[ 15.345] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 15.365] (II) Module wfb: vendor="X.Org Foundation"
[ 15.365] compiled for 1.10.4, module version = 1.0.0
[ 15.365] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.365] (II) Loading sub module "ramdac"
[ 15.365] (II) LoadModule: "ramdac"
[ 15.365] (II) Module "ramdac" already built-in
[ 15.371] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 15.371] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 15.371] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15.380] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 15.380] (==) NVIDIA(0): RGB weight 888
[ 15.380] (==) NVIDIA(0): Default visual is TrueColor
[ 15.380] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15.381] (**) NVIDIA(0): Option "TwinView" "0"
[ 15.381] (**) NVIDIA(0): Option "MetaModes" "1920x1080 +0+0"
[ 15.381] (**) NVIDIA(0): Enabling 2D acceleration
[ 16.159] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 16.160] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:2:0:0 (GPU-0)
[ 16.160] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 16.160] (--) NVIDIA(0): VideoBIOS: 70.06.1f.00.01
[ 16.160] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 16.160] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 16.160] (--) NVIDIA(0): Connected display device(s) on GeForce GTS 450 at PCI:2:0:0
[ 16.160] (--) NVIDIA(0): CRT-1
[ 16.160] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[ 16.164] (II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-1
[ 16.164] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[ 16.164] (**) NVIDIA(0): enabled on all display devices.
[ 16.166] (II) NVIDIA(0): Assigned Display Device: CRT-1
[ 16.166] (WW) NVIDIA(0): No valid modes for "1920x1080+0+0"; removing.
[ 16.166] (WW) NVIDIA(0):
[ 16.166] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 16.166] (WW) NVIDIA(0): "nvidia-auto-select".
[ 16.166] (WW) NVIDIA(0):
[ 16.166] (II) NVIDIA(0): Validated modes:
[ 16.166] (II) NVIDIA(0): "nvidia-auto-select"
[ 16.166] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 16.191] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
[ 16.191] (WW) NVIDIA(0): from CRT-1's EDID.
[ 16.191] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 16.191] (--) Depth 24 pixmap format is 32 bpp
[ 16.191] (II) NVIDIA: Using 1024.00 MB of virtual memory for indirect memory
[ 16.191] (II) NVIDIA: access.
[ 16.197] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 16.239] (II) Loading extension NV-GLX
[ 16.293] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 16.293] (==) NVIDIA(0): Backing store disabled
[ 16.293] (==) NVIDIA(0): Silken mouse enabled
[ 16.294] (**) NVIDIA(0): DPMS enabled
[ 16.294] (II) Loading extension NV-CONTROL
[ 16.294] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[ 16.294] (WW) NVIDIA(0): such display device could be found, or all display devices
[ 16.294] (WW) NVIDIA(0): by that name are currently unavailable.
[ 16.294] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[ 16.294] (WW) NVIDIA(0): display device could be found, or all display devices by
[ 16.294] (WW) NVIDIA(0): that name are currently unavailable.
[ 16.294] (II) Loading extension XINERAMA
[ 16.294] (II) Loading sub module "dri2"
[ 16.294] (II) LoadModule: "dri2"
[ 16.294] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 16.294] (II) Module dri2: vendor="X.Org Foundation"
[ 16.294] compiled for 1.10.4, module version = 1.2.0
[ 16.294] ABI class: X.Org Server Extension, version 5.0
[ 16.294] (II) NVIDIA(0): [DRI2] Setup complete
[ 16.294] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 16.294] (==) RandR enabled
[ 16.294] (II) Initializing built-in extension Generic Event Extension
[ 16.294] (II) Initializing built-in extension SHAPE
[ 16.294] (II) Initializing built-in extension MIT-SHM
[ 16.294] (II) Initializing built-in extension XInputExtension
[ 16.294] (II) Initializing built-in extension XTEST
[ 16.294] (II) Initializing built-in extension BIG-REQUESTS
[ 16.294] (II) Initializing built-in extension SYNC
[ 16.294] (II) Initializing built-in extension XKEYBOARD
[ 16.294] (II) Initializing built-in extension XC-MISC
[ 16.294] (II) Initializing built-in extension SECURITY
[ 16.294] (II) Initializing built-in extension XINERAMA
[ 16.294] (II) Initializing built-in extension XFIXES
[ 16.294] (II) Initializing built-in extension RENDER
[ 16.294] (II) Initializing built-in extension RANDR
[ 16.294] (II) Initializing built-in extension COMPOSITE
[ 16.294] (II) Initializing built-in extension DAMAGE
[ 16.294] (II) Initializing built-in extension GESTURE
[ 16.296] (II) Initializing extension GLX
[ 16.316] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 16.322] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 16.322] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.322] (II) LoadModule: "evdev"
[ 16.322] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.323] (II) Module evdev: vendor="X.Org Foundation"
[ 16.323] compiled for 1.10.2, module version = 2.6.0
[ 16.323] Module class: X.Org XInput Driver
[ 16.323] ABI class: X.Org XInput driver, version 12.3
[ 16.323] (II) Using input driver 'evdev' for 'Power Button'
[ 16.323] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.323] (**) Power Button: always reports core events
[ 16.323] (**) Power Button: Device: "/dev/input/event1"
[ 16.323] (--) Power Button: Found keys
[ 16.323] (II) Power Button: Configuring as keyboard
[ 16.323] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 16.323] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 16.323] (**) Option "xkb_rules" "evdev"
[ 16.323] (**) Option "xkb_model" "pc105"
[ 16.323] (**) Option "xkb_layout" "es"
[ 16.325] (II) XKB: reuse xkmfile /var/lib/xkb/server-FFBD4FDC8093CCB415CD73029FDA64F4B077A3E7.xkm
[ 16.326] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 16.326] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.326] (II) Using input driver 'evdev' for 'Power Button'
[ 16.326] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.326] (**) Power Button: always reports core events
[ 16.326] (**) Power Button: Device: "/dev/input/event0"
[ 16.326] (--) Power Button: Found keys
[ 16.326] (II) Power Button: Configuring as keyboard
[ 16.327] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 16.327] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 16.327] (**) Option "xkb_rules" "evdev"
[ 16.327] (**) Option "xkb_model" "pc105"
[ 16.327] (**) Option "xkb_layout" "es"
[ 16.328] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event2)
[ 16.328] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 16.328] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[ 16.328] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.328] (**) USB Optical Mouse: always reports core events
[ 16.328] (**) USB Optical Mouse: Device: "/dev/input/event2"
[ 16.328] (--) USB Optical Mouse: Found 3 mouse buttons
[ 16.328] (--) USB Optical Mouse: Found scroll wheel(s)
[ 16.328] (--) USB Optical Mouse: Found relative axes
[ 16.328] (--) USB Optical Mouse: Found x and y relative axes
[ 16.328] (II) USB Optical Mouse: Configuring as mouse
[ 16.328] (II) USB Optical Mouse: Adding scrollwheel support
[ 16.328] (**) USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 16.328] (**) USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.328] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-6/2-6:1.0/input/input2/event2"
[ 16.328] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE)
[ 16.328] (II) USB Optical Mouse: initialized for relative axes.
[ 16.328] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 16.328] (**) USB Optical Mouse: (accel) acceleration profile 0
[ 16.328] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[ 16.328] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[ 16.328] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[ 16.328] (II) No input driver/identifier specified (ignoring)
[ 16.329] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/event6)
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev pointer catchall"
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev keyboard catchall"
[ 16.329] (II) Using input driver 'evdev' for 'iMON Panel, Knob and Mouse(15c2:0038)'
[ 16.329] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): always reports core events
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): Device: "/dev/input/event6"
[ 16.329] (--) iMON Panel, Knob and Mouse(15c2:0038): Found 3 mouse buttons
[ 16.329] (--) iMON Panel, Knob and Mouse(15c2:0038): Found scroll wheel(s)
[ 16.329] (--) iMON Panel, Knob and Mouse(15c2:0038): Found relative axes
[ 16.329] (--) iMON Panel, Knob and Mouse(15c2:0038): Found x and y relative axes
[ 16.329] (--) iMON Panel, Knob and Mouse(15c2:0038): Found keys
[ 16.329] (II) iMON Panel, Knob and Mouse(15c2:0038): Configuring as mouse
[ 16.329] (II) iMON Panel, Knob and Mouse(15c2:0038): Configuring as keyboard
[ 16.329] (II) iMON Panel, Knob and Mouse(15c2:0038): Adding scrollwheel support
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): YAxisMapping: buttons 4 and 5
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.329] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/input/input6/event6"
[ 16.329] (II) XINPUT: Adding extended input device "iMON Panel, Knob and Mouse(15c2:0038)" (type: KEYBOARD)
[ 16.329] (**) Option "xkb_rules" "evdev"
[ 16.329] (**) Option "xkb_model" "pc105"
[ 16.329] (**) Option "xkb_layout" "es"
[ 16.329] (II) iMON Panel, Knob and Mouse(15c2:0038): initialized for relative axes.
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) keeping acceleration scheme 1
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration profile 0
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration factor: 2.000
[ 16.329] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration threshold: 4
[ 16.329] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/mouse2)
[ 16.329] (II) No input driver/identifier specified (ignoring)
[ 16.330] (II) config/udev: Adding input device iMON Remote (15c2:0038) (/dev/input/event7)
[ 16.330] (**) iMON Remote (15c2:0038): Applying InputClass "evdev keyboard catchall"
[ 16.330] (II) Using input driver 'evdev' for 'iMON Remote (15c2:0038)'
[ 16.330] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.330] (**) iMON Remote (15c2:0038): always reports core events
[ 16.330] (**) iMON Remote (15c2:0038): Device: "/dev/input/event7"
[ 16.330] (--) iMON Remote (15c2:0038): Found 3 mouse buttons
[ 16.330] (--) iMON Remote (15c2:0038): Found keys
[ 16.330] (II) iMON Remote (15c2:0038): Configuring as mouse
[ 16.330] (II) iMON Remote (15c2:0038): Configuring as keyboard
[ 16.330] (**) iMON Remote (15c2:0038): YAxisMapping: buttons 4 and 5
[ 16.330] (**) iMON Remote (15c2:0038): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.330] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/rc/rc0/input7/event7"
[ 16.330] (II) XINPUT: Adding extended input device "iMON Remote (15c2:0038)" (type: KEYBOARD)
[ 16.330] (**) Option "xkb_rules" "evdev"
[ 16.330] (**) Option "xkb_model" "pc105"
[ 16.330] (**) Option "xkb_layout" "es"
[ 16.331] (II) config/udev: Adding input device Burr-Brown from TI USB Audio CODEC (/dev/input/event3)
[ 16.331] (**) Burr-Brown from TI USB Audio CODEC : Applying InputClass "evdev keyboard catchall"
[ 16.331] (II) Using input driver 'evdev' for 'Burr-Brown from TI USB Audio CODEC '
[ 16.331] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.331] (**) Burr-Brown from TI USB Audio CODEC : always reports core events
[ 16.331] (**) Burr-Brown from TI USB Audio CODEC : Device: "/dev/input/event3"
[ 16.331] (--) Burr-Brown from TI USB Audio CODEC : Found keys
[ 16.331] (II) Burr-Brown from TI USB Audio CODEC : Configuring as keyboard
[ 16.331] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.2/1-3.2:1.3/input/input3/event3"
[ 16.331] (II) XINPUT: Adding extended input device "Burr-Brown from TI USB Audio CODEC " (type: KEYBOARD)
[ 16.331] (**) Option "xkb_rules" "evdev"
[ 16.331] (**) Option "xkb_model" "pc105"
[ 16.331] (**) Option "xkb_layout" "es"
[ 16.332] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver (/dev/input/event4)
[ 16.332] (**) 2.4GHz 2way RF Receiver: Applying InputClass "evdev keyboard catchall"
[ 16.332] (II) Using input driver 'evdev' for '2.4GHz 2way RF Receiver'
[ 16.332] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.332] (**) 2.4GHz 2way RF Receiver: always reports core events
[ 16.332] (**) 2.4GHz 2way RF Receiver: Device: "/dev/input/event4"
[ 16.332] (--) 2.4GHz 2way RF Receiver: Found keys
[ 16.332] (II) 2.4GHz 2way RF Receiver: Configuring as keyboard
[ 16.332] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4:1.0/input/input4/event4"
[ 16.332] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver" (type: KEYBOARD)
[ 16.332] (**) Option "xkb_rules" "evdev"
[ 16.332] (**) Option "xkb_model" "pc105"
[ 16.332] (**) Option "xkb_layout" "es"
[ 16.332] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver (/dev/input/event5)
[ 16.332] (**) 2.4GHz 2way RF Receiver: Applying InputClass "evdev pointer catchall"
[ 16.332] (**) 2.4GHz 2way RF Receiver: Applying InputClass "evdev keyboard catchall"
[ 16.332] (II) Using input driver 'evdev' for '2.4GHz 2way RF Receiver'
[ 16.332] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.332] (**) 2.4GHz 2way RF Receiver: always reports core events
[ 16.332] (**) 2.4GHz 2way RF Receiver: Device: "/dev/input/event5"
[ 16.333] (--) 2.4GHz 2way RF Receiver: Found 12 mouse buttons
[ 16.333] (--) 2.4GHz 2way RF Receiver: Found scroll wheel(s)
[ 16.333] (--) 2.4GHz 2way RF Receiver: Found relative axes
[ 16.333] (--) 2.4GHz 2way RF Receiver: Found x and y relative axes
[ 16.333] (--) 2.4GHz 2way RF Receiver: Found absolute axes
[ 16.333] (II) evdev-grail: failed to open grail, no gesture support
[ 16.333] (--) 2.4GHz 2way RF Receiver: Found keys
[ 16.333] (II) 2.4GHz 2way RF Receiver: Configuring as mouse
[ 16.333] (II) 2.4GHz 2way RF Receiver: Configuring as keyboard
[ 16.333] (II) 2.4GHz 2way RF Receiver: Adding scrollwheel support
[ 16.333] (**) 2.4GHz 2way RF Receiver: YAxisMapping: buttons 4 and 5
[ 16.333] (**) 2.4GHz 2way RF Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.333] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4:1.1/input/input5/event5"
[ 16.333] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver" (type: KEYBOARD)
[ 16.333] (**) Option "xkb_rules" "evdev"
[ 16.333] (**) Option "xkb_model" "pc105"
[ 16.333] (**) Option "xkb_layout" "es"
[ 16.333] (II) 2.4GHz 2way RF Receiver: initialized for relative axes.
[ 16.333] (WW) 2.4GHz 2way RF Receiver: ignoring absolute axes.
[ 16.333] (**) 2.4GHz 2way RF Receiver: (accel) keeping acceleration scheme 1
[ 16.333] (**) 2.4GHz 2way RF Receiver: (accel) acceleration profile 0
[ 16.333] (**) 2.4GHz 2way RF Receiver: (accel) acceleration factor: 2.000
[ 16.333] (**) 2.4GHz 2way RF Receiver: (accel) acceleration threshold: 4
[ 16.333] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver (/dev/input/mouse1)
[ 16.333] (II) No input driver/identifier specified (ignoring)
[ 16.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 16.335] (II) No input driver/identifier specified (ignoring)
[ 16.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 16.336] (II) No input driver/identifier specified (ignoring)
[ 16.336] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event8)
[ 16.336] (II) No input driver/identifier specified (ignoring)
[ 16.336] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[ 16.336] (II) No input driver/identifier specified (ignoring)
[ 20.415] (II) XKB: reuse xkmfile /var/lib/xkb/server-A77BBE312A49C9FE89948D38B2A8CB84C3CBB410.xkm
[ 499.833] (II) NVIDIA(0): Setting mode "CRT-1:1152x864@1152x864+0+0"
[ 499.927] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[ 499.927] (WW) NVIDIA(0): such display device could be found, or all display devices
[ 499.927] (WW) NVIDIA(0): by that name are currently unavailable.
[ 499.927] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[ 499.927] (WW) NVIDIA(0): display device could be found, or all display devices by
[ 499.927] (WW) NVIDIA(0): that name are currently unavailable.
[ 518.768] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 518.878] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[ 518.878] (WW) NVIDIA(0): such display device could be found, or all display devices
[ 518.878] (WW) NVIDIA(0): by that name are currently unavailable.
[ 518.878] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[ 518.878] (WW) NVIDIA(0): display device could be found, or all display devices by
[ 518.878] (WW) NVIDIA(0): that name are currently unavailable.
[ 546.895] (II) NVIDIA(0): Setting mode "CRT-1:1360x768@1360x768+0+0"
[ 546.994] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[ 546.994] (WW) NVIDIA(0): such display device could be found, or all display devices
[ 546.994] (WW) NVIDIA(0): by that name are currently unavailable.
[ 546.994] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[ 546.994] (WW) NVIDIA(0): display device could be found, or all display devices by
[ 546.994] (WW) NVIDIA(0): that name are currently unavailable.
[ 562.139] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 562.254] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[ 562.254] (WW) NVIDIA(0): such display device could be found, or all display devices
[ 562.254] (WW) NVIDIA(0): by that name are currently unavailable.
[ 562.254] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[ 562.254] (WW) NVIDIA(0): display device could be found, or all display devices by
[ 562.254] (WW) NVIDIA(0): that name are currently unavailable.

Just a little bit large...

Regards

Revision history for this message
DavidBustamante (davidyazucena) said :
#13

Hello...

Revision history for this message
DavidBustamante (davidyazucena) said :
#14

Anybody there ...

Revision history for this message
DavidBustamante (davidyazucena) said :
#15

In the meantime, runung the xrandr command, the output is

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
   1024x768 50.0*
   800x600 51.0 52.0 53.0
   680x384 54.0 55.0
   640x480 56.0
   512x384 57.0
   400x300 58.0
   320x240 59.0

This first line that talks about "failed to get size of gamma" does give any clue?

Regards

Revision history for this message
DavidBustamante (davidyazucena) said :
#16

searching with google, it seems we have to remark this line in the xorg.0.log

[ 16.159] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#17

Yes, thats why it's not setting up. Decent screens report EDID but yours isn't. That's why you need the xorg.conf file.

Revision history for this message
DavidBustamante (davidyazucena) said :
#18

Hi Action:

Looking in the web, I found out the solution.

With the "cvt 1920 1080" command, I saw it is needed to have a vertical sync of something little less of 67 Mhz. I change this parameter in the xorg.conf file writing

Section "Monitor"

    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 67.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
EndSection

instead of

Section "Monitor"

    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
EndSection

This has been enough. After reboot, the Ubuntu display settngs allow me to chose several resolutions, one of the was 1920x1080.

I could not reach this final solution if all the previus steps. Thank you for all

Regards

Revision history for this message
DavidBustamante (davidyazucena) said :
#19

Thanks actionparsnip, that solved my question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#20

I suggest you back up the xorg.conf file you have so you can easily restore it if needed :)

Your monitor is the cause of your issue, not because its a CRT, but because it isn't reporting EDID like decent ones do.

Glad you got the gold :)