LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Out of range Problem with new flat monitor (https://www.linuxquestions.org/questions/linux-hardware-18/out-of-range-problem-with-new-flat-monitor-566207/)

Greebstreebling 07-25-2007 03:27 PM

contents of xorg log file
 
Dear folks here it is, hope it helps...

Thanks,
Greeb



X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64
Build Date: 04 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: Wed Jul 25 20:26:11 2007
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 1 of section (null) in file /etc/X11/xorg.conf
""" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

HappyTux 07-25-2007 04:05 PM

Quote:

Originally Posted by Greebstreebling
Dear folks here it is, hope it helps...

Thanks,
Greeb



X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64
Build Date: 04 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: Wed Jul 25 20:26:11 2007
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 1 of section (null) in file /etc/X11/xorg.conf
""" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

Looks like you had an error when coping the file open it with an editor and make sure this below is the first line.

[code]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Greebstreebling 07-26-2007 02:33 AM

Nearly there I think
 
Thanks for the help with this. I tried this again (with my Xorg.conf file as you specified) and the screen sets itself up nicely now. The only remaining problem is that when I goto kde control centre and pick peripherals to set up the resolution, the max available is 1280x 1024 and in my monitor specs on the LG website I should be able to get 1680 x 1050.

Also the /var/log/ xorg log file is much more complete and contains no errors - its quite a large file but I'll post it if needs be.

Thanks again,
Greeb :)

HappyTux 07-26-2007 11:48 PM

Quote:

Originally Posted by Greebstreebling
Thanks for the help with this. I tried this again (with my Xorg.conf file as you specified) and the screen sets itself up nicely now. The only remaining problem is that when I goto kde control centre and pick peripherals to set up the resolution, the max available is 1280x 1024 and in my monitor specs on the LG website I should be able to get 1680 x 1050.

Also the /var/log/ xorg log file is much more complete and contains no errors - its quite a large file but I'll post it if needs be.

Thanks again,
Greeb :)

It could be a driver limitation not giving you the full resolution or it could just be a error in the KDE setup when I look at that screen for my monitors it always tells me I am using 50hz when I know it is higher. Check in the log file for lines like these to see if is actually at the 1680x1050.

Code:

(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):    "1680x1050"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
.....

(II) NVIDIA(0): Setting mode "1680x1050"

Looking for Radeon obviously if it says that it is at the 1280 then chop the log into a couple of pieces and post it here so we can take a look at it. Another thing is if you want then you could try the fglrx for the module if you have non-free in your /etc/apt/sources.list like this.

Code:

deb http://ftp2.de.debian.org/debian/ etch main contrib non-free
Now once you apt-get update you can install the module-assistant package then use the command module-assistant go to Prepare to get the system ready to compile then Select go down the list to fglrx kernel option use SPACEBAR to select then ENTER and choose Build then Install. Once done you can change the driver in the xorg.conf to the fglrx and restart the X server hopefully it could do a better job getting the proper resolution.

sunils1973 07-27-2007 04:04 AM

I had also faced the same problem. But i have edited the corresponding xf86conf file for the resolution from 1280...
into a lesser one (1024....) also the vertical refreshment rate correected to a lower value. It should also be noted that the corrections should be applied to default monitor settings.

Do one thing. While the display manager starts to work press ctrl+alt+backspace to get the terminal screen. Log on as root and edit the display configuration file

Greebstreebling 07-27-2007 11:55 AM

log file part 1
 
Thanks again for help with this. Part 1 of 3 of log file below:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64
Build Date: 04 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: Fri Jul 27 17:04:35 2007
(EE) Unable to locate/open config file
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 147b,1c0c rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 147b,1c0c rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 147b,1c0c rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 147b,1c0c rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 147b,1c0c rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0053 card 147b,1c0c rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 147b,1c0c rev a3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 147b,1c0c rev a3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 147b,1c0c rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,3e50 card 174b,0450 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,3e70 card 174b,0451 rev 00 class 03,80,00 hdr 00
(II) PCI: 05:07:0: chip 104c,8023 card 147b,1c0c rev 00 class 0c,00,10 hdr 00
(II) PCI: 05:08:0: chip 1102,0007 card 1102,100a rev 00 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xfe800000 - 0xfe8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
[1] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[2] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfe300000 - 0xfe3fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfe200000 - 0xfe2fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfe500000 - 0xfe5fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xfe400000 - 0xfe4fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfe700000 - 0xfe7fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xfe600000 - 0xfe6fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc RV380 0x3e50 [Radeon X600] rev 0, Mem @ 0xd0000000/28, 0xfeaf0000/16, I/O @ 0xac00/8
(--) PCI: (1:0:1) ATI Technologies Inc RV380 [Radeon X600] Secondary rev 0, Mem @ 0xfeae0000/16
xf86AutoConfig: Primary PCI is 1:0:0
Running "getconfig -X 70101000 -I /etc/X11,/usr/etc/X11,/usr/lib/xorg/modules,/usr/lib/X11/getconfig -v 0x1002 -d 0x3e50 -r 0x00 -s 0x174b -b 0x0450 -c 0x0300"
(==) Using default built-in configuration (43 lines)
(==) --- Start of built-in configuration ---
Section "Module"
Load "extmod"
Load "dbe"
Load "glx"
Load "freetype"
EndSection
Section "Monitor"
Identifier "Builtin Default Monitor"
Option "TargetRefresh" "75.0"
EndSection
Section "Device"
Identifier "Builtin Default fbdev Device 0"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Builtin Default fbdev Screen 0"
Device "Builtin Default fbdev Device 0"
Monitor "Builtin Default Monitor"
EndSection
Section "Device"
Identifier "Builtin Default vesa Device 0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Builtin Default vesa Screen 0"
Device "Builtin Default vesa Device 0"
Monitor "Builtin Default Monitor"
EndSection
Section "Device"
Identifier "Builtin Default vga Device 0"
Driver "vga"
EndSection
Section "Screen"
Identifier "Builtin Default vga Screen 0"
Device "Builtin Default vga Device 0"
Monitor "Builtin Default Monitor"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default fbdev Screen 0"
Screen "Builtin Default vesa Screen 0"
Screen "Builtin Default vga Screen 0"
EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default fbdev Screen 0" (0)
(**) | |-->Monitor "Builtin Default Monitor"
(**) | |-->Device "Builtin Default fbdev Device 0"
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) | |-->Monitor "Builtin Default Monitor"
(**) | |-->Device "Builtin Default vesa Device 0"
(**) |-->Screen "Builtin Default vga Screen 0" (2)
(**) | |-->Monitor "Builtin Default Monitor"
(**) | |-->Device "Builtin Default vga Device 0"
(==) |-->Input Device "<default pointer>"
(==) |-->Input Device "<default keyboard>"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(WW) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
(WW) No FontPath specified. Using compiled-in default.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[1] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[2] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[3] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[5] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[6] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[7] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[10] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[11] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[12] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[13] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[14] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[15] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[16] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[17] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[18] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[19] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[20] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[22] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[23] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[24] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[1] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[2] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[3] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[5] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[6] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[7] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[10] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[11] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[12] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[13] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[14] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[15] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[16] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[17] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[18] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[19] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[20] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[22] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[23] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[24] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[9] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[18] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[24] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[25] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[26] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[27] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[28] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[29] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(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.1.1, 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: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.3.1
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vga"
(II) Loading /usr/lib/xorg/modules/drivers/vga_drv.so
(II) Module vga: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 4.1.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) FBDEV: driver for framebuffer: fbdev
(II) VESA: driver for VESA chipsets: vesa
(II) VGA: Generic VGA driver (version 4.1) for chipsets: generic
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.0.2
ABI class: X.Org Video Driver, version 1.0
(EE) open /dev/fb0: No such file or directory
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[9] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[18] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[24] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[25] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[26] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[27] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[28] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[29] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(--) Assigning device section with no busID to primary device
(--) Chipset generic found
(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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[9] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) 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 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[20] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[21] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[23] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[26] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[31] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[32] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[34] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[35] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI RV380
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: V380
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(II) VESA(0): Creating default Display subsection in Screen section
"Builtin Default vesa Screen 0" for depth/fbbpp 16/16
(==) VESA(0): Depth 16, (--) framebuffer bpp 16
(==) VESA(0): RGB weight 565
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 2 sec.
(II) VESA(0): VESA VBE DDC read successfully
(II) VESA(0): Manufacturer: GSM Model: 564d Serial#: 192667
(II) VESA(0): Year: 2007 Week: 4
(II) VESA(0): EDID Version: 1.3
(II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) VESA(0): Sync: Separate SyncOnGreen
(II) VESA(0): Max H-Image Size [cm]: horiz.: 49 vert.: 32
(II) VESA(0): Gamma: 2.20
(II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) VESA(0): First detailed timing is preferred mode
(II) VESA(0): redX: 0.635 redY: 0.342 greenX: 0.292 greenY: 0.611
(II) VESA(0): blueX: 0.147 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
(II) VESA(0): Supported VESA Video Modes:

Greebstreebling 07-27-2007 11:57 AM

log file part 2
 
part 2 below

(II) VESA(0): 720x400@70Hz
(II) VESA(0): 640x480@60Hz
(II) VESA(0): 640x480@75Hz
(II) VESA(0): 800x600@56Hz
(II) VESA(0): 800x600@60Hz
(II) VESA(0): 800x600@75Hz
(II) VESA(0): 832x624@75Hz
(II) VESA(0): 1024x768@60Hz
(II) VESA(0): 1024x768@75Hz
(II) VESA(0): 1280x1024@75Hz
(II) VESA(0): 1152x870@75Hz
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported Future Video Modes:
(II) VESA(0): #0: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) VESA(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) VESA(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) VESA(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) VESA(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) VESA(0): Supported additional Video Mode:
(II) VESA(0): clock: 119.0 MHz Image Size: 474 x 296 mm
(II) VESA(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) VESA(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) VESA(0): Supported additional Video Mode:
(II) VESA(0): clock: 146.2 MHz Image Size: 474 x 296 mm
(II) VESA(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
(II) VESA(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
(II) VESA(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 150 MHz
(II) VESA(0): Monitor name: L226WTQ
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 6a (800x600)
ModeAttributes: 0x1b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 100
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 102 (800x600)
ModeAttributes: 0x1b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 100
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 104 (1024x768)
ModeAttributes: 0x1b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 128
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 1
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 182 (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 320
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 254
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 10d (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 640
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 127
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 10e (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 640
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 127
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 10f (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 960
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 84
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 120 (320x200)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 192 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 320
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 127
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 193 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 640
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 84
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 194 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 640
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 84
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 195 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 960
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 196 (320x240)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 50
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1a2 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 400
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 127
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1a3 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 800
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 1a4 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 800
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 63
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1a5 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1200
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 41
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1a6 (400x300)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1600
XResolution: 400
YResolution: 300
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 31
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1b2 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 512
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 84
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1b3 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1024
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 41
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 1b4 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1024
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 41
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1b5 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1536
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 27
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1b6 (512x384)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2048
XResolution: 512
YResolution: 384
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 20
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1c2 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 640
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 63
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1c3 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 35
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 1c4 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 35
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1c5 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1920
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 22
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 1c6 (640x350)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2560
XResolution: 640
YResolution: 350
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 17
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 100 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 640
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 63
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 183 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 31
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 184 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 31
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 185 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1920
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 20
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000

Greebstreebling 07-27-2007 11:58 AM

log file part 3
 
part 3 below

Mode: 186 (640x400)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2560
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 15
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 101 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 50
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 110 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 24
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 111 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 24
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 112 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1920
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 121 (640x480)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 12
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 103 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 800
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 31
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 113 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 114 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 115 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2400
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 10
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 122 (800x600)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 7
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 105 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 20
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 116 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 9
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 117 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 9
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 118 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 3072
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 6
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 123 (1024x768)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 4
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 107 (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 11
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 119 (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 15
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 5
RedMaskSize: 5
RedFieldPosition: 10
GreenMaskSize: 5
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
*Mode: 11a (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 5
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 11b (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 3840
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 24
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 3
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 124 (1280x1024)
ModeAttributes: 0xbb
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc00054dd
BytesPerScanline: 5120
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
Mode: 109 (132x25)
ModeAttributes: 0xf
WinAAttributes: 0x6
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 264
XResolution: 132
YResolution: 25
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 10a (132x43)
ModeAttributes: 0xf
WinAAttributes: 0x6
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 264
XResolution: 132
YResolution: 43
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
Mode: 130 (132x44)
ModeAttributes: 0xf
WinAAttributes: 0x6
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0xb800
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 264
XResolution: 132
YResolution: 44
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Builtin Default Monitor: Using default hsync range of 28.00-83.00 kHz
(II) VESA(0): Builtin Default Monitor: Using default vrefresh range of 56.00-75.00 Hz
(--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
(**) VESA(0): *Built-in mode "1280x1024"
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(**) VESA(0): *Built-in mode "640x400"
(**) VESA(0): *Built-in mode "640x350"
(--) VESA(0): Display dimensions: (490, 320) mm
(--) VESA(0): DPI set to (66, 81)
(WW) (1280x1024,Builtin Default Monitor) mode clock 157.5MHz exceeds DDC maximum 150MHz
(II) VESA(0): Attempting to use 75Hz refresh for mode "1280x1024" (11a)
(II) VESA(0): Attempting to use 75Hz refresh for mode "1024x768" (117)
(II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (114)
(II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (111)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.3
(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.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) UnloadModule: "fbdev"
(II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) UnloadModule: "vga"
(II) Unloading /usr/lib/xorg/modules/drivers/vga_drv.so
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[9] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) 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 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[20] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[21] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[23] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[26] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[31] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[32] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[34] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[35] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI RV380
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: V380
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(==) VESA(0): Write-combining range (0xd0000000,0x1000000)
(II) VESA(0): virtual address = 0x2adf5f1b9000,
physical address = 0xd0000000, size = 16777216
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(WW) VESA(0): Option "TargetRefresh" is not used
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension 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
(EE) AIGLX: DRI module not loaded
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "CorePointer"
(**) <default pointer>: Core Pointer
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(**) Option "CoreKeyboard"
(**) <default keyboard>: Core Keyboard
(**) Option "Protocol" "standard"
(**) <default keyboard>: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) <default keyboard>: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) <default keyboard>: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) <default keyboard>: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) <default keyboard>: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc105)" };
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+gb" };
xkb_geometry { include "pc(pc105)" };

HappyTux 07-27-2007 12:05 PM

That says it is using the vesa driver you will never get 1680x1050 using that the driver just cannot do that resolution. Did you use the file as I posted when getting this X log? If not then try using that with the radeon driver or using the module-assistant method I mentioned to use ATIs driver.

Greebstreebling 07-27-2007 02:17 PM

Sorry for error
 
Really sorry about this. I used the xorg.conf file as you specified, but unfortunately called it Xorg.conf. I think I have worked out by reading the man pages that in the case of no etc/X11/xorg.conf being present the system will generate defaults, which is why I think the Vesa stuff was present in the Xorg.0.log file.

I have now checked carefully that the etc/X11/xorg.conf file you specified is in place and I have posted the contents of the var/log/Xorg.0.log file below. I think it is what I posted a while back and I'm unsure as to why there is the parse error. Here it is: and just for the sake of completeness under that is the etc/X11/xorg.conf file


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64
Build Date: 04 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: Fri Jul 27 20:01:33 2007
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 1 of section (null) in file /etc/X11/xorg.conf
""""" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor





# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV380 0x3e50 [Radeon X600]"
Driver "radeon"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "NFF8705"
HorizSync 30-83
VertRefresh 56-75
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV380 0x3e50 [Radeon X600]"
Monitor "NFF8705"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

HappyTux 07-27-2007 02:40 PM

Quote:

Originally Posted by Greebstreebling
Really sorry about this. I used the xorg.conf file as you specified, but unfortunately called it Xorg.conf. I think I have worked out by reading the man pages that in the case of no etc/X11/xorg.conf being present the system will generate defaults, which is why I think the Vesa stuff was present in the Xorg.0.log file.

I have now checked carefully that the etc/X11/xorg.conf file you specified is in place and I have posted the contents of the var/log/Xorg.0.log file below. I think it is what I posted a while back and I'm unsure as to why there is the parse error. Here it is: and just for the sake of completeness under that is the etc/X11/xorg.conf file


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64
Build Date: 04 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: Fri Jul 27 20:01:33 2007
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 1 of section (null) in file /etc/X11/xorg.conf
""""" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor





Hmm you must be getting some kind of corruption when saving the file as it still says that line 1 has some weird "" characters on it try this just click on the link and save as xorg.conf then move it to the /etc/X11 directory. I just copied and pasted into it vim and the syntax highlighting shows nothing wrong and it definitely was saved as a unix/linux file so hopefully it works.

Greebstreebling 07-27-2007 03:47 PM

Now it works...
 
Thanks Stephen, I re saved the file and it now works at the highest resolution - fabulous detail in my photographic images (just been out to French alps)

My Xorg.0.log file is now very different with lots of mention of ATI radeon related stuff.

I am still short of about 1 inch of the desktop - the desktop is too far to the right and manual adjustment on the monitor controls drags it back left as far as it can, but cannot get it as far as it needs to go.

If there is no furthr solution to this I could live with it I guess.

Thanks again for your help, much appreciated,

all the best,
Paul

HappyTux 07-27-2007 04:17 PM

Quote:

Originally Posted by Greebstreebling
Thanks Stephen, I re saved the file and it now works at the highest resolution - fabulous detail in my photographic images (just been out to French alps)

My Xorg.0.log file is now very different with lots of mention of ATI radeon related stuff.

I am still short of about 1 inch of the desktop - the desktop is too far to the right and manual adjustment on the monitor controls drags it back left as far as it can, but cannot get it as far as it needs to go.

If there is no furthr solution to this I could live with it I guess.

Thanks again for your help, much appreciated,

all the best,
Paul


That almost seems like a sync issue. Are you connected via DVI or VGA cable? BTW you might post the log again so we can see how everything gets detected now oh and try this for the monitor section just edit and add the extra line to tell it the size of the screen as seen by the DDC detection when you had the vesa used.

Code:

Section "Monitor"
    Identifier  "NFF8705"
    DisplaySize    490  320  ## mm
    HorizSync  30-83
    VertRefresh 56-75
    Option              "DPMS"
EndSection


Greebstreebling 07-27-2007 04:40 PM

log file - Xorg.0.log
 
It is a VGA type (D connector), Here is the log:

Part 1


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64
Build Date: 04 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: Fri Jul 27 21:17:47 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "NFF8705"
(**) | |-->Device "ATI Technologies Inc RV380 0x3e50 [Radeon X600]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 147b,1c0c rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 147b,1c0c rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 147b,1c0c rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 147b,1c0c rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 147b,1c0c rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0053 card 147b,1c0c rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 147b,1c0c rev a3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 147b,1c0c rev a3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 147b,1c0c rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,3e50 card 174b,0450 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,3e70 card 174b,0451 rev 00 class 03,80,00 hdr 00
(II) PCI: 05:07:0: chip 104c,8023 card 147b,1c0c rev 00 class 0c,00,10 hdr 00
(II) PCI: 05:08:0: chip 1102,0007 card 1102,100a rev 00 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xfe800000 - 0xfe8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
[1] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[2] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfe300000 - 0xfe3fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfe200000 - 0xfe2fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfe500000 - 0xfe5fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xfe400000 - 0xfe4fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfe700000 - 0xfe7fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xfe600000 - 0xfe6fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc RV380 0x3e50 [Radeon X600] rev 0, Mem @ 0xd0000000/28, 0xfeaf0000/16, I/O @ 0xac00/8
(--) PCI: (1:0:1) ATI Technologies Inc RV380 [Radeon X600] Secondary rev 0, Mem @ 0xfeae0000/16
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[1] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[2] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[3] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[5] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[6] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[7] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[10] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[11] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[12] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[13] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[14] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[15] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[16] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[17] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[18] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[19] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[20] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[22] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[23] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[24] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[1] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[2] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[3] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[5] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[6] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[7] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[10] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[11] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[12] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[13] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[14] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[15] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[16] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[17] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[18] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[19] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[20] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[22] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[23] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[24] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[9] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[18] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[24] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[25] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[26] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[27] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[28] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[29] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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 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: "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.1.1, 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="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 4.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 6.6.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"

Greebstreebling 07-27-2007 04:43 PM

log part 2
 
Part 2:

(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) ATI: ATI driver (version 6.6.3) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE),
ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
ATI Radeon AIW X800 VE (R420) JT (AGP),
ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
ATI Radeon X850 5D4C (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 01:00:0
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI Radeon X600 (RV380) 3E50 (PCIE) found
(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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[9] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[18] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[20] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[24] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[25] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[26] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[27] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[28] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[29] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers/radeon_drv.so
(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 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]
[8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
[9] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xfeae0000 - 0xfeaeffff (0x10000) 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 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[20] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[B]
[21] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[23] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[26] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[31] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
[32] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[34] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[35] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B)
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) RADEON(0): RADEONPreInit
(II) RADEON(0): MMIO registers at 0xfeaf0000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(==) RADEON(0): X server will not keep DPI constant for all screen sizes
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon X600 (RV380) 3E50 (PCIE)" (ChipID = 0x3e50)
(--) RADEON(0): Linear framebuffer at 0xd0000000
(II) RADEON(0): PCIE card detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) RADEON(0): [dri] Found DRI library version 1.2.0 and kernel module version 1.25.0
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules/libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) RADEON(0): Page flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
(--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 1
(II) RADEON(0): EDID data from the display on port 2-----------------------
(II) RADEON(0): Manufacturer: GSM Model: 564d Serial#: 192667
(II) RADEON(0): Year: 2007 Week: 4
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) RADEON(0): Sync: Separate SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 49 vert.: 32
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.635 redY: 0.342 greenX: 0.292 greenY: 0.611
(II) RADEON(0): blueX: 0.147 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) RADEON(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) RADEON(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz Image Size: 474 x 296 mm
(II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 146.2 MHz Image Size: 474 x 296 mm
(II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
(II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
(II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 150 MHz
(II) RADEON(0): Monitor name: L226WTQ
(II) RADEON(0):
(II) RADEON(0): Primary:
Monitor -- CRT
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
(II) RADEON(0): Secondary:
Monitor -- NONE
Connector -- DVI-I
DAC Type -- TVDAC/ExtDAC
TMDS Type -- Internal
DDC Type -- DVI_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=47029891931200; xclk=29000
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): NFF8705: Using hsync range of 30.00-83.00 kHz
(II) RADEON(0): NFF8705: Using vrefresh range of 56.00-75.00 Hz
(II) RADEON(0): Clock range: 20.00 to 400.00 MHz
(II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)
(II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
(II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(WW) (1280x1024,NFF8705) mode clock 157.5MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,NFF8705) mode clock 162MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,NFF8705) mode clock 175.5MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,NFF8705) mode clock 189MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,NFF8705) mode clock 202.5MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,NFF8705) mode clock 229.5MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1792x1344,NFF8705) mode clock 204.8MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(WW) (1792x1344,NFF8705) mode clock 261MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(WW) (1856x1392,NFF8705) mode clock 218.3MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(WW) (1856x1392,NFF8705) mode clock 288MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(WW) (1920x1440,NFF8705) mode clock 234MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(WW) (1920x1440,NFF8705) mode clock 297MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,NFF8705) mode clock 151MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,NFF8705) mode clock 155.8MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,NFF8705) mode clock 184MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(WW) (1920x1200,NFF8705) mode clock 193.16MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(WW) (1920x1200,NFF8705) mode clock 230MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(WW) (1920x1440,NFF8705) mode clock 341.35MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(WW) (2048x1536,NFF8705) mode clock 266.95MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(WW) (2048x1536,NFF8705) mode clock 340.48MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(WW) (2048x1536,NFF8705) mode clock 388.04MHz exceeds DDC maximum 150MHz
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) RADEON(0): Not using default mode "1600x1200" (height too large for virtual size)
(--) RADEON(0): Virtual size is 1680x1050 (pitch 1728)


All times are GMT -5. The time now is 09:29 PM.