LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-27-2015, 06:28 AM   #1
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
screen resolution


Hello,

I have bought a 2 ports vga switch, something like this

http://www.ebay.co.uk/bhp/vga-switch

to connect 2 computers to one screen. On one of these computers I have Windows 7 and slackware64-current installed.
On windows 7 the screen resolution is maximal (1920x1200) as without the switch, but on slackware X11 it is limited to 1024x768.
The same on the other computer with slackware only.

How to fix this ?
 
Old 11-27-2015, 12:28 PM   #2
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Rep: Reputation: 39
Did you try with the right resolution in the xorg.conf?
 
Old 11-27-2015, 01:48 PM   #3
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
I did nothing in xorg.conf. In fact there is no xorg.conf, only xorg.conf-vesa. The same on another computer which works with resolution 2560x1440
Everything was done by xorgsetup
 
Old 11-27-2015, 02:05 PM   #4
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
X and the kernel sometimes has issues sensing through VGA and KVM switches. If you are using the OSS GPU modules XFCE and KDE allows you to sect different default resolutions. For nvidia proprietary drivers, use nvidia-settings. If that does not work then, you need to configure resolution and refresh rate, etc, explicitly in /etc/X11/xorg.conf, or the new, preferred location /etc/X11/xorg.d/<name>.conf

Note that /etc/X11/xorg.d/ only needs to contain *.conf files to override automatic sections. You may not need a full xorg.conf with all settings

To get a base xorg.conf, as root in CLI (X is not running)
Code:
# X -configure
This will drop an exmple xorf.conf file in root. For example, for 2 monitors connected to DVI on a GTX660 using the "nvidia" blob:
Code:
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 660"
    Option         "Coolbits" "5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "ViewSonic"
    ModelName      "VA2448m-LED"
    HorizSync       24.0 - 82.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "LG"
    ModelName      "E2360V-PN"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DVI-I-1: 1920x1080_60 +0+0, DVI-D-0: 1920x1080_60 +1920+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
 
Old 11-27-2015, 02:11 PM   #5
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
I have tried "X -configure", this gives

Quote:
X.Org X Server 1.18.0
Release Date: 2015-11-09
X Protocol Version 11, Revision 0
Build Operating System: Slackware 14.2 Slackware Linux Project
Current Operating System: Linux darkstar 4.1.13 #2 SMP Fri Nov 13 18:23:25 CST 2015 x86_64
Kernel command line: BOOT_IMAGE=Linux ro root=811 vt.default_utf8=0
Build Date: 19 November 2015 12:46:02AM

Current version of pixman: 0.33.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 27 21:08:10 2015
List of video drivers:
savage
trident
tseng
ati
mach64
nouveau
ast
xgi
rendition
tdfx
mga
voodoo
cirrus
apm
intel
dummy
i128
i740
openchrome
v4l
glint
radeon
nv
chips
neomagic
s3virge
sisusb
r128
tga
xgixp
vmware
sis
s3
ark
siliconmotion
vesa
modesetting
(II) [KMS] Kernel modesetting enabled.
No devices to configure. Configuration failed.
(EE) Server terminated with error (2). Closing log file.

There seems to be something also in "dmesg"

Quote:
[ 6.336101] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x1043:0x0388).
[ 6.336219] [drm] register mmio base: 0xFDEE0000
[ 6.336284] [drm] register mmio size: 65536
[ 6.336402] ATOM BIOS: 9440.11.17.0.18.AS01
[ 6.336493] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 6.336607] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[ 6.336714] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 6.336779] [drm] RAM width 256bits DDR
[ 6.336874] [TTM] Zone kernel: Available graphics memory: 2017560 kiB
[ 6.336940] [TTM] Initializing pool allocator
[ 6.337014] [TTM] Initializing DMA pool allocator
[ 6.337097] [drm] radeon: 1024M of VRAM memory ready
[ 6.337162] [drm] radeon: 1024M of GTT memory ready.
[ 6.337238] [drm] Loading RV770 Microcode
[ 6.353534] usb 4-1: New USB device found, idVendor=046d, idProduct=c044
[ 6.353605] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.353674] usb 4-1: Product: USB-PS/2 Optical Mouse
[ 6.353757] usb 4-1: Manufacturer: Logitech
[ 6.359662] usb 5-1: New USB device found, idVendor=045e, idProduct=00dd
[ 6.359747] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.359813] usb 5-1: Product: Comfort Curve Keyboard 2000
[ 6.359879] usb 5-1: Manufacturer: Microsoft
[ 6.455471] [drm] Internal thermal controller with fan control
[ 6.455613] [drm] radeon: power management initialized
[ 6.470903] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 6.470987] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 6.471466] r8169 0000:03:00.0 eth0: RTL8168d/8111d at 0xffffc900011dc000, 6c:f0:49:da:3c:9d, XID 083000c0 IRQ 29
[ 6.471577] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 6.481549] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 6.488148] [drm] PCIE GART of 1024M enabled (table at 0x0000000000258000).
[ 6.488264] radeon 0000:01:00.0: WB enabled
[ 6.488330] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff8801006ecc00
[ 6.488438] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff8801006ecc0c
[ 6.489304] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000056230 and cpu addr 0xffffc90001416230
[ 6.489412] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 6.489477] [drm] Driver supports precise vblank timestamp query.
[ 6.489543] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[ 6.489639] radeon 0000:01:00.0: radeon: using MSI.
[ 6.489724] [drm] radeon: irq initialized.
[ 6.536593] [drm] ring test on 0 succeeded in 1 usecs
[ 6.536668] [drm] ring test on 3 succeeded in 2 usecs
[ 6.641097] firewire_core 0000:04:07.0: created device fw0: GUID 00222f56006cf049, S400
[ 6.712806] [drm] ring test on 5 succeeded in 1 usecs
[ 6.712889] [drm] UVD initialized successfully.
[ 6.713293] [drm] ib test on ring 0 succeeded in 0 usecs
[ 6.713373] [drm] ib test on ring 3 succeeded in 0 usecs
[ 7.335732] i2c /dev entries driver
[ 7.362623] gpio_ich: GPIO from 462 to 511 on gpio_ich
[ 7.365023] [drm] ib test on ring 5 succeeded
[ 7.365595] [drm] Radeon Display Connectors
[ 7.365662] [drm] Connector 0:
[ 7.365727] [drm] VGA-1
[ 7.365791] [drm] DDC: no ddc bus - possible BIOS bug - please report to xorg-driver-ati@lists.x.org
[ 7.365897] [drm] Encoders:
[ 7.365961] [drm] CRT2: INTERNAL_KLDSCP_DAC2
[ 7.366043] [drm] Connector 1:
[ 7.366109] [drm] HDMI-A-1
[ 7.366172] [drm] HPD1
[ 7.366237] [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[ 7.366342] [drm] Encoders:
[ 7.366406] [drm] DFP1: INTERNAL_UNIPHY
[ 7.366471] [drm] Connector 2:
[ 7.366535] [drm] DVI-I-1
[ 7.366600] [drm] HPD2
[ 7.366664] [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
[ 7.366769] [drm] Encoders:
[ 7.366834] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 7.366898] [drm] DFP2: INTERNAL_KLDSCP_LVTMA
[ 7.383460] [drm] fb mappable at 0xD0459000
[ 7.383526] [drm] vram apper at 0xD0000000
[ 7.383591] [drm] size 3145728
[ 7.383655] [drm] fb depth is 24
[ 7.383719] [drm] pitch is 4096
[ 7.383834] fbcon: radeondrmfb (fb0) is primary device
[ 7.391594] Console: switching to colour frame buffer device 128x48
[ 7.393315] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[ 7.393339] radeon 0000:01:00.0: registered panic notifier
[ 7.400015] [drm] Initialized radeon 2.42.0 20080528 for 0000:01:00.0 on minor 0
 
Old 11-27-2015, 02:59 PM   #6
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
What does /var/log/Xorg.0.log show? perhaps you have to configure first with a direct connection and then install the VGA switch.

Last edited by kingbeowulf; 11-27-2015 at 03:00 PM.
 
Old 11-27-2015, 03:24 PM   #7
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
Here is Xorg.0.log (I had to cancel some lines):


Quote:
[ 2734.271]
X.Org X Server 1.18.0
Release Date: 2015-11-09
[ 2734.271] X Protocol Version 11, Revision 0
[ 2734.271] Build Operating System: Slackware 14.2 Slackware Linux Project
[ 2734.271] Current Operating System: Linux darkstar 4.1.13 #2 SMP Fri Nov 13 18:23:25 CST 2015 x86_64
[ 2734.271] Kernel command line: BOOT_IMAGE=Linux ro root=811 vt.default_utf8=0
[ 2734.271] Build Date: 19 November 2015 12:46:02AM
[ 2734.271]
[ 2734.271] Current version of pixman: 0.33.4
[ 2734.271] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2734.271] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2734.271] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 27 21:08:10 2015
[ 2734.271] (II) Loader magic: 0x8081c0
[ 2734.271] (II) Module ABI versions:
[ 2734.271] X.Org ANSI C Emulation: 0.4
[ 2734.271] X.Org Video Driver: 20.0
[ 2734.271] X.Org XInput driver : 22.1
[ 2734.271] X.Org Server Extension : 9.0
.....................................................................
KAVERI, KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[ 2734.343] (WW) Falling back to old probe method for neomagic
[ 2734.343] (WW) Falling back to old probe method for s3virge
[ 2734.343] (WW) Falling back to old probe method for sisusb
[ 2734.343] (WW) Falling back to old probe method for tga
[ 2734.343] (WW) Falling back to old probe method for sis
[ 2734.343] (WW) Falling back to old probe method for s3
[ 2734.343] (WW) Falling back to old probe method for ark
[ 2734.343] (WW) Falling back to old probe method for siliconmotion
[ 2734.343] (WW) Falling back to old probe method for vesa
[ 2734.343] (WW) Falling back to old probe method for modesetting
[ 2734.343] No devices to configure. Configuration failed.

Now I use a direct connection (hotplug) and get my 1920x1200 resolution back. Xorg.0.log is


Quote:
[ 6425.928]
X.Org X Server 1.18.0
Release Date: 2015-11-09
[ 6425.929] X Protocol Version 11, Revision 0
[ 6425.929] Build Operating System: Slackware 14.2 Slackware Linux Project
[ 6425.929] Current Operating System: Linux darkstar 4.1.13 #2 SMP Fri Nov 13 18:23:25 CST 2015 x86_64
[ 6425.929] Kernel command line: BOOT_IMAGE=Linux ro root=811 vt.default_utf8=0
[ 6425.930] Build Date: 19 November 2015 12:46:02AM
[ 6425.931]
[ 6425.931] Current version of pixman: 0.33.4
[ 6425.932] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6425.932] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6425.934] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 27 22:09:41 2015
[ 6425.934] (==) Using config file: "/etc/X11/xorg.conf"
[ 6425.935] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6425.935] (==) No Layout section. Using the first Screen section.
[ 6425.935] (**) |-->Screen "LaptopScreen" (0)
[ 6425.935] (**) | |-->Monitor "<default monitor>"
[ 6425.935] (**) | |-->Device "ATI Radeon HD 4870"
[ 6425.935] (==) No monitor specified for screen "LaptopScreen".
Using a default monitor configuration.
[ 6425.935] (**) Option "AIGLX" "on"
[ 6425.935] (==) Automatically adding devices
[ 6425.935] (==) Automatically enabling devices
[ 6425.935] (==) Automatically adding GPU devices
.
.
.
[ 6426.021] (II) RADEON(0): Printing probed modes for output DVI-0
[ 6426.021] (II) RADEON(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz UeP)
[ 6426.021] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6426.021] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 6426.022] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 6426.022] (II) RADEON(0): Output VGA-0 disconnected
[ 6426.022] (II) RADEON(0): Output HDMI-0 disconnected
[ 6426.022] (II) RADEON(0): Output DVI-0 connected
[ 6426.022] (II) RADEON(0): Using user preference for initial modes
[ 6426.022] (II) RADEON(0): Output DVI-0 using initial mode 1920x1200 +0+0
[ 6426.022] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 6426.022] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:40000000 visible:3f8a7000
[ 6426.022] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[ 6426.022] (==) RADEON(0): DPI set to (96, 96)
[ 6426.022] (II) Loading sub module "fb"
[ 6426.022] (II) LoadModule: "fb"
[ 6426.022] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 6426.022] (II) Module fb: vendor="X.Org Foundation"
[ 6426.022] compiled for 1.18.0, module version = 1.0.0
[ 6426.022] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6426.022] (II) Loading sub module "ramdac"
[ 6426.022] (II) LoadModule: "ramdac"
[ 6426.022] (II) Module "ramdac" already built-in
[ 6426.022] (--) Depth 24 pixmap format is 32 bpp
[ 6426.022] (II) RADEON(0): [DRI2] Setup complete
[ 6426.022] (II) RADEON(0): [DRI2] DRI driver: r600
[ 6426.022] (II) RADEON(0): [DRI2] VDPAU driver: r600
[ 6426.022] (II) RADEON(0): Front buffer size: 9120K
[ 6426.022] (II) RADEON(0): VRAM usage limit set to 928710K
[ 6426.023] (==) RADEON(0): DRI3 disabled
[ 6426.023] (==) RADEON(0): Backing store enabled
[ 6426.023] (II) RADEON(0): Direct rendering enabled
[ 6426.023] (II) RADEON(0): EXA VSync enabled
[ 6426.023] (II) EXA(0): Driver allocated offscreen pixmaps
[ 6426.023] (II) EXA(0): Driver registered support for the following operations:
[ 6426.023] (II) Solid
[ 6426.023] (II) Copy
[ 6426.023] (II) Composite (RENDER acceleration)
[ 6426.023] (II) UploadToScreen
[ 6426.023] (II) DownloadFromScreen
[ 6426.023] (II) RADEON(0): Acceleration enabled
[ 6426.023] (==) RADEON(0): DPMS enabled
[ 6426.023] (==) RADEON(0): Silken mouse enabled
[ 6426.023] (II) RADEON(0): Set up textured video
[ 6426.023] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[ 6426.023] (II) RADEON(0): [XvMC] Extension initialized.
[ 6426.023] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 6426.023] (WW) RADEON(0): Option "Monitor-LVDS" is not used
[ 6426.023] (WW) RADEON(0): Option "IgnoreEDID" is not used
[ 6426.023] (--) RandR disabled
[ 6426.074] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 6426.074] (II) AIGLX: enabled GLX_ARB_create_context
[ 6426.074] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 6426.074] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 6426.074] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 6426.074] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 6426.074] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 6426.074] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 6426.074] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 6426.075] (II) AIGLX: Loaded and initialized r600
[ 6426.075] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6426.075] (II) RADEON(0): Setting screen physical size to 508 x 317
[ 6426.176] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 6426.176] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6426.176] (**) Power Button: Applying InputClass "keyboard-all"
[ 6426.176] (II) LoadModule: "evdev"
[ 6426.176] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 6426.177] (II) Module evdev: vendor="X.Org Foundation"
[ 6426.177] compiled for 1.18.0, module version = 2.10.0
[ 6426.177] Module class: X.Org XInput Driver
[ 6426.177] ABI class: X.Org XInput driver, version 22.1
[ 6426.177] (II) Using input driver 'evdev' for 'Power Button'
[ 6426.177] (**) Power Button: always reports core events
[ 6426.177] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 6426.177] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 6426.177] (--) evdev: Power Button: Found keys
[ 6426.177] (II) evdev: Power Button: Configuring as keyboard
[ 6426.177] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[ 6426.177] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 6426.177] (**) Option "xkb_rules" "evdev"
[ 6426.177] (**) Option "xkb_layout" "us"
[ 6426.177] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6426.202] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 6426.202] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6426.202] (**) Power Button: Applying InputClass "keyboard-all"
[ 6426.202] (II) Using input driver 'evdev' for 'Power Button'
[ 6426.202] (**) Power Button: always reports core events
[ 6426.202] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 6426.202] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 6426.202] (--) evdev: Power Button: Found keys
[ 6426.202] (II) evdev: Power Button: Configuring as keyboard
[ 6426.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event1"
[ 6426.202] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 6426.202] (**) Option "xkb_rules" "evdev"
[ 6426.202] (**) Option "xkb_layout" "us"
[ 6426.202] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6426.203] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event3)
[ 6426.203] (II) No input driver specified, ignoring this device.
[ 6426.203] (II) This device may have been added with another device file.
[ 6426.203] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[ 6426.203] (II) No input driver specified, ignoring this device.
[ 6426.203] (II) This device may have been added with another device file.
[ 6426.203] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event8)
[ 6426.204] (II) No input driver specified, ignoring this device.
[ 6426.204] (II) This device may have been added with another device file.
[ 6426.204] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event9)
[ 6426.204] (II) No input driver specified, ignoring this device.
[ 6426.204] (II) This device may have been added with another device file.
[ 6426.204] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event10)
[ 6426.204] (II) No input driver specified, ignoring this device.
[ 6426.204] (II) This device may have been added with another device file.
[ 6426.204] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event11)
[ 6426.204] (II) No input driver specified, ignoring this device.
[ 6426.204] (II) This device may have been added with another device file.
[ 6426.204] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event12)
[ 6426.204] (II) No input driver specified, ignoring this device.
[ 6426.204] (II) This device may have been added with another device file.
[ 6426.205] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event13)
[ 6426.205] (II) No input driver specified, ignoring this device.
[ 6426.205] (II) This device may have been added with another device file.
[ 6426.205] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 6426.205] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 6426.205] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 6426.205] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 6426.205] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[ 6426.256] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc044
[ 6426.256] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 6426.256] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 6426.256] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 6426.256] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 6426.256] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 6426.256] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 6426.256] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 6426.256] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 6426.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/0003:046D:C044.0001/input/input7/event4"
[ 6426.256] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
[ 6426.256] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 6426.256] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 6426.256] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 6426.256] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 6426.256] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 6426.256] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 6426.256] (II) No input driver specified, ignoring this device.
[ 6426.256] (II) This device may have been added with another device file.
[ 6426.257] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event5)
[ 6426.257] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
[ 6426.257] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "keyboard-all"
[ 6426.257] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
[ 6426.257] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
[ 6426.257] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event5"
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
[ 6426.257] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
[ 6426.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/0003:045E:00DD.0002/input/input8/event5"
[ 6426.257] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 9)
[ 6426.257] (**) Option "xkb_rules" "evdev"
[ 6426.257] (**) Option "xkb_layout" "us"
[ 6426.257] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6426.257] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event6)
[ 6426.257] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
[ 6426.257] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "keyboard-all"
[ 6426.257] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
[ 6426.257] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
[ 6426.257] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event6"
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found scroll wheel(s)
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found relative axes
[ 6426.257] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing relative x/y axes to exist.
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found absolute axes
[ 6426.257] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing absolute x/y axes to exist.
[ 6426.257] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
[ 6426.257] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as mouse
[ 6426.257] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
[ 6426.257] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Adding scrollwheel support
[ 6426.257] (**) evdev: Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
[ 6426.257] (**) evdev: Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 6426.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/0003:045E:00DD.0003/input/input9/event6"
[ 6426.257] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 10)
[ 6426.257] (**) Option "xkb_rules" "evdev"
[ 6426.257] (**) Option "xkb_layout" "us"
[ 6426.257] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6426.258] (II) evdev: Microsoft Comfort Curve Keyboard 2000: initialized for relative axes.
[ 6426.258] (WW) evdev: Microsoft Comfort Curve Keyboard 2000: ignoring absolute axes.
[ 6426.258] (**) Microsoft Comfort Curve Keyboard 2000: (accel) keeping acceleration scheme 1
[ 6426.258] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration profile 0
[ 6426.258] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration factor: 2.000
[ 6426.258] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration threshold: 4
[ 6426.258] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[ 6426.258] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[ 6426.258] (**) Speakup: Applying InputClass "keyboard-all"
[ 6426.258] (II) Using input driver 'evdev' for 'Speakup'
[ 6426.258] (**) Speakup: always reports core events
[ 6426.258] (**) evdev: Speakup: Device: "/dev/input/event0"
[ 6426.258] (--) evdev: Speakup: Vendor 0 Product 0
[ 6426.258] (--) evdev: Speakup: Found keys
[ 6426.258] (II) evdev: Speakup: Configuring as keyboard
[ 6426.258] (**) Option "config_info" "udev:/sys/devices/virtual/input/input1/event0"
[ 6426.258] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 11)
[ 6426.258] (**) Option "xkb_rules" "evdev"
[ 6426.258] (**) Option "xkb_layout" "us"
[ 6426.258] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6427.456] (II) RADEON(0): EDID vendor "DEL", prod id 40982
[ 6427.456] (II) RADEON(0): Using EDID range info for horizontal sync
[ 6427.456] (II) RADEON(0): Using EDID range info for vertical refresh
[ 6427.456] (II) RADEON(0): Printing DDC gathered Modelines:
[ 6427.456] (II) RADEON(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 6427.456] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 6427.456] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 6429.493] (II) RADEON(0): EDID vendor "DEL", prod id 40982
[ 6429.493] (II) RADEON(0): Using hsync ranges from config file
[ 6429.493] (II) RADEON(0): Using vrefresh ranges from config file
[ 6429.493] (II) RADEON(0): Printing DDC gathered Modelines:
[ 6429.493] (II) RADEON(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 6429.493] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 6429.493] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 6432.210] (II) RADEON(0): EDID vendor "DEL", prod id 40982
[ 6432.210] (II) RADEON(0): Using hsync ranges from config file
[ 6432.210] (II) RADEON(0): Using vrefresh ranges from config file
[ 6432.210] (II) RADEON(0): Printing DDC gathered Modelines:
[ 6432.210] (II) RADEON(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 6432.210] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 6432.210] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
Now I use again the switch (still in X11) and the 1920x1200 is still there (very strange)
 
Old 11-27-2015, 06:16 PM   #8
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Not weird: normal. Looks like after boot and/or when X starts clean it can't get any information from the monitor. Via direct connection X can probe the monitor. Then just swapping the cable the old settings are used because you did not restart X, i.e it did not need to reload GPU module or scan for monitors. You will need to generate a full xorg.conf with all the relevant monitor settings (serverlayout, modes and modelines). You can read up on "man xorg.conf" and see, for example, http://www.x.org/wiki/FAQVideoModes/

Have fun!
 
1 members found this post helpful.
Old 11-28-2015, 02:02 AM   #9
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
@kingbeowulf thank you for your help. Now it works !

But I had also to do something else, following https://[URL="https://wiki.archlinux.org/index.php/Kernel_mode_setting"].

I downloaded and installed read-edid ( http://http://www.polypux.org/projects/read-edid/ ) , run it (with my monitor directly connected) to obtain my EDID , create the directory /lib/firmware/edid/, put the EDID in it.

Finally, I could connect my monitor to the switch. When I reboot I must give the following parameters to the kernel (put in lilo.conf)

Quote:
video=DVI-I-1:1920x1200@60 drm_kms_helper.edid_firmware=edid/EDID.bin
 
Old 12-01-2015, 10:06 AM   #10
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
I had to compile 1680x1050.bin with the help of kernel docs, because the monitor has different DPI than specified in the bin that comes with the kernel.
It's the problem with some old monitors that don't expose EDID, drm_kms_helper works, but only for nouveau module, not for nvidia blob.
 
  


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
Screen resolution not taking up the hole screen leaving black edges spaje Linux - Laptop and Netbook 9 04-01-2010 10:24 PM
change screen resolution of xdm login screen in suse linux anon104 Linux - Desktop 2 04-02-2007 09:26 AM
How do i fix screen resolution / monitor choice while screen is pretty much unreadabl tinkerdog Fedora 2 09-08-2006 03:53 AM
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 01:33 AM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 05:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:19 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