Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Dualscreen wrong screens

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
12 posts • Page 1 of 1
Author
Message
115552
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Tue Aug 09, 2005 11:35 am

Dualscreen wrong screens

  • Quote

Post by 115552 » Sun May 06, 2007 12:17 pm

I am in desperate need of help here. This has been problematic for over a year now, and now since i'ts work related, i need to find a solution.

Edit: I changed the problem a bit because i'm coming closer to the pinpoint. I'll keep the external as primary, but would like it to use its own settings.

I'm trying to dual monitor my laptop with an external monitor (both in nvidia with 3d acceleration). The laptop should be the secondary one, and the external monitor to the right of it. But everytime X starts, the external monitor takes the settings of the laptop's screen instead of its own, and the laptop's monitor is completly switched off.

The laptop has a resolution of 1280x800
The external Acer monitor has 1440x900

What ma i doing wrong here? I followed the tutorial in the wiki.

Code: Select all

01:00.0 VGA compatible controller: nVidia Corporation G72M [GeForce Go 7400] (rev a1)
Nvidia Drivers: 1.0.9755-r1(09:57:53 AM 04/30/2007)(kernel_linux)
Xorg Version: 7.2
DE: KDE

Code: Select all

# uname -a
Linux localhost 2.6.21-ck #1 SMP Mon Apr 30 09:53:58 EEST 2007 i686 Genuine Intel(R) CPU           T2400  @ 1.83GHz GenuineIntel GNU/Linux

And finally,

mymon = laptop monitor
Acer AL1916W = external monitor

myvga = laptop vga
external = external vga

Screen 0 = laptop screen
Screen 2 = external screen


Screen 0 should be the main one, and 2 on the right of it.

Code: Select all

Section "Monitor"
    Identifier  "mymon"
       VendorName   "Sony"
       ModelName    "X-Black"
       Option       "DPMS"
        Option          "BlankTime"     "4"
        #Option          "StandbyTime"   "0"
        #Option          "SuspendTime"   "0"
        Option          "OffTime"       "8"
       HorizSync    29-60
       VertRefresh  0-60
       DisplaySize  285 179 #important to set dpi properly
       Modeline "1280x800"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
EndSection



Section "Monitor"
Identifier "Acer AL1916W"
        HorizSync 30-82
        Vertrefresh 56-76
        Modeline "1440x900@60" 106.5 1440 1520 1672 1904 900 901 904 932 -HSync +VSync
EndSection









Section "Device"
    Identifier  "myvga"

       VendorName  "nVidia Corporation"
       BoardName   "GeForce Go 7400"
       BusID       "PCI:1:0:0"
       Driver      "nvidia"
       Option      "RenderAccel" "true"
       Option      "NoLogo" "true"
       Option      "NvAGP" "1"
       Option      "Coolbits" "1"
       Option      "MonitorLayout" "LVDS, AUTO"
        Screen 0
         Option      "XAANoOffscreenPixmaps" "true"
         Option      "DRI"     "true"
         Option       "AddARGBGLXVisuals" "True"

        Option   "UseEdidDpi"   "FALSE"
        Option   "DPI"   "96 x 96"

EndSection




Section "Device"
    Identifier  "external"
       VendorName  "nVidia Corporation"
       BoardName   "GeForce Go 7400"
       BusID       "PCI:1:0:0"
       Driver      "nvidia"
       Option      "RenderAccel" "true"
       Option      "NoLogo" "true"
       Option      "NvAGP" "1"
       Option      "Coolbits" "1"
       Option      "MonitorLayout" "LVDS, AUTO"
        Option      "XAANoOffscreenPixmaps" "true"
         Option      "DRI"     "true"
         Option       "AddARGBGLXVisuals" "True"

        Option   "UseEdidDpi"   "FALSE"
        Option   "DPI"   "96 x 96"

        Screen 2

EndSection







Section "Screen"
    Identifier  "Screen 0"
    Device      "myvga"
    Monitor     "mymon"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection




Section "Screen"
        Identifier "Screen 2"
        Device  "external"
        Monitor "Acer AL1916W"
        DefaultDepth 24

        SubSection "Display"
                 Depth 24
                Modes "1440x1440" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "6$
        EndSubSection

EndSection





Section "ServerLayout"
  Identifier     "XFree86 Configured"
  Screen      0  "Screen 0" 0 0
  Screen      2  "Screen 2" RightOf "Screen 0"

   Option "AIGLX" "true"
EndSection

Thanks.


Edit:

I found a few things in the Xorg.0.log that might be of use,

Code: Select all

(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) NVIDIA: More than one matching Device section found: external
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"


This one talks about Screen 0... But in reality, screen 0 should be on my laptop, but it's on the external monitor for some reason.

Code: Select all

(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 "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
(**) NVIDIA(0): Option "DPI" "96 x 96"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce Go 7400 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.72.22.41.19
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 7400 at PCI:1:0:0:
(--) NVIDIA(0):     Acer AL1916W (CRT-0)
(--) NVIDIA(0):     Nvidia Default Flat Panel (DFP-0)
(--) NVIDIA(0): Acer AL1916W (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 330.0 MHz maximum pixel
(--) NVIDIA(0):     clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1280x800"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.




Edit 2:

Here;s an intersting thing. Apparently in my Xorg log, it sees the external one as a CRT-0 for some reason.. And hence, afaik, it would display the CRT first by default. Could this be of any help ?

Code: Select all

(--) NVIDIA(0): VideoBIOS: 05.72.22.41.19
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 7400 at PCI:1:0:0:
(--) NVIDIA(0):     Acer AL1916W (CRT-0)
(--) NVIDIA(0):     Nvidia Default Flat Panel (DFP-0)
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce Go 7400 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): Acer AL1916W (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 330.0 MHz maximum pixel
(--) NVIDIA(0):     clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(WW) NVIDIA(0): Multiple display devices requested "CRT-0, DFP-0" but TwinView
(WW) NVIDIA(0):     not enabled; this screen will only use display device
(WW) NVIDIA(0):     "CRT-0".
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1280x800"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option

I tried setting
Option "UseDisplayDevice" "DFP-0, CRT-0"
in both Device sections, but that didn't seem to change anything.
Last edited by 115552 on Mon May 07, 2007 6:09 am, edited 1 time in total.
Top
phant0ml0rd
n00b
n00b
Posts: 34
Joined: Mon Oct 09, 2006 3:05 pm

try this

  • Quote

Post by phant0ml0rd » Sun May 06, 2007 2:17 pm

try

Code: Select all

option "MonitorLayout" "LFP,CRT"
in the device sections. CRT usually means VGA output (ie the external monitor is being connected via VGA. If you were using DVI, to connect then it would appear as DVI-0. LFP should be local flat panel, ie the laptop display.
Top
phant0ml0rd
n00b
n00b
Posts: 34
Joined: Mon Oct 09, 2006 3:05 pm

oh also,

  • Quote

Post by phant0ml0rd » Sun May 06, 2007 2:20 pm

Also, I think by default the external monitors resolution becomes the same as the laptop screen resolution. as far as I am aware, different resolution support is very dependent on your laptop's graphics chpset.
Top
115552
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Tue Aug 09, 2005 11:35 am

Re: oh also,

  • Quote

Post by 115552 » Sun May 06, 2007 2:23 pm

phant0ml0rd wrote:Also, I think by default the external monitors resolution becomes the same as the laptop screen resolution. as far as I am aware, different resolution support is very dependent on your laptop's graphics chpset.
As for the LFP, i tried that (and DFP too) but still got the same results. Shouldn't it be DFP by the way?


And the resolutions, I'm sure they can be different. I've done it before on an older laptop with an older nvidia card.


Edit: Anyway, it should at least give me a display on both monitors at least =/
Top
phant0ml0rd
n00b
n00b
Posts: 34
Joined: Mon Oct 09, 2006 3:05 pm

  • Quote

Post by phant0ml0rd » Sun May 06, 2007 3:05 pm

could you post your complete Xorg.0.log?
Top
115552
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Tue Aug 09, 2005 11:35 am

  • Quote

Post by 115552 » Sun May 06, 2007 4:02 pm

phant0ml0rd wrote:could you post your complete Xorg.0.log?
I just came back home because work finished, and just booted into X, but luckely as far as i'm aware, Xorg.0.log.old should have it. Here it is,

The reason i say so is because it has the word "Acer" in it, while the current log doesn't :)

Code: Select all

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-ck1 i686 
Current Operating System: Linux localhost 2.6.21-ck #1 SMP Mon Apr 30 09:53:58 EEST 2007 i686
Build Date: 29 April 2007
	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: Sun May  6 17:38:48 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen 0" (0)
(**) |   |-->Monitor "mymon"
(**) |   |-->Device "myvga"
(**) |-->Screen "Screen 2" (2)
(**) |   |-->Monitor "Acer AL1916W"
(**) |   |-->Device "external"
(==) |-->Input Device "Mouse1"
(==) |-->Input Device "Keyboard1"
(WW) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
(WW) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(WW) The directory "/usr/share/fonts/aquafont" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/local" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
(WW) The directory "/usr/share/fonts/freefont" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/local/share/fonts").
(**) FontPath set to:
	/usr/share/fonts/misc:unscaled,
	/usr/share/fonts/Type1,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/corefonts,
	/usr/share/fonts/sharefonts,
	/usr/share/fonts/artwiz,
	/usr/share/fonts/terminus,
	/usr/share/fonts/ttf-bitstream-vera,
	/usr/share/fonts/unifont
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AIGLX" "true"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81b9400
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 104d,81e6 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 104d,81e6 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 104d,81e6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 104d,81e6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 104d,81e6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 104d,81e6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 104d,81e6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 104d,81e6 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 104d,81e6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c4 card 104d,81e6 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 104d,81e6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,01d8 card 104d,81e6 rev a1 class 03,00,00 hdr 00
(II) PCI: 06:00:0: chip 8086,4222 card 8086,1050 rev 02 class 02,80,00 hdr 00
(II) PCI: 07:00:0: chip 11ab,4351 card 104d,81e6 rev 15 class 02,00,00 hdr 00
(II) PCI: 09:04:0: chip 104c,8039 card 5000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 09:04:1: chip 104c,803a card 104d,81e6 rev 00 class 0c,00,10 hdr 80
(II) PCI: 09:04:2: chip 104c,803b card 104d,81e6 rev 00 class 01,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,10), 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: 0x0018 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xd6000000 - 0xd7ffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:28:1), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xde100000 - 0xde1fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:28:2), (0,7,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 7 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 7 non-prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
(II) Bus 7 prefetchable memory range:
	[0] -1	0	0xd2000000 - 0xd3ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:28:3), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 8 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
	[2] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
	[3] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 8 non-prefetchable memory range:
	[0] -1	0	0xda000000 - 0xdbffffff (0x2000000) MX[B]
(II) Bus 8 prefetchable memory range:
	[0] -1	0	0xd4000000 - 0xd5ffffff (0x2000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 9: bridge is at (0:30:0), (0,9,13), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 9 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[B]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[B]
	[2] -1	0	0x00005800 - 0x000058ff (0x100) IX[B]
	[3] -1	0	0x00005c00 - 0x00005cff (0x100) IX[B]
(II) Bus 9 non-prefetchable memory range:
	[0] -1	0	0xde000000 - 0xde0fffff (0x100000) MX[B]
(II) Bus 9 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x53ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 10: bridge is at (9:4:0), (9,10,13), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 10 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[B]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[B]
(II) Bus 10 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x53ffffff (0x4000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation GeForce Go 7400 rev 161, Mem @ 0xdd000000/24, 0xc0000000/28, 0xdc000000/24
(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	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xde004000 - 0xde004fff (0x1000) MX[B]
	[1] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B]
	[2] -1	0	0xde005000 - 0xde0057ff (0x800) MX[B]
	[3] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B]
	[4] -1	0	0xde100000 - 0xde100fff (0x1000) MX[B]
	[5] -1	0	0xde404400 - 0xde4047ff (0x400) MX[B]
	[6] -1	0	0xde404000 - 0xde4043ff (0x400) MX[B]
	[7] -1	0	0xde400000 - 0xde403fff (0x4000) MX[B]
	[8] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[11] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[13] -1	0	0x000018b0 - 0x000018bf (0x10) IX[B]
	[14] -1	0	0x000018a8 - 0x000018ab (0x4) IX[B]
	[15] -1	0	0x000018c0 - 0x000018c7 (0x8) IX[B]
	[16] -1	0	0x000018ac - 0x000018af (0x4) IX[B]
	[17] -1	0	0x000018c8 - 0x000018cf (0x8) IX[B]
	[18] -1	0	0x00001880 - 0x0000188f (0x10) IX[B]
	[19] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[20] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[21] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[24] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[25] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[26] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xde004000 - 0xde004fff (0x1000) MX[B]
	[1] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B]
	[2] -1	0	0xde005000 - 0xde0057ff (0x800) MX[B]
	[3] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B]
	[4] -1	0	0xde100000 - 0xde100fff (0x1000) MX[B]
	[5] -1	0	0xde404400 - 0xde4047ff (0x400) MX[B]
	[6] -1	0	0xde404000 - 0xde4043ff (0x400) MX[B]
	[7] -1	0	0xde400000 - 0xde403fff (0x4000) MX[B]
	[8] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[11] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[13] -1	0	0x000018b0 - 0x000018bf (0x10) IX[B]
	[14] -1	0	0x000018a8 - 0x000018ab (0x4) IX[B]
	[15] -1	0	0x000018c0 - 0x000018c7 (0x8) IX[B]
	[16] -1	0	0x000018ac - 0x000018af (0x4) IX[B]
	[17] -1	0	0x000018c8 - 0x000018cf (0x8) IX[B]
	[18] -1	0	0x00001880 - 0x0000188f (0x10) IX[B]
	[19] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[20] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[21] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[24] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[25] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[26] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xde004000 - 0xde004fff (0x1000) MX[B]
	[5] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B]
	[6] -1	0	0xde005000 - 0xde0057ff (0x800) MX[B]
	[7] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B]
	[8] -1	0	0xde100000 - 0xde100fff (0x1000) MX[B]
	[9] -1	0	0xde404400 - 0xde4047ff (0x400) MX[B]
	[10] -1	0	0xde404000 - 0xde4043ff (0x400) MX[B]
	[11] -1	0	0xde400000 - 0xde403fff (0x4000) MX[B]
	[12] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[18] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[19] -1	0	0x000018b0 - 0x000018bf (0x10) IX[B]
	[20] -1	0	0x000018a8 - 0x000018ab (0x4) IX[B]
	[21] -1	0	0x000018c0 - 0x000018c7 (0x8) IX[B]
	[22] -1	0	0x000018ac - 0x000018af (0x4) IX[B]
	[23] -1	0	0x000018c8 - 0x000018cf (0x8) IX[B]
	[24] -1	0	0x00001880 - 0x0000188f (0x10) IX[B]
	[25] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[30] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[31] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[32] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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.2.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(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.2.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(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.9755
	Module class: X.Org Server Extension
	ABI class: X.Org 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.9755
	Module class: X.Org 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.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  1.0-9755  Mon Feb 26 23:23:13 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(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.2.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/extensions//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
	compiled for 7.1.99.2, module version = 1.0.0
(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.2.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xde004000 - 0xde004fff (0x1000) MX[B]
	[5] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B]
	[6] -1	0	0xde005000 - 0xde0057ff (0x800) MX[B]
	[7] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B]
	[8] -1	0	0xde100000 - 0xde100fff (0x1000) MX[B]
	[9] -1	0	0xde404400 - 0xde4047ff (0x400) MX[B]
	[10] -1	0	0xde404000 - 0xde4043ff (0x400) MX[B]
	[11] -1	0	0xde400000 - 0xde403fff (0x4000) MX[B]
	[12] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[18] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[19] -1	0	0x000018b0 - 0x000018bf (0x10) IX[B]
	[20] -1	0	0x000018a8 - 0x000018ab (0x4) IX[B]
	[21] -1	0	0x000018c0 - 0x000018c7 (0x8) IX[B]
	[22] -1	0	0x000018ac - 0x000018af (0x4) IX[B]
	[23] -1	0	0x000018c8 - 0x000018cf (0x8) IX[B]
	[24] -1	0	0x00001880 - 0x0000188f (0x10) IX[B]
	[25] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[30] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[31] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[32] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xde004000 - 0xde004fff (0x1000) MX[B]
	[5] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B]
	[6] -1	0	0xde005000 - 0xde0057ff (0x800) MX[B]
	[7] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B]
	[8] -1	0	0xde100000 - 0xde100fff (0x1000) MX[B]
	[9] -1	0	0xde404400 - 0xde4047ff (0x400) MX[B]
	[10] -1	0	0xde404000 - 0xde4043ff (0x400) MX[B]
	[11] -1	0	0xde400000 - 0xde403fff (0x4000) MX[B]
	[12] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[21] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[22] -1	0	0x000018b0 - 0x000018bf (0x10) IX[B]
	[23] -1	0	0x000018a8 - 0x000018ab (0x4) IX[B]
	[24] -1	0	0x000018c0 - 0x000018c7 (0x8) IX[B]
	[25] -1	0	0x000018ac - 0x000018af (0x4) IX[B]
	[26] -1	0	0x000018c8 - 0x000018cf (0x8) IX[B]
	[27] -1	0	0x00001880 - 0x0000188f (0x10) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[29] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[30] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[31] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[32] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[33] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[34] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[35] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[36] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[37] 0	0	0x000003c0 - 0x000003df (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 "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
(**) NVIDIA(0): Option "DPI" "96 x 96"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce Go 7400 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.72.22.41.19
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 7400 at PCI:1:0:0:
(--) NVIDIA(0):     Acer AL1916W (CRT-0)
(--) NVIDIA(0):     Nvidia Default Flat Panel (DFP-0)
(--) NVIDIA(0): Acer AL1916W (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 330.0 MHz maximum pixel
(--) NVIDIA(0):     clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1280x800"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1440x900"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
(**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B]
	[1] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
	[2] 0	0	0xdd000000 - 0xddffffff (0x1000000) MX[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	0xde004000 - 0xde004fff (0x1000) MX[B]
	[8] -1	0	0xde000000 - 0xde003fff (0x4000) MX[B]
	[9] -1	0	0xde005000 - 0xde0057ff (0x800) MX[B]
	[10] -1	0	0xd8000000 - 0xd8003fff (0x4000) MX[B]
	[11] -1	0	0xde100000 - 0xde100fff (0x1000) MX[B]
	[12] -1	0	0xde404400 - 0xde4047ff (0x400) MX[B]
	[13] -1	0	0xde404000 - 0xde4043ff (0x400) MX[B]
	[14] -1	0	0xde400000 - 0xde403fff (0x4000) MX[B]
	[15] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[16] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[17] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[24] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[25] -1	0	0x000018b0 - 0x000018bf (0x10) IX[B]
	[26] -1	0	0x000018a8 - 0x000018ab (0x4) IX[B]
	[27] -1	0	0x000018c0 - 0x000018c7 (0x8) IX[B]
	[28] -1	0	0x000018ac - 0x000018af (0x4) IX[B]
	[29] -1	0	0x000018c8 - 0x000018cf (0x8) IX[B]
	[30] -1	0	0x00001880 - 0x0000188f (0x10) IX[B]
	[31] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[32] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[33] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[34] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[35] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[36] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[37] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[38] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[39] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[40] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1440x900"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "MonitorLayout" is not used
(WW) NVIDIA(0): Option "XAANoOffscreenPixmaps" is not used
(WW) NVIDIA(0): Option "DRI" is not used
(WW) NVIDIA(0): Option "BlankTime" is not used
(WW) NVIDIA(0): Option "OffTime" is not used
(==) RandR enabled
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(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" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) 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) Mouse1: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button
FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
Thanks.
Top
SuEt
Apprentice
Apprentice
Posts: 169
Joined: Fri Oct 11, 2002 5:07 pm
Location: Schweiz - Zurich

  • Quote

Post by SuEt » Sun May 06, 2007 7:41 pm

Hi

Have a look at Option "TwinViewXineramaInfoOrder" in the nvidia-readme. With this, you can set your internal monitor to be the new "primary" device.
Top
The Unknown
Guru
Guru
Posts: 335
Joined: Wed Feb 28, 2007 11:10 pm
Location: Minnesota, U.S.A

  • Quote

Post by The Unknown » Mon May 07, 2007 4:05 am

Check out Appendix I. Configuring a Laptop, and Appendix P. Configuring Multiple X Screens on One Card from the NVIDIA README.
In Appendix I. Configuring a Laptop, it says that internal DFP of the laptop uses monitor configurations from the BIOS you need to disable it
if your trying to write your own. Also I could be wrong but you may be suffering from this concerning the resolutions, this is a little snippit from
Appendix I. Configuring a Laptop
When X is started, or when a change is detected in the list of connected
display devices, a new hotkey sequence list is constructed -- this lists which
display devices will be used with each hotkey event. When a hotkey event
occurs, the next hotkey state in the sequence is chosen. Each mode requested
in the X config file is validated against each display device's constraints,
and the resulting modes are made available for that display device. If
multiple display devices are to be active at once, then the modes from each
display device are paired together; if an exact match (same resolution) cannot
be found, then the closest fit is found, and the display device with the
smaller resolution is panned within the resolution of the other display
device.
Also in there but pertaining to twinview it says that the CRT is the primary display and the internal FP is secondary.
I have a dualhead with twinview but I've never configured a laptop for one with none twinview, If all else fails I can walk you through twinview
I hope this helps.
Top
115552
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Tue Aug 09, 2005 11:35 am

  • Quote

Post by 115552 » Mon May 07, 2007 6:05 am

The Unknown wrote:Check out Appendix I. Configuring a Laptop, and Appendix P. Configuring Multiple X Screens on One Card from the NVIDIA README.
In Appendix I. Configuring a Laptop, it says that internal DFP of the laptop uses monitor configurations from the BIOS you need to disable it if your trying to write your own.
Damn.. Ok i tried but you cannot disable anything or really fiddle with anything in the bios. For some reason Sony hardly gave me any options to fiddle with there.. (Phoenix R0081N0 on Sony VGN-SZ220).
Also I could be wrong but you may be suffering from this concerning the resolutions, this is a little snippit from
Appendix I. Configuring a Laptop
Also in there but pertaining to twinview it says that the CRT is the primary display and the internal FP is secondary.
I have a dualhead with twinview but I've never configured a laptop for one with none twinview, If all else fails I can walk you through twinview
I hope this helps.[/quote]

With that said,
1) Innitially, the external monitor is taking the settings of the laptop one, which is my biggest problem right now. Even though, the external reverts back to 1024x760, which it supports because the list there only shows "1280x800" "1024x768" "800x600" "640x480" . Taking into consideration the quote, the laptop monitor should also use that resolution, but it's off.

2) If i add the resolution 1440x900 to Screen 0 ( the laptop screen settings) the external one will recognise it and use it. And yes, the laptop's is still off.

Hence from what i can gather, X is not taking into consideration the external settings Identifier "external" and Screen 2 at all o_O ?


Also in there but pertaining to twinview it says that the CRT is the primary display and the internal FP is secondary.
Ok, So let me think of it the other way round now.. If i'm at work with this external monitor, i'll be using it more than the laptop's, so I now don't mind if it's the primary one.. As long as it sticks to its own settings in X :)


finally,
I have a dualhead with twinview but I've never configured a laptop for one with none twinview, If all else fails I can walk you through twinview
I hope this helps.
If this fails then yea i guess i have no choice. In Twinview, Is it possible to have two different resolutions? So the laptop would have 1280x800 and External would have 1440x900 ?


Thank you all for your help so far
Top
The Unknown
Guru
Guru
Posts: 335
Joined: Wed Feb 28, 2007 11:10 pm
Location: Minnesota, U.S.A

  • Quote

Post by The Unknown » Wed May 09, 2007 5:59 am

Hey sorry on the late reply, if you haven't checked the README yet here is some tidbits.
to disable BIOS INFO here is another snippit from Appendix I. Configuring a Laptop
Starting with the 1.0-2802 release, information about the internal flat panel
for use in initializing the display is by default generated on the fly from
data stored in the video BIOS. This can be disabled by setting the "SoftEDIDs"
kernel option to 0. If "SoftEDIDs" is turned off, then hardcoded data will be
chosen from a table, based on the value of the "Mobile" kernel option.
Also there appears to be a HOTKEY SWITCHING OF DISPLAY DEVICES
doing a quick scan over the README I couldn't find instructions for setting
it up, so maybe its on by default.

If you haven't done so check out the relative sections I listed earlier
you can find them in /usr/share/doc/nvidia-drivers-1.0.*/README.bz2
and online at there site.

As far as the twinview goes I have never had to have different resolutions but
the README lists a few different ways.
Top
mariux2
Apprentice
Apprentice
Posts: 242
Joined: Tue Sep 16, 2003 9:08 am

  • Quote

Post by mariux2 » Mon May 28, 2007 7:42 pm

Managed to get it working?
Top
115552
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Tue Aug 09, 2005 11:35 am

  • Quote

Post by 115552 » Tue May 29, 2007 8:00 am

mariux2 wrote:Managed to get it working?
Sorry for the delay, I've been overloaded at work.

It's still troublesome.. I read and read and read some more documentation, but it was all too general and I couldn't fix it with the time at hand.

The way it's set up is that the external monitor becomes the primary (which i don't mind, and i do need now), but it takes the laptop's settings (becuase the laptop is supposed to be primary) instead of its settings. What i did is just append the external monitor's settings to the primary and it worked... But now the laptop tries to take the secondary settings, and fails to load.

An easy solution is to just set Xorg's primary settings to the external monitor, and secondary to the laptop's, instead of all the confusion above.. But whawt stopped me from that is what if i disconnect the external monitor... will the laptop's screen fail to load because it's trying to be the primary and the settings are wrong ?
Top
Post Reply

12 posts • Page 1 of 1

Return to “Desktop Environments”

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