Results 1 to 3 of 3

Thread: GTS450 + HD4000 Ubuntu 12.10

  1. #1
    Join Date
    Mar 2013
    Beans
    10

    GTS450 + HD4000 Ubuntu 12.10

    Hi All,

    I wonder if someone could assist with this issue i am having

    I am trying to use both the internal HD4000 and external GTS450 at the same time with me install. In the BIOS if i choose to use the internal during boot, i only see my one monitor ( the other remains black ). This happens the same as when changing the BIOS to use the external, the monitor connected to the internal is black.

    Is there any way to use both at the same time?
    My untimate goal is to have three monitors hooked up.

    Thanks in advance for any assistance.

    Scabs


    EDIT: Added Info

    Below is my xorg.conf i am new to this so not sure if this will even work.


    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 304.88  (buildmeister@swio-display-x86-rhel47-06)  Wed Mar 27 15:32:58 PDT 2013
    
    
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen  0   "Screen1" 0 0
        Screen  1   "Screen2" LeftOf "Screen1"
        Screen  2   "Screen3" RightOf "Screen1"
        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 "Device"
            Identifier  "Card0"
            Driver      "nvidia"
            BusID       "PCI:1:0:0"
    EndSection
    
    Section "Device"
            Identifier  "Card1"
            Driver      "intel"
            BusID       "PCI:0:2:0"
    EndSection
    
    Section "Screen"
       Identifier  "Screen1"
       Device      "Card0"
       Monitor     "Samsung SyncMaster"
       DefaultDepth    24
       SubSection "Display"
           Depth       24
           Modes       "1920x1080"
       EndSubSection
    EndSection
    
    Section "Screen"
       Identifier  "Screen2"
       Device      "Card0"
       Monitor     "ProView/EMC/PTS"
       DefaultDepth    24
       SubSection "Display"
           Depth       24
           Modes       "1280x1024"
       EndSubSection
    EndSection
    
    Section "Screen"
       Identifier  "Screen3"
       Device      "Card1"
       Monitor     "ProView/EMC/PTS"
       DefaultDepth    24
       SubSection "Display"
           Depth       24
           Modes       "1280x1024"
       EndSubSection
    EndSection
    Edit: adding further info

    Okay after adding the above to xorg.conf i now get the two monitors attached to the nvidia card displaying correctly and the monitor connected to the intel card is plain white with nothing else showing. I can move my mouse cursor over to this monitor, but i can't move it back and it gets stuck there.

    Any help would be greatly appreciated.

    Thanks.
    Last edited by scabs; April 8th, 2013 at 08:35 PM. Reason: Added info

  2. #2
    Join Date
    Mar 2013
    Beans
    10

    Re: GTS450 + HD4000 Ubuntu 12.10

    Bumping as I added further information

  3. #3
    Join Date
    Mar 2013
    Beans
    10

    Re: GTS450 + HD4000 Ubuntu 12.10

    This issue is resolved by updating to 13.04.

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
  •