In my setup, the resolution of the display is not being calculated correctly. I'm running a 19" monitor at 1280x1024 and a 17" monitor at 1024x768. If I disable Xinerama, the resolution is calculated and displayed properly in xdpyinfo. If xinerama is enabled, however, the following is displayed:
screen #0: dimensions: 2304x1024 pixels (365x271 millimeters) resolution: 160x96 dots per inch depths (1): 24 As you can see, it is using the physical dimensions of one screen with the complete resolution to calculate the resolution, resulting in a wildly incorrect value. This really wreaks havoc with fonts. This has been mentioned once before on this list, but no resolution to the problem was offered then, and I've been unable to find any other information on it: http://www.xfree86.org/pipermail/xpert/2001-July/009595.html What follows is a copy of the XF86Config-4 file, the Xserver output, and the complete output of xpdyinfo. Also, please reply to me and to the list, since I am not subscribed to the list. Thanks, Rob /etc/X11/XF86Config-4 Section "ServerLayout" Identifier "default" Screen "screen0" Screen "screen1" RightOf "screen0" InputDevice "Microsoft Natural Keyboard Pro" "CoreKeyboard" InputDevice "Mouse" "CorePointer" EndSection Section "Files" ModulePath "/usr/X11R6/lib/modules" ModulePath "/usr/X11R6/lib/modules/fonts" ModulePath "/usr/X11R6/lib/modules/extensions" # FontPath "unix/:7110" FontPath "/usr/lib/X11/fonts/ttf" FontPath "/usr/share/fonts/truetype" FontPath "/usr/lib/X11/fonts/Type1/" FontPath "/usr/lib/X11/fonts/Speedo/" FontPath "/usr/lib/X11/fonts/misc/:unscaled" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/defoma/TrueType" EndSection Section "Module" Load "ddc" Load "dbe" Load "extmod" Load "glx" Load "record" Load "bitmap" Load "freetype" Load "speedo" Load "type1" Load "vbe" Load "int10" EndSection #Section "Keyboard" # Protocol "Standard" # XkbModel "pc104" #EndSection Section "InputDevice" Identifier "Microsoft Natural Keyboard Pro" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "inet" Option "XkbVariant" "microsoftpro" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "ExplorerPS/2" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" ModelName "ViewSonic P775" DisplaySize 365 270 HorizSync 30.0 - 95.0 VertRefresh 50.0 - 180.0 # ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync # ModeLine "800x600" 56.2 800 832 896 1048 600 601 604 631 +hsync -vsync # ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync -vsync EndSection Section "Monitor" Identifier "Monitor1" ModelName "ViewSonic PF790" DisplaySize 345 259 HorizSync 30.0 - 95.0 VertRefresh 50.0 - 180.0 # ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync # ModeLine "800x600" 56.2 800 832 896 1048 600 601 604 631 +hsync -vsync # ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync -vsync # Modeline "1280x1024" 185.64 1280 1376 1600 2024 1024 1024 1028 1079 +hsync -vsync EndSection Section "Device" BusID "0:16:0" Identifier "graphics1" BoardName "Matrox Millennium II" Driver "mga" EndSection Section "Device" Identifier "graphics0" BusID "1:0:0" BoardName "ASUS V7700 GeForce2 GTS" Driver "nv" EndSection Section "Screen" Identifier "screen1" Device "graphics1" monitor "monitor1" # BlankTime 15 # OffTime 60 SubSection "Display" Depth 24 Modes "1024x768" "800x600" EndSubSection EndSection Section "Screen" Identifier "screen0" Device "graphics0" monitor "monitor0" # BlankTime 15 # OffTime 60 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" EndSubSection EndSection /var/log/XFree86.0.log This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs) XFree86 Version 4.1.0.1 / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 21 December 2001 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/FAQ) Build Operating System: Linux 2.4.13 i686 [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Sat Mar 16 15:45:10 2002 (==) Using config file: "/etc/X11/XF86Config-4" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) ServerLayout "default" (**) |-->Screen "screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "graphics0" (**) |-->Screen "screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "graphics1" (**) |-->Input Device "Microsoft Natural Keyboard Pro" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc104" (**) XKB: model: "pc104" (**) Option "XkbLayout" "inet" (**) XKB: layout: "inet" (**) Option "XkbVariant" "microsoftpro" (**) XKB: variant: "microsoftpro" (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "Mouse" (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/truetype"). (**) FontPath set to "/usr/lib/X11/fonts/ttf,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/misc/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled" (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules,/usr/X11R6/lib/modules/fonts,/usr/X11R6/lib/modules/extensions" (++) Xinerama: enabled (++) using VT number 7 (WW) Cannot open APM (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.4 XFree86 XInput driver : 0.2 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.2 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.4 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1106,3099 card 1043,8064 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:0d:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80 (II) PCI: 00:0d:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80 (II) PCI: 00:0e:0: chip 10b7,9055 card 10b7,9055 rev 24 class 02,00,00 hdr 00 (II) PCI: 00:10:0: chip 102b,051b card 102b,1000 rev 00 class 03,00,00 hdr 00 (II) PCI: 00:11:0: chip 1106,3074 card 1043,8052 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:11:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00 (II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00 (II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00 (II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00 (II) PCI: 01:00:0: chip 10de,0150 card 1043,4016 rev a3 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.4 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set) (II) Bus 1 I/O range: (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xec000000 - 0xedefffff (0x1f00000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xeff00000 - 0xfbffffff (0xc100000) MX[B] (II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI: (0:16:0) Matrox MGA 2164W rev 0, Mem @ 0xee000000/24, 0xeb000000/14, 0xea800000/23, BIOS @ 0xedff0000/16 (--) PCI:*(1:0:0) NVidia GeForce2 GTS rev 163, Mem @ 0xec000000/24, 0xf0000000/27, BIOS @ 0xefff0000/16 (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) Active PCI resource ranges: [0] -1 0 0xeb800000 - 0xeb80007f (0x80) MX[B] [1] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B] [2] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B) [3] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [4] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [5] -1 0 0x0000a800 - 0x0000a81f (0x20) IX[B] [6] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B] [7] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B] [8] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B] [9] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [10] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [11] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] (II) Inactive PCI resource ranges: [0] -1 0 0xedff0000 - 0xedffffff (0x10000) MX[B](B) [1] -1 0 0xea800000 - 0xeaffffff (0x800000) MX[B](B) [2] -1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B](B) [3] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xeb800000 - 0xeb80007f (0x80) MX[B] [1] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B] [2] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B) [3] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [4] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [5] -1 0 0x0000a800 - 0x0000a81f (0x20) IX[B] [6] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B] [7] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B] [8] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B] [9] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [10] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [11] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] (II) Inactive PCI resource ranges after removing overlaps: [0] -1 0 0xedff0000 - 0xedffffff (0x10000) MX[B](B) [1] -1 0 0xea800000 - 0xeaffffff (0x800000) MX[B](B) [2] -1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B](B) [3] -1 0 0xee000000 - 0xeeffffff (0x1000000) 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 0xeb800000 - 0xeb80007f (0x80) MX[B] [6] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B] [7] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B) [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [9] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [10] -1 0 0xedff0000 - 0xedffffff (0x10000) MX[B](B) [11] -1 0 0xea800000 - 0xeaffffff (0x800000) MX[B](B) [12] -1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B](B) [13] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000a800 - 0x0000a81f (0x20) IX[B] [17] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B] [18] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B] [19] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B] [20] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [21] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [22] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.4 (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (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 FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension RECORD (II) LoadModule: "bitmap" (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Loading font Bitmap (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.1.9 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font FreeType (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.a (II) Module vbe: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.4 (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/linux/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.4 (II) LoadModule: "nv" (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o (II) Module nv: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.1 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.4 (II) LoadModule: "mga" (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o (II) Module mga: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.1 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.4 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.2 (II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2, RIVATNT2 (A), RIVATNT2 (B), RIVATNT2 (Ultra), RIVATNT2 (Vanta), RIVATNT2 M64, RIVATNT2 (Integrated), GeForce 256, GeForce DDR, Quadro, GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra, Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR, GeForce 2 Go, GeForce3, GeForce3 (rev 1), GeForce3 (rev 2), GeForce3 (rev 3) (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400 (II) Primary Device is: PCI 01:00:0 (--) Chipset GeForce2 GTS 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 0xeb800000 - 0xeb80007f (0x80) MX[B] [6] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B] [7] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B) [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [9] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [10] -1 0 0xedff0000 - 0xedffffff (0x10000) MX[B](B) [11] -1 0 0xea800000 - 0xeaffffff (0x800000) MX[B](B) [12] -1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B](B) [13] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000a800 - 0x0000a81f (0x20) IX[B] [17] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B] [18] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B] [19] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B] [20] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [21] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [22] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] (--) Chipset mga2164w 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 0xeb800000 - 0xeb80007f (0x80) MX[B] [6] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B] [7] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B) [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [9] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [10] -1 0 0xedff0000 - 0xedffffff (0x10000) MX[B](B) [11] -1 0 0xea800000 - 0xeaffffff (0x800000) MX[B](B) [12] -1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B](B) [13] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000a800 - 0x0000a81f (0x20) IX[B] [17] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B] [18] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B] [19] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B] [20] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [21] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [22] -1 0 0x0000d800 - 0x0000d81f (0x20) 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 0xeb800000 - 0xeb80007f (0x80) MX[B] [6] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B] [7] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B) [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [9] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [10] -1 0 0xedff0000 - 0xedffffff (0x10000) MX[B](B) [11] -1 0 0xea800000 - 0xeaffffff (0x800000) MX[B](B) [12] -1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B](B) [13] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [17] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [18] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [19] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [22] -1 0 0x0000a800 - 0x0000a81f (0x20) IX[B] [23] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B] [24] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B] [25] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B] [26] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [27] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [28] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] [31] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [32] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Setting vga for screen 1. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a (II) NV(0): Initializing int10 (II) NV(0): Primary V_BIOS segment is: 0xc000 (--) NV(0): Chipset: "GeForce2 GTS" (++) NV(0): Depth 24, (--) framebuffer bpp 32 (==) NV(0): RGB weight 888 (==) NV(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.4 (==) NV(0): Using HW cursor (--) NV(0): Linear framebuffer at 0xF0000000 (--) NV(0): MMIO registers at 0xEC000000 (--) NV(0): VideoRAM: 32768 kBytes (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.a (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.2.0 ABI class: XFree86 Video Driver, version 0.4 (II) NV(0): I2C bus "DDC" initialized. (II) NV(0): I2C device "DDC:ddc2" registered. (II) NV(0): I2C device "DDC:ddc2" removed. (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) (II) NV(0): Monitor0: Using hsync range of 30.00-95.00 kHz (II) NV(0): Monitor0: Using vrefresh range of 50.00-180.00 Hz (II) NV(0): Clock range: 12.00 to 350.00 MHz (II) NV(0): Not using default mode "1600x1200" (hsync out of range) (II) NV(0): Not using default mode "1792x1344" (hsync out of range) (II) NV(0): Not using default mode "1856x1392" (hsync out of range) (II) NV(0): Not using default mode "1920x1440" (hsync out of range) (--) NV(0): Virtual size is 1280x1024 (pitch 1280) (**) NV(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz (II) NV(0): Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) NV(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) NV(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (**) NV(0): Display dimensions: (365, 270) mm (**) NV(0): DPI set to (89, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.1 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.4 (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Reloading /usr/X11R6/lib/modules/libvgahw.a (++) MGA(1): Depth 24, (--) framebuffer bpp 32 (==) MGA(1): RGB weight 888 (II) MGA(1): Matrox HAL module not found - using builtin mode setup instead (--) MGA(1): Chipset: "mga2164w" (==) MGA(1): Using AGP 1x mode (--) MGA(1): Linear framebuffer at 0xEE000000 (--) MGA(1): MMIO registers at 0xEB000000 (--) MGA(1): Pseudo-DMA transfer window at 0xEA800000 (--) MGA(1): BIOS at 0xEDFF0000 (--) MGA(1): Video BIOS info block at offset 0x07760 (--) MGA(1): Found and verified enhanced Video BIOS info block (II) MGA(1): MGABios.RamdacType = 0x0 (==) MGA(1): Write-combining range (0xee000000,0x800000) (WW) MGA(1): Unable to probe memory amount due to hardware bug. Assuming 4096 KB (--) MGA(1): VideoRAM: 4096 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.a (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Reloading /usr/X11R6/lib/modules/libi2c.a (==) MGA(1): Write-combining range (0xee000000,0x400000) (II) MGA(1): DDC1 disabled - chip not in VGA mode (II) MGA(1): I2C bus "DDC" initialized. (II) MGA(1): I2C device "DDC:ddc2" registered. (II) MGA(1): I2C device "DDC:ddc2" removed. (II) MGA(1): I2C device "DDC:ddc2" registered. (II) MGA(1): I2C device "DDC:ddc2" removed. (II) MGA(1): I2C Monitor info: 0x85ace40 (II) MGA(1): Manufacturer: VSC Model: 4d44 Serial#: 1871 (II) MGA(1): Year: 2000 Week: 11 (II) MGA(1): EDID Version: 1.2 (II) MGA(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) MGA(1): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen (II) MGA(1): Max H-Image Size [cm]: horiz.: 31 vert.: 23 (II) MGA(1): Gamma: 2.85 (II) MGA(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) MGA(1): First detailed timing is preferred mode (II) MGA(1): GTF timings supported (II) MGA(1): redX: 0.625 redY: 0.340 greenX: 0.285 greenY: 0.605 (II) MGA(1): blueX: 0.150 blueY: 0.065 whiteX: 0.283 whiteY: 0.297 (II) MGA(1): Supported VESA Video Modes: (II) MGA(1): 720x400@70Hz (II) MGA(1): 720x400@88Hz (II) MGA(1): 640x480@60Hz (II) MGA(1): 640x480@67Hz (II) MGA(1): 640x480@72Hz (II) MGA(1): 640x480@75Hz (II) MGA(1): 800x600@56Hz (II) MGA(1): 800x600@60Hz (II) MGA(1): 800x600@72Hz (II) MGA(1): 800x600@75Hz (II) MGA(1): 832x624@75Hz (II) MGA(1): 1024x768@87Hz (interlaced) (II) MGA(1): 1024x768@60Hz (II) MGA(1): 1024x768@70Hz (II) MGA(1): 1024x768@75Hz (II) MGA(1): 1280x1024@75Hz (II) MGA(1): 1152x870@75Hz (II) MGA(1): Manufacturer's mask: 0 (II) MGA(1): Supported Future Video Modes: (II) MGA(1): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) MGA(1): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) MGA(1): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) MGA(1): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) MGA(1): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) MGA(1): #5: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 (II) MGA(1): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II) MGA(1): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 (II) MGA(1): Supported additional Video Mode: (II) MGA(1): clock: 94.5 MHz Image Size: 300 x 225 mm (II) MGA(1): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0 (II) MGA(1): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0 (II) MGA(1): Serial No: DM01101871 (II) MGA(1): Ranges: V min: 50 V max: 180 Hz, H min: 30 H max: 95 kHz, PixClock max 150 MHz (II) MGA(1): Monitor name: PS775-2 (II) MGA(1): end of I2C Monitor info (==) MGA(1): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(1): Min pixel clock is 12 MHz (--) MGA(1): Max pixel clock is 220 MHz (--) MGA(1): MCLK used is 60.0 MHz (II) MGA(1): Monitor1: Using hsync range of 30.00-95.00 kHz (II) MGA(1): Monitor1: Using vrefresh range of 50.00-180.00 Hz (II) MGA(1): Clock range: 12.00 to 220.00 MHz (II) MGA(1): Not using default mode "1280x960" (insufficient memory for mode) (II) MGA(1): Not using default mode "1280x960" (insufficient memory for mode) (II) MGA(1): Not using default mode "1280x1024" (insufficient memory for mode) (II) MGA(1): Not using default mode "1280x1024" (insufficient memory for mode) (II) MGA(1): Not using default mode "1280x1024" (insufficient memory for mode) (II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode) (II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode) (II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode) (II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode) (II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode) (II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode) (II) MGA(1): Not using default mode "1400x1050" (insufficient memory for mode) (II) MGA(1): Not using default mode "1400x1050" (insufficient memory for mode) (--) MGA(1): Virtual size is 1024x768 (pitch 1024) (**) MGA(1): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) MGA(1): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (**) MGA(1): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) MGA(1): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (**) MGA(1): Display dimensions: (345, 259) mm (**) MGA(1): DPI set to (75, 75) (II) MGA(1): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Reloading /usr/X11R6/lib/modules/libfb.a (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Reloading /usr/X11R6/lib/modules/libxaa.a (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Reloading /usr/X11R6/lib/modules/libramdac.a (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? Yes, I do. (II) LoadModule: "rac" (II) Loading /usr/X11R6/lib/modules/librac.a (II) Module rac: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.4 (II) resource ranges after preInit: [0] 1 0 0xea800000 - 0xeaffffff (0x800000) MX[B] [1] 1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B] [2] 1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B] [3] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B] [4] 0 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [5] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [6] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [7] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [8] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [9] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [10] -1 0 0xeb800000 - 0xeb80007f (0x80) MX[B] [11] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B] [12] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B) [13] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [14] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [15] -1 0 0xedff0000 - 0xedffffff (0x10000) MX[B](B) [16] -1 0 0xea800000 - 0xeaffffff (0x800000) MX[B](B) [17] -1 0 0xeb000000 - 0xeb003fff (0x4000) MX[B](B) [18] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [22] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [23] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [24] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [25] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [26] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [27] -1 0 0x0000a800 - 0x0000a81f (0x20) IX[B] [28] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B] [29] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B] [30] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B] [31] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [32] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B] [33] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) [36] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [37] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) NV(0): Write-combining range (0xf0000000,0x2000000) (II) NV(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (==) NV(0): Backing store disabled (==) NV(0): Silken mouse enabled (==) MGA(1): Write-combining range (0xee000000,0x400000) (--) MGA(1): 64 DWORD fifo (==) MGA(1): Default visual is TrueColor (EE) MGA(1): Static buffer allocation failed, not initializing the DRI (EE) MGA(1): Need at least 9216 kB video memory at this resolution, bit depth (II) MGA(1): Using 256 lines for offscreen memory. (II) MGA(1): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Driver provided FillCacheBltRects replacement Setting up tile and stipple cache: 16 128x128 slots (==) MGA(1): Backing store disabled (==) MGA(1): Silken mouse enabled (--) MGA(1): Direct rendering disabled (II) Entity 0 shares no resources (II) Entity 1 shares no resources (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 XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Keyboard "Microsoft Natural Keyboard Pro" handled by legacy driver (**) Option "Protocol" "ExplorerPS/2" (**) Mouse: Protocol: "ExplorerPS/2" (**) Option "CorePointer" (**) Mouse: Core Pointer (**) Option "Device" "/dev/mouse" (**) Option "Buttons" "5" (**) Mouse: Buttons: 5 (**) Option "ZAxisMapping" "4 5" (**) Mouse: ZAxisMapping: buttons 4 and 5 (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE) SetKbdSettings - type: 2 rate: 30 delay: 500 snumlk: 0 SetKbdSettings - Succeeded (II) Unreported Prefix0 scancode: 0x6c (II) Unreported Prefix0 scancode: 0x6c (II) Unreported Prefix0 scancode: 0x32 (II) Unreported Prefix0 scancode: 0x32 xdpyinfo: name of display: :0.0 version number: 11.0 vendor string: The XFree86 Project, Inc vendor release number: 40100001 XFree86 version: 4.1.0.1 maximum request size: 4194300 bytes motion buffer size: 256 bitmap unit, bit order, padding: 32, LSBFirst, 32 image byte order: LSBFirst number of supported pixmap formats: 7 supported pixmap formats: depth 1, bits_per_pixel 1, scanline_pad 32 depth 4, bits_per_pixel 8, scanline_pad 32 depth 8, bits_per_pixel 8, scanline_pad 32 depth 15, bits_per_pixel 16, scanline_pad 32 depth 16, bits_per_pixel 16, scanline_pad 32 depth 24, bits_per_pixel 32, scanline_pad 32 depth 32, bits_per_pixel 32, scanline_pad 32 keycode range: minimum 8, maximum 255 focus: window 0x3000010, revert to Parent number of extensions: 27 BIG-REQUESTS DPMS Extended-Visual-Information FontCache GLX LBX MIT-SCREEN-SAVER MIT-SHM MIT-SUNDRY-NONSTANDARD RECORD RENDER SECURITY SGI-GLX SHAPE SYNC TOG-CUP XC-APPGROUP XC-MISC XFree86-Bigfont XFree86-DGA XFree86-Misc XFree86-VidModeExtension XINERAMA XInputExtension XKEYBOARD XTEST XVideo default screen number: 0 number of screens: 1 screen #0: dimensions: 2304x1024 pixels (365x271 millimeters) resolution: 160x96 dots per inch depths (1): 24 root window id: 0x3f depth of root window: 24 planes number of colormaps: minimum 1, maximum 1 default colormap: 0x20 default number of colormap cells: 256 preallocated pixels: black 0, white 16777215 options: backing-store NO, save-unders NO largest cursor: 32x32 current input event mask: 0x5a20bd KeyPressMask ButtonPressMask ButtonReleaseMask EnterWindowMask LeaveWindowMask PointerMotionHintMask ButtonMotionMask StructureNotifyMask SubstructureNotifyMask SubstructureRedirectMask PropertyChangeMask number of visuals: 4 default visual id: 0x23 visual: visual id: 0x23 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x24 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x25 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x26 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
