LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-18-2010, 01:46 PM   #1
shaiss
LQ Newbie
 
Registered: Aug 2009
Posts: 8

Rep: Reputation: 0
NVS 440 Quadhed Setup reboots when activating GPU2


Running ubuntu 10.04 alpha 2.
Installed nvidia graphics 195.30 and 190.53 (same issue under either one)

Everything works fine with 2 monitors off the first GPU. However when you activate the 2 GPU with the xorg.conf file below and restart gdm you see x start to come up and the spinning orb, then the machine reboots. I've included as much info as I know, anyone have any ideas?

Everything works fine under Windows XP.


My xorg file working with 2 monitors
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder58)  Fri Dec 18 18:36:44 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL 2007FP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "hp L2035"
    HorizSync       30.0 - 76.0
    VertRefresh     48.0 - 85.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro NVS 440"
    BusID          "PCI:98:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro NVS 440"
    BusID          "PCI:98:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: 1600x1200_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-1: 1600x1200_60 +0+0; DFP-1: 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
My xorg.conf not working with 3 monitors.
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder58)  Fri Dec 18 18:36:44 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL 2007FP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "hp L2035"
    HorizSync       30.0 - 76.0
    VertRefresh     48.0 - 85.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro NVS 440"
    BusID          "PCI:98:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro NVS 440"
    BusID          "PCI:98:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro NVS 440"
    BusID          "PCI:99:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: 1600x1200_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-1: 1600x1200_60 +0+0; DFP-1: 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1600x1200_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
