Jump to content

Mandriva 2007 Xorg.. Dell Optiplex GX270


Guest ToreP
 Share

Recommended Posts

Hi!

 

I have a Dell Optiplex GX270, newest BIOS, and a Dell2007FP. I cant get it display 1600*1200 as is shold be.

 

It switches back to 1024*768.

 

Any with the same problem?

 

Regards

Link to comment
Share on other sites

Hi.

 

It is the Intel 865G card. I thought this should be a pretty standard graphic card.

 

This is what I am trying wih:

 

3D hardware acceleration: yes

Keyboard layout: no

Mouse type: ExplorerPS/2

Monitor: Dell 2001FP (Digital) (cant find the 2007FP in the menu..)

Monitor HorizSync: 31.0-80.0

Monitor VertRefresh: 56.0-76.0

Graphics card: Intel Corp. Intel 865

Color depth: 16 million colors (24 bits)

Resolution: 1600x1200

Xorg driver: i810

 

Any ideas?

 

Regards

Link to comment
Share on other sites

I have an Intel 82855 in my laptop, max resolution on that was 1024x768 unfortunately for me.

 

You seem to be able to get the resolution, but it keeps switching back, or at least from what I gather in your post. Can you post the contents of /etc/X11/xorg.conf for me please. I think your default in here, needs changing so that it stays at 1600.

Link to comment
Share on other sites

Hi!

 

This is my xorg.conf. When I go in system config, adjust display prop, it states 1600*1200.

 

When I go in KDE admin, and check things there (screen resolution), it displays 1024*768 there. If i change to 800*600, this also works.. But I want 1600*1200 :wall:

 

# File generated by XFdrake (rev 57713)

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "Extensions"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "no"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "product" "0xc506"
Option "vendor" "0x046d"
Option "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Dell"
ModelName "Dell 2001FP (Digital)"
HorizSync 31.0-80.0
VertRefresh 56.0-76.0
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corp."
BoardName "Intel 865"
Driver "i810"
Option "DPMS"
Option "May_Need_ForceBIOS" "1"
Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16

Subsection "Display"
	Depth 8
	Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
	Depth 15
	Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
	Depth 16
	Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
	Depth 24
	Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection

Link to comment
Share on other sites

so my 2005FPW fromDell support 1680x1050 max. but i've seen in several places where your monitor does 1600x1200 in windows. your graphics card (according to intel's site) has a max resolution of much higher than what you need. From teh ubuntu forums for a 2007FP the "Monitor' section looks like

 

Section "Monitor"

Identifier "Dell 2007 FP"

Option "DPMS"

HorizSync 28-80

VertRefresh 60-60

EndSection

 

and the "Screen" section looks like

 

Section "Screen"

Identifier "Default Screen"

Device "ATI Radeon AIW Pro"

Monitor "Dell 2007 FP"

DefaultDepth 24

SubSection "Display"

Depth 1

Modes "1600x1200" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 4

Modes "1600x1200" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1600x1200" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 15

Modes "1600x1200" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1600x1200" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 24

Modes "1600x1200" "1024x768" "800x600" "640x480"

EndSubSection

EndSection

 

i notice that your sync and refresh rates are different. maybe this will help. for my 2005 FPW the xorg.conf file looks like

# nvidia-xconfig: X configuration file generated by nvidia-xconfig

# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Nov 1 19:47:17 PST 2006

 

# XFree86 4 configuration created by pyxf86config

 

Section "ServerLayout"

Identifier "Default Layout"

Screen 0 "Screen0" 0 0

InputDevice "Mouse0" "CorePointer"

InputDevice "Keyboard0" "CoreKeyboard"

EndSection

 

Section "Files"

 

# RgbPath is the location of the RGB database. Note, this is the name of the

# file minus the extension (like ".txt" or ".db"). There is normally

# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Red Hat 6.0 and later now use a font server independent of

# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "unix/:7100"

EndSection

 

Section "Module"

Load "dbe"

Load "extmod"

Load "fbdevhw"

Load "glx"

Load "record"

Load "freetype"

Load "type1"

EndSection

 

Section "InputDevice"

 

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))

# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the

# lines below (which are the defaults). For example, for a non-U.S.

# keyboard, you will probably want to use:

# Option "XkbModel" "pc102"

# If you have a US Microsoft Natural keyboard, you can use:

# Option "XkbModel" "microsoft"

#

# Then to change the language, change the Layout setting.

# For example, a german layout can be obtained with:

# Option "XkbLayout" "de"

# or:

# Option "XkbLayout" "de"

# Option "XkbVariant" "nodeadkeys"

#

# If you'd like to switch the positions of your capslock and

# control keys, use:

# Option "XkbOptions" "ctrl:swapcaps"

# Or if you just want both to be control, use:

# Option "XkbOptions" "ctrl:nocaps"

#

Identifier "Keyboard0"

Driver "kbd"

Option "XkbModel" "pc105"

Option "XkbLayout" "us"

EndSection

 

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "IMPS/2"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "yes"

EndSection

 

Section "Monitor"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "Dell 2005FPW (Digital)"

DisplaySize 430 270

HorizSync 31.5 - 80.0

VertRefresh 50.0 - 90.0

Option "dpms"

EndSection

 

Section "Device"

Identifier "Videocard0"

Driver "nvidia"

VendorName "Videocard vendor"

BoardName "VESA driver (generic)"

# Option "TwinView"

# Option "MetaModes" "1680x1050,1680x1050"

EndSection

 

Section "Screen"

Identifier "Screen0"

Device "Videocard0"

Monitor "Monitor0"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

Modes "1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

EndSubSection

EndSection

 

maybe mine can give some extra insight to yours. note that i do have the nvidia drivers installed. good luck!

 

jon

Edited by JonEberger
Link to comment
Share on other sites

What I also tend to do, is disable all the other modes. For example, if I just wanted 1024x768 and didn't want to change to any lower resolution, I would remove all the others and leave just 1024x768. In your case, leave 1600x1200.

 

At least has worked for me in the past :)

Link to comment
Share on other sites

grr.. Thanks for the help so far.. But it's still not working.

 

This is my xorg.conf file now:

 

 File generated by XFdrake (rev 57713)

# ******************************* ***************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "Extensions"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
#Load "/usr/X11R6/lib/modules/extensions/libglx.a"
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "no"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "product" "0xc506"
Option "vendor" "0x046d"
Option "HWheelRelativeAxisButtons" "7 6"
EndSection

#Section "Monitor"
#	Identifier "monitor1"
#	VendorName "Dell"
#	ModelName "Dell 2001FP (Digital)"
#	HorizSync 31.0-80.0
#	VertRefresh 56.0-76.0
#EndSection

Section "Monitor"
  Identifier "Dell 2007 FP"
  Option "DPMS"
  HorizSync 28-80
  VertRefresh 60-60
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corp."
BoardName "Intel 865"
Driver "i810"
Option "DPMS"
Option "May_Need_ForceBIOS" "1"
Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "Dell 2007 FP"
DefaultColorDepth 16

Subsection "Display"
	Depth 8
	Modes "1600x1200"
EndSubsection

Subsection "Display"
	Depth 15
	Modes "1600x1200"
EndSubsection

Subsection "Display"
	Depth 16
	Modes "1600x1200"
EndSubsection

Subsection "Display"
	Depth 24
	Modes "1600x1200"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection

 

and this is the output from Xorg.0.log..

 

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: Linux 2.6.17-4mdv i686

Current Operating System: Linux pc165-112.hiof.no 2.6.17-5mdv #1 SMP Wed Sep 13 14:32:31 EDT 2006 i686

Build Date: 17 September 2006

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 Dec 20 10:27:44 2006

(==) Using config file: "/etc/X11/xorg.conf"

(==) ServerLayout "layout1"

(**) |-->Screen "screen1" (0)

(**) | |-->Monitor "Dell 2007 FP"

(**) | |-->Device "device1"

(**) |-->Input Device "Keyboard1"

(**) |-->Input Device "Mouse1"

(**) |-->Input Device "Mouse2"

(**) FontPath set to:

unix/:-1

(==) RgbPath set to "/usr/share/X11/rgb"

(==) ModulePath set to "/usr/lib/xorg/modules"

(**) Option "AllowMouseOpenFail"

(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 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00

(II) PCI: 00:02:0: chip 8086,2572 card 1028,0151 rev 02 class 03,00,00 hdr 00

(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80

(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00

(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00

(II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00

(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00

(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01

(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80

(II) PCI: 00:1f:1: chip 8086,24db card 1028,0151 rev 02 class 01,01,8a hdr 00

(II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0151 rev 02 class 01,01,8f hdr 00

(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00

(II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00

(II) PCI: 01:0c:0: chip 8086,100e card 1028,0151 rev 02 class 02,00,00 hdr 00

(II) PCI: End of PCI scan

(II) Intel Bridge workaround enabled

(II) Host-to-PCI bridge:

(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)

(II) Bus 0 I/O range:

[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]

(II) Bus 0 non-prefetchable memory range:

[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]

(II) Bus 0 prefetchable memory range:

[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]

(II) Subtractive PCI-to-PCI bridge:

(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)

(II) Bus 1 I/O range:

[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]

(II) Bus 1 non-prefetchable memory range:

[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]

(II) PCI-to-ISA bridge:

(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)

(--) PCI:*(0:2:0) Intel Corporation 82865G Integrated Graphics Controller rev 2, Mem @ 0xe8000000/27, 0xfeb80000/19, I/O @ 0xed98/3

(II) Addressable bus resource ranges are

[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]

[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]

(II) OS-reported resource ranges:

[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]

[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]

[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]

[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff

(II) Active PCI resource ranges:

[0] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]

[1] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]

[2] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]

[3] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]

[4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]

[5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O

[6] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)

[7] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)

[8] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]

[9] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]

[10] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]

[11] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]

[12] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]

[13] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]

[14] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]

[15] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]

[16] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]

[17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

[18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]

[19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]

[20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]

[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]

[22] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]

[23] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]

[24] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]

[25] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]

[26] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)

(II) Active PCI resource ranges after removing overlaps:

[0] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B]

[1] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]

[2] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]

[3] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]

[4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]

[5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O

[6] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)

[7] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)

[8] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]

[9] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]

[10] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]

[11] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]

[12] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]

[13] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]

[14] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]

[15] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]

[16] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]

[17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

[18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]

[19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]

[20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]

[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]

[22] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]

[23] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]

[24] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]

[25] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]

[26] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[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 0xfeae0000 - 0xfeafffff (0x20000) MX[B]

[5] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]

[6] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]

[7] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]

[8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]

[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O

[10] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)

[11] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)

[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

[14] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]

[15] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]

[16] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]

[17] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]

[18] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]

[19] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]

[20] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]

[21] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]

[22] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]

[23] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

[24] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]

[25] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]

[26] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]

[27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]

[28] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]

[29] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]

[30] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]

[31] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]

[32] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)

(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: "v4l"

(II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so

(II) Module v4l: vendor="X.Org Foundation"

compiled for 7.1.0, module version = 0.1.1

ABI class: X.Org Video Driver, version 1.0

(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 Multi-Buffering

(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: "type1"

(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so

(II) Module type1: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.2

Module class: X.Org Font Renderer

ABI class: X.Org Font Renderer, version 0.5

(II) Loading font Type1

(II) LoadModule: "freetype"

(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so

(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"

compiled for 7.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: "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: "i810"

(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so

(II) Module i810: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.6.5

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.0, module version = 1.1.0

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 0.6

(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so

(II) Module mouse: vendor="X.Org Foundation"

compiled for 7.1.0, module version = 1.1.1

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 0.6

(II) LoadModule: "evdev"

(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so

(II) Module evdev: vendor="X.Org Foundation"

compiled for 0.0.0, module version = 1.1.0

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 0.6

(II) v4l driver for Video4Linux

(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,

i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),

915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ

(II) Primary Device is: PCI 00:02:0

(--) Assigning device section with no busID to primary device

(--) Chipset 865G 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 0xfeae0000 - 0xfeafffff (0x20000) MX[B]

[5] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]

[6] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]

[7] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]

[8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]

[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O

[10] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)

[11] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)

[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

[14] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]

[15] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]

[16] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]

[17] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]

[18] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]

[19] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]

[20] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]

[21] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]

[22] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]

[23] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

[24] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]

[25] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]

[26] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]

[27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]

[28] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]

[29] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]

[30] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]

[31] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]

[32] -1 0 0x0000ed98 - 0x0000ed9f (0x8) IX[B](B)

(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 0xfeae0000 - 0xfeafffff (0x20000) MX[B]

[5] -1 0 0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]

[6] -1 0 0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]

[7] -1 0 0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]

[8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]

[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O

[10] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)

[11] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)

[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]

[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]

[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]

[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

[17] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]

[18] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]

[19] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]

[20] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]

[21] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]

[22] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]

[23] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]

[24] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]

[25] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]

[26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

[27] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]

[28] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]

[29] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]

[30] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]

[31] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]

[32] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]

[33] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]

[34] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]

[35] -1 0 0x0000ed98 - 0x0000ed9f (0x8) 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 "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) 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 "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

(**) I810(0): Depth 16, (--) framebuffer bpp 16

(==) I810(0): RGB weight 565

(==) I810(0): Default visual is TrueColor

(II) Loading sub module "int10"

(II) LoadModule: "int10"

(II) Reloading /usr/lib/xorg/modules/libint10.so

(II) I810(0): initializing int10

(WW) I810(0): Bad V_BIOS checksum

(II) I810(0): Primary V_BIOS segment is: 0xc000

(II) I810(0): VESA BIOS detected

(II) I810(0): VESA VBE Version 3.0

(II) I810(0): VESA VBE Total Mem: 8000 kB

(II) I810(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS

(II) I810(0): VESA VBE OEM Software Rev: 1.0

(II) I810(0): VESA VBE OEM Vendor: Intel Corporation

(II) I810(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller

(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0

(II) I810(0): Integrated Graphics Chipset: Intel(R) 865G

(--) I810(0): Chipset: "865G"

(--) I810(0): Linear framebuffer at 0xE8000000

(--) I810(0): IO registers at addr 0xFEB80000

(II) I810(0): 1 display pipe available.

(II) I810(0): detected 8060 kB stolen memory.

(II) I810(0): Kernel reported 110336 total, 1 used

(II) I810(0): I830CheckAvailableMemory: 441340 kB available

(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM

(WW) I810(0): Extended BIOS function 0x5f11 not supported.

(II) Loading sub module "int10"

(II) LoadModule: "int10"

(II) Reloading /usr/lib/xorg/modules/libint10.so

(II) I810(0): initializing int10

(WW) I810(0): Bad V_BIOS checksum

(II) I810(0): Primary V_BIOS segment is: 0xc000

(II) I810(0): VESA BIOS detected

(II) I810(0): VESA VBE Version 3.0

(II) I810(0): VESA VBE Total Mem: 12288 kB

(II) I810(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS

(II) I810(0): VESA VBE OEM Software Rev: 1.0

(II) I810(0): VESA VBE OEM Vendor: Intel Corporation

(II) I810(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller

(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0

(II) I810(0): Tweak BIOS image to 12288 kB VideoRAM

(--) I810(0): Pre-allocated VideoRAM: 8060 kByte

(==) I810(0): VideoRAM: 65536 kByte

(==) I810(0): video overlay key set to 0x83e

(**) I810(0): page flipping disabled

(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)

(II) I810(0): BIOS Build: 2972

(==) I810(0): Device Presence: disabled.

(==) I810(0): Display Info: enabled.

(II) I810(0): Broken BIOSes cause the system to hang here.

If you encounter this problem please add

Option "DisplayInfo" "FALSE"

to the Device section of your XF86Config file.

(II) I810(0): Display Info: CRT: attached: FALSE, present: FALSE, size: (0,0)

(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,0)

(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,0)

(II) I810(0): Display Info: LFP (local flat panel): attached: FALSE, present: FALSE, size: (0,0)

(II) I810(0): Display Info: Second (second CRT): attached: FALSE, present: FALSE, size: (0,0)

(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,0)

(II) I810(0): Currently active displays on Pipe A:

(II) I810(0): DFP (digital flat panel)

(II) I810(0): No display size information available for pipe A.

(==) I810(0): Display is using Pipe A

(--) I810(0): Maximum frambuffer space: 65368 kByte

(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) I810(0): VESA VBE DDC supported

(II) I810(0): VESA VBE DDC Level 2

(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.

(II) I810(0): VESA VBE DDC read failed

(--) I810(0): A non-CRT device is attached to pipe A.

No refresh rate overrides will be attempted.

(--) I810(0): Maximum space available for video modes: 12288 kByte

Mode: 30 (640x480)

ModeAttributes: 0x9b

WinAAttributes: 0x7

WinBAttributes: 0x0

WinGranularity: 64

WinSize: 64

WinASegment: 0xa000

WinBSegment: 0x0

WinFuncPtr: 0xc0005ace

BytesPerScanline: 640

XResolution: 640

YResolution: 480

XCharSize: 8

YCharSize: 16

NumberOfPlanes: 1

BitsPerPixel: 8

NumberOfBanks: 1

MemoryModel: 4

BankSize: 0

NumberOfImages: 37

RedMaskSize: 0

RedFieldPosition: 0

GreenMaskSize: 0

GreenFieldPosition: 0

BlueMaskSize: 0

BlueFieldPosition: 0

RsvdMaskSize: 0

RsvdFieldPosition: 0

DirectColorModeInfo: 0

PhysBasePtr: 0xe8000000

LinBytesPerScanLine: 640

BnkNumberOfImagePages: 37

LinNumberOfImagePages: 37

LinRedMaskSize: 0

LinRedFieldPosition: 0

LinGreenMaskSize: 0

LinGreenFieldPosition: 0

LinBlueMaskSize: 0

LinBlueFieldPosition: 0

LinRsvdMaskSize: 0

LinRsvdFieldPosition: 0

MaxPixelClock: 230000000

Mode: 32 (800x600)

ModeAttributes: 0x9b

WinAAttributes: 0x7

WinBAttributes: 0x0

WinGranularity: 64

WinSize: 64

WinASegment: 0xa000

WinBSegment: 0x0

WinFuncPtr: 0xc0005ace

BytesPerScanline: 800

XResolution: 800

YResolution: 600

XCharSize: 8

YCharSize: 16

NumberOfPlanes: 1

BitsPerPixel: 8

NumberOfBanks: 1

MemoryModel: 4

BankSize: 0

NumberOfImages: 26

RedMaskSize: 0

RedFieldPosition: 0

GreenMaskSize: 0

GreenFieldPosition: 0

BlueMaskSize: 0

BlueFieldPosition: 0

RsvdMaskSize: 0

RsvdFieldPosition: 0

DirectColorModeInfo: 0

PhysBasePtr: 0xe8000000

LinBytesPerScanLine: 800

BnkNumberOfImagePages: 26

LinNumberOfImagePages: 26

LinRedMaskSize: 0

LinRedFieldPosition: 0

LinGreenMaskSize: 0

LinGreenFieldPosition: 0

LinBlueMaskSize: 0

LinBlueFieldPosition: 0

LinRsvdMaskSize: 0

LinRsvdFieldPosition: 0

MaxPixelClock: 230000000

Mode: 34 (1024x768)

ModeAttributes: 0x9b

WinAAttributes: 0x7

WinBAttributes: 0x0

WinGranularity: 64

WinSize: 64

WinASegment: 0xa000

WinBSegment: 0x0

WinFuncPtr: 0xc0005ace

BytesPerScanline: 1024

XResolution: 1024

YResolution: 768

XCharSize: 8

YCharSize: 16

NumberOfPlanes: 1

BitsPerPixel: 8

NumberOfBanks: 1

MemoryModel: 4

BankSize: 0

NumberOfImages: 15

RedMaskSize: 0

RedFieldPosition: 0

GreenMaskSize: 0

GreenFieldPosition: 0

BlueMaskSize: 0

BlueFieldPosition: 0

RsvdMaskSize: 0

RsvdFieldPosition: 0

DirectColorModeInfo: 0

PhysBasePtr: 0xe8000000

LinBytesPerScanLine: 1024

BnkNumberOfImagePages: 15

LinNumberOfImagePages: 15

LinRedMaskSize: 0

LinRedFieldPosition: 0

LinGreenMaskSize: 0

LinGreenFieldPosition: 0

LinBlueMaskSize: 0

LinBlueFieldPosition: 0

LinRsvdMaskSize: 0

LinRsvdFieldPosition: 0

MaxPixelClock: 230000000

Mode: 38 (1280x1024)

ModeAttributes: 0x9a

WinAAttributes: 0x7

WinBAttributes: 0x0

WinGranularity: 64

WinSize: 64

WinASegment: 0xa000

WinBSegment: 0x0

WinFuncPtr: 0xc0005ace

BytesPerScanline: 1280

XResolution: 1280

YResolution: 1024

XCharSize: 8

YCharSize: 16

NumberOfPlanes: 1

BitsPerPixel: 8

NumberOfBanks: 1

MemoryModel: 4

BankSize: 0

NumberOfImages: 8

RedMaskSize: 0

RedFieldPosition: 0

GreenMaskSize: 0

GreenFieldPosition: 0

BlueMaskSize: 0

BlueFieldPosition: 0

RsvdMaskSize: 0

RsvdFieldPosition: 0

DirectColorModeInfo: 0

PhysBasePtr: 0xe8000000

LinBytesPerScanLine: 1280

BnkNumberOfImagePages: 8

LinNumberOfImagePages: 8

LinRedMaskSize: 0

LinRedFieldPosition: 0

LinGreenMaskSize: 0

LinGreenFieldPosition: 0

LinBlueMaskSize: 0

LinBlueFieldPosition: 0

LinRsvdMaskSize: 0

LinRsvdFieldPosition: 0

MaxPixelClock: 230000000

Mode: 3a (1600x1200)

ModeAttributes: 0x9a

WinAAttributes: 0x7

WinBAttributes: 0x0

WinGranularity: 64

WinSize: 64

WinASegment: 0xa000

WinBSegment: 0x0

WinFuncPtr: 0xc0005ace

BytesPerScanline: 1600

XResolution: 1600

YResolution: 1200

XCharSize: 8

YCharSize: 16

NumberOfPlanes: 1

BitsPerPixel: 8

NumberOfBanks: 1

MemoryModel: 4

BankSize: 0

NumberOfImages: 5

RedMaskSize: 0

RedFieldPosition: 0

GreenMaskSize: 0

GreenFieldPosition: 0

BlueMaskSize: 0

BlueFieldPosition: 0

RsvdMaskSize: 0

RsvdFieldPosition: 0

DirectColorModeInfo: 0

PhysBasePtr: 0xe8000000

LinBytesPerScanLine: 1600

BnkNumberOfImagePages: 5

LinNumberOfImagePages: 5

LinRedMaskSize: 0

LinRedFieldPosition: 0

LinGreenMaskSize: 0

LinGreenFieldPosition: 0

LinBlueMaskSize: 0

LinBlueFieldPosition: 0

LinRsvdMaskSize: 0

LinRsvdFieldPosition: 0

MaxPixelClock: 230000000

Mode: 3c (1920x1440)

ModeAttributes: 0x9a

WinAAttributes: 0x7

WinBAttributes: 0x0

WinGranularity: 64

WinSize: 64

WinASegment: 0xa000

WinBSegment: 0x0

WinFuncPtr: 0xc0005ace

BytesPerScanline: 1920

XResolution: 1920

YResolution: 1440

XCharSize: 8

YCharSize: 16

NumberOfPlanes: 1

BitsPerPixel: 8

NumberOfBanks: 1

MemoryModel: 4

BankSize: 0

NumberOfImages: 3

RedMaskSize: 0

RedFieldPosition: 0

GreenMaskSize: 0

GreenFieldPosition: 0

BlueMaskSize: 0

BlueFieldPosition: 0

RsvdMaskSize: 0

RsvdFieldPosition: 0

DirectColorModeInfo: 0

PhysBasePtr: 0xe8000000

LinBytesPerScanLine: 1920

BnkNumberOfImagePages: 3

LinNumberOfImagePages: 3

LinRedMaskSize: 0

LinRedFieldPosition: 0

LinGreenMaskSize: 0

LinGreenFieldPosition: 0

LinBlueMaskSize: 0

LinBlueFieldPosition: 0

LinRsvdMaskSize: 0

LinRsvdFieldPosition: 0

MaxPixelClock: 230000000

*Mode: 41 (640x480)

ModeAttributes: 0x9b

WinAAttributes: 0x7

WinBAttributes: 0x0

WinGranularity: 64

WinSize: 64

WinASegment: 0xa000

WinBSegment: 0x0

WinFuncPtr:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...