Page 23 of 32 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 320

Thread: HowTo: NViDIA 185.18 Drivers in Ubuntu

  1. #221
    Join Date
    Jul 2009
    Beans
    57

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Actually the problem emerged after i uninstall libgl1-mesa-glx (which remove my KDE 4.4.3 rc), then i update the kernel and installing KDE 4.4.3(new version), after that the problem emerged. i also have reinstalled libgl1-mesa-glx, but didn't fix the problem..


    here is the bug report.
    Attached Files Attached Files

  2. #222
    Join Date
    Jan 2008
    Beans
    4,757

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Quote Originally Posted by Ajat View Post
    Actually the problem emerged after i uninstall libgl1-mesa-glx (which remove my KDE 4.4.3 rc), then i update the kernel and installing KDE 4.4.3(new version), after that the problem emerged. i also have reinstalled libgl1-mesa-glx, but didn't fix the problem..


    here is the bug report.
    Hmm... doesn't appear to be any fault at bay there, other than X just decided to drop off at the last moment.

    Try a fresh reinstallation:
    Code:
    sudo /etc/init.d/gdm stop
    sudo nvidia-uninstall
    sudo dpkg-reconfigure -phigh xserver-xorg
    sudo apt-get install xserver-xorg-video-all
    sudo sh /usr/src/nvidia-driver
    Go through the installation, then run:
    Code:
    sudo nvidia-xconfig
    after, then
    Code:
    sudo /etc/init.d/gdm start
    To start the server again.

    Regards
    Iain

  3. #223
    Join Date
    Sep 2008
    Beans
    22

    Cool Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Thanks a lot. I tried following your steps for most of the parts and I think the installation was smooth until the last step. However after installation, my nvidia loads in high resolution mode, and I want to make it change to 1024*768. I can go into the NVIDIA X Server Settings and Apply the Resolution. But it says that it can't save the settings to the xorg.conf because the xorg conf backup cannot be removed.

    How can I set my default resolution to 1024*768 ?

  4. #224
    Join Date
    Jan 2008
    Beans
    4,757

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Quote Originally Posted by SriLankanBoy View Post
    Thanks a lot. I tried following your steps for most of the parts and I think the installation was smooth until the last step. However after installation, my nvidia loads in high resolution mode, and I want to make it change to 1024*768. I can go into the NVIDIA X Server Settings and Apply the Resolution. But it says that it can't save the settings to the xorg.conf because the xorg conf backup cannot be removed.

    How can I set my default resolution to 1024*768 ?
    Press Alt+F2 on your keyboard, and type in:
    Code:
    gksudo gedit /etc/X11/xorg.conf
    in the "run command" box.

    Then scroll down the file to the 'Section "Screen"' section, and put in the following in bold:
    Code:
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "NoLogo" "True"
        Option         "metamodes" "1024x768 +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    Regards
    Iain

  5. #225
    Join Date
    May 2007
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Wink Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Many thanks for your directions, followed them to setup a fresh install of Jaunty with a nVidia 6200 LE

    things are just about there, I keep running into the aforementioned EEID bug where it is unable to detect the EEID of Monitor0

    tinkering around I've gotten so that I can get Monitor0 to render in any resolution except! 1280x1024 which is annoying since I am using 2 17" Gateway LCD monitors which work best when at the same resolution (you guessed which)

    My xorg.conf looks like:

    Code:
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "CRT-0"
        HorizSync       28.0 - 55.0
        VertRefresh     43.0 - 72.0
        ModeLine       "1280x1024@72" 147.56 1280 1312 1872 1904 1024 1044 1056 1076
        Option         "DPMS"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor1"
        VendorName     "Gateway"
        ModelName      "Unknown"
        ModeLine       "1280x1024@72" 147.56 1280 1312 1872 1904 1024 1044 1056 1076
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 6200 A-LE"
    EndSection
    
    Section "Screen"
    
    # Removed Option "metamodes" "CRT-0: 1280x1024 +1280+0, CRT-1: nvidia-auto-select +0+0"
    # Removed Option "metamodes" "CRT-0: 1280x1024 +1280+0, CRT-1: nvidia-auto-select +0+0"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "1"
        Option         "TwinViewXineramaInfoOrder" "CRT-1"
        Option         "metamodes" "CRT-0: 1280x1024 +1280+0, CRT-1: nvidia-auto-select +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    as you can see I've tried to manually set this resolution a couple times, each time when it goes to load it will shut off that monitor
    I then load the nvidia xserver config and switch it to 1152x864 or 1024x768 or any lower resolution and good to go,
    it detects that it will run at 1360x768 but when I set that it displays 1024x768 and leaves the rest offscreen

    xorg.0.log looks like:
    Code:
    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 solar2 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686
    Build Date: 09 April 2009  02:10:02AM
    xorg-server 2:1.6.0-0ubuntu14 (buildd@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.0.log", Time: Wed Aug 26 22:19:09 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (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/modules"
    (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 7
    
    (--) PCI:*(0@1:0:0) nVidia Corporation GeForce 6200 A-LE rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, 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) 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  185.18.36  Fri Aug 14 17:50:12 PDT 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: "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) 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  185.18.36  Fri Aug 14 17:24:40 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@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 "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: 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 "TwinView" "1"
    (**) NVIDIA(0): Option "MetaModes" "CRT-0: 1280x1024 +1280+0, CRT-1: nvidia-auto-select +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-1"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0):     enabled.
    (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 A-LE (NV44) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.44.02.45.01
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 A-LE at
    (--) NVIDIA(0):     PCI:1:0:0:
    (--) NVIDIA(0):     CRT-0
    (--) NVIDIA(0):     Gateway (CRT-1)
    (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    (--) NVIDIA(0): Gateway (CRT-1): 400.0 MHz maximum pixel clock
    (**) NVIDIA(0): TwinView enabled
    (II) NVIDIA(0): Display Devices found referenced in MetaMode: CRT-0, CRT-1
    (II) NVIDIA(0): Assigned Display Devices: CRT-0, CRT-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):     "CRT-0:1280x1024+1280+0,CRT-1:nvidia-auto-select+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    (WW) NVIDIA(0):     from CRT-0's EDID.
    (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (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 AGP GART.
    (II) NVIDIA(0): Setting mode
    (II) NVIDIA(0):     "CRT-0:1280x1024+1280+0,CRT-1:nvidia-auto-select+0+0"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR 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
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (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
    (**) 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 Microsoft Comfort Curve Keyboard 2000
    (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event3"
    (II) Microsoft Comfort Curve Keyboard 2000: Found keys
    (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_model: "pc105"
    (**) Option "xkb_layout" "us"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_layout: "us"
    (II) config/hal: Adding input device Microsoft Comfort Curve Keyboard 2000
    (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event4"
    (II) Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
    (II) Microsoft Comfort Curve Keyboard 2000: Found keys
    (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    (**) Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
    (**) Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_model: "pc105"
    (**) Option "xkb_layout" "us"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_layout: "us"
    (II) config/hal: Adding input device Microsoft Microsoft Wireless Optical Mouse? 1.00
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: always reports core events
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: Device: "/dev/input/event5"
    (II) Microsoft Microsoft Wireless Optical Mouse? 1.00: Found 5 mouse buttons
    (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) filter chain progression: 2.00
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: (accel) filter stage 0: 20.00 ms
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: (accel) set acceleration profile 0
    (II) NVIDIA(0): Setting mode
    (II) NVIDIA(0):     "CRT-0:1152x864@1152x864+1280+0,CRT-1:nvidia-auto-select@1280x1024+0+0"
    (II) NVIDIA(0): Setting mode
    (II) NVIDIA(0):     "CRT-0:1360x768@1360x768+1280+0,CRT-1:nvidia-auto-select@1280x1024+0+0"
    (II) NVIDIA(0): Setting mode
    (II) NVIDIA(0):     "CRT-0:1152x864@1152x864+1280+0,CRT-1:nvidia-auto-select@1280x1024+0+0"
    and I am attaching my bug report,

    if you can come up with any fresh ideas I'd be happy to experiment - bought this video card just so I could use Ubuntu with dual screens...
    Attached Files Attached Files

  6. #226
    Join Date
    Jan 2008
    Beans
    4,757

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Quote Originally Posted by amites View Post
    My xorg.conf looks like:
    Code:
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "CRT-0"
        ModeLine       "1280x1024@72" 147.56 1280 1312 1872 1904 1024 1044 1056 1076
        Option         "DPMS"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor1"
        VendorName     "Gateway"
        ModelName      "Unknown"
        ModeLine       "1280x1024@72" 147.56 1280 1312 1872 1904 1024 1044 1056 1076
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 6200 A-LE"
        Option         "UseEdidDpi" "FALSE"
        Option         "UseEdid" "FALSE"
        Option         "DPI" "96 x 96"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "1"
        Option         "TwinViewXineramaInfoOrder" "CRT-1"
        Option         "metamodes" "CRT-0: 1280x1024 +1280+0, CRT-1: nvidia-auto-select +0+0"
        Option         "UseEdidDpi" "FALSE"
        Option         "UseEdid" "FALSE"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    Try these new settings. I've emboldened the changes.

    And let us know of any changes/your new Xorg.0.log file output.

    Regards
    Iain

  7. #227
    Join Date
    May 2007
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Added your changes, now neither monitor is detecting an EDID

    when I try to boot to 1280x1024 for both it kicks out Xorg.conf and boots to default settings 1024x768 with left & right in default locations

    Updated Xorg.0.log

    Code:
    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 solar2 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686
    Build Date: 09 April 2009  02:10:02AM
    xorg-server 2:1.6.0-0ubuntu14 (buildd@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.0.log", Time: Sat Aug 29 15:41:55 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (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/modules"
    (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 7
    
    (--) PCI:*(0@1:0:0) nVidia Corporation GeForce 6200 A-LE rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, 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) 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  185.18.36  Fri Aug 14 17:50:12 PDT 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: "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) 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  185.18.36  Fri Aug 14 17:24:40 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@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 "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: 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 "UseEDID" "FALSE"
    (**) NVIDIA(0): Option "TwinView" "1"
    (**) NVIDIA(0): Option "MetaModes" "CRT-0: 1152x864 +1152+0, CRT-1: 1152x864 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-1"
    (**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (**) NVIDIA(0): Ignoring EDIDs
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0):     enabled.
    (II) NVIDIA(GPU-0): Not probing EDID on CRT-0.
    (II) NVIDIA(GPU-0): Not probing EDID on CRT-1.
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 A-LE (NV44) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.44.02.45.01
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 A-LE at
    (--) NVIDIA(0):     PCI:1:0:0:
    (--) NVIDIA(0):     CRT-0
    (--) NVIDIA(0):     CRT-1
    (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    (**) NVIDIA(0): TwinView enabled
    (II) NVIDIA(0): Display Devices found referenced in MetaMode: CRT-0, CRT-1
    (II) NVIDIA(0): Assigned Display Devices: CRT-0, CRT-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):     "CRT-0:1152x864+1152+0,CRT-1:1152x864+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 2304 x 864
    (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (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 AGP GART.
    (II) NVIDIA(0): Setting mode "CRT-0:1152x864+1152+0,CRT-1:1152x864+0+0"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR 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
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (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
    (**) 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 Microsoft Comfort Curve Keyboard 2000
    (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event4"
    (II) Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
    (II) Microsoft Comfort Curve Keyboard 2000: Found keys
    (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    (**) Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
    (**) Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_model: "pc105"
    (**) Option "xkb_layout" "us"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_layout: "us"
    (II) config/hal: Adding input device Microsoft Comfort Curve Keyboard 2000
    (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event3"
    (II) Microsoft Comfort Curve Keyboard 2000: Found keys
    (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_model: "pc105"
    (**) Option "xkb_layout" "us"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_layout: "us"
    (II) config/hal: Adding input device Microsoft Microsoft Wireless Optical Mouse? 1.00
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: always reports core events
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: Device: "/dev/input/event5"
    (II) Microsoft Microsoft Wireless Optical Mouse? 1.00: Found 5 mouse buttons
    (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) filter chain progression: 2.00
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: (accel) filter stage 0: 20.00 ms
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: (accel) set acceleration profile 0

  8. #228
    Join Date
    Jan 2008
    Beans
    4,757

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Quote Originally Posted by amites View Post
    Added your changes, now neither monitor is detecting an EDID

    when I try to boot to 1280x1024 for both it kicks out Xorg.conf and boots to default settings 1024x768 with left & right in default locations

    Updated Xorg.0.log
    Code:
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "CRT-0"
        Option         "DPMS"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor1"
        VendorName     "Gateway"
        ModelName      "Unknown"
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 6200 A-LE"
        Option         "UseEdidDpi" "FALSE"
        Option         "UseEdid" "FALSE"
        Option         "DPI" "96 x 96"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "1"
        Option         "TwinViewXineramaInfoOrder" "CRT-1"
        Option         "metamodes" "CRT-0: 1280x1024_72 +1280+0, CRT-1: 1280x1024_72 +0+0"
        Option         "UseEdidDpi" "FALSE"
        Option         "UseEdid" "FALSE"
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024" "1024x768"
        EndSubSection
    EndSection
    Again a minor tweak to see what happens.

    This time, Xorg will forcibly try to run in 1280x1024 resolution mode. If it fails, we'll get an error reason why.

    Regards
    Iain

  9. #229
    Join Date
    May 2007
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    Still not happy

    haven't looked over the log yet, about to call it a night

    I appreciate the help trying to debug this

    Code:
    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 solar2 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686
    Build Date: 09 April 2009  02:10:02AM
    xorg-server 2:1.6.0-0ubuntu14 (buildd@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.0.log", Time: Sun Aug 30 03:13:05 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (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/modules"
    (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 7
    
    (--) PCI:*(0@1:0:0) nVidia Corporation GeForce 6200 A-LE rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, 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) 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  185.18.36  Fri Aug 14 17:50:12 PDT 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: "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) 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  185.18.36  Fri Aug 14 17:24:40 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@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 "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: 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 "UseEDID" "FALSE"
    (**) NVIDIA(0): Option "TwinView" "1"
    (**) NVIDIA(0): Option "MetaModes" "CRT-0: 1280x1024_72 +1280+0, CRT-1: 1280x1024_72 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-1"
    (**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (**) NVIDIA(0): Ignoring EDIDs
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0):     enabled.
    (II) NVIDIA(GPU-0): Not probing EDID on CRT-0.
    (II) NVIDIA(GPU-0): Not probing EDID on CRT-1.
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 A-LE (NV44) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.44.02.45.01
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 A-LE at
    (--) NVIDIA(0):     PCI:1:0:0:
    (--) NVIDIA(0):     CRT-0
    (--) NVIDIA(0):     CRT-1
    (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    (**) NVIDIA(0): TwinView enabled
    (II) NVIDIA(0): Display Devices found referenced in MetaMode: CRT-0, CRT-1
    (II) NVIDIA(0): Assigned Display Devices: CRT-0, CRT-1
    (WW) NVIDIA(0): No valid modes for
    (WW) NVIDIA(0):     "CRT-0:1280x1024_72+1280+0,CRT-1:1280x1024_72+0+0";
    (WW) NVIDIA(0):     removing.
    (WW) NVIDIA(0): 
    (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
    (WW) NVIDIA(0):     "nvidia-auto-select".
    (WW) NVIDIA(0): 
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):     "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 2048 x 768
    (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (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 AGP GART.
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR 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
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (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
    (**) 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 Microsoft Comfort Curve Keyboard 2000
    (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event4"
    (II) Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
    (II) Microsoft Comfort Curve Keyboard 2000: Found keys
    (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    (**) Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
    (**) Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_model: "pc105"
    (**) Option "xkb_layout" "us"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_layout: "us"
    (II) config/hal: Adding input device Microsoft Comfort Curve Keyboard 2000
    (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event3"
    (II) Microsoft Comfort Curve Keyboard 2000: Found keys
    (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_model: "pc105"
    (**) Option "xkb_layout" "us"
    (**) Microsoft Comfort Curve Keyboard 2000: xkb_layout: "us"
    (II) config/hal: Adding input device Microsoft Microsoft Wireless Optical Mouse? 1.00
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: always reports core events
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: Device: "/dev/input/event5"
    (II) Microsoft Microsoft Wireless Optical Mouse? 1.00: Found 5 mouse buttons
    (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) filter chain progression: 2.00
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: (accel) filter stage 0: 20.00 ms
    (**) Microsoft Microsoft Wireless Optical Mouse? 1.00: (accel) set acceleration profile 0

  10. #230
    Join Date
    May 2007
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HowTo: NViDIA 185.18 Drivers in Ubuntu

    didn't do much with Xorg today, trying to get a site launched for beta (been fun)

    I did read through the log and see that it is back to the same issue, it cannot detect the EEID of either monitor with the new options in place, and thus kicks out the 1280x1024 setting and loads the nvidia defaults

    would be nice if 1280x1024 was a default setting available (standard settings that are higher are?)

    any other ideas?

Page 23 of 32 FirstFirst ... 132122232425 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •