Results 1 to 3 of 3

Thread: Problems with NVIDIA graphics

  1. #1
    Join Date
    Dec 2012
    Beans
    2

    Problems with NVIDIA graphics

    Hi everyone,

    although there exist several post on that topic I was not able to solve my following problem:
    On my laptop I have a NVIDIA 640M LE graphic card. When installing the NVIDIA drivers on kubuntu I have a resolution of 640x480 pixels afterwards.
    I am not sure if this is a driver related problem or a problem in the xorg.conf, so I attached both files.

    Thats what I did so far:
    * downloading the NVIDIA drivers from nvidia homepage (version 310.19)
    * installing it
    --> did't work

    * installing nvidia-current
    --> didn't work

    * uninstalling nvidia-current
    * install version 310.19 and running nvidia-xsetting --modes 1920x1080
    --> didn't work


    thx for any help
    julian

    xorg.conf
    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 310.19  (buildmeister@swio-display-x86-rhel47-08.nvidia.com)  Thu Nov  8 02:09:12 PST 2012
    
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       28.0 - 33.0
        VertRefresh     43.0 - 72.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
            Modes      "1920x1080"
        EndSubSection
    EndSection
    Xorg0.log
    Code:
    [    17.861] 
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [    17.861] X Protocol Version 11, Revision 0
    [    17.861] Build Operating System: Linux 3.2.0-32-generic x86_64 Ubuntu
    [    17.861] Current Operating System: Linux SVS151290X 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13 17:48:01 UTC 2012 x86_64
    [    17.861] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic.efi.signed root=UUID=0fc7ffb7-e6c8-4856-9fa1-476a42062865 ro quiet splash vt.handoff=7
    [    17.862] Build Date: 27 November 2012  07:44:35AM
    [    17.862] xorg-server 2:1.13.0-0ubuntu6.1 (For technical support please see http://www.ubuntu.com/support) 
    [    17.862] Current version of pixman: 0.26.0
    [    17.862]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [    17.862] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    17.862] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 14 09:38:44 2012
    [    17.862] (==) Using config file: "/etc/X11/xorg.conf"
    [    17.862] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    17.912] (==) ServerLayout "Layout0"
    [    17.912] (**) |-->Screen "Screen0" (0)
    [    17.912] (**) |   |-->Monitor "Monitor0"
    [    17.912] (**) |   |-->Device "Device0"
    [    17.912] (**) |-->Input Device "Keyboard0"
    [    17.912] (**) |-->Input Device "Mouse0"
    [    17.912] (==) Automatically adding devices
    [    17.912] (==) Automatically enabling devices
    [    17.912] (==) Automatically adding GPU devices
    [    17.912] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    17.912]     Entry deleted from font path.
    [    17.912] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    17.912]     Entry deleted from font path.
    [    17.912] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [    17.912]     Entry deleted from font path.
    [    17.912] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    17.912]     Entry deleted from font path.
    [    17.912] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [    17.912]     Entry deleted from font path.
    [    17.912] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    [    17.912]     Entry deleted from font path.
    [    17.912] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
    [    17.912] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    17.912] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [    17.912] (WW) Disabling Keyboard0
    [    17.912] (WW) Disabling Mouse0
    [    17.912] (II) Loader magic: 0x7f6aa5d69c40
    [    17.912] (II) Module ABI versions:
    [    17.912]     X.Org ANSI C Emulation: 0.4
    [    17.912]     X.Org Video Driver: 13.0
    [    17.912]     X.Org XInput driver : 18.0
    [    17.912]     X.Org Server Extension : 7.0
    [    17.912] (II) config/udev: Adding drm device (/dev/dri/card0)
    [    17.913] (--) PCI:*(0:0:2:0) 8086:0166:104d:909c rev 9, Mem @ 0xb9000000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64
    [    17.913] (--) PCI: (0:1:0:0) 10de:0fd3:104d:909c rev 161, Mem @ 0xb8000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128
    [    17.913] (II) Open ACPI successful (/var/run/acpid.socket)
    [    17.914] Initializing built-in extension Generic Event Extension
    [    17.914] Initializing built-in extension SHAPE
    [    17.914] Initializing built-in extension MIT-SHM
    [    17.914] Initializing built-in extension XInputExtension
    [    17.914] Initializing built-in extension XTEST
    [    17.914] Initializing built-in extension BIG-REQUESTS
    [    17.914] Initializing built-in extension SYNC
    [    17.914] Initializing built-in extension XKEYBOARD
    [    17.914] Initializing built-in extension XC-MISC
    [    17.914] Initializing built-in extension SECURITY
    [    17.914] Initializing built-in extension XINERAMA
    [    17.914] Initializing built-in extension XFIXES
    [    17.914] Initializing built-in extension RENDER
    [    17.914] Initializing built-in extension RANDR
    [    17.914] Initializing built-in extension COMPOSITE
    [    17.914] Initializing built-in extension DAMAGE
    [    17.914] Initializing built-in extension MIT-SCREEN-SAVER
    [    17.914] Initializing built-in extension DOUBLE-BUFFER
    [    17.914] Initializing built-in extension RECORD
    [    17.914] Initializing built-in extension DPMS
    [    17.914] Initializing built-in extension X-Resource
    [    17.914] Initializing built-in extension XVideo
    [    17.914] Initializing built-in extension XVideo-MotionCompensation
    [    17.914] Initializing built-in extension XFree86-VidModeExtension
    [    17.914] Initializing built-in extension XFree86-DGA
    [    17.914] Initializing built-in extension XFree86-DRI
    [    17.914] Initializing built-in extension DRI2
    [    17.914] (II) LoadModule: "glx"
    [    18.155] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    19.538] (II) Module glx: vendor="NVIDIA Corporation"
    [    19.538]     compiled for 4.0.2, module version = 1.0.0
    [    19.538]     Module class: X.Org Server Extension
    [    19.538] (II) NVIDIA GLX Module  310.19  Thu Nov  8 01:12:43 PST 2012
    [    19.538] Loading extension GLX
    [    19.538] (II) LoadModule: "nvidia"
    [    19.538] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [    19.605] (II) Module nvidia: vendor="NVIDIA Corporation"
    [    19.605]     compiled for 4.0.2, module version = 1.0.0
    [    19.605]     Module class: X.Org Video Driver
    [    19.619] (II) NVIDIA dlloader X Driver  310.19  Thu Nov  8 00:53:33 PST 2012
    [    19.619] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [    19.620] (++) using VT number 7
    
    [    19.620] (EE) No devices detected.
    [    19.620] (==) Matched intel as autoconfigured driver 0
    [    19.620] (==) Matched intel as autoconfigured driver 1
    [    19.620] (==) Matched vesa as autoconfigured driver 2
    [    19.620] (==) Matched modesetting as autoconfigured driver 3
    [    19.620] (==) Matched fbdev as autoconfigured driver 4
    [    19.620] (==) Assigned the driver to the xf86ConfigLayout
    [    19.620] (II) LoadModule: "intel"
    [    19.620] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [    19.620] (II) Module intel: vendor="X.Org Foundation"
    [    19.620]     compiled for 1.13.0, module version = 2.20.9
    [    19.620]     Module class: X.Org Video Driver
    [    19.620]     ABI class: X.Org Video Driver, version 13.0
    [    19.620] (II) LoadModule: "vesa"
    [    19.620] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [    19.620] (II) Module vesa: vendor="X.Org Foundation"
    [    19.620]     compiled for 1.12.99.902, module version = 2.3.2
    [    19.620]     Module class: X.Org Video Driver
    [    19.620]     ABI class: X.Org Video Driver, version 13.0
    [    19.621] (II) LoadModule: "modesetting"
    [    19.621] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    19.621] (II) Module modesetting: vendor="X.Org Foundation"
    [    19.621]     compiled for 1.13.0, module version = 0.5.0
    [    19.621]     Module class: X.Org Video Driver
    [    19.621]     ABI class: X.Org Video Driver, version 13.0
    [    19.621] (II) LoadModule: "fbdev"
    [    19.621] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [    19.621] (II) Module fbdev: vendor="X.Org Foundation"
    [    19.621]     compiled for 1.12.99.902, module version = 0.4.3
    [    19.621]     Module class: X.Org Video Driver
    [    19.621]     ABI class: X.Org Video Driver, version 13.0
    [    19.621] (II) NVIDIA dlloader X Driver  310.19  Thu Nov  8 00:53:33 PST 2012
    [    19.621] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [    19.621] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
        Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
        Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
        Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
        Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
        Haswell Server (GT2+), Haswell SDV Desktop (GT1),
        Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
        Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
        Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
        Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
        Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
        Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
        Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
        Haswell ULT Server (GT1), Haswell ULT Server (GT2),
        Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
        Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
        Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
        Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
        Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
        ValleyView PO board
    [    19.621] (II) VESA: driver for VESA chipsets: vesa
    [    19.621] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    19.621] (II) FBDEV: driver for framebuffer: fbdev
    [    19.621] (++) using VT number 7
    
    [    19.621] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
    [    19.621] (WW) xf86OpenConsole: setsid failed: Operation not permitted
    [    19.621] (II) intel(0): using device path '/dev/dri/card0'
    [    19.621] (WW) Falling back to old probe method for vesa
    [    19.621] (WW) Falling back to old probe method for modesetting
    [    19.621] (WW) Falling back to old probe method for fbdev
    [    19.621] (II) Loading sub module "fbdevhw"
    [    19.621] (II) LoadModule: "fbdevhw"
    [    19.621] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [    19.622] (II) Module fbdevhw: vendor="X.Org Foundation"
    [    19.622]     compiled for 1.13.0, module version = 0.0.2
    [    19.622]     ABI class: X.Org Video Driver, version 13.0
    [    19.622] (**) intel(0): Depth 24, (--) framebuffer bpp 32
    [    19.622] (==) intel(0): RGB weight 888
    [    19.622] (==) intel(0): Default visual is TrueColor
    [    19.622] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [    19.622] (**) intel(0): Relaxed fencing enabled
    [    19.622] (**) intel(0): Wait on SwapBuffers? enabled
    [    19.622] (**) intel(0): Triple buffering? enabled
    [    19.622] (**) intel(0): Framebuffer tiled
    [    19.622] (**) intel(0): Pixmaps tiled
    [    19.622] (**) intel(0): 3D buffers tiled
    [    19.622] (**) intel(0): SwapBuffers wait enabled
    [    19.622] (==) intel(0): video overlay key set to 0x101fe
    [    19.622] (II) intel(0): Output LVDS1 using monitor section Monitor0
    [    19.622] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
    [    19.622] (II) intel(0): Output VGA1 has no monitor section
    [    19.623] (II) intel(0): Output HDMI1 has no monitor section
    [    19.672] (II) intel(0): Output DP1 has no monitor section
    [    19.704] (II) intel(0): Output HDMI2 has no monitor section
    [    19.752] (II) intel(0): Output DP2 has no monitor section
    [    19.752] (II) intel(0): EDID for output LVDS1
    [    19.752] (II) intel(0): Manufacturer: LGD  Model: 323  Serial#: 0
    [    19.752] (II) intel(0): Year: 2011  Week: 0
    [    19.752] (II) intel(0): EDID Version: 1.3
    [    19.752] (II) intel(0): Digital Display Input
    [    19.752] (II) intel(0): Max Image Size [cm]: horiz.: 35  vert.: 19
    [    19.752] (II) intel(0): Gamma: 2.20
    [    19.752] (II) intel(0): No DPMS capabilities specified
    [    19.752] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    19.752] (II) intel(0): First detailed timing is preferred mode
    [    19.752] (II) intel(0): redX: 0.619 redY: 0.370   greenX: 0.345 greenY: 0.607
    [    19.752] (II) intel(0): blueX: 0.148 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
    [    19.752] (II) intel(0): Manufacturer's mask: 0
    [    19.752] (II) intel(0): Supported detailed timing:
    [    19.752] (II) intel(0): clock: 144.2 MHz   Image Size:  345 x 194 mm
    [    19.752] (II) intel(0): h_active: 1920  h_sync: 1968  h_sync_end 2040 h_blank_end 2148 h_border: 0
    [    19.752] (II) intel(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
    [    19.752] (II) intel(0):  LG Display
    [    19.752] (II) intel(0):  LP156WF4-SLB1
    [    19.752] (II) intel(0): EDID (in hex):
    [    19.752] (II) intel(0):     00ffffffffffff0030e4230300000000
    [    19.752] (II) intel(0):     00150103802313780ab6259e5e589b26
    [    19.752] (II) intel(0):     1d505400000001010101010101010101
    [    19.752] (II) intel(0):     010101010101543880e4703828403048
    [    19.752] (II) intel(0):     350059c2100000190000000000000000
    [    19.752] (II) intel(0):     00000000000000000000000000fe004c
    [    19.752] (II) intel(0):     4720446973706c61790a2020000000fe
    [    19.752] (II) intel(0):     004c503135365746342d534c423100b2
    [    19.752] (II) intel(0): Not using mode "1920x1080" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "800x600" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "800x600" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1024x768" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1280x960" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1280x1024" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1152x864" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1360x768" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1360x768" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1400x1050" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1440x900" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1600x1024" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1680x1050" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1680x1050" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1920x1080" (hsync out of range)
    [    19.752] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
    [    19.752] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    19.752] (II) intel(0): Printing probed modes for output LVDS1
    [    19.752] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
    [    19.752] (II) intel(0): EDID for output VGA1
    [    19.753] (II) intel(0): EDID for output HDMI1
    [    19.800] (II) intel(0): EDID for output DP1
    [    19.832] (II) intel(0): EDID for output HDMI2
    [    19.880] (II) intel(0): EDID for output DP2
    [    19.880] (II) intel(0): Output LVDS1 connected
    [    19.880] (II) intel(0): Output VGA1 disconnected
    [    19.880] (II) intel(0): Output HDMI1 disconnected
    [    19.880] (II) intel(0): Output DP1 disconnected
    [    19.880] (II) intel(0): Output HDMI2 disconnected
    [    19.880] (II) intel(0): Output DP2 disconnected
    [    19.880] (II) intel(0): Using exact sizes for initial modes
    [    19.880] (II) intel(0): Output LVDS1 using initial mode 640x480
    [    19.880] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    19.880] (II) intel(0): Kernel page flipping support detected, enabling
    [    19.880] (==) intel(0): DPI set to (96, 96)
    [    19.880] (II) Loading sub module "fb"
    [    19.880] (II) LoadModule: "fb"
    [    19.880] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    19.880] (II) Module fb: vendor="X.Org Foundation"
    [    19.880]     compiled for 1.13.0, module version = 1.0.0
    [    19.880]     ABI class: X.Org ANSI C Emulation, version 0.4
    [    19.880] (II) Loading sub module "dri2"
    [    19.880] (II) LoadModule: "dri2"
    [    19.880] (II) Module "dri2" already built-in
    [    19.880] (II) UnloadModule: "nvidia"
    [    19.880] (II) Unloading nvidia
    [    19.880] (II) UnloadModule: "vesa"
    [    19.880] (II) Unloading vesa
    [    19.880] (II) UnloadModule: "modesetting"
    [    19.880] (II) Unloading modesetting
    [    19.880] (II) UnloadModule: "fbdev"
    [    19.880] (II) Unloading fbdev
    [    19.880] (II) UnloadSubModule: "fbdevhw"
    [    19.880] (II) Unloading fbdevhw
    [    19.880] (==) Depth 24 pixmap format is 32 bpp
    [    19.880] (II) intel(0): [DRI2] Setup complete
    [    19.880] (II) intel(0): [DRI2]   DRI driver: i965
    [    19.880] (II) intel(0): Allocated new frame buffer 640x480 stride 2560, tiled
    [    19.881] (II) UXA(0): Driver registered support for the following operations:
    [    19.881] (II)         solid
    [    19.881] (II)         copy
    [    19.881] (II)         composite (RENDER acceleration)
    [    19.881] (II)         put_image
    [    19.881] (II)         get_image
    [    19.881] (==) intel(0): Backing store disabled
    [    19.881] (==) intel(0): Silken mouse enabled
    [    19.881] (II) intel(0): Initializing HW Cursor
    [    19.881] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [    19.881] (**) intel(0): DPMS enabled
    [    19.881] (==) intel(0): Intel XvMC decoder enabled
    [    19.881] (II) intel(0): Set up textured video
    [    19.881] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [    19.881] (II) intel(0): direct rendering: DRI2 Enabled
    [    19.881] (WW) intel(0): Option "MetaModes" is not used
    [    19.881] (==) intel(0): hotplug detection: "enabled"
    [    20.154] (--) RandR disabled
    [    20.182] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    [    20.182] (II) intel(0): Setting screen physical size to 169 x 127
    [    20.187] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    20.188] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [    20.188] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [    20.188] (II) LoadModule: "evdev"
    [    20.188] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    20.188] (II) Module evdev: vendor="X.Org Foundation"
    [    20.188]     compiled for 1.13.0, module version = 2.7.3
    [    20.188]     Module class: X.Org XInput Driver
    [    20.188]     ABI class: X.Org XInput driver, version 18.0
    [    20.188] (II) Using input driver 'evdev' for 'Video Bus'
    [    20.188] (**) Video Bus: always reports core events
    [    20.188] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [    20.188] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [    20.188] (--) evdev: Video Bus: Found keys
    [    20.188] (II) evdev: Video Bus: Configuring as keyboard
    [    20.188] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
    [    20.188] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [    20.188] (**) Option "xkb_rules" "evdev"
    [    20.188] (**) Option "xkb_model" "pc105"
    [    20.188] (**) Option "xkb_layout" "de"
    [    20.189] (II) XKB: reuse xkmfile /var/lib/xkb/server-808BBA3D4C227BDB44C370226C34E44C5D69A4A9.xkm
    [    20.190] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event5)
    [    20.190] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [    20.190] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
    [    20.190] (**) Sony Vaio Keys: always reports core events
    [    20.190] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event5"
    [    20.190] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
    [    20.190] (--) evdev: Sony Vaio Keys: Found keys
    [    20.190] (II) evdev: Sony Vaio Keys: Configuring as keyboard
    [    20.190] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input5/event5"
    [    20.190] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 7)
    [    20.190] (**) Option "xkb_rules" "evdev"
    [    20.190] (**) Option "xkb_model" "pc105"
    [    20.190] (**) Option "xkb_layout" "de"
    [    20.190] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event6)
    [    20.190] (II) No input driver specified, ignoring this device.
    [    20.190] (II) This device may have been added with another device file.
    [    20.190] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
    [    20.190] (II) No input driver specified, ignoring this device.
    [    20.190] (II) This device may have been added with another device file.
    [    20.190] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [    20.190] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [    20.190] (II) Using input driver 'evdev' for 'Video Bus'
    [    20.190] (**) Video Bus: always reports core events
    [    20.190] (**) evdev: Video Bus: Device: "/dev/input/event3"
    [    20.190] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [    20.190] (--) evdev: Video Bus: Found keys
    [    20.190] (II) evdev: Video Bus: Configuring as keyboard
    [    20.190] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2e/LNXVIDEO:00/input/input3/event3"
    [    20.190] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [    20.190] (**) Option "xkb_rules" "evdev"
    [    20.190] (**) Option "xkb_model" "pc105"
    [    20.190] (**) Option "xkb_layout" "de"
    [    20.191] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [    20.191] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    20.191] (II) Using input driver 'evdev' for 'Power Button'
    [    20.191] (**) Power Button: always reports core events
    [    20.191] (**) evdev: Power Button: Device: "/dev/input/event1"
    [    20.191] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    20.191] (--) evdev: Power Button: Found keys
    [    20.191] (II) evdev: Power Button: Configuring as keyboard
    [    20.191] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [    20.191] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [    20.191] (**) Option "xkb_rules" "evdev"
    [    20.191] (**) Option "xkb_model" "pc105"
    [    20.191] (**) Option "xkb_layout" "de"
    [    20.191] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [    20.191] (II) No input driver specified, ignoring this device.
    [    20.191] (II) This device may have been added with another device file.
    [    20.191] (II) config/udev: Adding drm device (/dev/dri/card0)
    [    20.191] (II) config/udev: Adding input device USB2.0 Camera (/dev/input/event7)
    [    20.191] (**) USB2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [    20.191] (II) Using input driver 'evdev' for 'USB2.0 Camera'
    [    20.191] (**) USB2.0 Camera: always reports core events
    [    20.191] (**) evdev: USB2.0 Camera: Device: "/dev/input/event7"
    [    20.191] (--) evdev: USB2.0 Camera: Vendor 0x489 Product 0xd601
    [    20.191] (--) evdev: USB2.0 Camera: Found keys
    [    20.191] (II) evdev: USB2.0 Camera: Configuring as keyboard
    [    20.191] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input7/event7"
    [    20.192] (II) XINPUT: Adding extended input device "USB2.0 Camera" (type: KEYBOARD, id 10)
    [    20.192] (**) Option "xkb_rules" "evdev"
    [    20.192] (**) Option "xkb_model" "pc105"
    [    20.192] (**) Option "xkb_layout" "de"
    [    20.192] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [    20.192] (II) No input driver specified, ignoring this device.
    [    20.192] (II) This device may have been added with another device file.
    [    20.192] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
    [    20.192] (II) No input driver specified, ignoring this device.
    [    20.192] (II) This device may have been added with another device file.
    [    20.192] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
    [    20.192] (II) No input driver specified, ignoring this device.
    [    20.192] (II) This device may have been added with another device file.
    [    20.192] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event9)
    [    20.192] (II) No input driver specified, ignoring this device.
    [    20.192] (II) This device may have been added with another device file.
    [    20.192] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
    [    20.192] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [    20.192] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [    20.192] (**) AT Translated Set 2 keyboard: always reports core events
    [    20.192] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
    [    20.192] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [    20.192] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [    20.192] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [    20.192] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
    [    20.192] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [    20.192] (**) Option "xkb_rules" "evdev"
    [    20.192] (**) Option "xkb_model" "pc105"
    [    20.192] (**) Option "xkb_layout" "de"
    [    20.193] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [    20.193] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [    20.193] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    20.193] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [    20.193] (II) LoadModule: "synaptics"
    [    20.193] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    20.193] (II) Module synaptics: vendor="X.Org Foundation"
    [    20.193]     compiled for 1.12.99.905, module version = 1.6.2
    [    20.193]     Module class: X.Org XInput Driver
    [    20.193]     ABI class: X.Org XInput driver, version 18.0
    [    20.193] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [    20.193] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    20.193] (**) Option "Device" "/dev/input/event8"
    [    20.193] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [    20.193] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5638
    [    20.193] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4692
    [    20.193] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [    20.193] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [    20.193] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [    20.193] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [    20.193] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [    20.193] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    20.193] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    20.193] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
    [    20.193] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [    20.193] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [    20.193] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [    20.193] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
    [    20.194] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [    20.194] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [    20.194] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    20.194] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    20.194] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    20.194] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [    20.194] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [    39.358] (II) intel(0): EDID vendor "LGD", prod id 803
    [    39.358] (II) intel(0): Printing DDC gathered Modelines:
    [    39.358] (II) intel(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
    [    57.229] (II) intel(0): EDID vendor "LGD", prod id 803
    [    57.229] (II) intel(0): Printing DDC gathered Modelines:
    [    57.229] (II) intel(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
    [   808.544] (II) XKB: generating xkmfile /var/lib/xkb/server-E9A612D990F82BA52AA92FB4E152C0EB5187E50B.xkm

  2. #2
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Problems with NVIDIA graphics

    I believe you have "Optimus" graphics which, on release, was advertised as windows only.
    Unfortunately your h/w was purchased with a windows licence.

    ATM you can't use nVidia driver directly & still use iGFX ..you must not install it directly.
    nVidia has had a change of heart, so expect a soln in future.

    Your logs reveal nVidia driver does not find any h/w & the iGfx is claimed by intel i965.

    To use the nVidia GPU ATM you must use "Bumblebee" or switch off iGFX in BIOS (if possible).
    Bumblebee will install/switch/control nVidia driver via launching scripts etc.

    I would uninstall all nVidia stuff & delete xorg.conf file before attempting to setup Bumblebee.
    Almost no one requires xorg.conf file.
    Last edited by BicyclerBoy; December 15th, 2012 at 01:02 AM.

  3. #3
    Join Date
    Dec 2012
    Beans
    2

    Re: Problems with NVIDIA graphics

    Hey,

    thank you very much. It worked fine with bumblebee!
    There is no switch in my Bios though. But anyways I can now use Intel and NVIDIA graphic card.

    thx again
    Julian

Tags for this Thread

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
  •