-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test of a beamer pdf (using notes) Laptop with dual screen support: problems #193
Comments
You need to to configure the output to be in "extended desktop mode" (or whatever it is called), i.e. not clone-mode. This is something you configure outside dspdfviewer using xrandr (command line) or whatever GUI-tools your desktop environment provides for configuring screens. |
Picking up on what @Rondom wrote, this is a layer below dspdfviewer, but I will try to help you diagnose it. To see if your graphics card driver works correctly, please post the output of You "should" see two separate outputs being detected, which usually have different combinations of resolutions. Here's an example from my PC:
My driver correctly detects my two monitors, one on the DVI-I-1 port and one on the HDMI-0 port. Yours should be similar, with one monitor on the internal port (often labeled LVDS). In my case, I use the following command to...
xrandr --output DVI-I-1 --preferred --primary --output HDMI-0 --preferred --right-of DVI-I-1 If xrandr does not detect both monitors individually, you have a problem with your graphics card driver. In that case, you might want to ask in the Ubuntu forums, since driver issues are OS specific. |
Hi Danny, thanks very much, your help solved my problem. so I modified your command to which resulted in the configuration I was looking for, thanks very much. May I suggest to add some lines |
Hi
I just compiled a latex beamer file with notes. I am using a Thinkpad X201 with an Intel 4 graphic card which according to the documentation and the comments on the thinkpad linux mailing list should support dual screens.
I opened the pdf file with dspdfviewer, and can toggle between three screens,
the screen with the presentation
the screen with the notes and
the double screen showing both.
so I connected by Laptop to an external screen. But whatever I did the external screen just duplicated my
Laptop screen. I hoped to see on my laptop the doble screen:
presentation with notes and on the external screen only the presentation, but this was not the case.
what is the problem here? my graphic card? Linux (running Ubuntu 14.04). it seems that I cannot attach the pdf file.
any comment is highly appreciated
thanks
Uwe Brauer
The text was updated successfully, but these errors were encountered: