LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   FC3 Dual Head problem (https://www.linuxquestions.org/questions/fedora-35/fc3-dual-head-problem-299204/)

rsixrider 03-08-2005 12:08 PM

FC3 Dual Head problem
 
Hi,

I have a motherboard (abit va-20) with onboard AGP VIA S3 unichrome graphics (KM400). I purchased an nvidia PCI geforce fx 5200 card in the hope of setting up dual head configuration. I have not been able to get it to work successfully. I can get either card to work by itself, but can not get both monitors up at the same time.
My xorg.conf and log follow. Any help greatly appreciated!

Adam

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
#Load "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell P991"
DisplaySize 370 270
HorizSync 30.0 - 107.0
VertRefresh 48.0 - 120.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor 1280x1024"
HorizSync 31.5 - 79.0
VertRefresh 50.0 - 90.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX (generic)"
BusID "PCI:0:10:0"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "via"
VendorName "Videocard Vendor"
BoardName "S3 UniChrome"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


This is a pre-release version of the The X.Org Foundation X11.
It is not supported in any way.
Bugs may be filed in the bugzilla at
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the The X.Org Foundation "monolithic tree" CVS
repository hosted at
X Window System Version 6.8.1.904 (6.8.2 RC 4)
Release Date: 2 February 2005
X Protocol Version 11, Revision 0, Release 6.8.1.904
Build Operating System: Linux 2.6.10-1.741_FC3smp i686 [ELF]
Current Operating System: Linux nj-69-69-69-6.sta.sprint-hsd.net 2.6.10-1.770_FC3 #1 Thu Feb 24 14:00:06 EST 2005 i686
Build Date: 07 February 2005
Build Host: kingston.gre.kelkoo.net

Before reporting problems, check
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.10-1.770_FC3 (bhcompile@porky.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Thu Feb 24 14:00:06 EST 2005 P
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: Tue Mar 8 10:25:13 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Multihead layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Videocard1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.1.904, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3205 card 147b,1411 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 10de,0322 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 147b,1411 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 147b,1411 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 147b,1411 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 147b,1411 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 147b,1411 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 147b,1411 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 147b,1411 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 147b,1411 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 147b,1411 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 147b,1411 rev 78 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1106,7205 card 147b,1411 rev 01 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: 0x0004 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe5000000 - 0xe6ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:10:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xe4000000/24, 0xd8000000/27
(--) PCI: (1:0:0) unknown vendor (0x1106) unknown chipset (0x7205) rev 1, Mem @ 0xe0000000/26, 0xe5000000/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 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 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe8001000 - 0xe80010ff (0x100) MX[B]
[1] -1 0 0xe8000000 - 0xe80000ff (0x100) MX[B]
[2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[3] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[4] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[10] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[13] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[16] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[17] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) Inactive PCI resource ranges:
[0] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
[1] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe8001000 - 0xe80010ff (0x100) MX[B]
[1] -1 0 0xe8000000 - 0xe80000ff (0x100) MX[B]
[2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[3] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[4] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[10] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[13] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[16] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[17] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
[1] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](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 0xe8001000 - 0xe80010ff (0x100) MX[B]
[6] -1 0 0xe8000000 - 0xe80000ff (0x100) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[9] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
[11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[15] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[16] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[17] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[18] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[19] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[20] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[21] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[22] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[23] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[24] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[25] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[26] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.1.904, 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/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.1.904, 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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 0.0.2
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.1.904, 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.1.904, 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) Loading font CID
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Video Driver
(II) LoadModule: "via"
(II) Loading /usr/X11R6/lib/modules/drivers/via_drv.o
(II) Module via: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 0.1.30
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-6629 Wed Nov 3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) VIA: driver for VIA chipsets: CLE266, KM400/KN400, K8M800,
PM800/PM880/CN400
(II) Primary Device is: PCI 00:0a: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 0xe8001000 - 0xe80010ff (0x100) MX[B]
[6] -1 0 0xe8000000 - 0xe80000ff (0x100) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[9] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
[11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[15] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[16] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[17] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[18] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[19] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[20] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[21] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[22] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[23] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[24] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[25] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[26] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(--) Chipset KM400/KN400 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 0xe8001000 - 0xe80010ff (0x100) MX[B]
[6] -1 0 0xe8000000 - 0xe80000ff (0x100) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[9] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
[11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[15] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[16] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[17] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[18] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[19] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[20] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[21] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[22] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[23] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[24] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[25] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[26] -1 0 0x00009000 - 0x00009007 (0x8) 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 0xe8001000 - 0xe80010ff (0x100) MX[B]
[6] -1 0 0xe8000000 - 0xe80000ff (0x100) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[9] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
[11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 1 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 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[21] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[22] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[23] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[24] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[25] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[26] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[27] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[28] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[29] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[30] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[31] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[32] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
[35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) 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): Linear framebuffer at 0xD8000000
(--) NVIDIA(0): MMIO registers at 0xE4000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5200
(--) NVIDIA(0): VideoBIOS: 04.34.20.69.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0, TV-0
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0): using first display
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-107.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 48.00-120.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 400.00 MHz
(WW) (1792x1344,Monitor0) mode clock 261MHz exceeds DDC maximum 230MHz
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 230MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 230MHz

... rest in next post

rsixrider 03-08-2005 12:12 PM

...

(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 230MHz
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0): Default mode "1152x864": 121.5 MHz, 77.5 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1152 x 864
(**) NVIDIA(0): Display dimensions: (370, 270) mm
(**) NVIDIA(0): DPI set to (79, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.1.904, 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/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): OpenGL is not fully supported in Xinerama
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(**) VIA(1): Depth 24, (--) framebuffer bpp 32
(==) VIA(1): RGB weight 888
(==) VIA(1): Default visual is TrueColor
(==) VIA(1): Using HW cursor
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) VIA(1): initializing int10
(EE) VIA(1): Cannot read V_BIOS
(--) VIA(1): Chipset: "KM400/KN400"
(--) VIA(1): mapping MMIO @ 0xe5000000 with size 0x9000
(--) VIA(1): mapping BitBlt MMIO @ 0xe5200000 with size 0x10000
(II) VIA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) VIA(1): Chipset Rev.: 132
(EE) VIA(1): Unknown Card-Ids (147B|1411), report this to unichrome-devel@lists.sf.net ASAP
(EE) VIA(1): ViaVBEGetBIOSVersion: VBE not initialised.
(EE) VIA(1): ViaVBEGetBIOSDate: VBE not initialised.
(==) VIA(1): Using gamma correction (1.0, 1.0, 1.0)
(--) VIA(1): videoram = 32768k
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
compiled for 6.8.1.904, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(II) VIA(1): I2C bus "I2C bus 1" initialized.
(II) VIA(1): I2C bus "I2C bus 2" initialized.
(II) VIA(1): I2C bus "I2C bus 3" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) VIA(1): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
(II) VIA(1): I2C device "I2C bus 1:ddc2" removed.
(II) VIA(1): Manufacturer: VSC Model: 8f06 Serial#: 16843009
(II) VIA(1): Year: 2002 Week: 5
(II) VIA(1): EDID Version: 1.3
(II) VIA(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) VIA(1): Signal levels configurable
(II) VIA(1): Sync: Separate Composite
(II) VIA(1): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) VIA(1): Gamma: 2.90
(II) VIA(1): DPMS capabilities: Off; RGB/Color Display
(II) VIA(1): First detailed timing is preferred mode
(II) VIA(1): GTF timings supported
(II) VIA(1): redX: 0.645 redY: 0.318 greenX: 0.276 greenY: 0.596
(II) VIA(1): blueX: 0.145 blueY: 0.060 whiteX: 0.283 whiteY: 0.297
(II) VIA(1): Supported VESA Video Modes:
(II) VIA(1): 720x400@70Hz
(II) VIA(1): 720x400@88Hz
(II) VIA(1): 640x480@60Hz
(II) VIA(1): 640x480@67Hz
(II) VIA(1): 640x480@72Hz
(II) VIA(1): 640x480@75Hz
(II) VIA(1): 800x600@56Hz
(II) VIA(1): 800x600@60Hz
(II) VIA(1): 800x600@72Hz
(II) VIA(1): 800x600@75Hz
(II) VIA(1): 832x624@75Hz
(II) VIA(1): 1024x768@87Hz (interlaced)
(II) VIA(1): 1024x768@60Hz
(II) VIA(1): 1024x768@70Hz
(II) VIA(1): 1024x768@75Hz
(II) VIA(1): Manufacturer's mask: 0
(II) VIA(1): Supported Future Video Modes:
(II) VIA(1): #0: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) VIA(1): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) VIA(1): #2: hsize: 800 vsize 600 refresh: 75 vid: 20293
(II) VIA(1): #3: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) VIA(1): #4: hsize: 1024 vsize 768 refresh: 75 vid: 20321
(II) VIA(1): #5: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) VIA(1): #6: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) VIA(1): #7: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) VIA(1): Supported additional Video Mode:
(II) VIA(1): clock: 94.5 MHz Image Size: 310 x 230 mm
(II) VIA(1): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) VIA(1): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
(II) VIA(1): Serial No: 23Y020503596
(II) VIA(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
(II) VIA(1): Monitor name: A72f-2
(WW) VIA(1): config file hsync range 31.5-79kHz not within DDC hsync ranges.
(II) VIA(1): Monitor1: Using hsync range of 31.50-79.00 kHz
(II) VIA(1): Monitor1: Using vrefresh range of 50.00-90.00 Hz
(II) VIA(1): Clock range: 20.00 to 230.00 MHz
(II) VIA(1): Refreshrate (0.000000Hz) for "640x350" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "640x350" (unknown reason)
(II) VIA(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "640x400" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "640x400" (unknown reason)
(II) VIA(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "720x400" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "720x400" (unknown reason)
(II) VIA(1): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "640x480" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "640x480" (unknown reason)
(II) VIA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "640x480" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "640x480" (unknown reason)
(II) VIA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "640x480" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "640x480" (unknown reason)
(II) VIA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "640x480" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "640x480" (unknown reason)
(II) VIA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "800x600" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "800x600" (unknown reason)
(II) VIA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "800x600" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "800x600" (unknown reason)
(II) VIA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "800x600" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "800x600" (unknown reason)
(II) VIA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "800x600" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "800x600" (unknown reason)
(II) VIA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "800x600" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "800x600" (unknown reason)
(II) VIA(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1024x768" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1024x768" (unknown reason)
(II) VIA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1024x768" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1024x768" (unknown reason)
(II) VIA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1024x768" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1024x768" (unknown reason)
(II) VIA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1024x768" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1024x768" (unknown reason)
(II) VIA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1024x768" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1024x768" (unknown reason)
(II) VIA(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1152x864" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1152x864" (unknown reason)
(II) VIA(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1280x960" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1280x960" (unknown reason)
(II) VIA(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1280x960" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1280x960" (unknown reason)
(II) VIA(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1280x1024" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1280x1024" (unknown reason)
(II) VIA(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1280x1024" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1280x1024" (unknown reason)
(II) VIA(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1280x1024" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1280x1024" (unknown reason)
(II) VIA(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1600x1200" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1600x1200" (unknown reason)
(II) VIA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1600x1200" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1600x1200" (unknown reason)
(II) VIA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1600x1200" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1600x1200" (unknown reason)
(II) VIA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1600x1200" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1600x1200" (unknown reason)
(II) VIA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1600x1200" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1600x1200" (unknown reason)
(II) VIA(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1792x1344" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1792x1344" (unknown reason)
(II) VIA(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1856x1392" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1856x1392" (unknown reason)
(II) VIA(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "832x624" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "832x624" (unknown reason)
(II) VIA(1): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1152x768" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1152x768" (unknown reason)
(II) VIA(1): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1152x864" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1152x864" (unknown reason)
(II) VIA(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1400x1050" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1400x1050" (unknown reason)
(II) VIA(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1400x1050" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1400x1050" (unknown reason)
(II) VIA(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1400x1050" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1400x1050" (unknown reason)
(II) VIA(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1400x1050" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1400x1050" (unknown reason)
(II) VIA(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1600x1024" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1600x1024" (unknown reason)
(II) VIA(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) VIA(1): Refreshrate (0.000000Hz) for "1920x1200" too high for available memory bandwidth.
(II) VIA(1): Not using default mode "1920x1200" (unknown reason)
(II) VIA(1): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(WW) VIA(1): Mode pool is empty
(EE) VIA(1): No valid modes found
(II) UnloadModule: "via"
(II) UnloadModule: "ddc"
(II) UnloadModule: "i2c"
(II) Unloading /usr/X11R6/lib/modules/libi2c.a
(II) UnloadModule: "int10"
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.a
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B]
[1] 0 0 0xe4000000 - 0xe4ffffff (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 0xe8001000 - 0xe80010ff (0x100) MX[B]
[8] -1 0 0xe8000000 - 0xe80000ff (0x100) MX[B]
[9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[11] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[12] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B](B)
[13] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[20] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[21] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[22] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[23] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[24] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[25] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[26] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[27] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[28] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[29] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[30] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[31] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1152x864"
(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
(EE) NVIDIA(0): Failed to load GLX
(==) RandR enabled
(WW) Not including screen "Screen0" in origins calculation.
(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
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse0: ps2EnableDataReporting: succeeded
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) NVIDIA(0): Setting mode "1152x864"
(II) Mouse0: ps2EnableDataReporting: succeeded


All times are GMT -5. The time now is 09:03 AM.