public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Nvidia optimus no signal on external monitor
@ 2013-08-26 14:56 du yang
  2013-08-26 18:48 ` James Ausmus
  0 siblings, 1 reply; 4+ messages in thread
From: du yang @ 2013-08-26 14:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1526 bytes --]


Hi,

I've managed to get optimus works on my PC with nvidia property
driver. But I got into an issue when trying to extend my screen to an
external monitor by using Xrandr.
There is no signal in the external monitor but the screen do extended,
as mouse and window can be moved outside the visiable screen.

There are 2 output connected, LVDS-0 & VGA-0.
The xrandr command used:
# xrandr --output VGA-0 --pos 1366x0 --auto
And also tried (doesn't work),
# xrandr --output VGA-0 --auto --left-of LVDS-0

This one works but both monitors showing with the screen,
# xrandr --output VGA-0 --auto --same-as LVDS-0

Any suggestion please?
Thanks,

PS. And also attach my /etc/X11/xorg.conf here,
Section "Module"
    Load           "glx"
EndSection

Section "Monitor"
    Identifier "ASUS"
    VendorName     "Unknown"
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "DFP0"
    Device         "NVIDIA"
    Monitor        "ASUS"
    #Option         "IgnoreEDIDChecksum" "DFP"
    Option         "UseDisplayDevice" "none"
EndSection

Section "Device"
    Identifier     "INTEL"
    Driver         "modesetting"
EndSection

Section "Screen"
    Identifier     "INTEL"
    Device         "INTEL"
EndSection


-- 
oooO:::::::::
(..):::::::::
:\.(:::Oooo::
::\_)::(..)::
:::::::)./:::
::::::(_/::::

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Nvidia optimus no signal on external monitor
  2013-08-26 14:56 [gentoo-user] Nvidia optimus no signal on external monitor du yang
@ 2013-08-26 18:48 ` James Ausmus
  2013-08-27  0:16   ` du yang
  0 siblings, 1 reply; 4+ messages in thread
From: James Ausmus @ 2013-08-26 18:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1795 bytes --]

On Mon, Aug 26, 2013 at 7:56 AM, du yang <duyang.seu@gmail.com> wrote:

>
> Hi,
>
> I've managed to get optimus works on my PC with nvidia property
> driver. But I got into an issue when trying to extend my screen to an
> external monitor by using Xrandr.
> There is no signal in the external monitor but the screen do extended,
> as mouse and window can be moved outside the visiable screen.
>
> There are 2 output connected, LVDS-0 & VGA-0.
> The xrandr command used:
> # xrandr --output VGA-0 --pos 1366x0 --auto
> And also tried (doesn't work),
> # xrandr --output VGA-0 --auto --left-of LVDS-0
>
> This one works but both monitors showing with the screen,
> # xrandr --output VGA-0 --auto --same-as LVDS-0
>
> Any suggestion please?
>


Since you're using the proprietary driver, have you tried using the
nvidia-settings configuration program to set up the second monitor?




> Thanks,
>
> PS. And also attach my /etc/X11/xorg.conf here,
> Section "Module"
>     Load           "glx"
> EndSection
>
> Section "Monitor"
>     Identifier "ASUS"
>     VendorName     "Unknown"
>     VertRefresh     43.0 - 72.0
>     Option         "DPMS"
> EndSection
>
> Section "Device"
>     Identifier     "NVIDIA"
>     Driver         "nvidia"
>     BusID          "PCI:1:0:0"
> EndSection
>
> Section "Screen"
>     Identifier     "DFP0"
>     Device         "NVIDIA"
>     Monitor        "ASUS"
>     #Option         "IgnoreEDIDChecksum" "DFP"
>     Option         "UseDisplayDevice" "none"
> EndSection
>
> Section "Device"
>     Identifier     "INTEL"
>     Driver         "modesetting"
> EndSection
>
> Section "Screen"
>     Identifier     "INTEL"
>     Device         "INTEL"
> EndSection
>
>
> --
> oooO:::::::::
> (..):::::::::
> :\.(:::Oooo::
> ::\_)::(..)::
> :::::::)./:::
> ::::::(_/::::
>

[-- Attachment #2: Type: text/html, Size: 2812 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Nvidia optimus no signal on external monitor
  2013-08-26 18:48 ` James Ausmus
@ 2013-08-27  0:16   ` du yang
  2013-08-27  0:30     ` James Ausmus
  0 siblings, 1 reply; 4+ messages in thread
From: du yang @ 2013-08-27  0:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

On Tuesday 08/27/13 02:48:38 CST, James Ausmus wrote:
> Since you're using the proprietary driver, have you tried using the
> nvidia-settings configuration program to set up the second monitor?
> 
Tried, tt can't detect out the external monitor.

-- 
oooO:::::::::
(..):::::::::
:\.(:::Oooo::
::\_)::(..)::
:::::::)./:::
::::::(_/::::

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Nvidia optimus no signal on external monitor
  2013-08-27  0:16   ` du yang
@ 2013-08-27  0:30     ` James Ausmus
  0 siblings, 0 replies; 4+ messages in thread
From: James Ausmus @ 2013-08-27  0:30 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

On Mon, Aug 26, 2013 at 5:16 PM, du yang <duyang.seu@gmail.com> wrote:
>
> On Tuesday 08/27/13 02:48:38 CST, James Ausmus wrote:
> > Since you're using the proprietary driver, have you tried using the
> > nvidia-settings configuration program to set up the second monitor?
> >
> Tried, tt can't detect out the external monitor.

I would try a different monitor and/or a different monitor cable to rule
out a HW issue on that end


>
>
> --
> oooO:::::::::
> (..):::::::::
> :\.(:::Oooo::
> ::\_)::(..)::
> :::::::)./:::
> ::::::(_/::::

[-- Attachment #2: Type: text/html, Size: 730 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-27  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26 14:56 [gentoo-user] Nvidia optimus no signal on external monitor du yang
2013-08-26 18:48 ` James Ausmus
2013-08-27  0:16   ` du yang
2013-08-27  0:30     ` James Ausmus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox