public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mark Knecht <markknecht@gmail.com>
To: Gentoo User <gentoo-user@lists.gentoo.org>
Subject: Re: [gentoo-user] Multi monitor and fullscreen games
Date: Wed, 2 Jan 2013 10:10:50 -0800	[thread overview]
Message-ID: <CAK2H+ef2fNM=8SGfVEzRck5tyeUkxMZ+2NYkvgr9Q9OMEHVePw@mail.gmail.com> (raw)
In-Reply-To: <50E47341.3010103@darkmetatron.de>

On Wed, Jan 2, 2013 at 9:49 AM, Sebastian Beßler
<sebastian@darkmetatron.de> wrote:
<SNIP>...

I don't think I have this problem here but I'd need to emerge a
specific game that runs full screen to test. Could you please provide
the name of something easy to emerge and test. I ran a game called 0ad
a couple of months ago and I was able to make it full screen on one
monitor at that time.

Also, whereas I think you have two monitors, I have 3 hooked to 2
_different_ Nvidia cards. (a GTX465 driving 2 monitors and an 8400GS
driving 1) Since installing the second VGA _none_ of the KDE OpenGL
effects have worked. However a friend has two 8400GS cards installed
driving 3 monitors and OpenGL works fine for him on all 3 monitors so
I figure that's an Nvidia driver issue when the cards are different
types.

Anyway, I'm attaching my xorg.conf file in case there's something of
value there for you. I don't claim it's a very good xorg.conf file but
it seems to mostly work for this machine.

Please trim responses.

HTH,
Mark




mark@c2stable ~ $ cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 275.09.07
(buildmeister@swio-display-x86-rhel47-03.nvidia.com)  Wed Jun  8
14:38:19 PDT 2011

#FontPath        "/usr/share/fonts/100dpi/"
#FontPath        "/usr/share/fonts/75dpi/"
#FontPath        "/usr/share/fonts/Speedo/"
#FontPath        "/usr/share/fonts/Type1/"
#FontPath        "/usr/share/fonts/corefonts/"
#FontPath        "/usr/share/fonts/cyrillic/"
#FontPath        "/usr/share/fonts/default/"
#FontPath        "/usr/share/fonts/encodings/"
#FontPath        "/usr/share/fonts/freefonts-ttf/"
#FontPath        "/usr/share/fonts/freefonts/"
#FontPath        "/usr/share/fonts/kanjistrokeorders/"
#FontPath        "/usr/share/fonts/misc/"
#FontPath        "/usr/share/fonts/ttf-bitstream-vera/"
#FontPath        "/usr/share/fonts/urw-fonts/"
#FontPath        "/usr/share/fonts/util/"


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
    Option         "BlankTime" "30"
    Option         "StandbyTime" "0"
    Option         "SuspendTime" "0"
    Option         "OffTime" "240"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 75.0
    VertRefresh     56.0 - 61.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 75.0
    VertRefresh     56.0 - 61.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 465"
    BusID          "PCI:2:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 465"
    BusID          "PCI:2:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400GS"
    BusID          "PCI:4:0:0"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-2: 1920x1080 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: 1920x1080 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

mark@c2stable ~ $


      reply	other threads:[~2013-01-02 18:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-01 12:21 [gentoo-user] Multi monitor and fullscreen games Sebastian Beßler
2013-01-01 15:13 ` Florian Philipp
2013-01-02  5:25   ` Sebastian Beßler
2013-01-02 10:55     ` Florian Philipp
2013-01-02 17:49       ` Sebastian Beßler
2013-01-02 18:10         ` Mark Knecht [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK2H+ef2fNM=8SGfVEzRck5tyeUkxMZ+2NYkvgr9Q9OMEHVePw@mail.gmail.com' \
    --to=markknecht@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox