Results 1 to 10 of 24

Thread: Problem with GeForce 9300GS

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Beans
    2

    Problem with GeForce 9300GS

    I am using Hardy on a VAIO Z555. The laptop has a hybrid graphics system with an Intel graphic card on PCI:0:2:0 and a GeForce 9300 GS on PCI:1:0:0:

    Code:
    lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
    01:00.0 VGA compatible controller: nVidia Corporation Unknown device 06e5 (rev a1)
    It works fine on the Intel graphcis, but I cannot get its NVidia card to work:
    Code:
    /etc/X11/xorg.conf:
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        BusID	   "PCI:1:0:0"
    EndSection
    X can't start. /var/log/gdm/:0.log shows:
    Code:
    NVIDIA: could not open the device file /dev/nvidia0 (Input/output error).
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0. 
    (EE) NVIDIA(0):     Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0):     additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (EE) Screen(s) found, but none have a usable configuration.
    
    Fatal server error:
    no screens found
    dmesg shows:
    Code:
    [ 3742.367530] NVRM: failed to copy vbios to system memory.
    [ 3742.367772] NVRM: RmInitAdapter failed! (0x30:0xffffffff:894)
    [ 3742.367781] NVRM: rm_init_adapter(0) failed
    I am using nvidia-glx-177_177.76 (installed through nvidia .run package), nvidia-177-kernel-source and nvidia-177-modaliases (installed through .deb binaries). The release notes says that this version supports GeForce 9300 GS.


    Any help would be highly appreciated.

  2. #2
    Join Date
    Jun 2007
    Beans
    10

    Re: Problem with GeForce 9300GS

    I get exactly the same error. I have a sony vaio z11-wn/g with a hybrid graphics-solution (nvidia 9300m gs and intel cantiga gm45) Does anyone know a solution to this?

    thanks

    Oli

  3. #3
    Join Date
    Dec 2005
    Beans
    1

    Re: Problem with GeForce 9300GS

    hi,

    same error here on an vaio "z11 awn" with two graphic cards (9300m gs and intel )

    i am using 8.10(amd64) and nvidia 177.80 drivers.

    errors in dmesg i noticed:

    HTML Code:
    [  306.388765] NVRM: failed to copy vbios to system memory.
    [  306.389229] NVRM: RmInitAdapter failed! (0x30:0xffffffff:894)
    [  306.389244] NVRM: rm_init_adapter(0) failed
    HTML Code:
    lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    01:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1)
    xorg.conf (the device section with the intel card was commented out by me,... thought it might help but didn't change the behaviour at all)

    HTML Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008
    
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    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           "record"
        Load           "xtrap"
        Load           "glx"
    EndSection
    
    Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/input/mice"
        Option         "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Monitor Vendor"
        ModelName      "Monitor Model"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor1"
        VendorName     "Monitor Vendor"
        ModelName      "Monitor Model"
    EndSection
    
    Section "Device"
        Identifier     "Card0"
        Driver         "nvidia"
        VendorName     "nVidia Corporation"
        BoardName      "GeForce 9300M GS"
        BusID          "PCI:1:0:0"
    EndSection
    
    #Section "Device"
    #
    #        ### Available Driver options are:-
    #        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    #        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    #        ### [arg]: arg optional
    #        #Option     "NoAccel"                  # [<bool>]
    #        #Option     "SWcursor"                 # [<bool>]
    #        #Option     "ColorKey"                 # <i>
    #        #Option     "CacheLines"               # <i>
    #        #Option     "Dac6Bit"                  # [<bool>]
    #        #Option     "DRI"                      # [<bool>]
    #        #Option     "NoDDC"                    # [<bool>]
    #        #Option     "ShowCache"                # [<bool>]
    #        #Option     "XvMCSurfaces"             # <i>
    #        #Option     "PageFlip"                 # [<bool>]
    #    Identifier     "Card1"
    #    Driver         "nvidia"
    #    VendorName     "Intel Corporation"
    #    BoardName      "Mobile 4 Series Chipset Integrated Graphics Controller"
    #    BusID          "PCI:0:2:0"
    #EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        SubSection     "Display"
            Viewport    0 0
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       4
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       8
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       15
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       16
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       24
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier     "Screen1"
        Device         "Card0"
        Monitor        "Monitor1"
        SubSection     "Display"
            Viewport    0 0
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       4
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       8
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       15
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       16
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       24
        EndSubSection
    EndSection
    Xorg.0.log:

    HTML Code:
    X.Org X Server 1.5.2
    Release Date: 10 October 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-16-server x86_64 Ubuntu
    Current Operating System: Linux kautzy-book 2.6.27-7-generic #1 SMP Fri Oct 24 06:40:41 UTC 2008 x86_64
    Build Date: 24 October 2008  09:06:49AM
    xorg-server 2:1.5.2-2ubuntu3 (buildd@crested.buildd)
            Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    Module Loader present
    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: Fri Oct 31 09:30:08 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Screen "Screen1" (1)
    (**) |   |-->Monitor "Monitor1"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
            Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:uns
    caled,/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.
    (**) 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/cyrillic,
            /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
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x7b7320
    (II) Module ABI versions:
            X.Org ANSI C Emulation: 0.4
            X.Org Video Driver: 4.1
            X.Org XInput driver : 2.1
            X.Org Server Extension : 1.1
            X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 9
    
    (!!) More than one possible primary device found
    (--) PCI: (0@0:2:0) Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xe8400000/4194304,
     0xd0000000/268435456, I/O @ 0x00008130/8
    (--) PCI: (0@1:0:0) nVidia Corporation GeForce 9300M GS rev 161, Mem @ 0xe4000000/16777216, 0xc0000000/268435456, 0xe2000000/
    33554432, I/O @ 0x00007000/128
    (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) "freetype" will be loaded by default.
    (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) LoadModule: "extmod"
    
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (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.5.2, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.13.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension RECORD
    (II) LoadModule: "xtrap"
    
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DEC-XTRAP
    (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  177.80  Wed Oct  1 15:09:29 PDT 2008
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    
    (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
            compiled for 1.5.2, module version = 2.1.0
            Module class: X.Org Font Renderer
            ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "dri"
    
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (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: "mouse"
    
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
            compiled for 1.4.99.905, module version = 1.3.0
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (II) LoadModule: "kbd"
    
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
            compiled for 1.4.99.905, module version = 1.3.1
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (II) NVIDIA dlloader X Driver  177.80  Wed Oct  1 14:50:00 PDT 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is:
    (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.5.2, 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/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  177.80  Wed Oct  1 15:09:29 PDT 2008
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    
    (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
            compiled for 1.5.2, module version = 2.1.0
            Module class: X.Org Font Renderer
            ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "dri"
    
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (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: "mouse"
    
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
            compiled for 1.4.99.905, module version = 1.3.0
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (II) LoadModule: "kbd"
    
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
            compiled for 1.4.99.905, module version = 1.3.1
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (II) NVIDIA dlloader X Driver  177.80  Wed Oct  1 14:50:00 PDT 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is:
    (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.5.2, 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.5.2, 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): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0):     enabled.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
    (EE) NVIDIA(0):     Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0):     additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "wfb"
    (II) UnloadModule: "fb"
    (EE) Screen(s) found, but none have a usable configuration.
    
    Fatal server error:
    no screens found
    would be nice if someone could provide a hint how to fix this

  4. #4
    Join Date
    Apr 2006
    Location
    Seattle, WA
    Beans
    56
    Distro
    Ubuntu Development Release

    Re: Problem with GeForce 9300GS

    This sound very similar to the issue I was having with my ASUS G1Sn. The issue is in the way that your laptop allocates memory, and it could be solved by a simple BIOS update, but sadly most OEMs don't seem to care enough about making their products compatible with anything other than Vista.

    The only way I found to solve the issue is to compile the kernel with a custom patch that acts as a work around.

    You can find instructions here: http://ph.ubuntuforums.com/showthrea...500M+GS&page=2

    But those are for hardy, so some of the things you have to do are different(assuming you are using 8.10). Don't worry about the linux-ubuntu-module, that package no longer exists on intrepid, also I would recommend installing the generic kernel instead of the rt one.

    You will also have to modify some of the first lines of the patch file(since it was made for linux 2.6.24), just change any 2.6.24 you see to 2.6.27

    Compile your kernel with:
    sudo CONCURRENCY_LEVEL=2 fakeroot debian/rules binary-debs flavours=generic

    Once that is done, you should have 2 packages, a linux-image, and linux-header deb files. Install the image then the header, reboot and all should be good.

  5. #5
    Join Date
    Nov 2008
    Beans
    2

    Re: Problem with GeForce 9300GS


  6. #6
    Join Date
    Jun 2007
    Beans
    10

    Re: Problem with GeForce 9300GS

    I am sorry to say, that it depends on the Z11 Version if it works in Ubuntu 8.10. I tried it and with my Configuration (which is a 1600x900 Screen) it does not work. Neither the Intel nor the NVidia card. The odd thing is, in the tutorial above it is mentioned, that the Cards are disabled if you switch in Windows, which is not the case on my notebook. I always see both cards in Linux and there is no way to disable one of them.

    I also tried the Patch mentioned above, with no luck at all.

    greetz
    Last edited by lowtraxx; November 14th, 2008 at 01:02 PM. Reason: Patch results

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
  •