* Re: [gentoo-user] non-Twinview dual screen setup? [not found] ` <gEo0O-20g-1@gated-at.bofh.it> @ 2011-04-06 0:31 ` Indi 0 siblings, 0 replies; 9+ messages in thread From: Indi @ 2011-04-06 0:31 UTC (permalink / raw To: gentoo-user On Wed, Apr 06, 2011 at 01:40:02AM +0200, Jacob Todd wrote: > I've uswd xinerama and dwm on my thinkpad w510 and 42" tv without > problems. I have no idea if kde supports xinerama stilL My thinkpad is often connected to an external monitor to create a single 2800x1050 space. Not using xinerama, just fluxbox and xrandr. "xrandr --output VGA-0 --left-of LVDS" seems to do it here. -- /\ /\ <\ /> ^ 'v-v' caveat utilitor ^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] non-Twinview dual screen setup? @ 2011-04-05 22:25 Mark Knecht 2011-04-05 23:30 ` Jacob Todd 2011-04-06 0:00 ` Neil Bothwick 0 siblings, 2 replies; 9+ messages in thread From: Mark Knecht @ 2011-04-05 22:25 UTC (permalink / raw To: Gentoo User Hi, I hooked up second monitor to my Nvidia GTX465 card yesterday and wanted to get dual screen running. Unfortunately, except for using Twinview which works fine, I've been unable to do it without Twinview. Twinview itself isn't bad, but I don't like how ever KDE decision I have to take (logout, settings, etc.) always starts spanned across my two monitors. That doesn't happen on my dual screen Intel system. Anyway, I'm attaching both the Twinview and non-Twinview xorg.conf files. Maybe someone can see possible changes to make the non-Twinview actually work? Currently it produces video on only the first monitor to the left. The monitor on the right stays dark. Again, both monitors work fine when using Twinview with a 3840x1080 desktop. Thanks, Mark Non-Twinview config which only works on one monitor. # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 270.18 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Tue Jan 18 22:06:15 PST 2011 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" 1920 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 270.18 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Tue Jan 18 22:06:15 PST 2011 Identifier "Monitor1" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 75.0 VertRefresh 56.0 - 61.0 Option "DPMS" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 75.0 VertRefresh 56.0 - 61.0 Option "DPMS" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 465" BusID "PCI:2:0:0" Screen 1 EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 465" BusID "PCI:2:0:0" Screen 0 EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP-2: 1920x1080 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP-0: 1920x1080 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Working Twinview setup: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 270.18 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Tue Jan 18 22:06:28 PST 2011 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" Option "TwinView" Option "MetaModes" "1920x1080,1920x1080; 1920x1080" Option "TwinViewOrientation" "RightOf" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] non-Twinview dual screen setup? 2011-04-05 22:25 Mark Knecht @ 2011-04-05 23:30 ` Jacob Todd 2011-04-06 6:08 ` Yohan Pereira 2011-04-06 0:00 ` Neil Bothwick 1 sibling, 1 reply; 9+ messages in thread From: Jacob Todd @ 2011-04-05 23:30 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 123 bytes --] I've uswd xinerama and dwm on my thinkpad w510 and 42" tv without problems. I have no idea if kde supports xinerama still. [-- Attachment #2: Type: text/html, Size: 139 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] non-Twinview dual screen setup? 2011-04-05 23:30 ` Jacob Todd @ 2011-04-06 6:08 ` Yohan Pereira 0 siblings, 0 replies; 9+ messages in thread From: Yohan Pereira @ 2011-04-06 6:08 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 299 bytes --] On Wednesday 06 Apr 2011 05:00:37 AM Jacob Todd wrote: > I have no idea if kde supports xinerama still. yes it more or less does. enable the xinerama flag on kwin, plasma-workspacce et al. no composting tho. -- - Yohan Pereira "A man can do as he will, but not will as he will" - Schopenhauer [-- Attachment #2: Type: text/html, Size: 2166 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] non-Twinview dual screen setup? 2011-04-05 22:25 Mark Knecht 2011-04-05 23:30 ` Jacob Todd @ 2011-04-06 0:00 ` Neil Bothwick 2011-04-06 11:27 ` Peter Humphrey 2011-04-06 15:06 ` Mark Knecht 1 sibling, 2 replies; 9+ messages in thread From: Neil Bothwick @ 2011-04-06 0:00 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 651 bytes --] On Tue, 5 Apr 2011 15:25:16 -0700, Mark Knecht wrote: > I hooked up second monitor to my Nvidia GTX465 card yesterday and > wanted to get dual screen running. Unfortunately, except for using > Twinview which works fine, I've been unable to do it without Twinview. > Twinview itself isn't bad, but I don't like how ever KDE decision I > have to take (logout, settings, etc.) always starts spanned across my > two monitors. That doesn't happen on my dual screen Intel system. You can change that in the Display & Monitors section of KDE's System Settings. -- Neil Bothwick What Aussies lack in Humour they make up for in Beer! [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] non-Twinview dual screen setup? 2011-04-06 0:00 ` Neil Bothwick @ 2011-04-06 11:27 ` Peter Humphrey 2011-04-06 15:06 ` Mark Knecht 1 sibling, 0 replies; 9+ messages in thread From: Peter Humphrey @ 2011-04-06 11:27 UTC (permalink / raw To: gentoo-user On Wednesday 06 April 2011 01:00:04 Neil Bothwick wrote: > What Aussies lack in Humour they make up for in Beer! But not in Ale. -- Rgds Peter ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] non-Twinview dual screen setup? 2011-04-06 0:00 ` Neil Bothwick 2011-04-06 11:27 ` Peter Humphrey @ 2011-04-06 15:06 ` Mark Knecht 2011-04-06 15:12 ` Gregory Fontenele 1 sibling, 1 reply; 9+ messages in thread From: Mark Knecht @ 2011-04-06 15:06 UTC (permalink / raw To: gentoo-user; +Cc: Neil Bothwick On Tue, Apr 5, 2011 at 5:00 PM, Neil Bothwick <neil@digimed.co.uk> wrote: > On Tue, 5 Apr 2011 15:25:16 -0700, Mark Knecht wrote: > >> I hooked up second monitor to my Nvidia GTX465 card yesterday and >> wanted to get dual screen running. Unfortunately, except for using >> Twinview which works fine, I've been unable to do it without Twinview. >> Twinview itself isn't bad, but I don't like how ever KDE decision I >> have to take (logout, settings, etc.) always starts spanned across my >> two monitors. That doesn't happen on my dual screen Intel system. > > You can change that in the Display & Monitors section of KDE's System > Settings. > > > -- > Neil Bothwick Hi Neil, The problem is that after I'm in KDE it seems the damage is done. Settings->Display thing shows only a single 1920x1080 monitor hooked to 'default'. The second monitor isn't found at all. I suspect that what I need to do next is go back and boot the 2 screen version and see what the X log file actually says. I'm currently using Twinview where Settings->Display shows both monitors. While it's working well there is evidence that X doesn't like the monitor settings in the config file I got using nvidia-settings. Possibly the EDID values are causing X to not enable the second monitor at all in the 2 screen version? Cheers, Mark mark@c2stable ~ $ cat /var/log/Xorg.0.log [ 665.512] X.Org X Server 1.9.4 Release Date: 2011-02-04 [ 665.512] X Protocol Version 11, Revision 0 [ 665.512] Build Operating System: Linux 2.6.36-gentoo-r6 x86_64 Gentoo [ 665.512] Current Operating System: Linux c2stable 2.6.38-gentoo-r1 #1 SMP PREEMPT Wed Mar 30 12:24:58 PDT 2011 x86_64 [ 665.512] Kernel command line: root=/dev/md126 [ 665.512] Build Date: 13 February 2011 06:29:22AM [ 665.512] [ 665.512] Current version of pixman: 0.20.2 [ 665.512] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 665.512] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 665.512] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 6 05:22:43 2011 [ 665.512] (==) Using config file: "/etc/X11/xorg.conf" [ 665.512] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 665.512] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 665.512] (==) ServerLayout "Layout0" [ 665.512] (**) |-->Screen "Screen0" (0) [ 665.512] (**) | |-->Monitor "Monitor0" [ 665.512] (**) | |-->Device "Device0" [ 665.512] (**) |-->Input Device "Keyboard0" [ 665.512] (**) |-->Input Device "Mouse0" [ 665.512] (==) Automatically adding devices [ 665.512] (==) Automatically enabling devices [ 665.512] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 665.512] Entry deleted from font path. [ 665.512] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 665.512] Entry deleted from font path. [ 665.512] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 665.512] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 665.512] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 665.512] (WW) Disabling Keyboard0 [ 665.512] (WW) Disabling Mouse0 [ 665.512] (II) Loader magic: 0x7ca080 [ 665.512] (II) Module ABI versions: [ 665.512] X.Org ANSI C Emulation: 0.4 [ 665.512] X.Org Video Driver: 8.0 [ 665.512] X.Org XInput driver : 11.0 [ 665.512] X.Org Server Extension : 4.0 [ 665.513] (--) PCI:*(0:2:0:0) 10de:06c4:3842:1467 rev 163, Mem @ 0xf8000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ 0x0000ac00/128, BIOS @ 0x????????/524288 [ 665.513] (II) Open ACPI successful (/var/run/acpid.socket) [ 665.513] (II) LoadModule: "extmod" [ 665.513] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 665.513] (II) Module extmod: vendor="X.Org Foundation" [ 665.513] compiled for 1.9.4, module version = 1.0.0 [ 665.513] Module class: X.Org Server Extension [ 665.513] ABI class: X.Org Server Extension, version 4.0 [ 665.513] (II) Loading extension MIT-SCREEN-SAVER [ 665.513] (II) Loading extension XFree86-VidModeExtension [ 665.513] (II) Loading extension XFree86-DGA [ 665.513] (II) Loading extension DPMS [ 665.513] (II) Loading extension XVideo [ 665.513] (II) Loading extension XVideo-MotionCompensation [ 665.513] (II) Loading extension X-Resource [ 665.513] (II) LoadModule: "dbe" [ 665.513] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 665.513] (II) Module dbe: vendor="X.Org Foundation" [ 665.513] compiled for 1.9.4, module version = 1.0.0 [ 665.513] Module class: X.Org Server Extension [ 665.513] ABI class: X.Org Server Extension, version 4.0 [ 665.513] (II) Loading extension DOUBLE-BUFFER [ 665.513] (II) LoadModule: "glx" [ 665.513] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 665.518] (II) Module glx: vendor="NVIDIA Corporation" [ 665.518] compiled for 4.0.2, module version = 1.0.0 [ 665.518] Module class: X.Org Server Extension [ 665.518] (II) NVIDIA GLX Module 270.18 Tue Jan 18 22:03:05 PST 2011 [ 665.518] (II) Loading extension GLX [ 665.518] (II) LoadModule: "record" [ 665.518] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 665.519] (II) Module record: vendor="X.Org Foundation" [ 665.519] compiled for 1.9.4, module version = 1.13.0 [ 665.519] Module class: X.Org Server Extension [ 665.519] ABI class: X.Org Server Extension, version 4.0 [ 665.519] (II) Loading extension RECORD [ 665.519] (II) LoadModule: "dri" [ 665.519] (WW) Warning, couldn't open module dri [ 665.519] (II) UnloadModule: "dri" [ 665.519] (EE) Failed to load module "dri" (module does not exist, 0) [ 665.519] (II) LoadModule: "dri2" [ 665.519] (WW) Warning, couldn't open module dri2 [ 665.519] (II) UnloadModule: "dri2" [ 665.519] (EE) Failed to load module "dri2" (module does not exist, 0) [ 665.519] (II) LoadModule: "nvidia" [ 665.519] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 665.519] (II) Module nvidia: vendor="NVIDIA Corporation" [ 665.519] compiled for 4.0.2, module version = 1.0.0 [ 665.519] Module class: X.Org Video Driver [ 665.519] (II) NVIDIA dlloader X Driver 270.18 Tue Jan 18 21:47:56 PST 2011 [ 665.519] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 665.519] (++) using VT number 8 [ 665.535] (II) Loading sub module "fb" [ 665.535] (II) LoadModule: "fb" [ 665.535] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 665.535] (II) Module fb: vendor="X.Org Foundation" [ 665.535] compiled for 1.9.4, module version = 1.0.0 [ 665.535] ABI class: X.Org ANSI C Emulation, version 0.4 [ 665.535] (II) Loading sub module "wfb" [ 665.535] (II) LoadModule: "wfb" [ 665.535] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 665.535] (II) Module wfb: vendor="X.Org Foundation" [ 665.535] compiled for 1.9.4, module version = 1.0.0 [ 665.535] ABI class: X.Org ANSI C Emulation, version 0.4 [ 665.535] (II) Loading sub module "ramdac" [ 665.535] (II) LoadModule: "ramdac" [ 665.535] (II) Module "ramdac" already built-in [ 665.535] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 665.535] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 665.535] (==) NVIDIA(0): RGB weight 888 [ 665.535] (==) NVIDIA(0): Default visual is TrueColor [ 665.535] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 665.535] (**) NVIDIA(0): Option "TwinView" [ 665.535] (**) NVIDIA(0): Option "TwinViewOrientation" "RightOf" [ 665.535] (**) NVIDIA(0): Option "MetaModes" "1920x1080,1920x1080; 1920x1080" [ 665.535] (**) NVIDIA(0): Enabling RENDER acceleration [ 665.535] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is [ 665.535] (II) NVIDIA(0): enabled. [ 666.087] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA [ 666.087] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 666.120] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-2)) does not support NVIDIA [ 666.120] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 666.121] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 465 (GF100) at PCI:2:0:0 (GPU-0) [ 666.121] (--) NVIDIA(0): Memory: 1048576 kBytes [ 666.121] (--) NVIDIA(0): VideoBIOS: 70.00.35.00.60 [ 666.121] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 666.121] (--) NVIDIA(0): Interlaced video modes are supported on this GPU [ 666.121] (--) NVIDIA(0): Connected display device(s) on GeForce GTX 465 at PCI:2:0:0 [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0) [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2) [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2): 330.0 MHz maximum pixel clock [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2): Internal Dual Link TMDS [ 666.123] (**) NVIDIA(0): TwinView enabled [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself: [ 666.172] (WW) NVIDIA(0): mode "1920x1080" is specified in the EDID; however, the [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range (56.000-61.000 Hz) would [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 Hz); ignoring [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1920x1080". [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself: [ 666.172] (WW) NVIDIA(0): mode "1280x720" is specified in the EDID; however, the [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range (56.000-61.000 Hz) would [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 Hz); ignoring [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1280x720". [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself: [ 666.172] (WW) NVIDIA(0): mode "720x576" is specified in the EDID; however, the [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range (56.000-61.000 Hz) would [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 Hz); ignoring [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "720x576". [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself: [ 666.172] (WW) NVIDIA(0): mode "1920x1080" is specified in the EDID; however, the [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range (56.000-61.000 Hz) would [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 Hz); ignoring [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1920x1080". [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself: [ 666.172] (WW) NVIDIA(0): mode "1280x720" is specified in the EDID; however, the [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range (56.000-61.000 Hz) would [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 Hz); ignoring [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1280x720". [ 666.173] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) contradicts itself: [ 666.173] (WW) NVIDIA(0): mode "720x576" is specified in the EDID; however, the [ 666.173] (WW) NVIDIA(0): EDID's valid VertRefresh range (56.000-61.000 Hz) would [ 666.173] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 Hz); ignoring [ 666.173] (WW) NVIDIA(0): VertRefresh check for mode "720x576". [ 666.208] (II) NVIDIA(0): Assigned Display Devices: DFP-0, DFP-2 [ 666.208] (II) NVIDIA(0): Validated modes: [ 666.208] (II) NVIDIA(0): "1920x1080,1920x1080" [ 666.208] (II) NVIDIA(0): "1920x1080" [ 666.208] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080 [ 666.232] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config [ 666.232] (--) NVIDIA(0): option [ 666.232] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. [ 666.232] (--) Depth 24 pixmap format is 32 bpp [ 666.232] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory [ 666.232] (II) NVIDIA: access. [ 666.236] (II) NVIDIA(0): Initialized GPU GART. [ 666.247] (II) NVIDIA(0): Setting mode "1920x1080,1920x1080" [ 666.282] (II) Loading extension NV-GLX [ 666.387] (II) NVIDIA(0): Initialized OpenGL Acceleration [ 666.387] (==) NVIDIA(0): Disabling shared memory pixmaps [ 666.387] (II) NVIDIA(0): Initialized X Rendering Acceleration [ 666.387] (==) NVIDIA(0): Backing store disabled [ 666.387] (==) NVIDIA(0): Silken mouse enabled [ 666.387] (**) NVIDIA(0): DPMS enabled [ 666.388] (II) Loading extension NV-CONTROL [ 666.388] (II) Loading extension XINERAMA [ 666.388] (II) Loading sub module "dri2" [ 666.388] (II) LoadModule: "dri2" [ 666.388] (WW) Warning, couldn't open module dri2 [ 666.388] (II) UnloadModule: "dri2" [ 666.388] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0) [ 666.388] (II) NVIDIA(0): The X server will not be able to send the VDPAU driver name to [ 666.388] (II) NVIDIA(0): libvdpau. [ 666.388] (==) RandR enabled [ 666.388] (II) Initializing built-in extension Generic Event Extension [ 666.388] (II) Initializing built-in extension SHAPE [ 666.388] (II) Initializing built-in extension MIT-SHM [ 666.388] (II) Initializing built-in extension XInputExtension [ 666.388] (II) Initializing built-in extension XTEST [ 666.388] (II) Initializing built-in extension BIG-REQUESTS [ 666.388] (II) Initializing built-in extension SYNC [ 666.388] (II) Initializing built-in extension XKEYBOARD [ 666.388] (II) Initializing built-in extension XC-MISC [ 666.388] (II) Initializing built-in extension XINERAMA [ 666.388] (II) Initializing built-in extension XFIXES [ 666.388] (II) Initializing built-in extension RENDER [ 666.388] (II) Initializing built-in extension RANDR [ 666.388] (II) Initializing built-in extension COMPOSITE [ 666.388] (II) Initializing built-in extension DAMAGE [ 666.389] (II) Initializing extension GLX [ 666.424] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 666.424] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 666.424] (II) LoadModule: "evdev" [ 666.424] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 666.424] (II) Module evdev: vendor="X.Org Foundation" [ 666.424] compiled for 1.9.4, module version = 2.6.0 [ 666.424] Module class: X.Org XInput Driver [ 666.424] ABI class: X.Org XInput driver, version 11.0 [ 666.424] (**) Power Button: always reports core events [ 666.424] (**) Power Button: Device: "/dev/input/event1" [ 666.431] (--) Power Button: Found keys [ 666.431] (II) Power Button: Configuring as keyboard [ 666.431] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 666.431] (**) Option "xkb_rules" "evdev" [ 666.431] (**) Option "xkb_model" "evdev" [ 666.431] (**) Option "xkb_layout" "us" [ 666.444] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 666.444] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 666.444] (**) Power Button: always reports core events [ 666.444] (**) Power Button: Device: "/dev/input/event0" [ 666.451] (--) Power Button: Found keys [ 666.451] (II) Power Button: Configuring as keyboard [ 666.451] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 666.451] (**) Option "xkb_rules" "evdev" [ 666.451] (**) Option "xkb_model" "evdev" [ 666.451] (**) Option "xkb_layout" "us" [ 666.452] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event3) [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall" [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event3" [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s) [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Adding scrollwheel support [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 666.459] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE) [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000 [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4 [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes. [ 666.459] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0) [ 666.459] (II) No input driver/identifier specified (ignoring) [ 666.465] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2) [ 666.465] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 666.465] (**) AT Translated Set 2 keyboard: always reports core events [ 666.465] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2" [ 666.471] (--) AT Translated Set 2 keyboard: Found keys [ 666.471] (II) AT Translated Set 2 keyboard: Configuring as keyboard [ 666.471] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) [ 666.471] (**) Option "xkb_rules" "evdev" [ 666.471] (**) Option "xkb_model" "evdev" [ 666.471] (**) Option "xkb_layout" "us" [ 666.471] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event4) [ 666.471] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall" [ 666.471] (**) PS/2 Generic Mouse: always reports core events [ 666.471] (**) PS/2 Generic Mouse: Device: "/dev/input/event4" [ 666.479] (--) PS/2 Generic Mouse: Found 3 mouse buttons [ 666.479] (--) PS/2 Generic Mouse: Found relative axes [ 666.479] (--) PS/2 Generic Mouse: Found x and y relative axes [ 666.479] (II) PS/2 Generic Mouse: Configuring as mouse [ 666.479] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5 [ 666.479] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 666.479] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE) [ 666.479] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1 [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration profile 0 [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000 [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4 [ 666.479] (II) PS/2 Generic Mouse: initialized for relative axes. [ 666.479] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1) [ 666.479] (II) No input driver/identifier specified (ignoring) mark@c2stable ~ $ ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] non-Twinview dual screen setup? 2011-04-06 15:06 ` Mark Knecht @ 2011-04-06 15:12 ` Gregory Fontenele 2011-04-06 15:31 ` Dale 0 siblings, 1 reply; 9+ messages in thread From: Gregory Fontenele @ 2011-04-06 15:12 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 21254 bytes --] want to leave this list but I can not, can someone erase me from this list? On Wed, Apr 6, 2011 at 12:06, Mark Knecht <markknecht@gmail.com> wrote: > On Tue, Apr 5, 2011 at 5:00 PM, Neil Bothwick <neil@digimed.co.uk> wrote: > > On Tue, 5 Apr 2011 15:25:16 -0700, Mark Knecht wrote: > > > >> I hooked up second monitor to my Nvidia GTX465 card yesterday and > >> wanted to get dual screen running. Unfortunately, except for using > >> Twinview which works fine, I've been unable to do it without Twinview. > >> Twinview itself isn't bad, but I don't like how ever KDE decision I > >> have to take (logout, settings, etc.) always starts spanned across my > >> two monitors. That doesn't happen on my dual screen Intel system. > > > > You can change that in the Display & Monitors section of KDE's System > > Settings. > > > > > > -- > > Neil Bothwick > > Hi Neil, > The problem is that after I'm in KDE it seems the damage is done. > Settings->Display thing shows only a single 1920x1080 monitor hooked > to 'default'. The second monitor isn't found at all. > > I suspect that what I need to do next is go back and boot the 2 > screen version and see what the X log file actually says. > > I'm currently using Twinview where Settings->Display shows both > monitors. While it's working well there is evidence that X doesn't > like the monitor settings in the config file I got using > nvidia-settings. Possibly the EDID values are causing X to not enable > the second monitor at all in the 2 screen version? > > Cheers, > Mark > > mark@c2stable ~ $ cat /var/log/Xorg.0.log > [ 665.512] > X.Org X Server 1.9.4 > Release Date: 2011-02-04 > [ 665.512] X Protocol Version 11, Revision 0 > [ 665.512] Build Operating System: Linux 2.6.36-gentoo-r6 x86_64 Gentoo > [ 665.512] Current Operating System: Linux c2stable 2.6.38-gentoo-r1 > #1 SMP PREEMPT Wed Mar 30 12:24:58 PDT 2011 x86_64 > [ 665.512] Kernel command line: root=/dev/md126 > [ 665.512] Build Date: 13 February 2011 06:29:22AM > [ 665.512] > [ 665.512] Current version of pixman: 0.20.2 > [ 665.512] Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > [ 665.512] Markers: (--) probed, (**) from config file, (==) default > setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > [ 665.512] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 6 > 05:22:43 2011 > [ 665.512] (==) Using config file: "/etc/X11/xorg.conf" > [ 665.512] (==) Using config directory: "/etc/X11/xorg.conf.d" > [ 665.512] (==) Using system config directory > "/usr/share/X11/xorg.conf.d" > [ 665.512] (==) ServerLayout "Layout0" > [ 665.512] (**) |-->Screen "Screen0" (0) > [ 665.512] (**) | |-->Monitor "Monitor0" > [ 665.512] (**) | |-->Device "Device0" > [ 665.512] (**) |-->Input Device "Keyboard0" > [ 665.512] (**) |-->Input Device "Mouse0" > [ 665.512] (==) Automatically adding devices > [ 665.512] (==) Automatically enabling devices > [ 665.512] (WW) The directory "/usr/share/fonts/TTF/" does not exist. > [ 665.512] Entry deleted from font path. > [ 665.512] (WW) The directory "/usr/share/fonts/OTF/" does not exist. > [ 665.512] Entry deleted from font path. > [ 665.512] (==) FontPath set to: > /usr/share/fonts/misc/, > /usr/share/fonts/Type1/, > /usr/share/fonts/100dpi/, > /usr/share/fonts/75dpi/ > [ 665.512] (==) ModulePath set to "/usr/lib64/xorg/modules" > [ 665.512] (WW) AllowEmptyInput is on, devices using drivers 'kbd', > 'mouse' or 'vmmouse' will be disabled. > [ 665.512] (WW) Disabling Keyboard0 > [ 665.512] (WW) Disabling Mouse0 > [ 665.512] (II) Loader magic: 0x7ca080 > [ 665.512] (II) Module ABI versions: > [ 665.512] X.Org ANSI C Emulation: 0.4 > [ 665.512] X.Org Video Driver: 8.0 > [ 665.512] X.Org XInput driver : 11.0 > [ 665.512] X.Org Server Extension : 4.0 > [ 665.513] (--) PCI:*(0:2:0:0) 10de:06c4:3842:1467 rev 163, Mem @ > 0xf8000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ > 0x0000ac00/128, BIOS @ 0x????????/524288 > [ 665.513] (II) Open ACPI successful (/var/run/acpid.socket) > [ 665.513] (II) LoadModule: "extmod" > [ 665.513] (II) Loading > /usr/lib64/xorg/modules/extensions/libextmod.so > [ 665.513] (II) Module extmod: vendor="X.Org Foundation" > [ 665.513] compiled for 1.9.4, module version = 1.0.0 > [ 665.513] Module class: X.Org Server Extension > [ 665.513] ABI class: X.Org Server Extension, version 4.0 > [ 665.513] (II) Loading extension MIT-SCREEN-SAVER > [ 665.513] (II) Loading extension XFree86-VidModeExtension > [ 665.513] (II) Loading extension XFree86-DGA > [ 665.513] (II) Loading extension DPMS > [ 665.513] (II) Loading extension XVideo > [ 665.513] (II) Loading extension XVideo-MotionCompensation > [ 665.513] (II) Loading extension X-Resource > [ 665.513] (II) LoadModule: "dbe" > [ 665.513] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so > [ 665.513] (II) Module dbe: vendor="X.Org Foundation" > [ 665.513] compiled for 1.9.4, module version = 1.0.0 > [ 665.513] Module class: X.Org Server Extension > [ 665.513] ABI class: X.Org Server Extension, version 4.0 > [ 665.513] (II) Loading extension DOUBLE-BUFFER > [ 665.513] (II) LoadModule: "glx" > [ 665.513] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so > [ 665.518] (II) Module glx: vendor="NVIDIA Corporation" > [ 665.518] compiled for 4.0.2, module version = 1.0.0 > [ 665.518] Module class: X.Org Server Extension > [ 665.518] (II) NVIDIA GLX Module 270.18 Tue Jan 18 22:03:05 PST 2011 > [ 665.518] (II) Loading extension GLX > [ 665.518] (II) LoadModule: "record" > [ 665.518] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so > [ 665.519] (II) Module record: vendor="X.Org Foundation" > [ 665.519] compiled for 1.9.4, module version = 1.13.0 > [ 665.519] Module class: X.Org Server Extension > [ 665.519] ABI class: X.Org Server Extension, version 4.0 > [ 665.519] (II) Loading extension RECORD > [ 665.519] (II) LoadModule: "dri" > [ 665.519] (WW) Warning, couldn't open module dri > [ 665.519] (II) UnloadModule: "dri" > [ 665.519] (EE) Failed to load module "dri" (module does not exist, 0) > [ 665.519] (II) LoadModule: "dri2" > [ 665.519] (WW) Warning, couldn't open module dri2 > [ 665.519] (II) UnloadModule: "dri2" > [ 665.519] (EE) Failed to load module "dri2" (module does not exist, 0) > [ 665.519] (II) LoadModule: "nvidia" > [ 665.519] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so > [ 665.519] (II) Module nvidia: vendor="NVIDIA Corporation" > [ 665.519] compiled for 4.0.2, module version = 1.0.0 > [ 665.519] Module class: X.Org Video Driver > [ 665.519] (II) NVIDIA dlloader X Driver 270.18 Tue Jan 18 21:47:56 PST > 2011 > [ 665.519] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs > [ 665.519] (++) using VT number 8 > > [ 665.535] (II) Loading sub module "fb" > [ 665.535] (II) LoadModule: "fb" > [ 665.535] (II) Loading /usr/lib64/xorg/modules/libfb.so > [ 665.535] (II) Module fb: vendor="X.Org Foundation" > [ 665.535] compiled for 1.9.4, module version = 1.0.0 > [ 665.535] ABI class: X.Org ANSI C Emulation, version 0.4 > [ 665.535] (II) Loading sub module "wfb" > [ 665.535] (II) LoadModule: "wfb" > [ 665.535] (II) Loading /usr/lib64/xorg/modules/libwfb.so > [ 665.535] (II) Module wfb: vendor="X.Org Foundation" > [ 665.535] compiled for 1.9.4, module version = 1.0.0 > [ 665.535] ABI class: X.Org ANSI C Emulation, version 0.4 > [ 665.535] (II) Loading sub module "ramdac" > [ 665.535] (II) LoadModule: "ramdac" > [ 665.535] (II) Module "ramdac" already built-in > [ 665.535] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card > support > [ 665.535] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 > [ 665.535] (==) NVIDIA(0): RGB weight 888 > [ 665.535] (==) NVIDIA(0): Default visual is TrueColor > [ 665.535] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) > [ 665.535] (**) NVIDIA(0): Option "TwinView" > [ 665.535] (**) NVIDIA(0): Option "TwinViewOrientation" "RightOf" > [ 665.535] (**) NVIDIA(0): Option "MetaModes" "1920x1080,1920x1080; > 1920x1080" > [ 665.535] (**) NVIDIA(0): Enabling RENDER acceleration > [ 665.535] (II) NVIDIA(0): Support for GLX with the Damage and > Composite X extensions is > [ 665.535] (II) NVIDIA(0): enabled. > [ 666.087] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) > does not support NVIDIA > [ 666.087] (II) NVIDIA(GPU-0): 3D Vision stereo. > [ 666.120] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-2)) > does not support NVIDIA > [ 666.120] (II) NVIDIA(GPU-0): 3D Vision stereo. > [ 666.121] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 465 (GF100) at > PCI:2:0:0 (GPU-0) > [ 666.121] (--) NVIDIA(0): Memory: 1048576 kBytes > [ 666.121] (--) NVIDIA(0): VideoBIOS: 70.00.35.00.60 > [ 666.121] (II) NVIDIA(0): Detected PCI Express Link width: 16X > [ 666.121] (--) NVIDIA(0): Interlaced video modes are supported on this > GPU > [ 666.121] (--) NVIDIA(0): Connected display device(s) on GeForce > GTX 465 at PCI:2:0:0 > [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0) > [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2) > [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz > maximum pixel clock > [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link > TMDS > [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2): 330.0 MHz > maximum pixel clock > [ 666.121] (--) NVIDIA(0): Samsung SyncMaster (DFP-2): Internal Dual Link > TMDS > [ 666.123] (**) NVIDIA(0): TwinView enabled > [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) > contradicts itself: > [ 666.172] (WW) NVIDIA(0): mode "1920x1080" is specified in the > EDID; however, the > [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range > (56.000-61.000 Hz) would > [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 > Hz); ignoring > [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1920x1080". > [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) > contradicts itself: > [ 666.172] (WW) NVIDIA(0): mode "1280x720" is specified in the > EDID; however, the > [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range > (56.000-61.000 Hz) would > [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 > Hz); ignoring > [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1280x720". > [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) > contradicts itself: > [ 666.172] (WW) NVIDIA(0): mode "720x576" is specified in the > EDID; however, the > [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range > (56.000-61.000 Hz) would > [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 > Hz); ignoring > [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "720x576". > [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) > contradicts itself: > [ 666.172] (WW) NVIDIA(0): mode "1920x1080" is specified in the > EDID; however, the > [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range > (56.000-61.000 Hz) would > [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 > Hz); ignoring > [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1920x1080". > [ 666.172] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) > contradicts itself: > [ 666.172] (WW) NVIDIA(0): mode "1280x720" is specified in the > EDID; however, the > [ 666.172] (WW) NVIDIA(0): EDID's valid VertRefresh range > (56.000-61.000 Hz) would > [ 666.172] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 > Hz); ignoring > [ 666.172] (WW) NVIDIA(0): VertRefresh check for mode "1280x720". > [ 666.173] (WW) NVIDIA(0): The EDID for Samsung SyncMaster (DFP-0) > contradicts itself: > [ 666.173] (WW) NVIDIA(0): mode "720x576" is specified in the > EDID; however, the > [ 666.173] (WW) NVIDIA(0): EDID's valid VertRefresh range > (56.000-61.000 Hz) would > [ 666.173] (WW) NVIDIA(0): exclude this mode's VertRefresh (50.0 > Hz); ignoring > [ 666.173] (WW) NVIDIA(0): VertRefresh check for mode "720x576". > [ 666.208] (II) NVIDIA(0): Assigned Display Devices: DFP-0, DFP-2 > [ 666.208] (II) NVIDIA(0): Validated modes: > [ 666.208] (II) NVIDIA(0): "1920x1080,1920x1080" > [ 666.208] (II) NVIDIA(0): "1920x1080" > [ 666.208] (II) NVIDIA(0): Virtual screen size determined to be 3840 x > 1080 > [ 666.232] (--) NVIDIA(0): DPI set to (95, 94); computed from > "UseEdidDpi" X config > [ 666.232] (--) NVIDIA(0): option > [ 666.232] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. > [ 666.232] (--) Depth 24 pixmap format is 32 bpp > [ 666.232] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect > memory > [ 666.232] (II) NVIDIA: access. > [ 666.236] (II) NVIDIA(0): Initialized GPU GART. > [ 666.247] (II) NVIDIA(0): Setting mode "1920x1080,1920x1080" > [ 666.282] (II) Loading extension NV-GLX > [ 666.387] (II) NVIDIA(0): Initialized OpenGL Acceleration > [ 666.387] (==) NVIDIA(0): Disabling shared memory pixmaps > [ 666.387] (II) NVIDIA(0): Initialized X Rendering Acceleration > [ 666.387] (==) NVIDIA(0): Backing store disabled > [ 666.387] (==) NVIDIA(0): Silken mouse enabled > [ 666.387] (**) NVIDIA(0): DPMS enabled > [ 666.388] (II) Loading extension NV-CONTROL > [ 666.388] (II) Loading extension XINERAMA > [ 666.388] (II) Loading sub module "dri2" > [ 666.388] (II) LoadModule: "dri2" > [ 666.388] (WW) Warning, couldn't open module dri2 > [ 666.388] (II) UnloadModule: "dri2" > [ 666.388] (EE) NVIDIA: Failed to load module "dri2" (module does > not exist, 0) > [ 666.388] (II) NVIDIA(0): The X server will not be able to send the > VDPAU driver name to > [ 666.388] (II) NVIDIA(0): libvdpau. > [ 666.388] (==) RandR enabled > [ 666.388] (II) Initializing built-in extension Generic Event Extension > [ 666.388] (II) Initializing built-in extension SHAPE > [ 666.388] (II) Initializing built-in extension MIT-SHM > [ 666.388] (II) Initializing built-in extension XInputExtension > [ 666.388] (II) Initializing built-in extension XTEST > [ 666.388] (II) Initializing built-in extension BIG-REQUESTS > [ 666.388] (II) Initializing built-in extension SYNC > [ 666.388] (II) Initializing built-in extension XKEYBOARD > [ 666.388] (II) Initializing built-in extension XC-MISC > [ 666.388] (II) Initializing built-in extension XINERAMA > [ 666.388] (II) Initializing built-in extension XFIXES > [ 666.388] (II) Initializing built-in extension RENDER > [ 666.388] (II) Initializing built-in extension RANDR > [ 666.388] (II) Initializing built-in extension COMPOSITE > [ 666.388] (II) Initializing built-in extension DAMAGE > [ 666.389] (II) Initializing extension GLX > [ 666.424] (II) config/udev: Adding input device Power Button > (/dev/input/event1) > [ 666.424] (**) Power Button: Applying InputClass "evdev keyboard > catchall" > [ 666.424] (II) LoadModule: "evdev" > [ 666.424] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so > [ 666.424] (II) Module evdev: vendor="X.Org Foundation" > [ 666.424] compiled for 1.9.4, module version = 2.6.0 > [ 666.424] Module class: X.Org XInput Driver > [ 666.424] ABI class: X.Org XInput driver, version 11.0 > [ 666.424] (**) Power Button: always reports core events > [ 666.424] (**) Power Button: Device: "/dev/input/event1" > [ 666.431] (--) Power Button: Found keys > [ 666.431] (II) Power Button: Configuring as keyboard > [ 666.431] (II) XINPUT: Adding extended input device "Power Button" > (type: KEYBOARD) > [ 666.431] (**) Option "xkb_rules" "evdev" > [ 666.431] (**) Option "xkb_model" "evdev" > [ 666.431] (**) Option "xkb_layout" "us" > [ 666.444] (II) config/udev: Adding input device Power Button > (/dev/input/event0) > [ 666.444] (**) Power Button: Applying InputClass "evdev keyboard > catchall" > [ 666.444] (**) Power Button: always reports core events > [ 666.444] (**) Power Button: Device: "/dev/input/event0" > [ 666.451] (--) Power Button: Found keys > [ 666.451] (II) Power Button: Configuring as keyboard > [ 666.451] (II) XINPUT: Adding extended input device "Power Button" > (type: KEYBOARD) > [ 666.451] (**) Option "xkb_rules" "evdev" > [ 666.451] (**) Option "xkb_model" "evdev" > [ 666.451] (**) Option "xkb_layout" "us" > [ 666.452] (II) config/udev: Adding input device Microsoft Microsoft > 5-Button Mouse with IntelliEye(TM) (/dev/input/event3) > [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Applying InputClass "evdev pointer catchall" > [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): always reports core events > [ 666.452] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Device: "/dev/input/event3" > [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Found 9 mouse buttons > [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Found scroll wheel(s) > [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Found relative axes > [ 666.459] (--) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Found x and y relative axes > [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Configuring as mouse > [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): Adding scrollwheel support > [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): YAxisMapping: buttons 4 and 5 > [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, > EmulateWheelTimeout: 200 > [ 666.459] (II) XINPUT: Adding extended input device "Microsoft > Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE) > [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): (accel) keeping acceleration scheme 1 > [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): (accel) acceleration profile 0 > [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): (accel) acceleration factor: 2.000 > [ 666.459] (**) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): (accel) acceleration threshold: 4 > [ 666.459] (II) Microsoft Microsoft 5-Button Mouse with > IntelliEye(TM): initialized for relative axes. > [ 666.459] (II) config/udev: Adding input device Microsoft Microsoft > 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0) > [ 666.459] (II) No input driver/identifier specified (ignoring) > [ 666.465] (II) config/udev: Adding input device AT Translated Set 2 > keyboard (/dev/input/event2) > [ 666.465] (**) AT Translated Set 2 keyboard: Applying InputClass > "evdev keyboard catchall" > [ 666.465] (**) AT Translated Set 2 keyboard: always reports core events > [ 666.465] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2" > [ 666.471] (--) AT Translated Set 2 keyboard: Found keys > [ 666.471] (II) AT Translated Set 2 keyboard: Configuring as keyboard > [ 666.471] (II) XINPUT: Adding extended input device "AT Translated > Set 2 keyboard" (type: KEYBOARD) > [ 666.471] (**) Option "xkb_rules" "evdev" > [ 666.471] (**) Option "xkb_model" "evdev" > [ 666.471] (**) Option "xkb_layout" "us" > [ 666.471] (II) config/udev: Adding input device PS/2 Generic Mouse > (/dev/input/event4) > [ 666.471] (**) PS/2 Generic Mouse: Applying InputClass "evdev > pointer catchall" > [ 666.471] (**) PS/2 Generic Mouse: always reports core events > [ 666.471] (**) PS/2 Generic Mouse: Device: "/dev/input/event4" > [ 666.479] (--) PS/2 Generic Mouse: Found 3 mouse buttons > [ 666.479] (--) PS/2 Generic Mouse: Found relative axes > [ 666.479] (--) PS/2 Generic Mouse: Found x and y relative axes > [ 666.479] (II) PS/2 Generic Mouse: Configuring as mouse > [ 666.479] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5 > [ 666.479] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, > EmulateWheelInertia: 10, EmulateWheelTimeout: 200 > [ 666.479] (II) XINPUT: Adding extended input device "PS/2 Generic > Mouse" (type: MOUSE) > [ 666.479] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1 > [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration profile 0 > [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000 > [ 666.479] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4 > [ 666.479] (II) PS/2 Generic Mouse: initialized for relative axes. > [ 666.479] (II) config/udev: Adding input device PS/2 Generic Mouse > (/dev/input/mouse1) > [ 666.479] (II) No input driver/identifier specified (ignoring) > mark@c2stable ~ $ > > -- Atenciosamente, Gregory Fontenele [-- Attachment #2: Type: text/html, Size: 24148 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] non-Twinview dual screen setup? 2011-04-06 15:12 ` Gregory Fontenele @ 2011-04-06 15:31 ` Dale 0 siblings, 0 replies; 9+ messages in thread From: Dale @ 2011-04-06 15:31 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 354 bytes --] Gregory Fontenele wrote: > want to leave this list but I can not, can someone erase me from this > list? > We can't unsubscribe you from the list. You have to do that yourself. Here is the link telling how to do that or you can check the email headers. It's in there too. http://www.gentoo.org/main/en/lists.xml Hope that helps. Dale :-) :-) [-- Attachment #2: Type: text/html, Size: 892 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-04-06 15:37 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <gEmV3-dv-1@gated-at.bofh.it> [not found] ` <gEo0O-20g-1@gated-at.bofh.it> 2011-04-06 0:31 ` [gentoo-user] non-Twinview dual screen setup? Indi 2011-04-05 22:25 Mark Knecht 2011-04-05 23:30 ` Jacob Todd 2011-04-06 6:08 ` Yohan Pereira 2011-04-06 0:00 ` Neil Bothwick 2011-04-06 11:27 ` Peter Humphrey 2011-04-06 15:06 ` Mark Knecht 2011-04-06 15:12 ` Gregory Fontenele 2011-04-06 15:31 ` Dale
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox