LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-05-2017, 11:32 PM   #1
disableNoise
LQ Newbie
 
Registered: Feb 2017
Location: Santiago, Chile
Posts: 5

Rep: Reputation: Disabled
[Xorg] Can't config a higher resolution


Hi all.

I just installed a new Slackware on my desk with KDE, by default it just has a 1024*768 resolution, so I installed the packages nvidia-kernel and nvidia-drivers with sbopkg. I rebooted and then I just typed nvidia-xconfig for make a new xorg.conf, after that, I saw there is not the resolution that I want (1600*900), so I added it in the configuration file (xorg.conf)

Code:
Section "Screen"
	Identifier "Screen0"
	Device     "card0"
	Monitor    "Monitor0"
	DefaultDepth 24
Subsection "Display"
        Depth       24
        Modes "1600x900" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
When I start xorg with startx, it just appears a low resolution (1024*768). Then I watched the log file and here is.

Code:
[  1872.522] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[  1872.523] X Protocol Version 11, Revision 0
[  1872.523] Build Operating System: Slackware 14.2 Slackware Linux Project
[  1872.523] Current Operating System: Linux evanware 4.4.14 #2 SMP Fri Jun 24 13:38:27 CDT 2016 x86_64
[  1872.523] Kernel command line: auto BOOT_IMAGE=Slackware ro root=801 vt.default_utf8=0
[  1872.524] Build Date: 15 April 2016  11:05:21AM
[  1872.524]  
[  1872.524] Current version of pixman: 0.34.0
[  1872.525] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1872.525] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1872.526] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb  6 02:11:48 2017
[  1872.526] (==) Using config file: "/etc/X11/xorg.conf"
[  1872.526] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1872.526] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1872.527] (==) ServerLayout "X.org Configured"
[  1872.527] (**) |-->Screen "Screen0" (0)
[  1872.527] (**) |   |-->Monitor "Monitor0"
[  1872.527] (**) |   |-->Device "card0"
[  1872.527] (**) |   |-->GPUDevice "card0"
[  1872.527] (**) |-->Input Device "Mouse0"
[  1872.527] (**) |-->Input Device "Keyboard0"
[  1872.527] (==) Automatically adding devices
[  1872.527] (==) Automatically enabling devices
[  1872.527] (==) Automatically adding GPU devices
[  1872.527] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1872.527] (WW) The directory "/usr/share/fonts/local" does not exist.
[  1872.527] 	Entry deleted from font path.
[  1872.527] (WW) The directory "/usr/share/fonts/CID" does not exist.
[  1872.527] 	Entry deleted from font path.
[  1872.527] (WW) The directory "/usr/share/fonts/local" does not exist.
[  1872.527] 	Entry deleted from font path.
[  1872.527] (WW) The directory "/usr/share/fonts/CID" does not exist.
[  1872.527] 	Entry deleted from font path.
[  1872.527] (**) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[  1872.527] (**) ModulePath set to "/usr/lib64/xorg/modules"
[  1872.527] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1872.527] (WW) Disabling Mouse0
[  1872.527] (WW) Disabling Keyboard0
[  1872.527] (II) Loader magic: 0x808c00
[  1872.527] (II) Module ABI versions:
[  1872.527] 	X.Org ANSI C Emulation: 0.4
[  1872.527] 	X.Org Video Driver: 20.0
[  1872.527] 	X.Org XInput driver : 22.1
[  1872.527] 	X.Org Server Extension : 9.0
[  1872.527] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1872.528] (--) PCI:*(0:2:0:0) 10de:0de1:19da:4301 rev 161, Mem @ 0xdf000000/16777216, 0xd0000000/134217728, 0xdc000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
[  1872.528] (II) Open ACPI successful (/var/run/acpid.socket)
[  1872.528] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  1872.528] (II) LoadModule: "glx"
[  1872.529] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1872.535] (II) Module glx: vendor="NVIDIA Corporation"
[  1872.535] 	compiled for 4.0.2, module version = 1.0.0
[  1872.535] 	Module class: X.Org Server Extension
[  1872.535] (II) NVIDIA GLX Module  367.44  Wed Aug 17 21:50:26 PDT 2016
[  1872.535] (II) LoadModule: "nvidia"
[  1872.535] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1872.535] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1872.535] 	compiled for 4.0.2, module version = 1.0.0
[  1872.535] 	Module class: X.Org Video Driver
[  1872.535] (II) NVIDIA dlloader X Driver  367.44  Wed Aug 17 21:28:13 PDT 2016
[  1872.535] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1872.535] (--) using VT number 7

[  1872.541] (II) Loading sub module "fb"
[  1872.541] (II) LoadModule: "fb"
[  1872.542] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1872.542] (II) Module fb: vendor="X.Org Foundation"
[  1872.542] 	compiled for 1.18.3, module version = 1.0.0
[  1872.542] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1872.542] (II) Loading sub module "wfb"
[  1872.542] (II) LoadModule: "wfb"
[  1872.543] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1872.543] (II) Module wfb: vendor="X.Org Foundation"
[  1872.543] 	compiled for 1.18.3, module version = 1.0.0
[  1872.543] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1872.543] (II) Loading sub module "ramdac"
[  1872.543] (II) LoadModule: "ramdac"
[  1872.543] (II) Module "ramdac" already built-in
[  1872.544] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1872.544] (==) NVIDIA(0): RGB weight 888
[  1872.544] (==) NVIDIA(0): Default visual is TrueColor
[  1872.544] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1872.544] (**) NVIDIA(0): Enabling 2D acceleration
[  1872.791] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
[  1872.791] (--) NVIDIA(0):     CRT-0
[  1872.791] (--) NVIDIA(0):     CRT-1 (boot)
[  1872.791] (--) NVIDIA(0):     DFP-0
[  1872.791] (--) NVIDIA(0):     DFP-1
[  1872.793] (--) NVIDIA(0): CRT-0: disconnected
[  1872.793] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[  1872.793] (--) NVIDIA(0): 
[  1872.805] (--) NVIDIA(0): CRT-1: connected
[  1872.805] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[  1872.805] (--) NVIDIA(0): 
[  1872.808] (--) NVIDIA(0): DFP-0: disconnected
[  1872.808] (--) NVIDIA(0): DFP-0: Internal TMDS
[  1872.808] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[  1872.808] (--) NVIDIA(0): 
[  1872.808] (--) NVIDIA(0): DFP-1: disconnected
[  1872.808] (--) NVIDIA(0): DFP-1: Internal TMDS
[  1872.808] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[  1872.808] (--) NVIDIA(0): 
[  1872.809] (II) NVIDIA(0): NVIDIA GPU GeForce GT 430 (GF108) at PCI:2:0:0 (GPU-0)
[  1872.809] (--) NVIDIA(0): Memory: 1048576 kBytes
[  1872.809] (--) NVIDIA(0): VideoBIOS: 70.08.29.00.01
[  1872.809] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1872.809] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  1872.809] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[  1872.809] (**) NVIDIA(0):     all display devices.)
[  1872.811] (WW) NVIDIA(0): No valid modes for "CRT-1:1600x900"; removing.
[  1872.813] (II) NVIDIA(0): Validated MetaModes:
[  1872.813] (II) NVIDIA(0):     "CRT-1:1024x768"
[  1872.813] (II) NVIDIA(0):     "CRT-1:800x600"
[  1872.813] (II) NVIDIA(0):     "CRT-1:640x480"
[  1872.813] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[  1872.820] (WW) NVIDIA(0): CRT-1 does not have an EDID, or its EDID does not contain a
[  1872.820] (WW) NVIDIA(0):     maximum image size; cannot compute DPI from CRT-1's EDID.
[  1872.820] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  1872.820] (--) Depth 24 pixmap format is 32 bpp
[  1872.820] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[  1872.820] (II) NVIDIA:     access.
[  1872.852] (II) NVIDIA(0): Setting mode "CRT-1:1024x768"
[  1872.902] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1872.902] (==) NVIDIA(0): Backing store enabled
[  1872.902] (==) NVIDIA(0): Silken mouse enabled
[  1872.902] (==) NVIDIA(0): DPMS enabled
[  1872.903] (II) Loading sub module "dri2"
[  1872.903] (II) LoadModule: "dri2"
[  1872.903] (II) Module "dri2" already built-in
[  1872.903] (II) NVIDIA(0): [DRI2] Setup complete
[  1872.903] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1872.903] (--) RandR disabled
[  1872.903] (II) Initializing extension GLX
[  1872.903] (II) Indirect GLX disabled.
[  1873.103] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1873.103] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1873.103] (**) Power Button: Applying InputClass "keyboard-all"
[  1873.103] (II) LoadModule: "evdev"
[  1873.103] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1873.104] (II) Module evdev: vendor="X.Org Foundation"
[  1873.104] 	compiled for 1.18.3, module version = 2.10.3
[  1873.104] 	Module class: X.Org XInput Driver
[  1873.104] 	ABI class: X.Org XInput driver, version 22.1
[  1873.104] (II) Using input driver 'evdev' for 'Power Button'
[  1873.104] (**) Power Button: always reports core events
[  1873.104] (**) evdev: Power Button: Device: "/dev/input/event2"
[  1873.104] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1873.104] (--) evdev: Power Button: Found keys
[  1873.104] (II) evdev: Power Button: Configuring as keyboard
[  1873.104] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[  1873.104] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1873.104] (**) Option "xkb_rules" "evdev"
[  1873.104] (**) Option "xkb_layout" "us"
[  1873.104] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1873.140] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1873.140] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1873.140] (**) Power Button: Applying InputClass "keyboard-all"
[  1873.140] (II) Using input driver 'evdev' for 'Power Button'
[  1873.140] (**) Power Button: always reports core events
[  1873.140] (**) evdev: Power Button: Device: "/dev/input/event1"
[  1873.140] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1873.140] (--) evdev: Power Button: Found keys
[  1873.140] (II) evdev: Power Button: Configuring as keyboard
[  1873.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event1"
[  1873.140] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1873.140] (**) Option "xkb_rules" "evdev"
[  1873.140] (**) Option "xkb_layout" "us"
[  1873.140] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1873.142] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event12)
[  1873.142] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  1873.142] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[  1873.142] (**) Logitech USB Optical Mouse: always reports core events
[  1873.142] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event12"
[  1873.142] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05a
[  1873.142] (--) evdev: Logitech USB Optical Mouse: Found 3 mouse buttons
[  1873.142] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[  1873.142] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[  1873.142] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[  1873.142] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[  1873.142] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[  1873.142] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  1873.142] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1873.142] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/0003:046D:C05A.0001/input/input15/event12"
[  1873.142] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
[  1873.142] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[  1873.143] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[  1873.143] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[  1873.143] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[  1873.143] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[  1873.143] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[  1873.143] (II) No input driver specified, ignoring this device.
[  1873.143] (II) This device may have been added with another device file.
[  1873.143] (II) config/udev: Adding input device USB Keyboard (/dev/input/event13)
[  1873.143] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1873.143] (**) USB Keyboard: Applying InputClass "keyboard-all"
[  1873.143] (II) Using input driver 'evdev' for 'USB Keyboard'
[  1873.143] (**) USB Keyboard: always reports core events
[  1873.143] (**) evdev: USB Keyboard: Device: "/dev/input/event13"
[  1873.143] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0xa096
[  1873.143] (--) evdev: USB Keyboard: Found keys
[  1873.143] (II) evdev: USB Keyboard: Configuring as keyboard
[  1873.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.0/0003:04D9:A096.0002/input/input16/event13"
[  1873.143] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 9)
[  1873.144] (**) Option "xkb_rules" "evdev"
[  1873.144] (**) Option "xkb_layout" "us"
[  1873.144] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1873.144] (II) config/udev: Adding input device USB Keyboard (/dev/input/event15)
[  1873.144] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1873.144] (**) USB Keyboard: Applying InputClass "keyboard-all"
[  1873.144] (II) Using input driver 'evdev' for 'USB Keyboard'
[  1873.144] (**) USB Keyboard: always reports core events
[  1873.144] (**) evdev: USB Keyboard: Device: "/dev/input/event15"
[  1873.144] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0xa096
[  1873.144] (--) evdev: USB Keyboard: Found 1 mouse buttons
[  1873.144] (--) evdev: USB Keyboard: Found scroll wheel(s)
[  1873.144] (--) evdev: USB Keyboard: Found relative axes
[  1873.144] (II) evdev: USB Keyboard: Forcing relative x/y axes to exist.
[  1873.144] (--) evdev: USB Keyboard: Found absolute axes
[  1873.144] (II) evdev: USB Keyboard: Forcing absolute x/y axes to exist.
[  1873.144] (--) evdev: USB Keyboard: Found keys
[  1873.144] (II) evdev: USB Keyboard: Configuring as mouse
[  1873.144] (II) evdev: USB Keyboard: Configuring as keyboard
[  1873.144] (II) evdev: USB Keyboard: Adding scrollwheel support
[  1873.144] (**) evdev: USB Keyboard: YAxisMapping: buttons 4 and 5
[  1873.144] (**) evdev: USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1873.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.1/0003:04D9:A096.0003/input/input18/event15"
[  1873.144] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 10)
[  1873.144] (**) Option "xkb_rules" "evdev"
[  1873.144] (**) Option "xkb_layout" "us"
[  1873.144] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1873.145] (II) evdev: USB Keyboard: initialized for relative axes.
[  1873.145] (WW) evdev: USB Keyboard: ignoring absolute axes.
[  1873.145] (**) USB Keyboard: (accel) keeping acceleration scheme 1
[  1873.145] (**) USB Keyboard: (accel) acceleration profile 0
[  1873.145] (**) USB Keyboard: (accel) acceleration factor: 2.000
[  1873.145] (**) USB Keyboard: (accel) acceleration threshold: 4
[  1873.145] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event14)
[  1873.145] (**) Apple, Inc Apple Keyboard: Applying InputClass "evdev keyboard catchall"
[  1873.145] (**) Apple, Inc Apple Keyboard: Applying InputClass "keyboard-all"
[  1873.145] (II) Using input driver 'evdev' for 'Apple, Inc Apple Keyboard'
[  1873.145] (**) Apple, Inc Apple Keyboard: always reports core events
[  1873.145] (**) evdev: Apple, Inc Apple Keyboard: Device: "/dev/input/event14"
[  1873.145] (--) evdev: Apple, Inc Apple Keyboard: Vendor 0x5ac Product 0x221
[  1873.145] (--) evdev: Apple, Inc Apple Keyboard: Found keys
[  1873.145] (II) evdev: Apple, Inc Apple Keyboard: Configuring as keyboard
[  1873.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.2/1-3.2:1.0/0003:05AC:0221.0005/input/input17/event14"
[  1873.146] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 11)
[  1873.146] (**) Option "xkb_rules" "evdev"
[  1873.146] (**) Option "xkb_layout" "us"
[  1873.146] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1873.146] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event16)
[  1873.146] (**) Apple, Inc Apple Keyboard: Applying InputClass "evdev keyboard catchall"
[  1873.146] (**) Apple, Inc Apple Keyboard: Applying InputClass "keyboard-all"
[  1873.146] (II) Using input driver 'evdev' for 'Apple, Inc Apple Keyboard'
[  1873.146] (**) Apple, Inc Apple Keyboard: always reports core events
[  1873.146] (**) evdev: Apple, Inc Apple Keyboard: Device: "/dev/input/event16"
[  1873.146] (--) evdev: Apple, Inc Apple Keyboard: Vendor 0x5ac Product 0x221
[  1873.146] (--) evdev: Apple, Inc Apple Keyboard: Found keys
[  1873.146] (II) evdev: Apple, Inc Apple Keyboard: Configuring as keyboard
[  1873.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.2/1-3.2:1.1/0003:05AC:0221.0006/input/input19/event16"
[  1873.146] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 12)
[  1873.146] (**) Option "xkb_rules" "evdev"
[  1873.146] (**) Option "xkb_layout" "us"
[  1873.146] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1873.147] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event7)
[  1873.147] (II) No input driver specified, ignoring this device.
[  1873.147] (II) This device may have been added with another device file.
[  1873.147] (II) config/udev: Adding input device HDA NVidia Front Mic (/dev/input/event8)
[  1873.147] (II) No input driver specified, ignoring this device.
[  1873.147] (II) This device may have been added with another device file.
[  1873.147] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event9)
[  1873.147] (II) No input driver specified, ignoring this device.
[  1873.147] (II) This device may have been added with another device file.
[  1873.148] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event10)
[  1873.148] (II) No input driver specified, ignoring this device.
[  1873.148] (II) This device may have been added with another device file.
[  1873.148] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event11)
[  1873.148] (II) No input driver specified, ignoring this device.
[  1873.148] (II) This device may have been added with another device file.
[  1873.148] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event3)
[  1873.148] (II) No input driver specified, ignoring this device.
[  1873.148] (II) This device may have been added with another device file.
[  1873.148] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event4)
[  1873.148] (II) No input driver specified, ignoring this device.
[  1873.148] (II) This device may have been added with another device file.
[  1873.149] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event5)
[  1873.149] (II) No input driver specified, ignoring this device.
[  1873.149] (II) This device may have been added with another device file.
[  1873.149] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event6)
[  1873.149] (II) No input driver specified, ignoring this device.
[  1873.149] (II) This device may have been added with another device file.
[  1873.149] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[  1873.149] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[  1873.149] (**) Speakup: Applying InputClass "keyboard-all"
[  1873.149] (II) Using input driver 'evdev' for 'Speakup'
[  1873.149] (**) Speakup: always reports core events
[  1873.149] (**) evdev: Speakup: Device: "/dev/input/event0"
[  1873.149] (--) evdev: Speakup: Vendor 0 Product 0
[  1873.149] (--) evdev: Speakup: Found keys
[  1873.149] (II) evdev: Speakup: Configuring as keyboard
[  1873.149] (**) Option "config_info" "udev:/sys/devices/virtual/input/input1/event0"
[  1873.149] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 13)
[  1873.149] (**) Option "xkb_rules" "evdev"
[  1873.149] (**) Option "xkb_layout" "us"
[  1873.149] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1874.724] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  1874.724] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1874.724] (--) NVIDIA(GPU-0): 
[  1874.727] (--) NVIDIA(GPU-0): CRT-1: connected
[  1874.727] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[  1874.727] (--) NVIDIA(GPU-0): 
[  1874.730] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1874.730] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1874.730] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1874.730] (--) NVIDIA(GPU-0): 
[  1874.730] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1874.730] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1874.730] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1874.730] (--) NVIDIA(GPU-0): 
[  1875.641] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  1875.641] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1875.641] (--) NVIDIA(GPU-0): 
[  1875.644] (--) NVIDIA(GPU-0): CRT-1: connected
[  1875.644] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[  1875.644] (--) NVIDIA(GPU-0): 
[  1875.647] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1875.647] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1875.647] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1875.647] (--) NVIDIA(GPU-0): 
[  1875.647] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1875.647] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1875.647] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1875.647] (--) NVIDIA(GPU-0): 
[  1880.863] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  1880.863] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1880.863] (--) NVIDIA(GPU-0): 
[  1880.877] (--) NVIDIA(GPU-0): CRT-1: connected
[  1880.877] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[  1880.877] (--) NVIDIA(GPU-0): 
[  1880.889] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1880.889] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1880.889] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1880.889] (--) NVIDIA(GPU-0): 
[  1880.889] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1880.889] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1880.889] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1880.889] (--) NVIDIA(GPU-0):
This is my xorg.conf file

Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapLimit"          	# <i>
        #Option     "AsyncUTSDFS"        	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# <i>
	Identifier  "card0"
	Driver      "nvidia"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "card0"
	Monitor    "Monitor0"
	DefaultDepth 24
Subsection "Display"
        Depth       24
        Modes "1600x900" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Code:
# lspci | grep -i VGA
02:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
Code:
bash-4.3# xrandr
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
VGA-0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00*+
   800x600       72.19    60.32    56.25  
   640x480       59.94  
   512x384       60.00  
   400x300       72.19  
   320x240       60.05  
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
bash-4.3#
What can I do? Sorry for my english! I will be here is you need more information.

Last edited by disableNoise; 02-06-2017 at 10:21 AM.
 
Old 02-06-2017, 05:07 PM   #2
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
The problem appears to be the monitor itself.

It should be reporting an EDID value (which I don't see)..

The other thing I see is that only the VGA connection is being used.

Now if the monitor is not presenting the EDID value (or for some reason it is incorrect) then it is possible that what is happening is that default values for the clock rates are being used (and may be incorrect).

I "worked around" this problem once by specifying the clocks for a monitor in the "section Monitor" using:
Code:
Section "Monitor"
    Identifier	"monitor0"
    VendorName	"monitor0 vendor"
    ModelName	"unknown monitor"
    HorizSync	31.5 - 80
    VertRefresh	40 - 80
    Option	"dpms"
EndSection
If you have an LCD monitor then the clocks are arbitrary. Going out of bounds on a CRT will destroy the flyback transformer.

You can try the HorizSync to be as high as 120 without issues, and the VertRefresh should be able to handle that too.

This might be why the "1600x900" mode isn't available - it is just out of bounds of the default clock ranges.

BTW, the lower values 31.5 and 40 should allow a 640x480 mode minimum.
 
Old 02-06-2017, 06:30 PM   #3
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
I once had a laptop with an nVidia GPU that had an incorrect value in the EDID.
I captured the EDID and used a hex editor to change the incorrect value. I then used the "CustomEDID" option provided by the nVidia driver to load the modified EDID. For further details see here
 
Old 02-07-2017, 07:49 PM   #4
disableNoise
LQ Newbie
 
Registered: Feb 2017
Location: Santiago, Chile
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jpollard View Post
The problem appears to be the monitor itself.

It should be reporting an EDID value (which I don't see)..

The other thing I see is that only the VGA connection is being used.

Now if the monitor is not presenting the EDID value (or for some reason it is incorrect) then it is possible that what is happening is that default values for the clock rates are being used (and may be incorrect).

I "worked around" this problem once by specifying the clocks for a monitor in the "section Monitor" using:
Code:
Section "Monitor"
    Identifier	"monitor0"
    VendorName	"monitor0 vendor"
    ModelName	"unknown monitor"
    HorizSync	31.5 - 80
    VertRefresh	40 - 80
EndSection
If you have an LCD monitor then the clocks are arbitrary. Going out of bounds on a CRT will destroy the flyback transformer.

You can try the HorizSync to be as high as 120 without issues, and the VertRefresh should be able to handle that too.

This might be why the "1600x900" mode isn't available - it is just out of bounds of the default clock ranges.

BTW, the lower values 31.5 and 40 should allow a 640x480 mode minimum.
Thanks for your reply! I tried to put this settings and run Xorg.

Code:
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync      31.5 - 120
    VertRefresh    40 - 120
EndSection

Here are the results:


Code:
#cat caso1 | grep -i
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   387.406] (**) |-->Screen "Screen0" (0)
[   387.406] (II) xfree86: Adding drm device (/dev/dri/card0)
[   387.687] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[   387.699] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[   388.067] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[   388.067] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[   388.067] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWhe$
[   388.068] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[   388.069] (II) This device may have been added with another device file.
[   388.071] (--) evdev: USB Keyboard: Found scroll wheel(s)
[   388.072] (II) evdev: USB Keyboard: Adding scrollwheel support
[   388.072] (**) evdev: USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   388.073] (**) USB Keyboard: (accel) keeping acceleration scheme 1
[   388.074] (II) This device may have been added with another device file.
[   388.074] (II) This device may have been added with another device file.
[   388.074] (II) This device may have been added with another device file.
[   388.074] (II) This device may have been added with another device file.
[   388.075] (II) This device may have been added with another device file.
[   388.075] (II) This device may have been added with another device file.
[   388.075] (II) This device may have been added with another device file.
[   388.075] (II) This device may have been added with another device file.
[   388.075] (II) This device may have been added with another device file.

# cat caso1 | grep -i WW     
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   387.406] (WW) The directory "/usr/share/fonts/local" does not exist.
[   387.406] (WW) The directory "/usr/share/fonts/CID" does not exist.
[   387.406] (WW) The directory "/usr/share/fonts/local" does not exist.
[   387.406] (WW) The directory "/usr/share/fonts/CID" does not exist.
[   387.406] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   387.406] (WW) Disabling Mouse0
[   387.406] (WW) Disabling Keyboard0
[   387.697] (WW) NVIDIA(0): No valid modes for "CRT-1:1600x900"; removing.
[   387.733] (WW) NVIDIA(0): CRT-1 does not have an EDID, or its EDID does not contain a
[   387.733] (WW) NVIDIA(0):     maximum image size; cannot compute DPI from CRT-1's EDID.
[   388.072] (WW) evdev: USB Keyboard: ignoring absolute axes.
With this configuration I could set a higher resolution, but isn't the correct proportion.



Quote:
Originally Posted by allend View Post
I once had a laptop with an nVidia GPU that had an incorrect value in the EDID.
I captured the EDID and used a hex editor to change the incorrect value. I then used the "CustomEDID" option provided by the nVidia driver to load the modified EDID. For further details see here
Thanks for your reply! I tried to capture the EDID value with nvidia-settings, but the "acquire EDID" button appears like unavailable. (See the link)

Because of that, I installed the read-edid package from SBO. Here are the results:

Code:
# get-edid | parse-edid
This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface
No EDID on bus 0
No EDID on bus 1
No EDID on bus 2
No EDID on bus 3
Looks like no busses have an EDID. Sorry!
Attempting to use the classical VBE interface

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
        Function supported
        Call successful

        VBE version 0
        VBE string at 0x0 "Partial Read... Try again

Last edited by disableNoise; 02-07-2017 at 07:50 PM.
 
Old 02-07-2017, 09:06 PM   #5
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Try using 150 for the HorizSync. You can go higher, I just don't know what NVIDIA actually uses. For LCD monitors it won't hurt anything.
 
Old 02-09-2017, 05:04 PM   #6
disableNoise
LQ Newbie
 
Registered: Feb 2017
Location: Santiago, Chile
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jpollard View Post
Try using 150 for the HorizSync. You can go higher, I just don't know what NVIDIA actually uses. For LCD monitors it won't hurt anything.
Thanks for your reply! I tried with that HorizSync and I still can't set the correct resolution.

Code:
bash-4.3# xrandr     
Screen 0: minimum 8 x 8, current 1280 x 960, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
VGA-0 connected primary 1280x960+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      70.07 +  60.00  
   2048x1536     60.00   
   1920x1440     60.00        
   1856x1392     60.01                 
   1792x1344     60.01                 
   1600x1200     70.00    65.00    60.00  
   1400x1050     59.98                            
   1280x1024     60.02                            
   1280x960      60.00*                              
   800x600       72.19    60.32    56.25                     
   700x525       59.98                                       
   640x480       59.94                                            
   512x384       70.07    60.00                                   
   400x300       72.19                                               
   320x240       60.05                                                    
DVI-I-1 disconnected (normal left inverted right x axis y axis)               
HDMI-0 disconnected (normal left inverted right x axis y axis)
 
Old 02-09-2017, 10:11 PM   #7
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Not sure what to use after that. The modes shown cover the range you want, just not the specific one.

Only think left would be to try an HDMI connector, but something does seem to be off about that monitor.

One possiblity... You might try generating a mode definition specific to what you want:

http://arachnoid.com/modelines/

This is an online tool that should provide a mode definition based on your requirement.
Perhaps that would work.

Last edited by jpollard; 02-09-2017 at 10:17 PM.
 
Old 02-10-2017, 12:16 AM   #8
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
From the Xorg.0.log in post #1
Code:
[  1872.809] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  1872.809] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[  1872.809] (**) NVIDIA(0):     all display devices.)
[  1872.811] (WW) NVIDIA(0): No valid modes for "CRT-1:1600x900"; removing.
[  1872.813] (II) NVIDIA(0): Validated MetaModes:
[  1872.813] (II) NVIDIA(0):     "CRT-1:1024x768"
[  1872.813] (II) NVIDIA(0):     "CRT-1:800x600"
[  1872.813] (II) NVIDIA(0):     "CRT-1:640x480"
[  1872.813] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[  1872.820] (WW) NVIDIA(0): CRT-1 does not have an EDID, or its EDID does not contain a
[  1872.820] (WW) NVIDIA(0):     maximum image size; cannot compute DPI from CRT-1's EDID.
[  1872.820] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
What are the details of the monitor (manufacturer and model)?
Are you sure that it can operate with your preferred resolution?
If so, then I agree with jpollard that a custom ModeLine entry in the Monitor section of your xorg.conf is worth trying. In addition to the on-line tool, you can use 'cvt' to generate modelines.
You may also want to consider
Quote:
Option "UseEdidFreqs" "boolean"

This option controls whether the NVIDIA X driver will use the HorizSync and VertRefresh ranges given in a display device's EDID, if any. When UseEdidFreqs is set to True, EDID-provided range information will override the HorizSync and VertRefresh ranges specified in the Monitor section. If a display device does not provide an EDID, or the EDID does not specify an hsync or vrefresh range, then the X server will default to the HorizSync and VertRefresh ranges specified in the Monitor section of your X config file. These frequency ranges are used when validating modes for your display device.

Default: True (EDID frequencies will be used)

Option "UseEDID" "boolean"

By default, the NVIDIA X driver makes use of a display device's EDID, when available, during construction of its mode pool. The EDID is used as a source for possible modes, for valid frequency ranges, and for collecting data on the physical dimensions of the display device for computing the DPI (see Appendix Y, Dots Per Inch). However, if you wish to disable the driver's use of the EDID, you can set this option to False:

Option "UseEDID" "FALSE"

Note that, rather than globally disable all uses of the EDID, you can individually disable each particular use of the EDID; e.g.,

Option "UseEDIDFreqs" "FALSE"
Option "UseEDIDDpi" "FALSE"
Option "ModeValidation" "NoEdidModes"

Default: True (use EDID).
 
  


Reply



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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing GUI screen resolution in /etc/XOrg.config (aka xorg.conf) stf92 Linux - General 0 07-10-2012 03:48 AM
Xorg config, X not allowing new resolution, works without Xorg config file? bapigoo9 Slackware 5 12-05-2008 12:52 AM
Getting higher resolutions with Xorg CCMCornell Linux From Scratch 3 10-03-2005 04:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration