SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-03-23 08:07:58

zengrapefruit
#! Junkie
Registered: 2009-12-11
Posts: 262

EDID/screen resolution issues. (SOLVED)

Hey, peeps.

This problem is driving me potty. I've done a search of the net but nothing has worked:

I installed the Feb release of CB and, during the reboot, got an error:

"EDID checksum is invalid, reminder is 207". It then froze. This happens after an install and a live session.

I've used the "nomodeset" workaround to get into my desktop but it's now running at a resolution of 800x600 with (according to grandr) 640x480 as the only other option.

I realise that, in order to help, you'll need more information so just ask and I'll provide it. At this moment in time, without prompting, I'd have trouble telling you what I've done as I've tried so many things, all to no avail.



Also, graphics-related but probably not related to ^^ :

I'm having trouble installing the nvidia kernel/module. When I try to install nvidia-glx (as per this thread: http://crunchbanglinux.org/forums/topic … r-squeeze/ ), it tells me that it breaks something (sadly, I can't recall what. I *think* it's gcc (I know it's 3 letters)); is this an issue with the package I'm trying to install, rather than a problem specific to me?

Thanks in advance.

Last edited by zengrapefruit (2012-03-24 13:57:17)

Offline

Help fund CrunchBang, donate to the project!

#2 2012-03-23 09:11:34

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,275

Re: EDID/screen resolution issues. (SOLVED)

Hi,

The 'nomodeset' solution should have solved the "EDID" message, but it prevents the nouveau drivers from being loaded. So you probably fall back to the vesa driver, with its limited capabilities.

Installing the nvidia proprietary driver should remedy this.
However, the thread you are referring to is now 2 years old, and I could not tell if it still works.

I have an older Nvidia card myself (FX Go5700), and I always use the driver downloaded from the nvidia site.

Here is a link to the method that works for me: http://crunchbanglinux.org/forums/post/201435/#p201435

REMARKS:
(1) Download the correct driver for your video card. On the nvidia website you can choose which one you want.
To find which card you have:

lspci -knn | grep -i nvidia

(2) You are using gdm, so replace 'slim' in the tutorial by 'gdm'

Hope this gets it going smile

Offline

#3 2012-03-23 13:05:19

zengrapefruit
#! Junkie
Registered: 2009-12-11
Posts: 262

Re: EDID/screen resolution issues. (SOLVED)

Thanks, Xaos.

Your solution *kinda* worked.

The nvidia driver is installed and the fan speed has dropped, showing that it's working; the problem I have (according to nvidia-settings and grandr) is that I'm limited to 640x480 resolution.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 295.33  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Sat Mar 17 16:01:34 PDT 2012

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 295.33  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Sat Mar 17 16:01:53 PDT 2012

(snip)

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DFP-0"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9800 GT"
EndSection

Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select +0+0; 640x480 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Thoughts?

Offline

#4 2012-03-23 14:43:03

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,275

Re: EDID/screen resolution issues. (SOLVED)

Post output of

sudo cat /var/log/messages | grep -i tainted
cat /var/log/Xorg.0.log

I suspect nvidia-xconfig also stumbles over the EDID problem, so it has generated a config file without specific modelines.

hth

Last edited by xaos52 (2012-03-23 15:02:38)

Offline

#5 2012-03-23 15:49:57

zengrapefruit
#! Junkie
Registered: 2009-12-11
Posts: 262

Re: EDID/screen resolution issues. (SOLVED)

Nothing shows up when I use the first command. (I'm assuming the results show up in the terminal, much like below.)

cat /var/log/Xorg.0.log output:

[    11.951] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[    11.951] X Protocol Version 11, Revision 0
[    11.951] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[    11.951] Current Operating System: Linux one 3.2.0-0.bpo.2-686-pae #1 SMP Fri Mar 16 08:25:14 UTC 2012 i686
[    11.951] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-0.bpo.2-686-pae root=UUID=98a2443b-dcbb-4af5-9267-ec350d6c37a5 ro quiet nomodeset splash
[    11.951] Build Date: 29 August 2011  12:12:25AM
[    11.951] xorg-server 2:1.10.4-1~bpo60+1 (Cyril Brulebois <kibi@debian.org>) 
[    11.951] Current version of pixman: 0.24.0
[    11.951]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    11.951] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.952] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 23 12:49:31 2012
[    11.953] (==) Using config file: "/etc/X11/xorg.conf"
[    11.953] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.962] (==) ServerLayout "Layout0"
[    11.963] (**) |-->Screen "Screen0" (0)
[    11.963] (**) |   |-->Monitor "Monitor0"
[    11.964] (**) |   |-->Device "Device0"
[    11.964] (**) |-->Input Device "Keyboard0"
[    11.964] (**) |-->Input Device "Mouse0"
[    11.964] (**) Option "Xinerama" "0"
[    11.964] (==) Automatically adding devices
[    11.964] (==) Automatically enabling devices
[    11.993] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    11.993]     Entry deleted from font path.
[    12.005] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
[    12.005] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.005] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    12.005] (WW) Disabling Keyboard0
[    12.005] (WW) Disabling Mouse0
[    12.005] (II) Loader magic: 0x81fa6c0
[    12.005] (II) Module ABI versions:
[    12.005]     X.Org ANSI C Emulation: 0.4
[    12.005]     X.Org Video Driver: 10.0
[    12.005]     X.Org XInput driver : 12.2
[    12.005]     X.Org Server Extension : 5.0
[    12.006] (--) PCI:*(0:1:0:0) 10de:0614:1458:34af rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[    12.006] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    12.006] (II) LoadModule: "extmod"
[    12.008] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    12.025] (II) Module extmod: vendor="X.Org Foundation"
[    12.025]     compiled for 1.10.4, module version = 1.0.0
[    12.025]     Module class: X.Org Server Extension
[    12.025]     ABI class: X.Org Server Extension, version 5.0
[    12.025] (II) Loading extension SELinux
[    12.025] (II) Loading extension MIT-SCREEN-SAVER
[    12.025] (II) Loading extension XFree86-VidModeExtension
[    12.025] (II) Loading extension XFree86-DGA
[    12.025] (II) Loading extension DPMS
[    12.025] (II) Loading extension XVideo
[    12.025] (II) Loading extension XVideo-MotionCompensation
[    12.025] (II) Loading extension X-Resource
[    12.025] (II) LoadModule: "dbe"
[    12.025] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    12.025] (II) Module dbe: vendor="X.Org Foundation"
[    12.025]     compiled for 1.10.4, module version = 1.0.0
[    12.025]     Module class: X.Org Server Extension
[    12.025]     ABI class: X.Org Server Extension, version 5.0
[    12.025] (II) Loading extension DOUBLE-BUFFER
[    12.026] (II) LoadModule: "glx"
[    12.026] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.584] (II) Module glx: vendor="NVIDIA Corporation"
[    12.584]     compiled for 4.0.2, module version = 1.0.0
[    12.584]     Module class: X.Org Server Extension
[    12.584] (II) NVIDIA GLX Module  295.33  Sat Mar 17 15:18:29 PDT 2012
[    12.584] (II) Loading extension GLX
[    12.584] (II) LoadModule: "record"
[    12.584] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    12.593] (II) Module record: vendor="X.Org Foundation"
[    12.593]     compiled for 1.10.4, module version = 1.13.0
[    12.593]     Module class: X.Org Server Extension
[    12.593]     ABI class: X.Org Server Extension, version 5.0
[    12.593] (II) Loading extension RECORD
[    12.594] (II) LoadModule: "dri"
[    12.594] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    12.604] (II) Module dri: vendor="X.Org Foundation"
[    12.604]     compiled for 1.10.4, module version = 1.0.0
[    12.604]     ABI class: X.Org Server Extension, version 5.0
[    12.604] (II) Loading extension XFree86-DRI
[    12.604] (II) LoadModule: "dri2"
[    12.604] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    12.605] (II) Module dri2: vendor="X.Org Foundation"
[    12.605]     compiled for 1.10.4, module version = 1.2.0
[    12.605]     ABI class: X.Org Server Extension, version 5.0
[    12.605] (II) Loading extension DRI2
[    12.605] (II) LoadModule: "nvidia"
[    12.617] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.647] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.647]     compiled for 4.0.2, module version = 1.0.0
[    12.647]     Module class: X.Org Video Driver
[    12.665] (II) NVIDIA dlloader X Driver  295.33  Sat Mar 17 14:58:02 PDT 2012
[    12.666] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.667] (++) using VT number 7

[    12.677] (II) Loading sub module "fb"
[    12.677] (II) LoadModule: "fb"
[    12.677] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.688] (II) Module fb: vendor="X.Org Foundation"
[    12.688]     compiled for 1.10.4, module version = 1.0.0
[    12.688]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.688] (II) Loading sub module "wfb"
[    12.688] (II) LoadModule: "wfb"
[    12.688] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.690] (II) Module wfb: vendor="X.Org Foundation"
[    12.690]     compiled for 1.10.4, module version = 1.0.0
[    12.690]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.690] (II) Loading sub module "ramdac"
[    12.690] (II) LoadModule: "ramdac"
[    12.690] (II) Module "ramdac" already built-in
[    12.699] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.699] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.699] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.713] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    12.713] (==) NVIDIA(0): RGB weight 888
[    12.713] (==) NVIDIA(0): Default visual is TrueColor
[    12.713] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.713] (**) NVIDIA(0): Option "UseEDID" "FALSE"
[    12.713] (**) NVIDIA(0): Option "UseEdidFreqs" "false"
[    12.713] (**) NVIDIA(0): Option "TwinView" "0"
[    12.713] (**) NVIDIA(0): Option "MetaModes" "2048x1152 +0+0; 1280x1024 +0+0"
[    12.713] (**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
[    12.713] (**) NVIDIA(0): Enabling 2D acceleration
[    12.714] (**) NVIDIA(0): Ignoring EDIDs
[    14.323] (II) NVIDIA(GPU-0): Not probing EDID on DFP-0.
[    14.326] (II) NVIDIA(0): NVIDIA GPU GeForce 9800 GT (G92) at PCI:1:0:0 (GPU-0)
[    14.326] (--) NVIDIA(0): Memory: 1048576 kBytes
[    14.326] (--) NVIDIA(0): VideoBIOS: 62.92.6d.00.07
[    14.326] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    14.326] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    14.335] (--) NVIDIA(0): Connected display device(s) on GeForce 9800 GT at PCI:1:0:0
[    14.335] (--) NVIDIA(0):     DFP-0
[    14.335] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    14.335] (--) NVIDIA(0): DFP-0: Internal Dual Link TMDS
[    14.396] (**) NVIDIA(0): Ignoring HorizSync/VertRefresh ranges from the EDID for
[    14.396] (**) NVIDIA(0):     display device DFP-0 (Using EDID frequencies has been
[    14.396] (**) NVIDIA(0):     disabled on all display devices.)
[    14.403] (II) NVIDIA(0): Assigned Display Device: DFP-0
[    14.403] (WW) NVIDIA(0): No valid modes for "2048x1152+0+0"; removing.
[    14.403] (WW) NVIDIA(0): No valid modes for "1280x1024+0+0"; removing.
[    14.403] (WW) NVIDIA(0): 
[    14.403] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[    14.403] (WW) NVIDIA(0):     "nvidia-auto-select".
[    14.403] (WW) NVIDIA(0): 
[    14.403] (II) NVIDIA(0): Validated modes:
[    14.403] (II) NVIDIA(0):     "nvidia-auto-select"
[    14.403] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    14.429] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    14.429] (--) Depth 24 pixmap format is 32 bpp
[    14.429] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    14.434] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    14.434] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    14.434] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    14.434] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    14.434] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    14.434] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    14.434] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    14.434] (II) NVIDIA(0):     Config Options in the README.
[    14.443] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    14.465] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    14.465] (II) Loading extension NV-GLX
[    14.511] (==) NVIDIA(0): Disabling shared memory pixmaps
[    14.511] (==) NVIDIA(0): Backing store disabled
[    14.511] (==) NVIDIA(0): Silken mouse enabled
[    14.511] (**) NVIDIA(0): DPMS enabled
[    14.512] (II) Loading extension NV-CONTROL
[    14.512] (II) Loading extension XINERAMA
[    14.512] (II) Loading sub module "dri2"
[    14.512] (II) LoadModule: "dri2"
[    14.512] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    14.512] (II) Module dri2: vendor="X.Org Foundation"
[    14.512]     compiled for 1.10.4, module version = 1.2.0
[    14.512]     ABI class: X.Org Server Extension, version 5.0
[    14.512] (II) NVIDIA(0): [DRI2] Setup complete
[    14.512] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    14.512] (==) RandR enabled
[    14.512] (II) Initializing built-in extension Generic Event Extension
[    14.512] (II) Initializing built-in extension SHAPE
[    14.512] (II) Initializing built-in extension MIT-SHM
[    14.512] (II) Initializing built-in extension XInputExtension
[    14.512] (II) Initializing built-in extension XTEST
[    14.512] (II) Initializing built-in extension BIG-REQUESTS
[    14.512] (II) Initializing built-in extension SYNC
[    14.512] (II) Initializing built-in extension XKEYBOARD
[    14.512] (II) Initializing built-in extension XC-MISC
[    14.512] (II) Initializing built-in extension SECURITY
[    14.512] (II) Initializing built-in extension XINERAMA
[    14.512] (II) Initializing built-in extension XFIXES
[    14.512] (II) Initializing built-in extension RENDER
[    14.512] (II) Initializing built-in extension RANDR
[    14.512] (II) Initializing built-in extension COMPOSITE
[    14.512] (II) Initializing built-in extension DAMAGE
[    14.512] (II) SELinux: Disabled on system
[    14.515] (II) Initializing extension GLX
[    14.828] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    14.828] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    14.828] (II) LoadModule: "evdev"
[    14.828] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.841] (II) Module evdev: vendor="X.Org Foundation"
[    14.841]     compiled for 1.10.3, module version = 2.6.0
[    14.842]     Module class: X.Org XInput Driver
[    14.842]     ABI class: X.Org XInput driver, version 12.2
[    14.842] (II) Using input driver 'evdev' for 'Power Button'
[    14.842] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.842] (**) Power Button: always reports core events
[    14.842] (**) Power Button: Device: "/dev/input/event4"
[    14.842] (--) Power Button: Found keys
[    14.842] (II) Power Button: Configuring as keyboard
[    14.842] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    14.842] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    14.842] (**) Option "xkb_rules" "evdev"
[    14.842] (**) Option "xkb_model" "pc105"
[    14.842] (**) Option "xkb_layout" "gb"
[    14.903] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    14.903] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    14.903] (II) Using input driver 'evdev' for 'Power Button'
[    14.903] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.903] (**) Power Button: always reports core events
[    14.903] (**) Power Button: Device: "/dev/input/event3"
[    14.903] (--) Power Button: Found keys
[    14.903] (II) Power Button: Configuring as keyboard
[    14.903] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[    14.903] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    14.903] (**) Option "xkb_rules" "evdev"
[    14.903] (**) Option "xkb_model" "pc105"
[    14.903] (**) Option "xkb_layout" "gb"
[    14.911] (II) config/udev: Adding input device Kingsis Peripherals  Evoluent VerticalMouse 3  (/dev/input/event1)
[    14.911] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : Applying InputClass "evdev pointer catchall"
[    14.911] (II) Using input driver 'evdev' for 'Kingsis Peripherals  Evoluent VerticalMouse 3 '
[    14.911] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.911] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : always reports core events
[    14.911] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : Device: "/dev/input/event1"
[    14.911] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found 9 mouse buttons
[    14.911] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found scroll wheel(s)
[    14.911] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found relative axes
[    14.911] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found x and y relative axes
[    14.911] (II) Kingsis Peripherals  Evoluent VerticalMouse 3 : Configuring as mouse
[    14.911] (II) Kingsis Peripherals  Evoluent VerticalMouse 3 : Adding scrollwheel support
[    14.911] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : YAxisMapping: buttons 4 and 5
[    14.911] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    14.912] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/input/input1/event1"
[    14.912] (II) XINPUT: Adding extended input device "Kingsis Peripherals  Evoluent VerticalMouse 3 " (type: MOUSE)
[    14.912] (II) Kingsis Peripherals  Evoluent VerticalMouse 3 : initialized for relative axes.
[    14.912] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) keeping acceleration scheme 1
[    14.912] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) acceleration profile 0
[    14.912] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) acceleration factor: 2.000
[    14.912] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) acceleration threshold: 4
[    14.913] (II) config/udev: Adding input device Kingsis Peripherals  Evoluent VerticalMouse 3  (/dev/input/mouse0)
[    14.913] (II) No input driver/identifier specified (ignoring)
[    14.916] (II) config/udev: Adding input device HDA ATI SB Headphone (/dev/input/event5)
[    14.916] (II) No input driver/identifier specified (ignoring)
[    14.917] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    14.917] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    14.917] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    14.917] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.917] (**) AT Translated Set 2 keyboard: always reports core events
[    14.917] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    14.917] (--) AT Translated Set 2 keyboard: Found keys
[    14.917] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    14.917] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    14.917] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    14.917] (**) Option "xkb_rules" "evdev"
[    14.917] (**) Option "xkb_model" "pc105"
[    14.917] (**) Option "xkb_layout" "gb"
[    14.917] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event6)
[    14.917] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[    14.917] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[    14.917] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.917] (**) PS/2 Generic Mouse: always reports core events
[    14.917] (**) PS/2 Generic Mouse: Device: "/dev/input/event6"
[    14.917] (--) PS/2 Generic Mouse: Found 3 mouse buttons
[    14.917] (--) PS/2 Generic Mouse: Found relative axes
[    14.917] (--) PS/2 Generic Mouse: Found x and y relative axes
[    14.917] (II) PS/2 Generic Mouse: Configuring as mouse
[    14.917] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[    14.917] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    14.917] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[    14.917] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
[    14.917] (II) PS/2 Generic Mouse: initialized for relative axes.
[    14.918] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[    14.918] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[    14.918] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    14.918] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    14.918] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
[    14.918] (II) No input driver/identifier specified (ignoring)
[    14.918] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    14.918] (II) No input driver/identifier specified (ignoring)

Offline

#6 2012-03-23 16:47:21

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,275

Re: EDID/screen resolution issues. (SOLVED)

See this link for a solution from someone with very similar problem:
http://www.linuxforums.org/forum/ubuntu … 0x480.html

Try xorg.conf from post #5.

I think the only thing you will have to change is the Bus id: change it to PCI:1:0:0

hth

Offline

#7 2012-03-23 23:38:21

zengrapefruit
#! Junkie
Registered: 2009-12-11
Posts: 262

Re: EDID/screen resolution issues. (SOLVED)

Hi, again, x.

I copied the example given in that link but it didn't work. I've spend the best part of 5 hours reading up aboout the xorg config file, trying various options, and little has changed.
New xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 295.33  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Sat Mar 17 16:01:53 PDT 2012

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 295.33  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Sat Mar 17 16:01:34 PDT 2012

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"
    Identifier     "Monitor0"
    VendorName     "Samsung"
    ModelName      "DFP-0"
    HorizSync       30.0 - 75.0
    VertRefresh     56.0 - 61.0
    Modeline       "2048x1152@61i" 90.74 2048 2080 2424 2456 1152 1178 1185 1211 interlace
    Option         "DPMS"
EndSection

Section "Device"

    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9800 GT"
    BusID          "PCI:1:0:0"
    Option         "UseEDID" "False"
EndSection

Section "Screen"
    Identifier      "Screen0"
    Device          "Device0"
    Monitor         "Monitor0"
    DefaultDepth    24
     Option         "DPI"        "102 x 102"
     Option         "NoLogo"     "true"
     Option         "TwinView"  "0"
    SubSection     "Display"
        Viewport   0 0
        Depth       24
        Modes      "2048x1152_61"
    EndSubSection
EndSection

I've checked and double-checked everything; the monitor specs are from the users manual. The modeline is from an online generator. Sadly, the only thing I've managed to do is change the dpi.
Is it a kernel issue? Could I use the older kernel, as found in the non-backports version of CB?

Offline

#8 2012-03-24 10:08:09

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,275

Re: EDID/screen resolution issues. (SOLVED)

Post output of

cat /var/log/Xorg.0.log

with the new configuration active.

And post output of

xrandr

Can you give more info - make and model - of the screen you are using?

x

Offline

#9 2012-03-24 12:29:02

zengrapefruit
#! Junkie
Registered: 2009-12-11
Posts: 262

Re: EDID/screen resolution issues. (SOLVED)

cat /var/log/Xorg.0.log
[    12.055] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[    12.055] X Protocol Version 11, Revision 0
[    12.055] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[    12.055] Current Operating System: Linux one 3.2.0-0.bpo.2-686-pae #1 SMP Fri Mar 16 08:25:14 UTC 2012 i686
[    12.055] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-0.bpo.2-686-pae root=UUID=98a2443b-dcbb-4af5-9267-ec350d6c37a5 ro quiet nomodeset splash
[    12.055] Build Date: 29 August 2011  12:12:25AM
[    12.055] xorg-server 2:1.10.4-1~bpo60+1 (Cyril Brulebois <kibi@debian.org>) 
[    12.055] Current version of pixman: 0.24.0
[    12.055]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    12.055] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.056] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 24 11:57:31 2012
[    12.056] (==) Using config file: "/etc/X11/xorg.conf"
[    12.057] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.068] (==) ServerLayout "Layout0"
[    12.068] (**) |-->Screen "Screen0" (0)
[    12.068] (**) |   |-->Monitor "Monitor0"
[    12.070] (**) |   |-->Device "Device0"
[    12.070] (**) |-->Input Device "Keyboard0"
[    12.070] (**) |-->Input Device "Mouse0"
[    12.070] (**) Option "Xinerama" "0"
[    12.070] (==) Automatically adding devices
[    12.070] (==) Automatically enabling devices
[    12.097] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    12.097]     Entry deleted from font path.
[    12.108] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
[    12.108] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.109] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    12.109] (WW) Disabling Keyboard0
[    12.109] (WW) Disabling Mouse0
[    12.109] (II) Loader magic: 0x81fa6c0
[    12.109] (II) Module ABI versions:
[    12.109]     X.Org ANSI C Emulation: 0.4
[    12.109]     X.Org Video Driver: 10.0
[    12.109]     X.Org XInput driver : 12.2
[    12.109]     X.Org Server Extension : 5.0
[    12.110] (--) PCI:*(0:1:0:0) 10de:0614:1458:34af rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[    12.110] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    12.110] (II) LoadModule: "extmod"
[    12.140] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    12.142] (II) Module extmod: vendor="X.Org Foundation"
[    12.142]     compiled for 1.10.4, module version = 1.0.0
[    12.142]     Module class: X.Org Server Extension
[    12.142]     ABI class: X.Org Server Extension, version 5.0
[    12.142] (II) Loading extension SELinux
[    12.142] (II) Loading extension MIT-SCREEN-SAVER
[    12.142] (II) Loading extension XFree86-VidModeExtension
[    12.142] (II) Loading extension XFree86-DGA
[    12.142] (II) Loading extension DPMS
[    12.142] (II) Loading extension XVideo
[    12.142] (II) Loading extension XVideo-MotionCompensation
[    12.142] (II) Loading extension X-Resource
[    12.142] (II) LoadModule: "dbe"
[    12.142] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    12.143] (II) Module dbe: vendor="X.Org Foundation"
[    12.143]     compiled for 1.10.4, module version = 1.0.0
[    12.143]     Module class: X.Org Server Extension
[    12.143]     ABI class: X.Org Server Extension, version 5.0
[    12.143] (II) Loading extension DOUBLE-BUFFER
[    12.143] (II) LoadModule: "glx"
[    12.143] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[    12.669] (II) Module glx: vendor="NVIDIA Corporation"
[    12.669]     compiled for 4.0.2, module version = 1.0.0
[    12.669]     Module class: X.Org Server Extension
[    12.669] (II) NVIDIA GLX Module  275.36  Sun Oct 16 23:50:38 PDT 2011
[    12.669] (II) Loading extension GLX
[    12.669] (II) LoadModule: "record"
[    12.669] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    12.689] (II) Module record: vendor="X.Org Foundation"
[    12.689]     compiled for 1.10.4, module version = 1.13.0
[    12.689]     Module class: X.Org Server Extension
[    12.689]     ABI class: X.Org Server Extension, version 5.0
[    12.689] (II) Loading extension RECORD
[    12.689] (II) LoadModule: "dri"
[    12.689] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    12.699] (II) Module dri: vendor="X.Org Foundation"
[    12.700]     compiled for 1.10.4, module version = 1.0.0
[    12.700]     ABI class: X.Org Server Extension, version 5.0
[    12.700] (II) Loading extension XFree86-DRI
[    12.700] (II) LoadModule: "dri2"
[    12.700] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    12.701] (II) Module dri2: vendor="X.Org Foundation"
[    12.701]     compiled for 1.10.4, module version = 1.2.0
[    12.701]     ABI class: X.Org Server Extension, version 5.0
[    12.701] (II) Loading extension DRI2
[    12.701] (II) LoadModule: "nvidia"
[    12.712] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.753] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.753]     compiled for 4.0.2, module version = 1.0.0
[    12.753]     Module class: X.Org Video Driver
[    12.761] (II) NVIDIA dlloader X Driver  275.36  Sun Oct 16 23:32:25 PDT 2011
[    12.765] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.766] (++) using VT number 7

[    12.781] (II) Loading sub module "fb"
[    12.781] (II) LoadModule: "fb"
[    12.781] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.791] (II) Module fb: vendor="X.Org Foundation"
[    12.792]     compiled for 1.10.4, module version = 1.0.0
[    12.792]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.792] (II) Loading sub module "wfb"
[    12.792] (II) LoadModule: "wfb"
[    12.792] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.794] (II) Module wfb: vendor="X.Org Foundation"
[    12.794]     compiled for 1.10.4, module version = 1.0.0
[    12.794]     ABI class: X.Org ANSI C Emulation, version 0.4
[    12.794] (II) Loading sub module "ramdac"
[    12.794] (II) LoadModule: "ramdac"
[    12.794] (II) Module "ramdac" already built-in
[    12.812] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.812] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.812] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.828] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    12.828] (==) NVIDIA(0): RGB weight 888
[    12.828] (==) NVIDIA(0): Default visual is TrueColor
[    12.828] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.828] (**) NVIDIA(0): Option "NoLogo" "true"
[    12.828] (**) NVIDIA(0): Option "UseEDID" "False"
[    12.828] (**) NVIDIA(0): Option "TwinView" "0"
[    12.828] (**) NVIDIA(0): Option "DPI" "96 x 96"
[    12.828] (**) NVIDIA(0): Ignoring EDIDs
[    13.840] (II) NVIDIA(GPU-0): Not probing EDID on DFP-0.
[    13.843] (II) NVIDIA(0): NVIDIA GPU GeForce 9800 GT (G92) at PCI:1:0:0 (GPU-0)
[    13.843] (--) NVIDIA(0): Memory: 1048576 kBytes
[    13.843] (--) NVIDIA(0): VideoBIOS: 62.92.6d.00.07
[    13.843] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    13.843] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    13.843] (--) NVIDIA(0): Connected display device(s) on GeForce 9800 GT at PCI:1:0:0
[    13.843] (--) NVIDIA(0):     DFP-0
[    13.843] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    13.843] (--) NVIDIA(0): DFP-0: Internal Dual Link TMDS
[    13.935] (II) NVIDIA(0): Assigned Display Device: DFP-0
[    13.935] (WW) NVIDIA(0): No valid modes for "2048x1152_61"; removing.
[    13.935] (WW) NVIDIA(0): 
[    13.935] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[    13.935] (WW) NVIDIA(0):     "nvidia-auto-select".
[    13.935] (WW) NVIDIA(0): 
[    13.935] (II) NVIDIA(0): Validated modes:
[    13.935] (II) NVIDIA(0):     "nvidia-auto-select"
[    13.935] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    13.962] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
[    13.962] (--) Depth 24 pixmap format is 32 bpp
[    13.962] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    13.967] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    13.967] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    13.967] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    13.967] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    13.967] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    13.967] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    13.967] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    13.967] (II) NVIDIA(0):     Config Options in the README.
[    13.975] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    14.021] (II) Loading extension NV-GLX
[    14.069] (==) NVIDIA(0): Disabling shared memory pixmaps
[    14.069] (==) NVIDIA(0): Backing store disabled
[    14.069] (==) NVIDIA(0): Silken mouse enabled
[    14.070] (**) NVIDIA(0): DPMS enabled
[    14.070] (II) Loading extension NV-CONTROL
[    14.070] (II) Loading extension XINERAMA
[    14.070] (II) Loading sub module "dri2"
[    14.070] (II) LoadModule: "dri2"
[    14.070] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    14.070] (II) Module dri2: vendor="X.Org Foundation"
[    14.070]     compiled for 1.10.4, module version = 1.2.0
[    14.070]     ABI class: X.Org Server Extension, version 5.0
[    14.070] (II) NVIDIA(0): [DRI2] Setup complete
[    14.070] (==) RandR enabled
[    14.070] (II) Initializing built-in extension Generic Event Extension
[    14.070] (II) Initializing built-in extension SHAPE
[    14.070] (II) Initializing built-in extension MIT-SHM
[    14.070] (II) Initializing built-in extension XInputExtension
[    14.070] (II) Initializing built-in extension XTEST
[    14.070] (II) Initializing built-in extension BIG-REQUESTS
[    14.070] (II) Initializing built-in extension SYNC
[    14.070] (II) Initializing built-in extension XKEYBOARD
[    14.070] (II) Initializing built-in extension XC-MISC
[    14.070] (II) Initializing built-in extension SECURITY
[    14.070] (II) Initializing built-in extension XINERAMA
[    14.071] (II) Initializing built-in extension XFIXES
[    14.071] (II) Initializing built-in extension RENDER
[    14.071] (II) Initializing built-in extension RANDR
[    14.071] (II) Initializing built-in extension COMPOSITE
[    14.071] (II) Initializing built-in extension DAMAGE
[    14.071] (II) SELinux: Disabled on system
[    14.073] (II) Initializing extension GLX
[    14.427] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    14.427] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    14.427] (II) LoadModule: "evdev"
[    14.427] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.437] (II) Module evdev: vendor="X.Org Foundation"
[    14.437]     compiled for 1.10.3, module version = 2.6.0
[    14.437]     Module class: X.Org XInput Driver
[    14.437]     ABI class: X.Org XInput driver, version 12.2
[    14.437] (II) Using input driver 'evdev' for 'Power Button'
[    14.438] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.438] (**) Power Button: always reports core events
[    14.438] (**) Power Button: Device: "/dev/input/event4"
[    14.438] (--) Power Button: Found keys
[    14.438] (II) Power Button: Configuring as keyboard
[    14.438] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    14.438] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    14.438] (**) Option "xkb_rules" "evdev"
[    14.438] (**) Option "xkb_model" "pc105"
[    14.438] (**) Option "xkb_layout" "gb"
[    14.490] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    14.491] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    14.491] (II) Using input driver 'evdev' for 'Power Button'
[    14.491] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.491] (**) Power Button: always reports core events
[    14.491] (**) Power Button: Device: "/dev/input/event3"
[    14.491] (--) Power Button: Found keys
[    14.491] (II) Power Button: Configuring as keyboard
[    14.491] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[    14.491] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    14.491] (**) Option "xkb_rules" "evdev"
[    14.491] (**) Option "xkb_model" "pc105"
[    14.491] (**) Option "xkb_layout" "gb"
[    14.499] (II) config/udev: Adding input device Kingsis Peripherals  Evoluent VerticalMouse 3  (/dev/input/event1)
[    14.499] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : Applying InputClass "evdev pointer catchall"
[    14.499] (II) Using input driver 'evdev' for 'Kingsis Peripherals  Evoluent VerticalMouse 3 '
[    14.499] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.499] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : always reports core events
[    14.499] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : Device: "/dev/input/event1"
[    14.499] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found 9 mouse buttons
[    14.499] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found scroll wheel(s)
[    14.499] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found relative axes
[    14.499] (--) Kingsis Peripherals  Evoluent VerticalMouse 3 : Found x and y relative axes
[    14.499] (II) Kingsis Peripherals  Evoluent VerticalMouse 3 : Configuring as mouse
[    14.499] (II) Kingsis Peripherals  Evoluent VerticalMouse 3 : Adding scrollwheel support
[    14.499] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : YAxisMapping: buttons 4 and 5
[    14.499] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    14.499] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/input/input1/event1"
[    14.499] (II) XINPUT: Adding extended input device "Kingsis Peripherals  Evoluent VerticalMouse 3 " (type: MOUSE)
[    14.499] (II) Kingsis Peripherals  Evoluent VerticalMouse 3 : initialized for relative axes.
[    14.500] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) keeping acceleration scheme 1
[    14.500] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) acceleration profile 0
[    14.500] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) acceleration factor: 2.000
[    14.500] (**) Kingsis Peripherals  Evoluent VerticalMouse 3 : (accel) acceleration threshold: 4
[    14.500] (II) config/udev: Adding input device Kingsis Peripherals  Evoluent VerticalMouse 3  (/dev/input/mouse0)
[    14.500] (II) No input driver/identifier specified (ignoring)
[    14.507] (II) config/udev: Adding input device HDA ATI SB Headphone (/dev/input/event5)
[    14.507] (II) No input driver/identifier specified (ignoring)
[    14.508] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    14.508] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    14.508] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    14.508] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.508] (**) AT Translated Set 2 keyboard: always reports core events
[    14.508] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    14.508] (--) AT Translated Set 2 keyboard: Found keys
[    14.508] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    14.508] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    14.508] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    14.508] (**) Option "xkb_rules" "evdev"
[    14.509] (**) Option "xkb_model" "pc105"
[    14.509] (**) Option "xkb_layout" "gb"
[    14.509] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event6)
[    14.509] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[    14.509] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[    14.509] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.509] (**) PS/2 Generic Mouse: always reports core events
[    14.509] (**) PS/2 Generic Mouse: Device: "/dev/input/event6"
[    14.509] (--) PS/2 Generic Mouse: Found 3 mouse buttons
[    14.509] (--) PS/2 Generic Mouse: Found relative axes
[    14.509] (--) PS/2 Generic Mouse: Found x and y relative axes
[    14.509] (II) PS/2 Generic Mouse: Configuring as mouse
[    14.509] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[    14.509] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    14.509] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[    14.509] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
[    14.509] (II) PS/2 Generic Mouse: initialized for relative axes.
[    14.509] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[    14.509] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[    14.509] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    14.509] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    14.509] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
[    14.509] (II) No input driver/identifier specified (ignoring)
[    14.509] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    14.509] (II) No input driver/identifier specified (ignoring)
xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 640 x 480, maximum 640 x 480
default connected 640x480+0+0 0mm x 0mm
   640x480        50.0*    51.0     52.0     53.0     54.0     55.0  
   640x400        56.0  
   640x350        57.0  
   576x432        58.0     59.0     60.0     61.0     62.0     63.0     64.0  
   512x384        65.0     66.0     67.0     68.0     69.0  
   416x312        70.0  
   400x300        71.0     72.0     73.0     74.0     75.0  
   360x200        76.0  
   320x240        77.0     78.0     79.0     80.0  
   320x200        81.0  
   320x175        82.0  