cat /proc/driver/nvidia/cards/
Code:
shai@ShaiDesktop104:/etc/X11$ cat /proc/driver/nvidia/cards/0 
Model: 		 Quadro NVS 440
IRQ:   		 28
Video BIOS: 	 05.43.02.88.03
Card Type: 	 PCI-E
DMA Size: 	 39 bits
DMA Mask: 	 0x7fffffffff
Bus Location: 	 62.00.0
shai@ShaiDesktop104:/etc/X11$ cat /proc/driver/nvidia/cards/1
Model: 		 Quadro NVS 440
IRQ:   		 36
Video BIOS: 	 05.43.02.88.03
Card Type: 	 PCI-E
DMA Size: 	 39 bits
DMA Mask: 	 0x7fffffffff
Bus Location: 	 63.00.0
Xorg.o.log
Code:
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.7.3.902 (1.7.4 RC 2)
Release Date: 2009-12-26
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server x86_64 Ubuntu
Current Operating System: Linux ShaiDesktop104 2.6.32-10-generic #14-Ubuntu SMP Thu Jan 7 17:38:08 UTC 2010 x86_64
Kernel command line: auto BOOT_IMAGE=Linux ro root=/dev/sda1
Build Date: 19 January 2010  07:28:22AM
xorg-server 2:1.7.3.902-1ubuntu9 (buildd@) 
Current version of pixman: 0.16.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: Thu Feb 18 11:16:51 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Device1"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) Option "Xinerama" "1"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) 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
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(II) Loader magic: 0x7c72e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:98:0:0) 10de:014a:10de:0234 nVidia Corporation NV43 [Quadro NVS 440] rev 162, Mem @ 0xf8000000/67108864, 0xd8000000/134217728, 0xfc000000/16777216
(--) PCI: (0:99:0:0) 10de:014a:10de:0234 nVidia Corporation NV43 [Quadro NVS 440] rev 162, Mem @ 0xf0000000/67108864, 0xd0000000/134217728, 0xf4000000/16777216
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
(II) NVIDIA GLX Module  195.30  Fri Dec 18 17:09:18 PST 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  195.30  Fri Dec 18 16:24:01 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 62@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "TwinView" "0"
(**) NVIDIA(0): Option "MetaModes" "DFP-0: 1600x1200_60 +0+0"
(**) Feb 18 11:16:52 NVIDIA(0): Enabling RENDER acceleration
(II) Feb 18 11:16:52 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Feb 18 11:16:52 NVIDIA(0):     enabled.
(II) Feb 18 11:16:54 NVIDIA(0): NVIDIA GPU Quadro NVS 440 (NV43GL) at PCI:98:0:0 (GPU-0)
(--) Feb 18 11:16:54 NVIDIA(0): Memory: 131072 kBytes
(--) Feb 18 11:16:54 NVIDIA(0): VideoBIOS: 05.43.02.88.03
(II) Feb 18 11:16:54 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Feb 18 11:16:54 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Feb 18 11:16:54 NVIDIA(0): Connected display device(s) on Quadro NVS 440 at PCI:98:0:0:
(--) Feb 18 11:16:54 NVIDIA(0):     DELL 2007FP (DFP-0)
(--) Feb 18 11:16:54 NVIDIA(0):     hp L2035 (DFP-1)
(--) Feb 18 11:16:54 NVIDIA(0): DELL 2007FP (DFP-0): 155.0 MHz maximum pixel clock
(--) Feb 18 11:16:54 NVIDIA(0): DELL 2007FP (DFP-0): Internal Single Link TMDS
(--) Feb 18 11:16:54 NVIDIA(0): hp L2035 (DFP-1): 155.0 MHz maximum pixel clock
(--) Feb 18 11:16:54 NVIDIA(0): hp L2035 (DFP-1): Internal Single Link TMDS
(II) Feb 18 11:16:54 NVIDIA(0): Display Device found referenced in MetaMode: DFP-0
(II) Feb 18 11:16:54 NVIDIA(0): Assigned Display Device: DFP-0
(II) Feb 18 11:16:54 NVIDIA(0): Validated modes:
(II) Feb 18 11:16:54 NVIDIA(0):     "DFP-0:1600x1200_60+0+0"
(II) Feb 18 11:16:54 NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) Feb 18 11:16:54 NVIDIA(0): DPI set to (99, 98); computed from "UseEdidDpi" X config
(--) Feb 18 11:16:54 NVIDIA(0):     option
(==) Feb 18 11:16:54 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "TwinView" "0"
(**) NVIDIA(1): Option "MetaModes" "DFP-1: 1600x1200_60 +0+0; DFP-1: 1024x768 +0+0"
(**) Feb 18 11:16:54 NVIDIA(1): Enabling RENDER acceleration
(II) Feb 18 11:16:54 NVIDIA(1): NVIDIA GPU Quadro NVS 440 (NV43GL) at PCI:98:0:0 (GPU-0)
(--) Feb 18 11:16:54 NVIDIA(1): Memory: 131072 kBytes
(--) Feb 18 11:16:54 NVIDIA(1): VideoBIOS: 05.43.02.88.03
(II) Feb 18 11:16:54 NVIDIA(1): Detected PCI Express Link width: 16X
(--) Feb 18 11:16:54 NVIDIA(1): Interlaced video modes are supported on this GPU
(--) Feb 18 11:16:54 NVIDIA(1): Connected display device(s) on Quadro NVS 440 at PCI:98:0:0:
(--) Feb 18 11:16:54 NVIDIA(1):     DELL 2007FP (DFP-0)
(--) Feb 18 11:16:54 NVIDIA(1):     hp L2035 (DFP-1)
(--) Feb 18 11:16:54 NVIDIA(1): DELL 2007FP (DFP-0): 155.0 MHz maximum pixel clock
(--) Feb 18 11:16:54 NVIDIA(1): DELL 2007FP (DFP-0): Internal Single Link TMDS
(--) Feb 18 11:16:54 NVIDIA(1): hp L2035 (DFP-1): 155.0 MHz maximum pixel clock
(--) Feb 18 11:16:54 NVIDIA(1): hp L2035 (DFP-1): Internal Single Link TMDS
(II) Feb 18 11:16:54 NVIDIA(1): Display Device found referenced in MetaMode: DFP-1
(WW) Feb 18 11:16:54 NVIDIA(1): The EDID for hp L2035 (DFP-1) contradicts itself: mode
(WW) Feb 18 11:16:54 NVIDIA(1):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) Feb 18 11:16:54 NVIDIA(1):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) Feb 18 11:16:54 NVIDIA(1):     this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) Feb 18 11:16:54 NVIDIA(1):     for mode "1280x1024".
(WW) Feb 18 11:16:54 NVIDIA(1): The EDID for hp L2035 (DFP-1) contradicts itself: mode
(WW) Feb 18 11:16:54 NVIDIA(1):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) Feb 18 11:16:54 NVIDIA(1):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) Feb 18 11:16:54 NVIDIA(1):     this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) Feb 18 11:16:54 NVIDIA(1):     for mode "1280x1024".
(II) Feb 18 11:16:54 NVIDIA(1): Assigned Display Device: DFP-1
(II) Feb 18 11:16:54 NVIDIA(1): Validated modes:
(II) Feb 18 11:16:54 NVIDIA(1):     "DFP-1:1600x1200_60+0+0"
(II) Feb 18 11:16:54 NVIDIA(1):     "DFP-1:1024x768+0+0"
(II) Feb 18 11:16:54 NVIDIA(1): Virtual screen size determined to be 1600 x 1200
(--) Feb 18 11:16:54 NVIDIA(1): DPI set to (99, 98); computed from "UseEdidDpi" X config
(--) Feb 18 11:16:54 NVIDIA(1):     option
(==) Feb 18 11:16:54 NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Feb 18 11:16:55 NVIDIA(GPU-1): NVIDIA GPU Quadro NVS 440 (NV43GL) at PCI:99:0:0 (GPU-1)
(--) Feb 18 11:16:55 NVIDIA(GPU-1): Memory: 131072 kBytes
(--) Feb 18 11:16:55 NVIDIA(GPU-1): VideoBIOS: 05.43.02.88.03
(II) Feb 18 11:16:55 NVIDIA(GPU-1): Detected PCI Express Link width: 16X
(--) Feb 18 11:16:55 NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
(--) Feb 18 11:16:55 NVIDIA(GPU-1): Connected display device(s) on Quadro NVS 440 at PCI:99:0:0:
(--) Feb 18 11:16:55 NVIDIA(GPU-1):     Samsung SyncMaster (DFP-0)
(--) Feb 18 11:16:55 NVIDIA(GPU-1): Samsung SyncMaster (DFP-0): 155.0 MHz maximum pixel clock
(--) Feb 18 11:16:55 NVIDIA(GPU-1): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) Feb 18 11:16:55 NVIDIA(0): Initialized GPU GART.
(II) Feb 18 11:16:55 NVIDIA(0): Setting mode "DFP-0:1600x1200_60+0+0"
(II) Loading extension NV-GLX
(II) Feb 18 11:16:55 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Feb 18 11:16:55 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Feb 18 11:16:55 NVIDIA(1): Initialized GPU GART.
(II) Feb 18 11:16:55 NVIDIA(1): Setting mode "DFP-1:1600x1200_60+0+0"
(II) Feb 18 11:16:56 NVIDIA(1): Initialized OpenGL Acceleration
(==) NVIDIA(1): Disabling shared memory pixmaps
(II) Feb 18 11:16:56 NVIDIA(1): Initialized X Rendering Acceleration
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(**) NVIDIA(1): DPMS enabled
(==) RandR enabled
(II) Found 2 VGA devices: arbiter wrapping enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
(II) config/udev: Adding input device "Power Button" (/dev/input/event1)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event1"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) XKB: reuse xkmfile /var/lib/xkb/server-0C76CA335E924C2441A31FBFED02D59A89874CA6.xkm
(II) config/udev: Adding input device "Power Button" (/dev/input/event0)
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event0"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device "Microsoft Microsoft Wireless Optical Mouse® 1.00" (/dev/input/event4)
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": always reports core events
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Device: "/dev/input/event4"
(II) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Found 9 mouse buttons
(II) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Found scroll wheel(s)
(II) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Found relative axes
(II) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Found x and y relative axes
(II) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Configuring as mouse
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": YAxisMapping: buttons 4 and 5
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Microsoft Microsoft Wireless Optical Mouse® 1.00"" (type: MOUSE)
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": (accel) keeping acceleration scheme 1
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": (accel) acceleration profile 0
(II) "Microsoft Microsoft Wireless Optical Mouse® 1.00": initialized for relative axes.
(II) config/udev: Adding input device "Microsoft Microsoft Wireless Optical Mouse® 1.00" (/dev/input/mouse1)
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": always reports core events
(**) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Device: "/dev/input/mouse1"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Microsoft Microsoft Wireless Optical Mouse® 1.00""
(II) config/udev: Adding input device "AT Translated Set 2 keyboard" (/dev/input/event3)
(**) "AT Translated Set 2 keyboard": always reports core events
(**) "AT Translated Set 2 keyboard": Device: "/dev/input/event3"
(II) "AT Translated Set 2 keyboard": Found keys
(II) "AT Translated Set 2 keyboard": Configuring as keyboard
(II) XINPUT: Adding extended input device ""AT Translated Set 2 keyboard"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device "Macintosh mouse button emulation" (/dev/input/event2)
(**) "Macintosh mouse button emulation": always reports core events
(**) "Macintosh mouse button emulation": Device: "/dev/input/event2"
(II) "Macintosh mouse button emulation": Found 3 mouse buttons
(II) "Macintosh mouse button emulation": Found relative axes
(II) "Macintosh mouse button emulation": Found x and y relative axes
(II) "Macintosh mouse button emulation": Configuring as mouse
(**) "Macintosh mouse button emulation": YAxisMapping: buttons 4 and 5
(**) "Macintosh mouse button emulation": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Macintosh mouse button emulation"" (type: MOUSE)
(**) "Macintosh mouse button emulation": (accel) keeping acceleration scheme 1
(**) "Macintosh mouse button emulation": (accel) acceleration profile 0
(II) "Macintosh mouse button emulation": initialized for relative axes.
(II) config/udev: Adding input device "Macintosh mouse button emulation" (/dev/input/mouse0)
(**) "Macintosh mouse button emulation": always reports core events
(**) "Macintosh mouse button emulation": Device: "/dev/input/mouse0"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Macintosh mouse button emulation""
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Feb 18 11:17:54 NVIDIA(0): Setting mode "DFP-0:1600x1200_60+0+0"
(II) Feb 18 11:17:54 NVIDIA(1): Setting mode "DFP-1:1600x1200_60+0+0"
(II) "Power Button": Device reopened after 1 attempts.
(II) "Power Button": Device reopened after 1 attempts.
(II) "Microsoft Microsoft Wireless Optical Mouse® 1.00": Device reopened after 1 attempts.
(II) "AT Translated Set 2 keyboard": Device reopened after 1 attempts.
(II) "Macintosh mouse button emulation": Device reopened after 1 attempts.
shai@ShaiDesktop104:/var/log$ Xorg -version
Code:
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.7.3.902 (1.7.4 RC 2)
Release Date: 2009-12-26
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server x86_64 Ubuntu
Current Operating System: Linux ShaiDesktop104 2.6.32-10-generic #14-Ubuntu SMP Thu Jan 7 17:38:08 UTC 2010 x86_64
Kernel command line: auto BOOT_IMAGE=Linux ro root=/dev/sda1
Build Date: 19 January 2010  07:28:22AM
xorg-server 2:1.7.3.902-1ubuntu9 (buildd@) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
 
  


Reply

Tags
display, ubuntu, video



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
Cannot install driver for NVS 140M wanjiwz Linux - Hardware 2 11-29-2009 07:28 PM
Could not find SuSE Linux installation CD. Activating manual setup HELP!! gumbass SUSE / openSUSE 5 09-03-2009 07:43 AM
LXer: NVIDIA Quadro NVS 140M LXer Syndicated Linux News 1 06-05-2008 12:15 AM
Try to get resolution 1280*1024 on nVidia NVS 280 nixon_vb Linux - Hardware 3 07-17-2005 10:01 PM
nvidia nvs 280 Dual Head SuSE 9.2 basset_drool Linux - Hardware 3 02-23-2005 02:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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