Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Gamers & Players
  • Search

NWN Fullscreen & Xinerama/TwinView

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
10 posts • Page 1 of 1
Author
Message
davidblewett
Apprentice
Apprentice
User avatar
Posts: 274
Joined: Sun Feb 15, 2004 2:23 am
Location: Indiana

NWN Fullscreen & Xinerama/TwinView

  • Quote

Post by davidblewett » Fri Jan 06, 2006 8:38 pm

Hi All:

I finally upgraded my vid card last week to a GF FX5200 (from 1st gen Radeon AIW). I've been working on getting the card's TwinView functionality working. I've got most of it set. Everything BUT Neverwinter Nights works the way I want. I want to be able to play the game fullscreen on one monitor, and still be able to use the other monitor to use a terminal, check email or whatever.

No matter what I do, the game won't go fullscreen on one monitor. It always covers both with the screen in the middle. I've tried running it in windowed mode and moving the window to the monitor I want it on, but then the mouse isn't grabbed and you can't rotate the camera in-game (no, Ctl-G doesn't work). Mplayer and Xine will both go full screen on one monitor. I've changed the symlink in the nwn lib directory to point to the Gentoo-supplied libsdl. It was compiled with Xinerama support, as was the WM (metacity).

Does anyone have any tips?

Xorg.conf:

Code: Select all

Section "Extensions"
    Option "Composite" "true"
EndSection

Section "Module"
    Load        "dbe"   # Double buffer extension
        Load    "extmod"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"
   Load       "glx"
#    Load       "dri"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/TrueType/"
    ModulePath "/usr/lib/xorg/modules"
    ModulePath "/usr/lib/opengl/nvidia"
EndSection

Section "ServerFlags"
        Option "Xinerama" "false"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "microsoft"
    Option "XkbLayout"  "us"
EndSection


Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/input/mice"
    Option "Resolution" "1000"
        #Option "Buttons" "7"
        #Option "ZAxisMapping"  "6 7"
EndSection

Section "Monitor"
        Identifier      "TV"
        HorizSync       30-50
        VertRefresh     60
EndSection

Section "Monitor"
        Identifier      "PB"
EndSection

Section "Monitor"
    Identifier  "K98A"
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection


Section "Device"
         Identifier "FX5200"
        #Driver "nv"
         Driver "nvidia"
        BusId "PCI:1:0:0"
                Option  "TwinView"              "true"
                Option  "MetaModes"     "CRT-1:640x480, CRT-0:1024x768; CRT-1: 640x480, CRT-0:800x600; CRT-1:, CRT-0:1024x76$
                Option  "BackingStore"          "true"
                Option  "NoLogo"                "true"
                Option  "NvAgp"                 "3"
                Option  "EnablePageFlip"        "true"
                Option  "RenderAccel"           "true"
                Option  "DPI"                   "100 x 100"
                Option  "AllowGLXWithComposite" "true"
                Option  "AllowDDCCI"            "true"
                Option  "Coolbits"              "1"
                Option "DigitalVibrance"        "3"
        Screen 0
EndSection

Section "Screen"
    Identifier  "Screen 0"
    Device      "FX5200"
    Monitor     "K98A"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection


Section "ServerLayout"
        Identifier  "Nvidia Dual-Head"
        Screen 0 "Screen 0"
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"

EndSection
Xorg.0.log:

Code: Select all

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.14-archck7 i686
Current Operating System: Linux arnor 2.6.14-archck7 #8 PREEMPT Wed Jan 4 15:31:49 EST 2006 i686
Build Date: 31 December 2005
        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 Jan  6 08:29:05 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Nvidia Dual-Head"
(**) |-->Screen "Screen 0" (0)
(**) |   |-->Monitor "K98A"
(**) |   |-->Device "FX5200"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) The directory "/usr/share/fonts/TrueType/" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/ttf-bitstream-vera/,/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Typ$
(==) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules,/usr/lib/opengl/nvidia"
(**) Option "Xinerama" "false"
(**) Extension "Composite" is enabled
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(++) using VT number 8

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 147b,a401 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 147b,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 1011,0009 card 2646,0001 rev 22 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10b8,0005 card 10b8,a011 rev 08 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1102,0002 card 1102,8026 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0d:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0322 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xe8000000/24, 0xd0000000/28
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xeb001000 - 0xeb001fff (0x1000) MX[B]
        [1] -1  0       0xeb000000 - 0xeb00007f (0x80) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [4] -1  0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [5] -1  0       0x0000e800 - 0x0000e807 (0x8) IX[B]
        [6] -1  0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [7] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [8] -1  0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [9] -1  0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [10] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [11] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xeb001000 - 0xeb001fff (0x1000) MX[B]
        [1] -1  0       0xeb000000 - 0xeb00007f (0x80) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [4] -1  0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [5] -1  0       0x0000e800 - 0x0000e807 (0x8) IX[B]
        [6] -1  0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [7] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [8] -1  0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [9] -1  0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [10] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [11] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xeb001000 - 0xeb001fff (0x1000) MX[B]
        [6] -1  0       0xeb000000 - 0xeb00007f (0x80) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [9] -1  0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000e800 - 0x0000e807 (0x8) IX[B]
        [13] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [14] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [15] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(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: "extmod"
(II) Reloading /usr/lib/xorg/modules/extensions/libextmod.so
(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 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(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 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(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.8178
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(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.8178
        Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver  1.0-8178  Wed Dec 14 16:24:14 PST 2005
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xeb001000 - 0xeb001fff (0x1000) MX[B]
        [6] -1  0       0xeb000000 - 0xeb00007f (0x80) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [9] -1  0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000e800 - 0x0000e807 (0x8) IX[B]
        [13] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [14] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [15] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xeb001000 - 0xeb001fff (0x1000) MX[B]
        [6] -1  0       0xeb000000 - 0xeb00007f (0x80) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [9] -1  0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [10] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [11] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [12] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000e800 - 0x0000e807 (0x8) IX[B]
        [16] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [17] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [18] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [19] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [20] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [21] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [22] 0  0       0xe90003b0 - 0xe90003bb (0xc) IS[B]
        [23] 0  0       0xe90003c0 - 0xe90003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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): Option "DigitalVibrance" "3"
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "3"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "TwinView" "true"
(**) NVIDIA(0): Option "MetaModes" "CRT-1:640x480, CRT-0:1024x768; CRT-1: 640x480, CRT-0:800x600; CRT-1:, CRT-0:1024x768; CR$
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "AllowDDCCI" "true"
(**) NVIDIA(0): Option "DPI" "100 x 100"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): TwinView enabled
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xE8000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5200
(--) NVIDIA(0): VideoBIOS: 04.34.20.27.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 2X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0, CRT-1
(--) NVIDIA(0): CRT-0: maximum pixel clock: 350 MHz
(--) NVIDIA(0): CRT-1: maximum pixel clock: 350 MHz
(WW) NVIDIA(0): Unable to read EDID for display device CRT-1
(**) NVIDIA(0): Digital Vibrance for display 0 set to 3
(**) NVIDIA(0): Digital Vibrance for display 1 set to 3
(II) NVIDIA(0): Frequency information for CRT-0:
(II) NVIDIA(0):   HorizSync   : 31.000-95.000 kHz
(II) NVIDIA(0):   VertRefresh : 50.000-120.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Frequency information for CRT-1:
(II) NVIDIA(0):   HorizSync   : 28.000-33.000 kHz
(II) NVIDIA(0):   VertRefresh : 43.000-72.000 Hz
(II) NVIDIA(0):      (HorizSync from Conservative Defaults)
(II) NVIDIA(0):      (VertRefresh from Conservative Defaults)
(II) NVIDIA(0): K98A: Using hsync range of 31.00-95.00 kHz
(II) NVIDIA(0): K98A: Using vrefresh range of 50.00-120.00 Hz
(**) NVIDIA(0): Validated modes for display device CRT-0:
(II) NVIDIA(0): K98A: Using hsync range of 28.00-33.00 kHz
(II) NVIDIA(0): K98A: Using vrefresh range of 43.00-72.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(**) NVIDIA(0): Validated modes for display device CRT-1:
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1664 x 768
(**) NVIDIA(0): DPI set to (100, 100); computed from "DPI" X config option
(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 7.0.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [1] 0   0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B]
        [2] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xeb001000 - 0xeb001fff (0x1000) MX[B]
        [8] -1  0       0xeb000000 - 0xeb00007f (0x80) MX[B]
        [9] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [10] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [11] -1 0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [12] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [13] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [14] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000e800 - 0x0000e807 (0x8) IX[B]
        [18] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [19] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [20] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [22] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [23] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [24] 0  0       0xe90003b0 - 0xe90003bb (0xc) IS[B]
        [25] 0  0       0xe90003c0 - 0xe90003df (0x20) IS[B]
(II) NVIDIA(0): Setting mode "CRT-1:640x480,CRT-0:1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(**) NVIDIA(0): Option "BackingStore" "true"
(**) NVIDIA(0): Backing store enabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(WW) NVIDIA(0): Option "EnablePageFlip" is not used
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse1: Buttons: 11
(**) Option "Resolution" "1000"
(**) Mouse1: Resolution: 1000
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "microsoft"
(**) Keyboard1: XkbModel: "microsoft"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/CID/, removing from list!
Could not init font path element /usr/share/fonts/local/, removing from list!
(II) NVIDIA(0): Setting mode "CRT-1:,CRT-0:800x600"
(II) NVIDIA(0): Setting mode "CRT-1:640x480,CRT-0:1024x768"
(II) NVIDIA(0): Setting mode "CRT-1:,CRT-0:800x600"
(II) NVIDIA(0): Setting mode "CRT-1:640x480,CRT-0:1024x768"
(II) NVIDIA(0): Setting mode "CRT-1:,CRT-0:800x600"

Code: Select all

arnor agp # cat card host-bridge status
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       4x 2x 1x
Registers:       0x1f000217:0x1f000102
Host Bridge:     PCI device 1106:0305
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       2x 1x
Registers:       0x1f000213:0x00000102
Status:          Enabled
Driver:          AGPGART
AGP Rate:        2x
Fast Writes:     Disabled
SBA:             Disabled

Code: Select all

arnor agp # cat /proc/driver/nvidia/registry
VideoMemoryTypeOverride: 1
EnableVia4x: 0
EnableALiAGP: 0
NvAGP: 3
ReqAGPRate: 15
EnableAGPSBA: 0
EnableAGPFW: 0
SoftEDIDs: 1
Mobile: 4294967295
ResmanDebugLevel: 4294967295
FlatPanelMode: 0
DevicesConnected: 0
VideoEnhancement: 0
RmLogonRC: 1
VbiosFromROM: 0
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
RemapLimit: 0
UseCPA: 4294967295
DetectPrimaryVga: 0
No guilt in life, no fear in death
this is the power of Christ in me
From life’s first cry to final breath
Jesus commands my destiny
-- Newsboys, "In Christ Alone", "Adoration: The Worship Album"
Top
munchagepeople
n00b
n00b
User avatar
Posts: 41
Joined: Thu Feb 10, 2005 2:40 pm
Location: Bristol University, UK

  • Quote

Post by munchagepeople » Sat Jan 07, 2006 12:52 pm

I had this problem with quake 4 - added a metamode of 1280x1024,NULL to the relevant section of my xorg.conf

Code: Select all

# Twinview Options
    Screen      0
    Option      "TwinView"
    Option      "MetaModes"     "1280x1024,1280x1024; 1024x768,1024,768; 800x600,800x600; 1280x1024,NULL"
    Option      "TwinViewOrientation"   "RightOf"
    Option      "SecondMonitorHorizSync"        "UseEdidFreqs"
    Option      "SecondMonitorVertRefresh"      "UseEdidFreqs"
Switches off my right hand monitor and goes fullscreen on the left.

My original post and a solution given by d4rk74m4: Click
"I do not feel obliged that the same God who has endowed us with sense, reason and intellect has intended us to forgo their use" - Galileo Galilei
Top
davidblewett
Apprentice
Apprentice
User avatar
Posts: 274
Joined: Sun Feb 15, 2004 2:23 am
Location: Indiana

  • Quote

Post by davidblewett » Sun Jan 08, 2006 5:45 pm

Thanks for the reply! I would prefer being able to still have the desktop on the second monitor, rather than having it turn off when playing the game. I've been testing several other SDL games, and they exhibit the same problem. I've compiled libsdl with the xinerama use flag, so I'm not sure why it's happening. In MPlayer or Xine, I can put the video on fullscreen and still be able to use the 2nd monitor as the desktop.

I just found this post on a blog: http://blog.spoonix.org/?p=723. Maybe going that route will work better.
No guilt in life, no fear in death
this is the power of Christ in me
From life’s first cry to final breath
Jesus commands my destiny
-- Newsboys, "In Christ Alone", "Adoration: The Worship Album"
Top
benow
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 84
Joined: Mon Jun 02, 2003 4:46 pm
Contact:
Contact benow
Website

  • Quote

Post by benow » Sat Jan 21, 2006 6:45 pm

I was able to get nwn working in fullscreen twinview... break between the monitors was exactly where the character is placed, so it's a bit annoying, but for a pair of projectors it would be *awesome*. All I had to do is with a working twinview setup, go to the display properties within NWN and change the res to the full resolution (ie 2560x1024 or whatever the full twinview res is).
Top
plonka2000
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Thu Dec 02, 2004 1:59 pm
Location: UK, Surrey
Contact:
Contact plonka2000
Website

  • Quote

Post by plonka2000 » Thu Mar 16, 2006 12:42 am

Hi,
I've been all around the gentoo forums and I cant yet seem to find an answer for this question.

I have setup a twinview setup but I am trying to run so that when I maximise windows it does not cover both screens.
I am hoping to use the Twinview feature of the nvidia driver but be able to maximise into each window.

Games across both screens arnt an issue.

Can anyone help?

Thanks.

BTW: I have an nvidia 6600GT.
-Do not be afraid of what is different.
-Do not be afraid of being different.
-After all, ignorance is not an excuse.

Using Gentoo and Windows XPee.

Check my site here
Top
AndyG314
n00b
n00b
Posts: 4
Joined: Fri Feb 18, 2005 4:05 pm
Location: MA

Twinview vs. 2 x sessions

  • Quote

Post by AndyG314 » Mon Feb 26, 2007 6:26 pm

There are two (actually there are more, but two common ones) ways of dealing with multiple moniters on a linux box. One is twinview/xinerama one is to run two seperate x sessions one for each moniter. Each has it's proe's and con's. To do what you want, you would need two x sessions one on the game and one on your desktop. However you might not want to take what comes with that.

In twinview/xinerama:
Both moniters show one long virtual screen. This is handy as you can run a single x session on both screens. But it has the downside of being one huge screen, with a break in the middle. Maximized windows will take up all of both screens. There are ways arround most of these problems however, if you are clever and spend some time with it. I have a script that will resize and reposition a window so it takes up all of one moniter, this gets arround the double moniter maximization problem.

As far as games go you can specify a single moniter resolution, this will make the game play on one screen and leave the other blank. This is the solution I use on most games. You can also make the game play on both screens, but there are two downsides to doing this: 1) depending on the graphics card it may affect what you can do in hardware and 2) most games put important things in the middle of the screen which is exactly where the break in the moniters is, this may or may not be a problem depending on your setup and the game in question.

So those are your options. I don't know if it's possible to "switch on the fly" and have the xinerama switch to being a single screen and then start a new xsession on the other to play a game on. But if it is possible it is probbly more trouble than it's worth.
Top
CrazyIvanMN
n00b
n00b
Posts: 45
Joined: Tue Feb 20, 2007 9:19 pm

  • Quote

Post by CrazyIvanMN » Tue Feb 27, 2007 7:00 am

I'm running nwn using twinview.. and I have nwn fill my left monitor completely, and still have my right monitor with my desktop/etc.

a little bit of info about my setup.. I'm running two lcd widescreen monitors with native resolution 1680x1050.

my 'metamodes' line from the device section of my xorg.conf

Code: Select all

        Option      "MetaModes"  "1680x1050,1680x1050;1680x1050,;,1680x1050"
 
I've modified my nwn.ini (for me it's in /usr/local/games/nwn/nwn.ini )file to add the line 'AllowWindowedMode=1', and I have the Height and Width set to be the same as one of my monitors.

Code: Select all

[Display Options]
...
Height=1050
Width=1680
...
AllowWindowedMode=1
Now.. yes I'm running in windowed mode.. but.. wait their's more :)

I'm using gnome with metacity so this might not be nessisary with other window managers or whatever..

but..
emerge devilspie

In your System -> Preferences -> Sessions -> Startup Programs.. Add devilspie

in your home directory, make a directory .devilspie (I think one will be created automatically when you first start devilspie)..
And create a file with a .ds extension.. mine is called nwn_undecorate.ds
the contents are:

Code: Select all

(if 
  (is (window_name) 'Neverwinter Nights Client')
  (begin 
    (geometry "1680x1050+0+0")
    (undecorate)
  )
)
devilspie will find a window with the name 'Neverwinter Nights Client'.. and set the window geometry to be exactly my screen size (1680x1050) and place the window zero pixels from the top and left, and remove the title bar and border of the window (undecorate)..

Anyway.. that's what works for me.
Top
rei1974
n00b
n00b
Posts: 3
Joined: Tue Feb 27, 2007 8:38 am
Contact:
Contact rei1974
Website

  • Quote

Post by rei1974 » Tue Feb 27, 2007 8:53 am

Heh, are you talking about NWN or NWN2? because the 2 is quite buggy even on the PC, because is very badly programmed itself... :lol:
rpg games - mac games - game forums
Top
bl00dseeker
n00b
n00b
Posts: 70
Joined: Tue Feb 27, 2007 6:54 pm

  • Quote

Post by bl00dseeker » Sun Oct 07, 2007 12:31 am

We talk about nwn1 cause nwn2 has no linux client atm.

I have the same issue with twinview now. I wrote the resolution of one monitor in the nwn.ini but it is ignored, it still starts with 2560x1024.

Code: Select all

[Display Options]
UseLargeFont=0
RefreshRate=0
BitsPerPixels=32
Height=1024
Width=1280
TexturePack=3
FullScreen=0
AllowWindowedMode=1
[Video Options]
i did this in nwn.ini and nwnplayer.ini, but no effect. Although the "Fullscreen" option has effect, so it can't be a problem with rights. I want to keep my xorg.conf cause this way is the only that guarantuee vsync on both screens.

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath	"/usr/share/fonts/corefonts"
	FontPath	"/usr/share/fonts/freefont"
	FontPath	"/usr/share/fonts/sharefonts"
	FontPath	"/usr/share/fonts/artwiz"
	FontPath	"/usr/share/fonts/terminus"
	FontPath	"/usr/share/fonts/ttf-bitstream-vera"
	FontPath	"/usr/share/fonts/unifont"
	FontPath	"/usr/share/fonts/local"
	FontPath	"/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	#Load  "GLcore"
	Load  "nvidia"
	Load  "dri"
	Load  "glx"
	Load  "record"
	Load  "dbe"
	Load  "wfb"
	Load  "extmod"
	SubSection  "extmod"
        Option    "omit xfree86-dga"   # don't initialise the DGA extension
      	EndSubSection
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"

EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option		"AutoRepeat" "500 30"
	Option	    "CoreKeyboard"
	Option	    "XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
#	Option		"XkbLayout"	"de,us"
	Option		"XkbLayout"	"de,gb"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "evdev"
	#Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/event2"
	#Option	    "ZAxisMapping" "4 5 6 7"
EndSection

#Section "InputDevice"
   #Identifier  "Mouse0"
   #Driver      "evdev"
   #Option "Device"       "/dev/input/event2" 
#EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Option	"DPMS"
	HorizSync	31.0-81.0
	VertRefresh	60.0-76.0
	#Modeline "1280x1024@76i" 159.46 1280 1312 1912 1944 1024 1043 1056 1076 -Hsync +Vsync interlace
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV43 [GeForce 6600/GeForce 6600 GT]"
	BusID       "PCI:3:0:0"
	Option	"NoLogo"	"1"
	Option  "RenderAccel" "true"
	#Option 	"UseEditDpi"	"FALSE"
	#Option	"DPI"	"85 x 86"
	#Option "AllowGLXWithComposite" "true"
	Option "DisableGLXRootClipping" "true"
	Option "TripleBuffer" "true"
	Option "AddARGBGLXVisuals" "true"
	Option	"Coolbits"	"true"
	#Option "DamageEvents" "true"
	#Option "backingstore" "true"
	#Option	"VideoOverlay" "on"

	#Twinview
	Option "TwinView"
	Option "MetaModes"	"1280x1024, 1280x1024; 1280x1024"
	Option "TwinViewOrientation" "RightOf"
	Option "SecondMonitorHorizSync" "31-81"
	Option "SecondMonitorVertRefresh" "60-75"

	#aiglx test
	Option "DRI" "true"
	Option "XAANoOffscreenPixmaps" "true"

EndSection
#aiglx test
#Section "dri"
#	Group 0
#	Mode 0666
#EndSection



Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	#SubSection "Display"
	#	Viewport   0 0
	#	Depth     1
	#	Modes	 "1280x1024@76i" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480" "320x240"
	#EndSubSection
	#SubSection "Display"
	#	Viewport   0 0
	#	Depth     4
	#	Modes  "1280x1024@76i" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480" "320x240"
	#EndSubSection
	#SubSection "Display"
	#	Viewport   0 0
	#	Depth     8
	#	Modes  "1280x1024@76i" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480" "320x240"
	#EndSubSection
	#SubSection "Display"
	#	Viewport   0 0
	#	Depth     15
	#	Modes	 "1280x1024@76i" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480" "320x240"
	#EndSubSection
	#SubSection "Display"
	#	Viewport   0 0
	#	Depth     16
	#	Modes	 "1280x1024@76i" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480" "320x240"
	#EndSubSection
	#SubSection "Display"
	#	Viewport   0 0
	#	Depth     24
	#	Modes	"1280x1024@76i" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480" "320x240"
	#EndSubSection
	
	#Test
	DefaultDepth 24
	Option "AddARGBGLXVisuals" "true"
	Option         "TwinView" "1"
    	Option         "metamodes" "CRT-0: 1280x1024_75 +0+0, CRT-1: 1280x1024_75 +1280+0" #, TV: 640x480 +2560+0"
    	SubSection     "Display"
       	Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Extensions"
Option "XEVIE" "Enable"
Option "Composite" "Enable"
EndSection
Top
bl00dseeker
n00b
n00b
Posts: 70
Joined: Tue Feb 27, 2007 6:54 pm

  • Quote

Post by bl00dseeker » Mon Oct 08, 2007 5:06 pm

I found a solution :)

Code: Select all

Option "MetaModes" "CRT-0: 1280x1024_75,1280x1024_75; CRT-1: 1280x1024x1280x1024; 1280x0124; 1280x1024; 1024x768; 800x600; 640x480;"
Top
Post Reply
  • Print view

10 posts • Page 1 of 1

Return to “Gamers & Players”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic