You are not logged in.

#1 2007-06-15 16:52:05

J_Zar
Member
From: Villa Santina (UD), Italy
Registered: 2006-09-19
Posts: 36
Website

Intel 945GM/GMS/940GML Videoram

I installed Arch on my new Vaio VGN-N21S with an Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller.

http://vaio.sony.it/view/ShowProduct.ac … N+N+Series

I configured Xorg and it runs smoothly with the i810 driver. No issue.
But I can't use the whole amount of my shared video memory (224 Mb from specifics). Xorg uses only 8Mb, which is enough to get a 1280x800 desktop tough. I would like to play with True Combat Elite and I found videoram is not enough. I tried with the "Videoram" parameter in Xorg.conf... but it is simply ignored by Xorg.

Nobody knows where's the problem????

My Xorg.conf:

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
# USB Mouse not detected
    Option         "AIGLX" "true"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
    FontPath     "/usr/share/fonts/cyrillic"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier  "Serial Mouse"
    Driver      "mouse"
    Option      "Protocol" "Microsoft"
    Option      "Device" "/dev/ttyS0"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
    Option        "SendCoreEvents"    "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

# Auto-generated by Archie mkxcfg

Section "Monitor"
    Identifier "Monitor0"
        Option "DPMS" "true"
    
    HorizSync    30.0 - 64.0 # Warning: This may fry old Monitors
    VertRefresh  50.0 - 100.0 # Very conservative. May flicker.
        
    #Displaysize 336 269 # 96 DPI @ 1280x1024 (no 4:3)
    #Displaysize 336 252 # 96 DPI @ 1280x960

    ModeLine "1280x800"  107.2  1280 1360 1496 1712 800 801 804 835  -HSync +Vsync
EndSection

# Auto-generated by Archie mkxcfg

Section "Device"
    Identifier  "Intel 945GM"
#    VendorName  "All"
#    BoardName   "All"
    Driver "i810"
#    Driver "intel"
    BusID           "PCI:00:02:0"
#    Option "UseFBDev" "true"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI"  "true"
    #VideoRam   229376
    VideoRam   131072
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Intel 945GM"
    Monitor    "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
        Depth     1
        Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes  "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
        Option         "Composite"   "Enable"
EndSection

My Xorg.log:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: UNKNOWN 
Current Operating System: Linux Surprise 2.6.21-ARCH #1 SMP PREEMPT Mon Jun 11 23:47:51 CEST 2007 i686
Build Date: 08 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 Jun 15 18:31:41 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Xorg Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Intel 945GM"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "it"
(**) XKB: layout: "it"
(WW) Option "XkbVariant" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "PS/2 Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
(WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
(**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "AIGLX" "true"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c44a0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 104d,8212 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27a2 card 104d,8212 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 104d,8212 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 104d,8212 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 104d,8212 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 104d,8212 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 104d,8212 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 104d,8212 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 104d,8212 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 104d,8212 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c4 card 104d,8212 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 104d,8212 rev 02 class 0c,05,00 hdr 00
(II) PCI: 02:00:0: chip 11ab,4351 card 104d,8212 rev 16 class 02,00,00 hdr 00
(II) PCI: 06:00:0: chip 168c,001c card 1468,0423 rev 01 class 02,00,00 hdr 00
(II) PCI: 08:03:0: chip 104c,8039 card 5000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 08:03:1: chip 104c,803a card 104d,8212 rev 00 class 0c,00,10 hdr 80
(II) PCI: 08:03:2: chip 104c,803b card 104d,8212 rev 00 class 01,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,9), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [1] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
    [2] -1    0    0x00002800 - 0x000028ff (0x100) IX[b]
    [3] -1    0    0x00002c00 - 0x00002cff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xd6000000 - 0xd7ffffff (0x2000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xd0000000 - 0xd1ffffff (0x2000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:1), (0,4,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
    [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
    [2] -1    0    0x00003800 - 0x000038ff (0x100) IX[b]
    [3] -1    0    0x00003c00 - 0x00003cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
    [0] -1    0    0xd8000000 - 0xd9ffffff (0x2000000) MX[b]
(II) Bus 4 prefetchable memory range:
    [0] -1    0    0xd2000000 - 0xd3ffffff (0x2000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:28:2), (0,6,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
    [0] -1    0    0x00004000 - 0x000040ff (0x100) IX[b]
    [1] -1    0    0x00004400 - 0x000044ff (0x100) IX[b]
    [2] -1    0    0x00004800 - 0x000048ff (0x100) IX[b]
    [3] -1    0    0x00004c00 - 0x00004cff (0x100) IX[b]
(II) Bus 6 non-prefetchable memory range:
    [0] -1    0    0xda000000 - 0xdbffffff (0x2000000) MX[b]
(II) Bus 6 prefetchable memory range:
    [0] -1    0    0xd4000000 - 0xd5ffffff (0x2000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:30:0), (0,8,12), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 8 I/O range:
    [0] -1    0    0x00005000 - 0x00005fff (0x1000) IX[b]
(II) Bus 8 non-prefetchable memory range:
    [0] -1    0    0xdc000000 - 0xdc0fffff (0x100000) MX[b]
(II) Bus 8 prefetchable memory range:
    [0] -1    0    0x50000000 - 0x53ffffff (0x4000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 9: bridge is at (8:3:0), (8,9,12), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 9 I/O range:
    [0] -1    0    0x00005000 - 0x000050ff (0x100) IX[b]
    [1] -1    0    0x00005400 - 0x000054ff (0x100) IX[b]
(II) Bus 9 prefetchable memory range:
    [0] -1    0    0x50000000 - 0x53ffffff (0x4000000) MX[b]
(--) PCI:*(0:2:0) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xdc100000/19, 0xc0000000/28, 0xdc200000/18, I/O @ 0x1800/3
(--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xdc180000/19
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
    [0] -1    0    0xdc004000 - 0xdc004fff (0x1000) MX[b]
    [1] -1    0    0xda000000 - 0xda00ffff (0x10000) MX[b]
    [2] -1    0    0xd6000000 - 0xd6003fff (0x4000) MX[b]
    [3] -1    0    0xdc444400 - 0xdc4447ff (0x400) MX[b]
    [4] -1    0    0xdc444000 - 0xdc4443ff (0x400) MX[b]
    [5] -1    0    0xdc240000 - 0xdc243fff (0x4000) MX[b]
    [6] -1    0    0xdc180000 - 0xdc1fffff (0x80000) MX[b](B)
    [7] -1    0    0xdc200000 - 0xdc23ffff (0x40000) MX[b](B)
    [8] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [9] -1    0    0xdc100000 - 0xdc17ffff (0x80000) MX[b](B)
    [10] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [11] -1    0    0x000018c0 - 0x000018df (0x20) IX[b]
    [12] -1    0    0x00001890 - 0x0000189f (0x10) IX[b]
    [13] -1    0    0x000018a0 - 0x000018a3 (0x4) IX[b]
    [14] -1    0    0x000018a8 - 0x000018af (0x8) IX[b]
    [15] -1    0    0x000018a4 - 0x000018a7 (0x4) IX[b]
    [16] -1    0    0x000018b0 - 0x000018b7 (0x8) IX[b]
    [17] -1    0    0x00001810 - 0x0000181f (0x10) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [19] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [23] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [24] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [25] -1    0    0x00001800 - 0x00001807 (0x8) IX[b](B)
(II) Inactive PCI resource ranges:
    [0] -1    0    0xdc000000 - 0xdc003fff (0x4000) MX[b]
    [1] -1    0    0xdc005000 - 0xdc0057ff (0x800) MX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xdc004000 - 0xdc004fff (0x1000) MX[b]
    [1] -1    0    0xda000000 - 0xda00ffff (0x10000) MX[b]
    [2] -1    0    0xd6000000 - 0xd6003fff (0x4000) MX[b]
    [3] -1    0    0xdc444400 - 0xdc4447ff (0x400) MX[b]
    [4] -1    0    0xdc444000 - 0xdc4443ff (0x400) MX[b]
    [5] -1    0    0xdc240000 - 0xdc243fff (0x4000) MX[b]
    [6] -1    0    0xdc180000 - 0xdc1fffff (0x80000) MX[b](B)
    [7] -1    0    0xdc200000 - 0xdc23ffff (0x40000) MX[b](B)
    [8] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [9] -1    0    0xdc100000 - 0xdc17ffff (0x80000) MX[b](B)
    [10] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [11] -1    0    0x000018c0 - 0x000018df (0x20) IX[b]
    [12] -1    0    0x00001890 - 0x0000189f (0x10) IX[b]
    [13] -1    0    0x000018a0 - 0x000018a3 (0x4) IX[b]
    [14] -1    0    0x000018a8 - 0x000018af (0x8) IX[b]
    [15] -1    0    0x000018a4 - 0x000018a7 (0x4) IX[b]
    [16] -1    0    0x000018b0 - 0x000018b7 (0x8) IX[b]
    [17] -1    0    0x00001810 - 0x0000181f (0x10) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [19] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [23] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [24] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [25] -1    0    0x00001800 - 0x00001807 (0x8) IX[b](B)
(II) Inactive PCI resource ranges after removing overlaps:
    [0] -1    0    0xdc000000 - 0xdc003fff (0x4000) MX[b]
    [1] -1    0    0xdc005000 - 0xdc0057ff (0x800) MX[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    0xdc004000 - 0xdc004fff (0x1000) MX[b]
    [5] -1    0    0xda000000 - 0xda00ffff (0x10000) MX[b]
    [6] -1    0    0xd6000000 - 0xd6003fff (0x4000) MX[b]
    [7] -1    0    0xdc444400 - 0xdc4447ff (0x400) MX[b]
    [8] -1    0    0xdc444000 - 0xdc4443ff (0x400) MX[b]
    [9] -1    0    0xdc240000 - 0xdc243fff (0x4000) MX[b]
    [10] -1    0    0xdc180000 - 0xdc1fffff (0x80000) MX[b](B)
    [11] -1    0    0xdc200000 - 0xdc23ffff (0x40000) MX[b](B)
    [12] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [13] -1    0    0xdc100000 - 0xdc17ffff (0x80000) MX[b](B)
    [14] -1    0    0xdc000000 - 0xdc003fff (0x4000) MX[b]
    [15] -1    0    0xdc005000 - 0xdc0057ff (0x800) MX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [19] -1    0    0x000018c0 - 0x000018df (0x20) IX[b]
    [20] -1    0    0x00001890 - 0x0000189f (0x10) IX[b]
    [21] -1    0    0x000018a0 - 0x000018a3 (0x4) IX[b]
    [22] -1    0    0x000018a8 - 0x000018af (0x8) IX[b]
    [23] -1    0    0x000018a4 - 0x000018a7 (0x4) IX[b]
    [24] -1    0    0x000018b0 - 0x000018b7 (0x8) IX[b]
    [25] -1    0    0x00001810 - 0x0000181f (0x10) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [31] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [32] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [33] -1    0    0x00001800 - 0x00001807 (0x8) IX[b](B)
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 7.2.0, 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.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.7.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
(II) 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
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GM 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    0xdc004000 - 0xdc004fff (0x1000) MX[b]
    [5] -1    0    0xda000000 - 0xda00ffff (0x10000) MX[b]
    [6] -1    0    0xd6000000 - 0xd6003fff (0x4000) MX[b]
    [7] -1    0    0xdc444400 - 0xdc4447ff (0x400) MX[b]
    [8] -1    0    0xdc444000 - 0xdc4443ff (0x400) MX[b]
    [9] -1    0    0xdc240000 - 0xdc243fff (0x4000) MX[b]
    [10] -1    0    0xdc180000 - 0xdc1fffff (0x80000) MX[b](B)
    [11] -1    0    0xdc200000 - 0xdc23ffff (0x40000) MX[b](B)
    [12] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [13] -1    0    0xdc100000 - 0xdc17ffff (0x80000) MX[b](B)
    [14] -1    0    0xdc000000 - 0xdc003fff (0x4000) MX[b]
    [15] -1    0    0xdc005000 - 0xdc0057ff (0x800) MX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [19] -1    0    0x000018c0 - 0x000018df (0x20) IX[b]
    [20] -1    0    0x00001890 - 0x0000189f (0x10) IX[b]
    [21] -1    0    0x000018a0 - 0x000018a3 (0x4) IX[b]
    [22] -1    0    0x000018a8 - 0x000018af (0x8) IX[b]
    [23] -1    0    0x000018a4 - 0x000018a7 (0x4) IX[b]
    [24] -1    0    0x000018b0 - 0x000018b7 (0x8) IX[b]
    [25] -1    0    0x00001810 - 0x0000181f (0x10) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [31] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [32] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [33] -1    0    0x00001800 - 0x00001807 (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    0xdc004000 - 0xdc004fff (0x1000) MX[b]
    [5] -1    0    0xda000000 - 0xda00ffff (0x10000) MX[b]
    [6] -1    0    0xd6000000 - 0xd6003fff (0x4000) MX[b]
    [7] -1    0    0xdc444400 - 0xdc4447ff (0x400) MX[b]
    [8] -1    0    0xdc444000 - 0xdc4443ff (0x400) MX[b]
    [9] -1    0    0xdc240000 - 0xdc243fff (0x4000) MX[b]
    [10] -1    0    0xdc180000 - 0xdc1fffff (0x80000) MX[b](B)
    [11] -1    0    0xdc200000 - 0xdc23ffff (0x40000) MX[b](B)
    [12] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [13] -1    0    0xdc100000 - 0xdc17ffff (0x80000) MX[b](B)
    [14] -1    0    0xdc000000 - 0xdc003fff (0x4000) MX[b]
    [15] -1    0    0xdc005000 - 0xdc0057ff (0x800) MX[b]
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [22] -1    0    0x000018c0 - 0x000018df (0x20) IX[b]
    [23] -1    0    0x00001890 - 0x0000189f (0x10) IX[b]
    [24] -1    0    0x000018a0 - 0x000018a3 (0x4) IX[b]
    [25] -1    0    0x000018a8 - 0x000018af (0x8) IX[b]
    [26] -1    0    0x000018a4 - 0x000018a7 (0x4) IX[b]
    [27] -1    0    0x000018b0 - 0x000018b7 (0x8) IX[b]
    [28] -1    0    0x00001810 - 0x0000181f (0x10) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [34] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [35] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [36] -1    0    0x00001800 - 0x00001807 (0x8) IX[b](B)
    [37] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [38] 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.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
(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.2.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 1.1
(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.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(**) I810(0): Option "DRI" "true"
(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: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family 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) 82945GM Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) I810(0): Chipset: "945GM"
(--) I810(0): Linear framebuffer at 0xC0000000
(--) I810(0): IO registers at addr 0xDC100000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 7932 kB stolen memory.
(II) I810(0): Kernel reported 238592 total, 1 used
(II) I810(0): I830CheckAvailableMemory: 954364 kB available
(II) I810(0): Will try to reserve 32768 kiB of AGP aperture space
    for the DRM memory manager.
(II) I810(0): Monitoring connected displays enabled
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(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) 82945GM Chipset Family 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) 82945GM Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 12288 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 7932 kByte
(**) I810(0): VideoRAM: 131072 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 1358
(==) 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: TRUE, size: (720,400)
(II) I810(0): Display Info: TV: attached: FALSE, present: TRUE, size: (1024,768)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1280,800)
(II) I810(0): Display Info: Second (second CRT): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Display Info: LFP2 (second local flat panel): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Size of device LFP (local flat panel) is 1280 x 800
(II) I810(0): No active displays on Pipe A.
(II) I810(0): Currently active displays on Pipe B:
(II) I810(0):     LFP (local flat panel)
(II) I810(0): Lowest common panel size for pipe B is 1280 x 800
(==) I810(0): Display is using Pipe B
(--) I810(0): Maximum frambuffer space: 130904 kByte
(II) I810(0): VESA VBE PanelID read successfully
(II) I810(0): PanelID returned panel resolution : 1280x800
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules//libddc.so
(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 B.
    No refresh rate overrides will be attempted.
(--) I810(0): Maximum space available for video modes: 12288 kByte

Offline

#2 2007-06-15 17:30:05

J_Zar
Member
From: Villa Santina (UD), Italy
Registered: 2006-09-19
Posts: 36
Website

Re: Intel 945GM/GMS/940GML Videoram

looking better at my last log it seems to use 128 Mb. However True Combat Elite performance is not at alla similar to windows.

How can I improve Xorg 3d performance? Driver is lacking???

Offline

#3 2007-08-29 10:53:40

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Intel 945GM/GMS/940GML Videoram

I dont think you need to specify videoram in xorg.conf, xorg should autodetect 256mb for 945gm. try without the videoram and see if it works better. For me it works best when I dont have any xorg.conf and let xorg decide all.


The ultimate Archlinux release name: "I am your father"

Offline

Board footer

Powered by FluxBB