Need help with setting up Infocus Screenplay 5000 projector [edited]
john smith
wasteland23 at gmail.com
Wed Jul 29 22:13:13 PDT 2009
On Thu, Jul 30, 2009 at 2:26 AM, john smith<wasteland23 at gmail.com> wrote:
> On Wed, Jul 29, 2009 at 7:32 PM, john smith<wasteland23 at gmail.com> wrote:
>> I have had an Infocus Screenplay 5000 for a few weeks now, and its a
>> great projector. After first getting it and the 30 ft DVI cable I
>> bought for it, I hooked it straight up to my graphics card and after a
>> few hours of tweaking xorg.conf I got it working nicely. However,I
>> ended up migrating to Sabayon (a Gentoo based distro). I saved my
>> orignal xorg.conf file from ubuntu. After installing, I switched out
>> the xorg.conf, but still the projector displays the default image. I'v
>> been at it for days and still can't get it working. Here is my
>> xorg.conf:
>>
>> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
>> # nvidia-xconfig: version 1.0 (buildmeister at builder57) Sat Jan 24
>> 20:04:42 PST 2009
>>
>> # commented out by update-manager, HAL is now used
>> #Section "InputDevice"
>> # Identifier "Keyboard0"
>> # Driver "kbd"
>> #EndSection
>> # commented out by update-manager, HAL is now used
>> #Section "InputDevice"
>> # Identifier "Mouse0"
>> # Driver "mouse"
>> # Option "Protocol" "auto"
>> # Option "Device" "/dev/input/mice"
>> # Option "ZAxisMapping" "4 5 6 7"
>> #EndSection
>> #Section “ServerFlags”
>> # Option “DontZap” “false”
>> #EndSection
>>
>> Section "ServerLayout"
>> Identifier "X.org Configured"
>> Screen 0 "Screen0" 0 0
>> Screen 1 "Screen1" LeftOf "Screen0"
>> InputDevice "Keyboard0" "CoreKeyboard"
>> InputDevice "Mouse0" "CorePointer"
>> Option "AIGLX" "true"
>> EndSection
>>
>> Section "Files"
>> ModulePath "/usr/lib/xorg/modules"
>> FontPath "/usr/share/fonts/X11/misc"
>> FontPath "/usr/share/fonts/X11/cyrillic"
>> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
>> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
>> FontPath "/usr/share/fonts/X11/Type1"
>> FontPath "/usr/share/fonts/X11/100dpi"
>> FontPath "/usr/share/fonts/X11/75dpi"
>> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>> EndSection
>>
>> Section "Module"
>> Load "extmod"
>> Load "dbe"
>> Load "glx"
>> Load "record"
>> Load "xtrap"
>> Load "type1"
>> Load "nvidia"
>> EndSection
>>
>> Section "ServerFlags"
>> Option "DontZap" "False"
>> EndSection
>>
>> Section "InputDevice"
>>
>> # generated from default
>> Identifier "Keyboard0"
>> Driver "keyboard"
>> 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 "Monitor"
>> Identifier "Monitor0"
>> VendorName "PTS"
>> ModelName "770"
>> HorizSync 30.0 - 80.0
>> VertRefresh 60.0 - 75.0
>> Option "DPMS"
>> EndSection
>>
>> Section "Monitor"
>> Identifier "Monitor1"
>> ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806
>> VertRefresh 60.0
> Option "DPMS" "off"
>> EndSection
>>
>> Section "Device"
>> Identifier "Card0"
>> Driver "nvidia"
>> VendorName "nVidia Corporation"
>> BoardName "NV28GL [Quadro4 980 XGL]"
>> BusID "AGP:1:0:0"
>> Screen 0
>> EndSection
>>
>> Section "Device"
>> Identifier "Card1"
>> Driver "nvidia"
>> BusID "AGP:1:0:0"
>> Screen 1
>> EndSection
>>
>> Section "Screen"
>> Identifier "Screen0"
>> Device "Card0"
>> Monitor "Monitor0"
>> DefaultDepth 24
>> Option "AddARGBGLXVisuals" "True"
>> Option "FlatPanel" "True"
>> Option "XAANoOffscreenPixmaps" "true"
>> Option "AllowGLXWithComposite" "true"
>> Option "TripleBuffer" "true"
>> Option "NvAGP" "1"
>> Option "NoLogo" "True"
>> SubSection "Display"
>> Viewport 0 0
>> Depth 24
>> Modes "1440x900"
>> EndSubSection
>> EndSection
>>
>> Section "Screen"
>>
>> #Option "AddARGBGLXVisuals" "True"
>> #Option "NvAGP" "1"
>> #Option "NoLogo" "True"
>> Option "HorizSync"
>> Option "VertRefresh" "60"
>> Identifier "Screen1"
>> Device "Card1"
>> Monitor "Monitor1"
>> DefaultDepth 24
>> SubSection "Display"
>> Viewport 0 1
>> Depth 24
>> Modes "1024x768"
>> EndSubSection
>> EndSection
>>
>> Section "Extensions"
>> Option "Composite" "enable"
>>
>>
>> EndSection
>>
>>
>> The only thing I have added is the VertRefresh 60.0 option, as I read
>> alot of projectors are touchy about refresh rates. Obviously, it
>> didn't help. Graphics card is a Quadro4 980 XGL. 30ft DVI from
>> computer to a DVI to M1 adaptor on the projector. Projector EDID
>> appears in logs, so cable must be good.
>>
>> (Also, even though the modlines & mode says 1024x768, when I orginally
>> set it up, the computer automaticly uped the output resolution to
>> 1280x720. I never bothered to change it. Strangly enough, removing the
>> modlines would NOT allow the projector to display at all. Never got
>> around to trying 1280 modelines.)
>>
>> Like I have said, I'v been at it for days, and its KILLING me not
>> having my 720p projector. PLEASE HELP!
>>
>
> EDIT: first I was using 1.6.0 on ubuntu (thats when the projector
> worked), then on Sabayon I was using 1.5.3 (I think) at first, but
> currently I'm using a ubuntu livecd that is running 1.6.0, since that
> was the last known good version.
>
> Now heres where it gets weird: I got it to work on both 1.5.3 and
> 1.6.0 without any changes to the above xorg.conf. Only after a mess
> up and a need to reinstall sabayon, I can't seem to get it working
> again.
>
> Xorg.0.log (verbose 5):
>
>
> X.Org X Server 1.6.0
> Release Date: 2009-2-25
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
> Current Operating System: Linux ubuntu 2.6.28-11-generic #42-Ubuntu
> SMP Fri Apr 17 01:57:59 UTC 2009 i686
> Build Date: 09 April 2009 02:10:02AM
> xorg-server 2:1.6.0-0ubuntu14 (buildd at rothera.buildd)
> 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.1.0.log", Time: Thu Jul 30 02:24:05 2009
> (++) Using config file: "/root/xorg.conf"
> (==) ServerLayout "X.org Configured"
> (**) |-->Screen "Screen0" (0)
> (**) | |-->Monitor "Monitor0"
> (**) | |-->Device "Card0"
> (**) |-->Screen "Screen1" (1)
> (**) | |-->Monitor "Monitor1"
> (**) | |-->Device "Card1"
> (**) |-->Input Device "Keyboard0"
> (**) |-->Input Device "Mouse0"
> (**) Option "DontZap" "False"
> (**) Option "AIGLX" "true"
> (==) Automatically adding devices
> (==) Automatically enabling devices
> (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
> Entry deleted from font path.
> (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,
> /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/modules"
> (**) Extension "Composite" is enabled
> (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
> 'vmmouse' will be disabled.
> (WW) Disabling Keyboard0
> (WW) Disabling Mouse0
> (II) Loader magic: 0x3bc0
> (II) Module ABI versions:
> X.Org ANSI C Emulation: 0.4
> X.Org Video Driver: 5.0
> X.Org XInput driver : 4.0
> X.Org Server Extension : 2.0
> (II) Loader running on linux
> (--) using VT number 9
>
> (--) PCI:*(0 at 1:0:0) nVidia Corporation NV28GL [Quadro4 980 XGL] rev
> 161, Mem @ 0xf8000000/16777216, 0xf0000000/134217728, BIOS @
> 0x????????/131072
> (II) Open ACPI successful (/var/run/acpid.socket)
> (II) System resource ranges:
> [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
> [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
> (II) "extmod" will be loaded. This was enabled by default and also
> specified in the config file.
> (II) "dbe" will be loaded. This was enabled by default and also
> specified in the config file.
> (II) "glx" will be loaded. This was enabled by default and also
> specified in the config file.
> (II) "record" will be loaded. This was enabled by default and also
> specified in the config file.
> (II) "dri" will be loaded by default.
> (II) "dri2" will be loaded by default.
> (II) LoadModule: "extmod"
> (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
> (II) Module extmod: vendor="X.Org Foundation"
> compiled for 1.6.0, 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.6.0, 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 96.43.10 Sat Jan 24 20:04:30 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.6.0, 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: "xtrap"
> (WW) Warning, couldn't open module xtrap
> (II) UnloadModule: "xtrap"
> (EE) Failed to load module "xtrap" (module does not exist, 0)
> (II) LoadModule: "type1"
> (WW) Warning, couldn't open module type1
> (II) UnloadModule: "type1"
> (EE) Failed to load module "type1" (module does not exist, 0)
> (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) LoadModule: "dri"
> (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
> (II) Module dri: vendor="X.Org Foundation"
> compiled for 1.6.0, 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.6.0, module version = 1.0.0
> ABI class: X.Org Server Extension, version 2.0
> (II) Loading extension DRI2
> (II) LoadModule: "nvidia"
> (II) Reloading /usr/lib/xorg/modules/drivers//nvidia_drv.so
> (II) UnloadModule: "nvidia"
> (II) Failed to load module "nvidia" (already loaded, 151665568)
> (II) NVIDIA dlloader X Driver 96.43.10 Sat Jan 24 19:52:47 PST 2009
> (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
> (II) NVIDIA X compatibility module for ABI 5.0 built from xorg-server-1.5.99.901
> (II) Primary Device is: PCI 01 at 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.6.0, 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
> (II) resource ranges after probing:
> [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
> [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
> (**) 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 "NoLogo" "True"
> (**) NVIDIA(0): Option "NvAGP" "1"
> (**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
> (**) NVIDIA(0): Option "TripleBuffer" "true"
> (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
> (==) NVIDIA(0): Using HW cursor
> (**) NVIDIA(0): Enabling RENDER acceleration
> (==) NVIDIA(0): Video key set to default value of 0x101fe
> (**) NVIDIA(0): Use of NVIDIA internal AGP requested
> (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
> (II) NVIDIA(0): enabled.
> (II) NVIDIA(0): NVIDIA GPU Quadro4 980 XGL at PCI:1:0:0 (GPU-0)
> (--) NVIDIA(0): Memory: 131072 kBytes
> (II) NVIDIA(0): GPU Architecture: 0x20
> (II) NVIDIA(0): GPU Implementation: 0x28
> (II) NVIDIA(0): GPU Revision: 0xa2
> (--) NVIDIA(0): VideoBIOS: 04.28.20.19.15
> (--) NVIDIA(0): Found 2 CRTCs on board
> (II) NVIDIA(0): Supported display device(s): CRT-0, CRT-1, DFP-0, DFP-1
> (II) NVIDIA(0): Bus detected as PCI
> (--) NVIDIA(0): Interlaced video modes are supported on this GPU
> (II) NVIDIA(0):
> (II) NVIDIA(0): Mode timing constraints for : Quadro4 980 XGL
> (II) NVIDIA(0): Maximum mode timing values :
> (II) NVIDIA(0): Horizontal Visible Width : 8192
> (II) NVIDIA(0): Horizontal Blank Start : 8192
> (II) NVIDIA(0): Horizontal Blank Width : 4096
> (II) NVIDIA(0): Horizontal Sync Start : 8184
> (II) NVIDIA(0): Horizontal Sync Width : 504
> (II) NVIDIA(0): Horizontal Total Width : 8224
> (II) NVIDIA(0): Vertical Visible Height : 8192
> (II) NVIDIA(0): Vertical Blank Start : 8192
> (II) NVIDIA(0): Vertical Blank Width : 256
> (II) NVIDIA(0): Veritcal Sync Start : 8191
> (II) NVIDIA(0): Vertical Sync Width : 15
> (II) NVIDIA(0): Vertical Total Height : 8193
> (II) NVIDIA(0):
> (II) NVIDIA(0): Minimum mode timing values :
> (II) NVIDIA(0): Horizontal Total Width : 40
> (II) NVIDIA(0): Vertical Total Height : 2
> (II) NVIDIA(0):
> (II) NVIDIA(0): Mode timing alignment :
> (II) NVIDIA(0): Horizontal Visible Width : multiples of 8
> (II) NVIDIA(0): Horizontal Blank Start : multiples of 8
> (II) NVIDIA(0): Horizontal Blank Width : multiples of 8
> (II) NVIDIA(0): Horizontal Sync Start : multiples of 8
> (II) NVIDIA(0): Horizontal Sync Width : multiples of 8
> (II) NVIDIA(0): Horizontal Total Width : multiples of 8
> (II) NVIDIA(0):
> (--) NVIDIA(0): Connected display device(s) on Quadro4 980 XGL at PCI:1:0:0:
> (--) NVIDIA(0): Proview (CRT-0)
> (--) NVIDIA(0): ASK ScreenPlay5000-D (DFP-1)
> (--) NVIDIA(0): Proview (CRT-0): 350.0 MHz maximum pixel clock
> (--) NVIDIA(0):
> (--) NVIDIA(0): --- EDID for Proview (CRT-0) ---
> (--) NVIDIA(0): EDID Version : 1.3
> (--) NVIDIA(0): Manufacturer : PTS
> (--) NVIDIA(0): Monitor Name : Proview
> (--) NVIDIA(0): Product ID : 1904
> (--) NVIDIA(0): 32-bit Serial Number : 16843009
> (--) NVIDIA(0): Serial Number String : F0SD6B057590U
> (--) NVIDIA(0): Manufacture Date : 2006, week 47
> (--) NVIDIA(0): DPMS Capabilities : Standby Suspend Active Off
> (--) NVIDIA(0): Prefer first detailed timing : Yes
> (--) NVIDIA(0): Supports GTF : No
> (--) NVIDIA(0): Maximum Image Size : 410mm x 260mm
> (--) NVIDIA(0): Valid HSync Range : 30 kHz - 80 kHz
> (--) NVIDIA(0): Valid VRefresh Range : 60 Hz - 75 Hz
> (--) NVIDIA(0): EDID maximum pixel clock : 140.0 MHz
> (--) NVIDIA(0):
> (--) NVIDIA(0): Established Timings:
> (--) NVIDIA(0): 640 x 480 @ 60 Hz
> (--) NVIDIA(0): 640 x 480 @ 72 Hz
> (--) NVIDIA(0): 640 x 480 @ 75 Hz
> (--) NVIDIA(0): 800 x 600 @ 56 Hz
> (--) NVIDIA(0): 800 x 600 @ 60 Hz
> (--) NVIDIA(0): 800 x 600 @ 72 Hz
> (--) NVIDIA(0): 800 x 600 @ 75 Hz
> (--) NVIDIA(0): 1024 x 768 @ 60 Hz
> (--) NVIDIA(0): 1024 x 768 @ 70 Hz
> (--) NVIDIA(0): 1024 x 768 @ 75 Hz
> (--) NVIDIA(0): 1280 x 1024 @ 75 Hz
> (--) NVIDIA(0):
> (--) NVIDIA(0): Standard Timings:
> (--) NVIDIA(0): 1440 x 900 @ 75 Hz
> (--) NVIDIA(0):
> (--) NVIDIA(0): Detailed Timings:
> (--) NVIDIA(0): 1440 x 900 @ 60 Hz
> (--) NVIDIA(0): Pixel Clock : 88.75 MHz
> (--) NVIDIA(0): HRes, HSyncStart : 1440, 1488
> (--) NVIDIA(0): HSyncEnd, HTotal : 1520, 1600
> (--) NVIDIA(0): VRes, VSyncStart : 900, 903
> (--) NVIDIA(0): VSyncEnd, VTotal : 909, 926
> (--) NVIDIA(0): H/V Polarity : +/-
> (--) NVIDIA(0): 1280 x 1024 @ 60 Hz
> (--) NVIDIA(0): Pixel Clock : 108.00 MHz
> (--) NVIDIA(0): HRes, HSyncStart : 1280, 1328
> (--) NVIDIA(0): HSyncEnd, HTotal : 1440, 1688
> (--) NVIDIA(0): VRes, VSyncStart : 1024, 1025
> (--) NVIDIA(0): VSyncEnd, VTotal : 1028, 1066
> (--) NVIDIA(0): H/V Polarity : +/+
> (--) NVIDIA(0):
> (--) NVIDIA(0): --- End of EDID for Proview (CRT-0) ---
> (--) NVIDIA(0):
> (--) NVIDIA(0): ASK ScreenPlay5000-D (DFP-1): 165.0 MHz maximum pixel clock
> (--) NVIDIA(0): ASK ScreenPlay5000-D (DFP-1): External Single Link TMDS
> (--) NVIDIA(0): ASK ScreenPlay5000-D (DFP-1): Native FlatPanel Scaling is
> (--) NVIDIA(0): supported
> (--) NVIDIA(0): ASK ScreenPlay5000-D (DFP-1): DFP modes are not limited to 60
> (--) NVIDIA(0): Hz refresh rate
> (--) NVIDIA(0):
> (--) NVIDIA(0): --- EDID for ASK ScreenPlay5000-D (DFP-1) ---
> (--) NVIDIA(0): EDID Version : 1.3
> (--) NVIDIA(0): Manufacturer : ASK
> (--) NVIDIA(0): Monitor Name : ASK ScreenPlay5000-D
> (--) NVIDIA(0): Product ID : 35313
> (--) NVIDIA(0): 32-bit Serial Number : 16843009
> (--) NVIDIA(0): Serial Number String :
> (--) NVIDIA(0): Manufacture Date : 2003, week 0
> (--) NVIDIA(0): DPMS Capabilities :
> (--) NVIDIA(0): Prefer first detailed timing : Yes
> (--) NVIDIA(0): Supports GTF : No
> (--) NVIDIA(0): Maximum Image Size : 0mm x 0mm
> (--) NVIDIA(0): Valid HSync Range : 31 kHz - 69 kHz
> (--) NVIDIA(0): Valid VRefresh Range : 59 Hz - 61 Hz
> (--) NVIDIA(0): EDID maximum pixel clock : 172.8 MHz
> (--) NVIDIA(0):
> (--) NVIDIA(0): Standard Timings:
> (--) NVIDIA(0): 848 x 530 @ 60 Hz
> (--) NVIDIA(0): 1024 x 768 @ 60 Hz
> (--) NVIDIA(0): 1920 x 1080 @ 60 Hz
> (--) NVIDIA(0):
> (--) NVIDIA(0): Detailed Timings:
> (--) NVIDIA(0): 1280 x 720 @ 60 Hz
> (--) NVIDIA(0): Pixel Clock : 74.25 MHz
> (--) NVIDIA(0): HRes, HSyncStart : 1280, 1390
> (--) NVIDIA(0): HSyncEnd, HTotal : 1430, 1650
> (--) NVIDIA(0): VRes, VSyncStart : 720, 725
> (--) NVIDIA(0): VSyncEnd, VTotal : 730, 750
> (--) NVIDIA(0): H/V Polarity : +/+
> (--) NVIDIA(0):
> (--) NVIDIA(0): --- End of EDID for ASK ScreenPlay5000-D (DFP-1) ---
> (--) NVIDIA(0):
> (II) NVIDIA(0): Frequency information for Proview (CRT-0):
> (II) NVIDIA(0): HorizSync : 30.000-80.000 kHz
> (II) NVIDIA(0): VertRefresh : 60.000-75.000 Hz
> (II) NVIDIA(0): (HorizSync from EDID)
> (II) NVIDIA(0): (VertRefresh from EDID)
> (II) NVIDIA(0):
> (II) NVIDIA(0): --- Modes in ModePool for Proview (CRT-0) ---
> (II) NVIDIA(0): "nvidia-auto-select" : 1440 x 900 @ 59.9 Hz (from: EDID)
> (II) NVIDIA(0): "1920x1080" : 1920 x 1080 @ 59.9 Hz (from: X Server)
> (II) NVIDIA(0): "1920x1080_60" : 1920 x 1080 @ 59.9 Hz (from: X Server)
> (II) NVIDIA(0): "1680x1050" : 1680 x 1050 @ 59.9 Hz (from: X Server)
> (II) NVIDIA(0): "1680x1050_60" : 1680 x 1050 @ 59.9 Hz (from: X Server)
> (II) NVIDIA(0): "1600x1024" : 1600 x 1024 @ 60.2 Hz (from: X Server)
> (II) NVIDIA(0): "1600x1024_60" : 1600 x 1024 @ 60.2 Hz (from: X Server)
> (II) NVIDIA(0): "1440x900" : 1440 x 900 @ 75.0 Hz (from: EDID)
> (II) NVIDIA(0): "1440x900_75" : 1440 x 900 @ 75.0 Hz (from: EDID)
> (II) NVIDIA(0): "1440x900_60" : 1440 x 900 @ 59.9 Hz (from: EDID)
> (II) NVIDIA(0): "1440x900_60_0" : 1440 x 900 @ 59.9 Hz (from: X Server)
> (II) NVIDIA(0): "1400x1050" : 1400 x 1050 @ 60.0 Hz (from: X Server)
> (II) NVIDIA(0): "1400x1050_60" : 1400 x 1050 @ 60.0 Hz (from: X Server)
> (II) NVIDIA(0): "1360x768" : 1360 x 768 @ 60.0 Hz (from: X Server)
> (II) NVIDIA(0): "1360x768_60" : 1360 x 768 @ 60.0 Hz (from: X Server)
> (II) NVIDIA(0): "1360x768_60_0" : 1360 x 768 @ 59.8 Hz (from: X Server)
> (II) NVIDIA(0): "1280x1024" : 1280 x 1024 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "1280x1024_75" : 1280 x 1024 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "1280x1024_60" : 1280 x 1024 @ 60.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "1280x960" : 1280 x 960 @ 60.0 Hz (from:
> X Server, VESA)
> (II) NVIDIA(0): "1280x960_60" : 1280 x 960 @ 60.0 Hz (from:
> X Server, VESA)
> (II) NVIDIA(0): "1152x864" : 1152 x 864 @ 75.0 Hz (from:
> X Server, VESA)
> (II) NVIDIA(0): "1152x864_75" : 1152 x 864 @ 75.0 Hz (from:
> X Server, VESA)
> (II) NVIDIA(0): "1152x864_75_0" : 1152 x 864 @ 75.0 Hz (from: X Server)
> (II) NVIDIA(0): "1152x864_70" : 1152 x 864 @ 70.0 Hz (from: X Server)
> (II) NVIDIA(0): "1152x864_60" : 1152 x 864 @ 60.0 Hz (from: X Server)
> (II) NVIDIA(0): "1024x768" : 1024 x 768 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "1024x768_75" : 1024 x 768 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "1024x768_70" : 1024 x 768 @ 70.1 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "960x600" : 960 x 600 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "960x600d60" : 960 x 600 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "960x540" : 960 x 540 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "960x540d60" : 960 x 540 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "840x525" : 840 x 525 @ 69.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "840x525d70" : 840 x 525 @ 69.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "840x525d60" : 840 x 525 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "840x525d60_0" : 840 x 525 @ 59.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "832x624" : 832 x 624 @ 74.5 Hz (from: X Server)
> (II) NVIDIA(0): "832x624_75" : 832 x 624 @ 74.5 Hz (from: X Server)
> (II) NVIDIA(0): "800x600" : 800 x 600 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "800x600_75" : 800 x 600 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "800x600_72" : 800 x 600 @ 72.2 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "800x600_60" : 800 x 600 @ 60.3 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "800x600d60" : 800 x 600 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "800x512" : 800 x 512 @ 60.2 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "800x512d60" : 800 x 512 @ 60.2 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "720x450" : 720 x 450 @ 59.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "720x450d60" : 720 x 450 @ 59.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "680x384" : 680 x 384 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "680x384d60" : 680 x 384 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "680x384d60_0" : 680 x 384 @ 59.8 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "640x512" : 640 x 512 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "640x512d75" : 640 x 512 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "640x512d60" : 640 x 512 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "640x480" : 640 x 480 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "640x480_75" : 640 x 480 @ 75.0 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "640x480_73" : 640 x 480 @ 72.8 Hz (from:
> X Server, VESA, EDID)
> (II) NVIDIA(0): "640x480d60" : 640 x 480 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "640x480_60" : 640 x 480 @ 60.0 Hz (from:
> VESA, EDID)
> (II) NVIDIA(0): "576x432" : 576 x 432 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "576x432d75" : 576 x 432 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "576x432d75_0" : 576 x 432 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "576x432d70" : 576 x 432 @ 70.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "576x432d60" : 576 x 432 @ 60.1 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "512x384" : 512 x 384 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "512x384d75" : 512 x 384 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "512x384d70" : 512 x 384 @ 70.1 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "512x384d60" : 512 x 384 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "416x312" : 416 x 312 @ 74.7 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "416x312d75" : 416 x 312 @ 74.7 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "400x300" : 400 x 300 @ 75.1 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "400x300d75" : 400 x 300 @ 75.1 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "400x300d72" : 400 x 300 @ 72.2 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "400x300d60" : 400 x 300 @ 60.3 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "320x240" : 320 x 240 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "320x240d75" : 320 x 240 @ 75.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "320x240d73" : 320 x 240 @ 72.8 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): "320x240d60" : 320 x 240 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(0): --- End of ModePool for Proview (CRT-0): ---
> (II) NVIDIA(0):
> (II) NVIDIA(0): Assigned Display Device: CRT-0
> (II) NVIDIA(0): Requested modes:
> (II) NVIDIA(0): "1440x900"
> (II) NVIDIA(0): Validated modes:
> (II) NVIDIA(0): MetaMode "1440x900":
> (II) NVIDIA(0): Bounding Box: [0, 0, 1440, 900]
> (II) NVIDIA(0): Proview (CRT-0): "1440x900"
> (II) NVIDIA(0): Size : 1440 x 900
> (II) NVIDIA(0): Offset : +0 +0
> (II) NVIDIA(0): Panning Domain: @ 1440 x 900
> (II) NVIDIA(0): Position : [0, 0, 1440, 900]
> (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
> (II) NVIDIA(0):
> (II) NVIDIA(0): Implicitly adding the following modes to X Screen 0 (these
> (II) NVIDIA(0): will be available via XRandR and XF86VidMode):
> (II) NVIDIA(0):
> (II) NVIDIA(0): "nvidia-auto-select" : 1440 x 900 @ 59.9 Hz
> (II) NVIDIA(0): "1440x900_60_0" : 1440 x 900 @ 59.9 Hz
> (II) NVIDIA(0): "1360x768" : 1360 x 768 @ 60.0 Hz
> (II) NVIDIA(0): "1360x768_60_0" : 1360 x 768 @ 59.8 Hz
> (II) NVIDIA(0): "1152x864" : 1152 x 864 @ 75.0 Hz
> (II) NVIDIA(0): "1152x864_75_0" : 1152 x 864 @ 75.0 Hz
> (II) NVIDIA(0): "1152x864_70" : 1152 x 864 @ 70.0 Hz
> (II) NVIDIA(0): "1152x864_60" : 1152 x 864 @ 60.0 Hz
> (II) NVIDIA(0): "1024x768" : 1024 x 768 @ 75.0 Hz
> (II) NVIDIA(0): "1024x768_70" : 1024 x 768 @ 70.1 Hz
> (II) NVIDIA(0): "1024x768_60" : 1024 x 768 @ 60.0 Hz
> (II) NVIDIA(0): "960x600" : 960 x 600 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "960x540" : 960 x 540 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "840x525" : 840 x 525 @ 69.9 Hz DoubleScan
> (II) NVIDIA(0): "840x525d60" : 840 x 525 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "840x525d60_0" : 840 x 525 @ 59.9 Hz DoubleScan
> (II) NVIDIA(0): "832x624" : 832 x 624 @ 74.5 Hz
> (II) NVIDIA(0): "800x600" : 800 x 600 @ 75.0 Hz
> (II) NVIDIA(0): "800x600_72" : 800 x 600 @ 72.2 Hz
> (II) NVIDIA(0): "800x600_60" : 800 x 600 @ 60.3 Hz
> (II) NVIDIA(0): "800x600d60" : 800 x 600 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "800x512" : 800 x 512 @ 60.2 Hz DoubleScan
> (II) NVIDIA(0): "720x450" : 720 x 450 @ 59.9 Hz DoubleScan
> (II) NVIDIA(0): "680x384" : 680 x 384 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "680x384d60_0" : 680 x 384 @ 59.8 Hz DoubleScan
> (II) NVIDIA(0): "640x512" : 640 x 512 @ 75.0 Hz DoubleScan
> (II) NVIDIA(0): "640x512d60" : 640 x 512 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "640x480" : 640 x 480 @ 75.0 Hz
> (II) NVIDIA(0): "640x480_73" : 640 x 480 @ 72.8 Hz
> (II) NVIDIA(0): "640x480d60" : 640 x 480 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "640x480_60" : 640 x 480 @ 60.0 Hz
> (II) NVIDIA(0): "576x432" : 576 x 432 @ 75.0 Hz DoubleScan
> (II) NVIDIA(0): "576x432d75_0" : 576 x 432 @ 75.0 Hz DoubleScan
> (II) NVIDIA(0): "576x432d70" : 576 x 432 @ 70.0 Hz DoubleScan
> (II) NVIDIA(0): "576x432d60" : 576 x 432 @ 60.1 Hz DoubleScan
> (II) NVIDIA(0): "512x384" : 512 x 384 @ 75.0 Hz DoubleScan
> (II) NVIDIA(0): "512x384d70" : 512 x 384 @ 70.1 Hz DoubleScan
> (II) NVIDIA(0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0): "416x312" : 416 x 312 @ 74.7 Hz DoubleScan
> (II) NVIDIA(0): "400x300" : 400 x 300 @ 75.1 Hz DoubleScan
> (II) NVIDIA(0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan
> (II) NVIDIA(0): "400x300d60" : 400 x 300 @ 60.3 Hz DoubleScan
> (II) NVIDIA(0): "320x240" : 320 x 240 @ 75.0 Hz DoubleScan
> (II) NVIDIA(0): "320x240d73" : 320 x 240 @ 72.8 Hz DoubleScan
> (II) NVIDIA(0): "320x240d60" : 320 x 240 @ 60.0 Hz DoubleScan
> (II) NVIDIA(0):
> (II) NVIDIA(0): Computing DPI using physical size from Proview (CRT-0)'s EDID
> (II) NVIDIA(0): and first mode to be programmed on Proview (CRT-0):
> (II) NVIDIA(0): width : 1440 pixels 410 mm (DPI: 89)
> (II) NVIDIA(0): height : 900 pixels 260 mm (DPI: 87)
> (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
> (--) NVIDIA(0): option
> (WW) NVIDIA(0): UBB is incompatible with the Composite extension. Disabling
> (WW) NVIDIA(0): UBB.
> (**) 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)
> (WW) NVIDIA(1): Option "HorizSync" requires an string value
> (**) NVIDIA(1): Option "VertRefresh" "60"
> (==) NVIDIA(1): Using HW cursor
> (**) NVIDIA(1): Enabling RENDER acceleration
> (==) NVIDIA(1): Video key set to default value of 0x101fe
> (II) NVIDIA(1): NVIDIA GPU Quadro4 980 XGL at PCI:1:0:0 (GPU-0)
> (--) NVIDIA(1): Memory: 131072 kBytes
> (II) NVIDIA(1): GPU Architecture: 0x20
> (II) NVIDIA(1): GPU Implementation: 0x28
> (II) NVIDIA(1): GPU Revision: 0xa2
> (--) NVIDIA(1): VideoBIOS: 04.28.20.19.15
> (--) NVIDIA(1): Found 2 CRTCs on board
> (II) NVIDIA(1): Supported display device(s): CRT-0, CRT-1, DFP-0, DFP-1
> (II) NVIDIA(1): Bus detected as PCI
> (--) NVIDIA(1): Interlaced video modes are supported on this GPU
> (II) NVIDIA(1):
> (II) NVIDIA(1): Mode timing constraints for : Quadro4 980 XGL
> (II) NVIDIA(1): Maximum mode timing values :
> (II) NVIDIA(1): Horizontal Visible Width : 8192
> (II) NVIDIA(1): Horizontal Blank Start : 8192
> (II) NVIDIA(1): Horizontal Blank Width : 4096
> (II) NVIDIA(1): Horizontal Sync Start : 8184
> (II) NVIDIA(1): Horizontal Sync Width : 504
> (II) NVIDIA(1): Horizontal Total Width : 8224
> (II) NVIDIA(1): Vertical Visible Height : 8192
> (II) NVIDIA(1): Vertical Blank Start : 8192
> (II) NVIDIA(1): Vertical Blank Width : 256
> (II) NVIDIA(1): Veritcal Sync Start : 8191
> (II) NVIDIA(1): Vertical Sync Width : 15
> (II) NVIDIA(1): Vertical Total Height : 8193
> (II) NVIDIA(1):
> (II) NVIDIA(1): Minimum mode timing values :
> (II) NVIDIA(1): Horizontal Total Width : 40
> (II) NVIDIA(1): Vertical Total Height : 2
> (II) NVIDIA(1):
> (II) NVIDIA(1): Mode timing alignment :
> (II) NVIDIA(1): Horizontal Visible Width : multiples of 8
> (II) NVIDIA(1): Horizontal Blank Start : multiples of 8
> (II) NVIDIA(1): Horizontal Blank Width : multiples of 8
> (II) NVIDIA(1): Horizontal Sync Start : multiples of 8
> (II) NVIDIA(1): Horizontal Sync Width : multiples of 8
> (II) NVIDIA(1): Horizontal Total Width : multiples of 8
> (II) NVIDIA(1):
> (--) NVIDIA(1): Connected display device(s) on Quadro4 980 XGL at PCI:1:0:0:
> (--) NVIDIA(1): Proview (CRT-0)
> (--) NVIDIA(1): ASK ScreenPlay5000-D (DFP-1)
> (--) NVIDIA(1): Proview (CRT-0): 350.0 MHz maximum pixel clock
> (--) NVIDIA(1):
> (--) NVIDIA(1): --- EDID for Proview (CRT-0) ---
> (--) NVIDIA(1): EDID Version : 1.3
> (--) NVIDIA(1): Manufacturer : PTS
> (--) NVIDIA(1): Monitor Name : Proview
> (--) NVIDIA(1): Product ID : 1904
> (--) NVIDIA(1): 32-bit Serial Number : 16843009
> (--) NVIDIA(1): Serial Number String : F0SD6B057590U
> (--) NVIDIA(1): Manufacture Date : 2006, week 47
> (--) NVIDIA(1): DPMS Capabilities : Standby Suspend Active Off
> (--) NVIDIA(1): Prefer first detailed timing : Yes
> (--) NVIDIA(1): Supports GTF : No
> (--) NVIDIA(1): Maximum Image Size : 410mm x 260mm
> (--) NVIDIA(1): Valid HSync Range : 30 kHz - 80 kHz
> (--) NVIDIA(1): Valid VRefresh Range : 60 Hz - 75 Hz
> (--) NVIDIA(1): EDID maximum pixel clock : 140.0 MHz
> (--) NVIDIA(1):
> (--) NVIDIA(1): Established Timings:
> (--) NVIDIA(1): 640 x 480 @ 60 Hz
> (--) NVIDIA(1): 640 x 480 @ 72 Hz
> (--) NVIDIA(1): 640 x 480 @ 75 Hz
> (--) NVIDIA(1): 800 x 600 @ 56 Hz
> (--) NVIDIA(1): 800 x 600 @ 60 Hz
> (--) NVIDIA(1): 800 x 600 @ 72 Hz
> (--) NVIDIA(1): 800 x 600 @ 75 Hz
> (--) NVIDIA(1): 1024 x 768 @ 60 Hz
> (--) NVIDIA(1): 1024 x 768 @ 70 Hz
> (--) NVIDIA(1): 1024 x 768 @ 75 Hz
> (--) NVIDIA(1): 1280 x 1024 @ 75 Hz
> (--) NVIDIA(1):
> (--) NVIDIA(1): Standard Timings:
> (--) NVIDIA(1): 1440 x 900 @ 75 Hz
> (--) NVIDIA(1):
> (--) NVIDIA(1): Detailed Timings:
> (--) NVIDIA(1): 1440 x 900 @ 60 Hz
> (--) NVIDIA(1): Pixel Clock : 88.75 MHz
> (--) NVIDIA(1): HRes, HSyncStart : 1440, 1488
> (--) NVIDIA(1): HSyncEnd, HTotal : 1520, 1600
> (--) NVIDIA(1): VRes, VSyncStart : 900, 903
> (--) NVIDIA(1): VSyncEnd, VTotal : 909, 926
> (--) NVIDIA(1): H/V Polarity : +/-
> (--) NVIDIA(1): 1280 x 1024 @ 60 Hz
> (--) NVIDIA(1): Pixel Clock : 108.00 MHz
> (--) NVIDIA(1): HRes, HSyncStart : 1280, 1328
> (--) NVIDIA(1): HSyncEnd, HTotal : 1440, 1688
> (--) NVIDIA(1): VRes, VSyncStart : 1024, 1025
> (--) NVIDIA(1): VSyncEnd, VTotal : 1028, 1066
> (--) NVIDIA(1): H/V Polarity : +/+
> (--) NVIDIA(1):
> (--) NVIDIA(1): --- End of EDID for Proview (CRT-0) ---
> (--) NVIDIA(1):
> (--) NVIDIA(1): ASK ScreenPlay5000-D (DFP-1): 165.0 MHz maximum pixel clock
> (--) NVIDIA(1): ASK ScreenPlay5000-D (DFP-1): External Single Link TMDS
> (--) NVIDIA(1): ASK ScreenPlay5000-D (DFP-1): Native FlatPanel Scaling is
> (--) NVIDIA(1): supported
> (--) NVIDIA(1): ASK ScreenPlay5000-D (DFP-1): DFP modes are not limited to 60
> (--) NVIDIA(1): Hz refresh rate
> (--) NVIDIA(1):
> (--) NVIDIA(1): --- EDID for ASK ScreenPlay5000-D (DFP-1) ---
> (--) NVIDIA(1): EDID Version : 1.3
> (--) NVIDIA(1): Manufacturer : ASK
> (--) NVIDIA(1): Monitor Name : ASK ScreenPlay5000-D
> (--) NVIDIA(1): Product ID : 35313
> (--) NVIDIA(1): 32-bit Serial Number : 16843009
> (--) NVIDIA(1): Serial Number String :
> (--) NVIDIA(1): Manufacture Date : 2003, week 0
> (--) NVIDIA(1): DPMS Capabilities :
> (--) NVIDIA(1): Prefer first detailed timing : Yes
> (--) NVIDIA(1): Supports GTF : No
> (--) NVIDIA(1): Maximum Image Size : 0mm x 0mm
> (--) NVIDIA(1): Valid HSync Range : 31 kHz - 69 kHz
> (--) NVIDIA(1): Valid VRefresh Range : 59 Hz - 61 Hz
> (--) NVIDIA(1): EDID maximum pixel clock : 172.8 MHz
> (--) NVIDIA(1):
> (--) NVIDIA(1): Standard Timings:
> (--) NVIDIA(1): 848 x 530 @ 60 Hz
> (--) NVIDIA(1): 1024 x 768 @ 60 Hz
> (--) NVIDIA(1): 1920 x 1080 @ 60 Hz
> (--) NVIDIA(1):
> (--) NVIDIA(1): Detailed Timings:
> (--) NVIDIA(1): 1280 x 720 @ 60 Hz
> (--) NVIDIA(1): Pixel Clock : 74.25 MHz
> (--) NVIDIA(1): HRes, HSyncStart : 1280, 1390
> (--) NVIDIA(1): HSyncEnd, HTotal : 1430, 1650
> (--) NVIDIA(1): VRes, VSyncStart : 720, 725
> (--) NVIDIA(1): VSyncEnd, VTotal : 730, 750
> (--) NVIDIA(1): H/V Polarity : +/+
> (--) NVIDIA(1):
> (--) NVIDIA(1): --- End of EDID for ASK ScreenPlay5000-D (DFP-1) ---
> (--) NVIDIA(1):
> (II) NVIDIA(1): Frequency information for ASK ScreenPlay5000-D (DFP-1):
> (II) NVIDIA(1): HorizSync : 31.000-69.000 kHz
> (II) NVIDIA(1): VertRefresh : 60.000 Hz
> (II) NVIDIA(1): (HorizSync from EDID)
> (II) NVIDIA(1): (VertRefresh from VertRefresh X Config Option)
> (II) NVIDIA(1):
> (II) NVIDIA(1): Native backend timings for ASK ScreenPlay5000-D (DFP-1):
> (II) NVIDIA(1): 1280 x 720 @ 60 Hz
> (II) NVIDIA(1): Pixel Clock : 74.25 MHz
> (II) NVIDIA(1): HRes, HSyncStart : 1280, 1390
> (II) NVIDIA(1): HSyncEnd, HTotal : 1430, 1650
> (II) NVIDIA(1): VRes, VSyncStart : 720, 725
> (II) NVIDIA(1): VSyncEnd, VTotal : 730, 750
> (II) NVIDIA(1): H/V Polarity : +/+
> (II) NVIDIA(1):
> (II) NVIDIA(1):
> (II) NVIDIA(1): --- Modes in ModePool for ASK ScreenPlay5000-D (DFP-1) ---
> (II) NVIDIA(1): "nvidia-auto-select" : 1280 x 720 @ 60.0 Hz (from: EDID)
> (II) NVIDIA(1): "1280x720" : 1280 x 720 @ 60.0 Hz (from: EDID)
> (II) NVIDIA(1): "1280x720_60" : 1280 x 720 @ 60.0 Hz (from: EDID)
> (II) NVIDIA(1): "960x540" : 960 x 540 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "960x540d60" : 960 x 540 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "848x530" : 848 x 530 @ 60.0 Hz (from: EDID)
> (II) NVIDIA(1): "848x530_60" : 848 x 530 @ 60.0 Hz (from: EDID)
> (II) NVIDIA(1): "840x525" : 840 x 525 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "840x525d60" : 840 x 525 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "840x525d60_0" : 840 x 525 @ 59.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "800x600" : 800 x 600 @ 60.3 Hz (from:
> X Server, VESA)
> (II) NVIDIA(1): "800x600_60" : 800 x 600 @ 60.3 Hz (from:
> X Server, VESA)
> (II) NVIDIA(1): "800x512" : 800 x 512 @ 60.2 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "800x512d60" : 800 x 512 @ 60.2 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "720x450" : 720 x 450 @ 59.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "720x450d60" : 720 x 450 @ 59.9 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "680x384" : 680 x 384 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "680x384d60" : 680 x 384 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "680x384d60_0" : 680 x 384 @ 59.8 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "640x512" : 640 x 512 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "640x512d60" : 640 x 512 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "640x480" : 640 x 480 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "640x480d60" : 640 x 480 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "640x480_60" : 640 x 480 @ 60.0 Hz (from: VESA)
> (II) NVIDIA(1): "576x432" : 576 x 432 @ 60.1 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "576x432d60" : 576 x 432 @ 60.1 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "512x384" : 512 x 384 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "512x384d60" : 512 x 384 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "400x300" : 400 x 300 @ 60.3 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "400x300d60" : 400 x 300 @ 60.3 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "320x240" : 320 x 240 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): "320x240d60" : 320 x 240 @ 60.0 Hz
> DoubleScan (from: X Server)
> (II) NVIDIA(1): --- End of ModePool for ASK ScreenPlay5000-D (DFP-1): ---
> (II) NVIDIA(1):
> (II) NVIDIA(1): Assigned Display Device: DFP-1
> (II) NVIDIA(1): Requested modes:
> (II) NVIDIA(1): "1024x768"
> (II) NVIDIA(1): "1280x720"
> (WW) NVIDIA(1): No valid modes for "1024x768"; removing.
> (II) NVIDIA(1): Validated modes:
> (II) NVIDIA(1): MetaMode "1280x720":
> (II) NVIDIA(1): Bounding Box: [0, 0, 1280, 720]
> (II) NVIDIA(1): ASK ScreenPlay5000-D (DFP-1): "1280x720"
> (II) NVIDIA(1): Size : 1280 x 720
> (II) NVIDIA(1): Offset : +0 +0
> (II) NVIDIA(1): Panning Domain: @ 1280 x 720
> (II) NVIDIA(1): Position : [0, 0, 1280, 720]
> (II) NVIDIA(1): Virtual screen size determined to be 1280 x 720
> (II) NVIDIA(1):
> (II) NVIDIA(1): Implicitly adding the following modes to X Screen 1 (these
> (II) NVIDIA(1): will be available via XRandR and XF86VidMode):
> (II) NVIDIA(1):
> (II) NVIDIA(1): "960x540" : 960 x 540 @ 60.0 Hz DoubleScan
> (II) NVIDIA(1): "848x530" : 848 x 530 @ 60.0 Hz
> (II) NVIDIA(1): "840x525" : 840 x 525 @ 60.0 Hz DoubleScan
> (II) NVIDIA(1): "840x525d60_0" : 840 x 525 @ 59.9 Hz DoubleScan
> (II) NVIDIA(1): "800x600" : 800 x 600 @ 60.3 Hz
> (II) NVIDIA(1): "800x512" : 800 x 512 @ 60.2 Hz DoubleScan
> (II) NVIDIA(1): "720x450" : 720 x 450 @ 59.9 Hz DoubleScan
> (II) NVIDIA(1): "680x384" : 680 x 384 @ 60.0 Hz DoubleScan
> (II) NVIDIA(1): "680x384d60_0" : 680 x 384 @ 59.8 Hz DoubleScan
> (II) NVIDIA(1): "640x512" : 640 x 512 @ 60.0 Hz DoubleScan
> (II) NVIDIA(1): "640x480" : 640 x 480 @ 60.0 Hz DoubleScan
> (II) NVIDIA(1): "640x480_60" : 640 x 480 @ 60.0 Hz
> (II) NVIDIA(1): "576x432" : 576 x 432 @ 60.1 Hz DoubleScan
> (II) NVIDIA(1): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan
> (II) NVIDIA(1): "400x300" : 400 x 300 @ 60.3 Hz DoubleScan
> (II) NVIDIA(1): "320x240" : 320 x 240 @ 60.0 Hz DoubleScan
> (II) NVIDIA(1):
> (WW) NVIDIA(1): ASK ScreenPlay5000-D (DFP-1)'s EDID does not contain a maximum
> (WW) NVIDIA(1): image size; cannot compute DPI from ASK ScreenPlay5000-D
> (WW) NVIDIA(1): (DFP-1)'s EDID.
> (==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
> (WW) NVIDIA(1): UBB is incompatible with the Composite extension. Disabling
> (WW) NVIDIA(1): UBB.
> (--) Depth 24 pixmap format is 32 bpp
> (II) do I need RAC? Yes, I do.
> (II) resource ranges after preInit:
> [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
> [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
> [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
> [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
> [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
> [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
> (II) NVIDIA(0): Initialized GART.
> (II) NVIDIA(0): kernel module enabled successfully
> (II) NVIDIA(0): Memory mapped
> (II) NVIDIA(0): Interrupts enabled
> (II) NVIDIA(0): Setting mode "1440x900"
> (II) NVIDIA(0): CRT-0 assigned CRTC 0
> (II) NVIDIA(0): DFP-1 assigned CRTC 1
> (II) NVIDIA(0): First mode initialized
> (II) Loading extension NV-GLX
> (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
> (II) NVIDIA(0): Visuals set up
> (II) NVIDIA(0): Pixmap depths set up
> (II) NVIDIA(0): GLX visuals set up
> (II) NVIDIA(0): Framebuffer set up
> (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
> (==) NVIDIA(0): Backing store disabled
> (==) NVIDIA(0): Silken mouse enabled
> (II) NVIDIA(0): Default colormap initialized.
> (II) NVIDIA(0): Palette loaded
> (**) Option "dpms"
> (**) NVIDIA(0): DPMS enabled
> (II) Loading extension NV-CONTROL
> (WW) NVIDIA(0): Option "FlatPanel" is not used
> (WW) NVIDIA(0): Option "XAANoOffscreenPixmaps" is not used
> (II) NVIDIA(0): Composite wrapper disabled.
> (II) NVIDIA(0): Screen initialization complete
> (==) RandR enabled
> (II) NVIDIA(1): Initialized GART.
> (II) NVIDIA(1): kernel module enabled successfully
> (II) NVIDIA(1): Memory mapped
> (II) NVIDIA(1): Interrupts enabled
> (II) NVIDIA(1): Using built-in logo image.
> (II) NVIDIA(1): Logo is 744x537 with depth 24.
> (II) NVIDIA(1): Setting mode "1280x720"
> (II) NVIDIA(1): Not allocating video overlay for second X screen sharing this
> (II) NVIDIA(1): GPU
> (II) NVIDIA(1): First mode initialized
> (II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
> (II) NVIDIA(1): Visuals set up
> (II) NVIDIA(1): Pixmap depths set up
> (II) NVIDIA(1): GLX visuals set up
> (II) NVIDIA(1): Framebuffer set up
> (II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
> (==) NVIDIA(1): Backing store disabled
> (==) NVIDIA(1): Silken mouse enabled
> (II) NVIDIA(1): Default colormap initialized.
> (II) NVIDIA(1): Palette loaded
> (II) NVIDIA(1): DPMS enabled
> (II) NVIDIA(1): Composite wrapper disabled.
> (II) NVIDIA(1): Screen initialization complete
> (==) RandR enabled
> (II) Entity 0 shares no resources
> (II) Entity 1 shares no resources
> (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
> (II) config/hal: Adding input device G15 Keyboard G15 Keyboard
> (II) LoadModule: "evdev"
> (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
> (II) Module evdev: vendor="X.Org Foundation"
> compiled for 1.6.0, module version = 2.1.1
> Module class: X.Org XInput Driver
> ABI class: X.Org XInput driver, version 4.0
> (**) G15 Keyboard G15 Keyboard: always reports core events
> (**) G15 Keyboard G15 Keyboard: Device: "/dev/input/event5"
> (II) G15 Keyboard G15 Keyboard: Found keys
> (II) G15 Keyboard G15 Keyboard: Configuring as keyboard
> (II) XINPUT: Adding extended input device "G15 Keyboard G15 Keyboard"
> (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) G15 Keyboard G15 Keyboard: xkb_rules: "evdev"
> (**) Option "xkb_model" "pc105"
> (**) G15 Keyboard G15 Keyboard: xkb_model: "pc105"
> (**) Option "xkb_layout" "us"
> (**) G15 Keyboard G15 Keyboard: xkb_layout: "us"
> (II) config/hal: Adding input device Logitech Logitech Gaming Keyboard
> (**) Logitech Logitech Gaming Keyboard: always reports core events
> (**) Logitech Logitech Gaming Keyboard: Device: "/dev/input/event4"
> (II) Logitech Logitech Gaming Keyboard: Found keys
> (II) Logitech Logitech Gaming Keyboard: Configuring as keyboard
> (II) XINPUT: Adding extended input device "Logitech Logitech Gaming
> Keyboard" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Logitech Logitech Gaming Keyboard: xkb_rules: "evdev"
> (**) Option "xkb_model" "pc105"
> (**) Logitech Logitech Gaming Keyboard: xkb_model: "pc105"
> (**) Option "xkb_layout" "us"
> (**) Logitech Logitech Gaming Keyboard: xkb_layout: "us"
> (II) config/hal: Adding input device Logitech Logitech Gaming Keyboard
> (**) Logitech Logitech Gaming Keyboard: always reports core events
> (**) Logitech Logitech Gaming Keyboard: Device: "/dev/input/event3"
> (II) Logitech Logitech Gaming Keyboard: Found keys
> (II) Logitech Logitech Gaming Keyboard: Configuring as keyboard
> (II) XINPUT: Adding extended input device "Logitech Logitech Gaming
> Keyboard" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Logitech Logitech Gaming Keyboard: xkb_rules: "evdev"
> (**) Option "xkb_model" "pc105"
> (**) Logitech Logitech Gaming Keyboard: xkb_model: "pc105"
> (**) Option "xkb_layout" "us"
> (**) Logitech Logitech Gaming Keyboard: xkb_layout: "us"
> (II) config/hal: Adding input device Macintosh mouse button emulation
> (**) 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 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) filter chain progression: 2.00
> (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
> (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
> (II) config/hal: Adding input device PS2++ Logitech MX Mouse
> (**) PS2++ Logitech MX Mouse: always reports core events
> (**) PS2++ Logitech MX Mouse: Device: "/dev/input/event7"
> (II) PS2++ Logitech MX Mouse: Found 8 mouse buttons
> (II) PS2++ Logitech MX Mouse: Found x and y relative axes
> (II) PS2++ Logitech MX Mouse: Configuring as mouse
> (**) PS2++ Logitech MX Mouse: YAxisMapping: buttons 4 and 5
> (**) PS2++ Logitech MX Mouse: EmulateWheelButton: 4,
> EmulateWheelInertia: 10, EmulateWheelTimeout: 200
> (II) XINPUT: Adding extended input device "PS2++ Logitech MX Mouse"
> (type: MOUSE)
> (**) PS2++ Logitech MX Mouse: (accel) keeping acceleration scheme 1
> (**) PS2++ Logitech MX Mouse: (accel) filter chain progression: 2.00
> (**) PS2++ Logitech MX Mouse: (accel) filter stage 0: 20.00 ms
> (**) PS2++ Logitech MX Mouse: (accel) set acceleration profile 0
> (II) G15 Keyboard G15 Keyboard: Close
> (II) UnloadModule: "evdev"
> (II) Logitech Logitech Gaming Keyboard: Close
> (II) UnloadModule: "evdev"
> (II) Logitech Logitech Gaming Keyboard: Close
> (II) UnloadModule: "evdev"
> (II) Macintosh mouse button emulation: Close
> (II) UnloadModule: "evdev"
> (II) PS2++ Logitech MX Mouse: Close
> (II) UnloadModule: "evdev"
> (II) Screen 0 shares mem & io resources
> (II) Screen 1 shares mem & io resources
> (II) Screen 0 shares mem & io resources
> (II) Screen 1 shares mem & io resources
> ddxSigGiveUp: Closing log
>
EDIT2: The ubuntu livecd just crashed.......so im back to using
Sabayon (Gentoo) and I'm using Xorg 1.5.3-r6. Sorry for all the
constant changes.
More information about the xorg
mailing list