You are not logged in.

#1 2013-10-11 00:46:27

fuzzyonethree
Member
Registered: 2012-08-30
Posts: 4

[Solved] 1366x768 Resolution with nVidia drivers

I am trying to set up my monitor at full resolution (1366x768) and I am having issues getting it to display correctly. Out of the box, I was able to get 1024x768, but when I tried to manually set the full resolution using xrandr, it will only go up to 1280x768 with a black bar on the right. Below are the relevant files;

xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 325.15  (buildmeister@swio-display-x64-rhel04-07)  Wed Jul 31 19:31:53 PDT 2013

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 9600 GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "CRT-1"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Xorg.log.0

[    10.475] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    10.475] X Protocol Version 11, Revision 0
[    10.475] Build Operating System: Linux 3.11.1-1-ARCH i686 
[    10.475] Current Operating System: Linux steinbeck 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:40:32 CEST 2013 i686
[    10.475] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=646d074d-3ed6-4e3c-982e-43395ef95493 rw quiet
[    10.475] Build Date: 08 October 2013  08:51:37PM
[    10.475]  
[    10.475] Current version of pixman: 0.30.2
[    10.475] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.475] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.475] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct  9 19:41:27 2013
[    10.534] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.574] (==) No Layout section.  Using the first Screen section.
[    10.574] (==) No screen section available. Using defaults.
[    10.574] (**) |-->Screen "Default Screen Section" (0)
[    10.574] (**) |   |-->Monitor "<default monitor>"
[    10.594] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.594] (==) Automatically adding devices
[    10.594] (==) Automatically enabling devices
[    10.594] (==) Automatically adding GPU devices
[    10.656] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    10.656] 	Entry deleted from font path.
[    10.656] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    10.656] 	Entry deleted from font path.
[    10.672] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    10.672] 	Entry deleted from font path.
[    10.672] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    10.675] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    10.675] 	Entry deleted from font path.
[    10.675] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    10.675] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[    10.675] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.675] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.676] (II) Loader magic: 0x8259620
[    10.676] (II) Module ABI versions:
[    10.676] 	X.Org ANSI C Emulation: 0.4
[    10.676] 	X.Org Video Driver: 14.1
[    10.676] 	X.Org XInput driver : 19.1
[    10.676] 	X.Org Server Extension : 7.0
[    10.676] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.678] (--) PCI:*(0:1:0:0) 10de:0622:3842:c866 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000cf00/128, BIOS @ 0x????????/524288
[    10.678] Initializing built-in extension Generic Event Extension
[    10.678] Initializing built-in extension SHAPE
[    10.678] Initializing built-in extension MIT-SHM
[    10.678] Initializing built-in extension XInputExtension
[    10.678] Initializing built-in extension XTEST
[    10.678] Initializing built-in extension BIG-REQUESTS
[    10.678] Initializing built-in extension SYNC
[    10.678] Initializing built-in extension XKEYBOARD
[    10.678] Initializing built-in extension XC-MISC
[    10.678] Initializing built-in extension SECURITY
[    10.678] Initializing built-in extension XINERAMA
[    10.678] Initializing built-in extension XFIXES
[    10.678] Initializing built-in extension RENDER
[    10.678] Initializing built-in extension RANDR
[    10.678] Initializing built-in extension COMPOSITE
[    10.678] Initializing built-in extension DAMAGE
[    10.678] Initializing built-in extension MIT-SCREEN-SAVER
[    10.678] Initializing built-in extension DOUBLE-BUFFER
[    10.678] Initializing built-in extension RECORD
[    10.678] Initializing built-in extension DPMS
[    10.678] Initializing built-in extension X-Resource
[    10.678] Initializing built-in extension XVideo
[    10.678] Initializing built-in extension XVideo-MotionCompensation
[    10.678] Initializing built-in extension XFree86-VidModeExtension
[    10.678] Initializing built-in extension XFree86-DGA
[    10.678] Initializing built-in extension XFree86-DRI
[    10.678] Initializing built-in extension DRI2
[    10.678] (II) LoadModule: "glx"
[    10.722] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.897] (II) Module glx: vendor="NVIDIA Corporation"
[    11.897] 	compiled for 4.0.2, module version = 1.0.0
[    11.897] 	Module class: X.Org Server Extension
[    11.897] (II) NVIDIA GLX Module  325.15  Wed Jul 31 18:38:58 PDT 2013
[    11.897] Loading extension GLX
[    11.897] (==) Matched nouveau as autoconfigured driver 0
[    11.897] (==) Matched nvidia as autoconfigured driver 1
[    11.897] (==) Matched nv as autoconfigured driver 2
[    11.897] (==) Matched nouveau as autoconfigured driver 3
[    11.897] (==) Matched nvidia as autoconfigured driver 4
[    11.897] (==) Matched nv as autoconfigured driver 5
[    11.897] (==) Matched vesa as autoconfigured driver 6
[    11.897] (==) Matched modesetting as autoconfigured driver 7
[    11.897] (==) Matched fbdev as autoconfigured driver 8
[    11.897] (==) Assigned the driver to the xf86ConfigLayout
[    11.897] (II) LoadModule: "nouveau"
[    11.904] (WW) Warning, couldn't open module nouveau
[    11.904] (II) UnloadModule: "nouveau"
[    11.904] (II) Unloading nouveau
[    11.904] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    11.904] (II) LoadModule: "nvidia"
[    11.904] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    11.953] (II) Module nvidia: vendor="NVIDIA Corporation"
[    11.953] 	compiled for 4.0.2, module version = 1.0.0
[    11.953] 	Module class: X.Org Video Driver
[    11.954] (II) LoadModule: "nv"
[    11.954] (WW) Warning, couldn't open module nv
[    11.954] (II) UnloadModule: "nv"
[    11.954] (II) Unloading nv
[    11.954] (EE) Failed to load module "nv" (module does not exist, 0)
[    11.954] (II) LoadModule: "vesa"
[    11.955] (WW) Warning, couldn't open module vesa
[    11.955] (II) UnloadModule: "vesa"
[    11.955] (II) Unloading vesa
[    11.955] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.955] (II) LoadModule: "modesetting"
[    11.955] (WW) Warning, couldn't open module modesetting
[    11.955] (II) UnloadModule: "modesetting"
[    11.955] (II) Unloading modesetting
[    11.955] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    11.955] (II) LoadModule: "fbdev"
[    11.955] (WW) Warning, couldn't open module fbdev
[    11.955] (II) UnloadModule: "fbdev"
[    11.955] (II) Unloading fbdev
[    11.955] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.957] (II) NVIDIA dlloader X Driver  325.15  Wed Jul 31 18:17:17 PDT 2013
[    11.957] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    11.957] (++) using VT number 1

[    11.961] (II) Loading sub module "fb"
[    11.961] (II) LoadModule: "fb"
[    11.961] (II) Loading /usr/lib/xorg/modules/libfb.so
[    11.973] (II) Module fb: vendor="X.Org Foundation"
[    11.973] 	compiled for 1.14.3, module version = 1.0.0
[    11.973] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.973] (WW) Unresolved symbol: fbGetGCPrivateKey
[    11.973] (II) Loading sub module "wfb"
[    11.973] (II) LoadModule: "wfb"
[    11.973] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    11.976] (II) Module wfb: vendor="X.Org Foundation"
[    11.976] 	compiled for 1.14.3, module version = 1.0.0
[    11.976] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.976] (II) Loading sub module "shadow"
[    11.976] (II) LoadModule: "shadow"
[    11.976] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    11.977] (II) Module shadow: vendor="X.Org Foundation"
[    11.977] 	compiled for 1.14.3, module version = 1.1.0
[    11.977] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.977] (II) Loading sub module "ramdac"
[    11.977] (II) LoadModule: "ramdac"
[    11.977] (II) Module "ramdac" already built-in
[    11.985] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.985] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    11.985] (==) NVIDIA(0): RGB weight 888
[    11.985] (==) NVIDIA(0): Default visual is TrueColor
[    11.985] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.989] (**) NVIDIA(0): Enabling 2D acceleration
[    12.996] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[    13.056] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[    13.057] (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GT (G94) at PCI:1:0:0 (GPU-0)
[    13.057] (--) NVIDIA(0): Memory: 524288 kBytes
[    13.057] (--) NVIDIA(0): VideoBIOS: 62.94.61.00.60
[    13.057] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    13.059] (--) NVIDIA(0): Valid display device(s) on GeForce 9600 GT at PCI:1:0:0
[    13.059] (--) NVIDIA(0):     CRT-0
[    13.059] (--) NVIDIA(0):     CRT-1 (boot, connected)
[    13.059] (--) NVIDIA(0):     TV-0
[    13.059] (--) NVIDIA(0):     DFP-0
[    13.059] (--) NVIDIA(0):     DFP-1
[    13.059] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    13.059] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[    13.059] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
[    13.059] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    13.059] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[    13.059] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[    13.059] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[    13.059] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    13.059] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    13.059] (**) NVIDIA(0):     all display devices.)
[    13.062] (==) NVIDIA(0): 
[    13.062] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    13.062] (==) NVIDIA(0):     will be used as the requested mode.
[    13.062] (==) NVIDIA(0): 
[    13.062] (II) NVIDIA(0): Validated MetaModes:
[    13.062] (II) NVIDIA(0):     "CRT-1:nvidia-auto-select{}"
[    13.062] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[    13.090] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
[    13.090] (WW) NVIDIA(0):     from CRT-1's EDID.
[    13.090] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    13.090] (--) Depth 24 pixmap format is 32 bpp
[    13.090] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    13.093] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    13.093] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    13.093] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    13.093] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    13.093] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    13.093] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    13.093] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    13.093] (II) NVIDIA(0):     Config Options in the README.
[    13.096] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select{}"
[    13.155] Loading extension NV-GLX
[    13.189] (==) NVIDIA(0): Disabling shared memory pixmaps
[    13.189] (==) NVIDIA(0): Backing store disabled
[    13.189] (==) NVIDIA(0): Silken mouse enabled
[    13.190] (==) NVIDIA(0): DPMS enabled
[    13.191] Loading extension NV-CONTROL
[    13.191] Loading extension XINERAMA
[    13.191] (II) Loading sub module "dri2"
[    13.191] (II) LoadModule: "dri2"
[    13.191] (II) Module "dri2" already built-in
[    13.191] (II) NVIDIA(0): [DRI2] Setup complete
[    13.191] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    13.191] (--) RandR disabled
[    13.209] (II) Initializing extension GLX
[    13.417] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    13.417] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    13.417] (II) LoadModule: "evdev"
[    13.417] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    13.433] (II) Module evdev: vendor="X.Org Foundation"
[    13.433] 	compiled for 1.14.3, module version = 2.8.2
[    13.433] 	Module class: X.Org XInput Driver
[    13.433] 	ABI class: X.Org XInput driver, version 19.1
[    13.433] (II) Using input driver 'evdev' for 'Power Button'
[    13.433] (**) Power Button: always reports core events
[    13.433] (**) evdev: Power Button: Device: "/dev/input/event5"
[    13.433] (--) evdev: Power Button: Vendor 0 Product 0x1
[    13.433] (--) evdev: Power Button: Found keys
[    13.433] (II) evdev: Power Button: Configuring as keyboard
[    13.433] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[    13.433] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    13.433] (**) Option "xkb_rules" "evdev"
[    13.434] (**) Option "xkb_model" "pc104"
[    13.434] (**) Option "xkb_layout" "us"
[    13.462] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    13.462] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    13.462] (II) Using input driver 'evdev' for 'Power Button'
[    13.462] (**) Power Button: always reports core events
[    13.462] (**) evdev: Power Button: Device: "/dev/input/event4"
[    13.462] (--) evdev: Power Button: Vendor 0 Product 0x1
[    13.462] (--) evdev: Power Button: Found keys
[    13.462] (II) evdev: Power Button: Configuring as keyboard
[    13.462] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
[    13.462] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    13.462] (**) Option "xkb_rules" "evdev"
[    13.462] (**) Option "xkb_model" "pc104"
[    13.462] (**) Option "xkb_layout" "us"
[    13.462] (II) config/udev: Adding drm device (/dev/dri/card0)
[    13.463] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event0)
[    13.463] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
[    13.463] (II) Using input driver 'evdev' for 'Chicony Saitek Eclipse Keyboard'
[    13.463] (**) Chicony Saitek Eclipse Keyboard: always reports core events
[    13.463] (**) evdev: Chicony Saitek Eclipse Keyboard: Device: "/dev/input/event0"
[    13.463] (--) evdev: Chicony Saitek Eclipse Keyboard: Vendor 0x6a3 Product 0x8020
[    13.463] (--) evdev: Chicony Saitek Eclipse Keyboard: Found keys
[    13.463] (II) evdev: Chicony Saitek Eclipse Keyboard: Configuring as keyboard
[    13.463] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.0/input/input0/event0"
[    13.463] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: KEYBOARD, id 8)
[    13.463] (**) Option "xkb_rules" "evdev"
[    13.463] (**) Option "xkb_model" "pc104"
[    13.463] (**) Option "xkb_layout" "us"
[    13.464] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event1)
[    13.464] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
[    13.464] (II) Using input driver 'evdev' for 'Chicony Saitek Eclipse Keyboard'
[    13.464] (**) Chicony Saitek Eclipse Keyboard: always reports core events
[    13.464] (**) evdev: Chicony Saitek Eclipse Keyboard: Device: "/dev/input/event1"
[    13.464] (--) evdev: Chicony Saitek Eclipse Keyboard: Vendor 0x6a3 Product 0x8020
[    13.464] (--) evdev: Chicony Saitek Eclipse Keyboard: Found keys
[    13.464] (II) evdev: Chicony Saitek Eclipse Keyboard: Configuring as keyboard
[    13.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.1/input/input1/event1"
[    13.464] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: KEYBOARD, id 9)
[    13.464] (**) Option "xkb_rules" "evdev"
[    13.464] (**) Option "xkb_model" "pc104"
[    13.464] (**) Option "xkb_layout" "us"
[    13.464] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[    13.464] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    13.464] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    13.464] (**) Logitech USB Receiver: always reports core events
[    13.464] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[    13.464] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
[    13.464] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    13.464] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    13.464] (--) evdev: Logitech USB Receiver: Found relative axes
[    13.464] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    13.464] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    13.464] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    13.464] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    13.464] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    13.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input2/event2"
[    13.465] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[    13.465] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    13.465] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    13.465] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    13.465] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    13.465] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    13.465] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    13.465] (II) No input driver specified, ignoring this device.
[    13.465] (II) This device may have been added with another device file.
[    13.465] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[    13.465] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    13.465] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    13.465] (**) Logitech USB Receiver: always reports core events
[    13.465] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
[    13.465] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
[    13.466] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[    13.466] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    13.466] (--) evdev: Logitech USB Receiver: Found relative axes
[    13.466] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[    13.466] (--) evdev: Logitech USB Receiver: Found absolute axes
[    13.466] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[    13.466] (--) evdev: Logitech USB Receiver: Found keys
[    13.466] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    13.466] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    13.466] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    13.466] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    13.466] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    13.466] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.1/input/input3/event3"
[    13.466] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[    13.466] (**) Option "xkb_rules" "evdev"
[    13.466] (**) Option "xkb_model" "pc104"
[    13.466] (**) Option "xkb_layout" "us"
[    13.466] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    13.466] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[    13.466] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    13.466] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    13.466] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    13.466] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    13.466] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[    13.466] (II) No input driver specified, ignoring this device.
[    13.466] (II) This device may have been added with another device file.
[    13.467] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event10)
[    13.467] (II) No input driver specified, ignoring this device.
[    13.467] (II) This device may have been added with another device file.
[    13.467] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event11)
[    13.467] (II) No input driver specified, ignoring this device.
[    13.467] (II) This device may have been added with another device file.
[    13.467] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event12)
[    13.467] (II) No input driver specified, ignoring this device.
[    13.467] (II) This device may have been added with another device file.
[    13.467] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event13)
[    13.467] (II) No input driver specified, ignoring this device.
[    13.467] (II) This device may have been added with another device file.
[    13.468] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event14)
[    13.468] (II) No input driver specified, ignoring this device.
[    13.468] (II) This device may have been added with another device file.
[    13.468] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event7)
[    13.468] (II) No input driver specified, ignoring this device.
[    13.468] (II) This device may have been added with another device file.
[    13.468] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event8)
[    13.468] (II) No input driver specified, ignoring this device.
[    13.468] (II) This device may have been added with another device file.
[    13.468] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
[    13.469] (II) No input driver specified, ignoring this device.
[    13.469] (II) This device may have been added with another device file.
[    13.469] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[    13.469] (II) No input driver specified, ignoring this device.
[    13.469] (II) This device may have been added with another device file.
[    18.412] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[    18.412] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    18.412] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    18.412] (**) NVIDIA(0):     all display devices.)
[    23.193] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[    23.193] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    23.193] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    23.193] (**) NVIDIA(0):     all display devices.)
[   266.255] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[   266.255] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   266.255] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[   266.255] (**) NVIDIA(0):     all display devices.)
[   266.971] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[   266.971] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   266.971] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[   266.971] (**) NVIDIA(0):     all display devices.)
[   268.486] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[   268.486] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   268.487] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[   268.487] (**) NVIDIA(0):     all display devices.)
[   289.743] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[   289.743] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   289.743] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[   289.743] (**) NVIDIA(0):     all display devices.)
[   879.365] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[   879.365] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   879.365] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[   879.365] (**) NVIDIA(0):     all display devices.)
[ 74720.901] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74720.901] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74720.901] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[ 74720.901] (**) NVIDIA(0):     all display devices.)
[ 74734.644] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74734.644] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74734.644] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[ 74734.644] (**) NVIDIA(0):     all display devices.)
[ 74741.124] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74741.124] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74741.124] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[ 74741.124] (**) NVIDIA(0):     all display devices.)
[ 74741.272] (II) NVIDIA(0): Setting mode "DVI-I-1: 1368x768_60.00 @1368x768 +0+0 {ViewPortIn=1368x768, ViewPortOut=1368x768+0+0}"
[ 74741.409] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74741.409] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74741.409] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[ 74741.409] (**) NVIDIA(0):     all display devices.)

Any suggestions?

Last edited by fuzzyonethree (2013-10-13 23:14:48)

Offline

#2 2013-10-13 09:10:00

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: [Solved] 1366x768 Resolution with nVidia drivers

Try adding a display mode created with cvt or gtf first to your output using xrandr and then change the resolution. When that works add the mode to xorg.conf and set it.

Offline

#3 2013-10-13 10:06:56

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [Solved] 1366x768 Resolution with nVidia drivers

Drop that xorg.conf completely, it doesn't contain any relevant settings. The problem is that the driver can't get the display's EDID:

[    13.090] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID

Try a different cable. Or, if you can, use a digital connection (DVI, HDMI) instead of VGA.

Offline

#4 2013-10-13 23:14:30

fuzzyonethree
Member
Registered: 2012-08-30
Posts: 4

Re: [Solved] 1366x768 Resolution with nVidia drivers

Found the problem. It turns out crappy VGA cables can mess everything up. Don't buy monoprice VGA cables.

Offline

Board footer

Powered by FluxBB