Samsung 2343BW http://www.samsung.com/uk/function/esps … ord=2343BW

I really appreciate your help with this, x; for such a (seemingly) simple thing, it's taking a lot of work to fix.

Do you have any idea what the problem is? Is it a kernel thing? Is it an incompatibility issue? Could my monitor/graphics card be broken? I've had no problems of this sort until I installed the new version of CB.

Offline

#10 2012-03-24 13:16:23

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,275

Re: EDID/screen resolution issues. (SOLVED)

I suspect all this is a consequence of EDID not getting through correctly. But it is difficult to determine where things are going wrong, except if you have a spare screen, spare cable, spare graphics card... to eliminate things.

Do you have the same problem with live media? with another distro? [with Windows?]

I will have a look at your last info posted.

x

Last edited by xaos52 (2012-03-24 13:16:37)

Offline

#11 2012-03-24 13:21:24

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,275

Re: EDID/screen resolution issues. (SOLVED)

[    13.935] (WW) NVIDIA(0): No valid modes for "2048x1152_61"; removing.

This modeline definition is wrong. Try replacing it with the one from the link I provided.
x

Offline

#12 2012-03-24 14:06:12

zengrapefruit
#! Junkie
Registered: 2009-12-11
Posts: 262

Re: EDID/screen resolution issues. (SOLVED)

I think I may have found the cause. I connected the monitor up using the D-sub cable (blue connector) and it's now showing the correct resolution.

I'll have a play about with it to determine if it's the cable, the graphics card or one of the connectors.

I did check the cables previously, to make sure they hadn't come lose but it was obviously something more than that.

Thanks, again.

Note: I'd already tried the modeline from the link you gave me. The one above is what I ended up with after my (extensive) reseach.

If anything's come from this, it's that I now know a lot more about xorg and, also, what to do when I can't log on to X due to missing drivers, etc. big_smile

Last edited by zengrapefruit (2012-03-24 14:08:26)

Offline

#13 2012-03-24 16:27:47

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,275

Re: EDID/screen resolution issues. (SOLVED)

OK. If it is working, we are happy. smile

The more I learn about xorg, the more I realize I know very little about it indeed. big_smile

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo