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

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.

Similar Messages

  • Xinerama with a Mobile Intel 945GM graphics card

    Hi,
    I'm trying to write a xorg.conf to enable Xinerama. But as you've already guessed it isn't working.
    Xinerama works perfectly fine, if i use xrandr.
    Could please look over my config and tell me what's wrong?
    Thanks in advance!
    Informations you may need:
    Im using the xf86-video-intel-legacy driver.
    This is my xorg.conf:
    Section "Monitor"
    Identifier "Main Monitor"
    EndSection
    Section "Monitor"
    Identifier "Second Monitor"
    VendorName "ACR"
    ModelName "Acer X233H"
    HorizSync 30.0 - 94.0
    VertRefresh 49.0 - 75.0
    Option "DPMS"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    EndSection
    Section "Device"
    Identifier "0 Intel 945GM"
    Driver "intel"
    BusID "PCI:0:2:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "1 Intel 945GM"
    Driver "intel"
    BusID "PCI:0:2:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "0 Default Screen"
    Device "0 Intel 945GM"
    Monitor "Main Monitor"
    SubSection "Display"
    Depth 24
    Modes "1280x800"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "1 Default Screen"
    Device "1 Intel 945GM"
    Monitor "Second Monitor"
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "0 Default Screen"
    Screen 1 "1 Default Screen" LeftOf "0 Default Screen"
    # Option "Xinerama" "true"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    # vim: sw=4 ts=4
    And this is my /var/log/Xorg0.log:
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux skynet 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Mon Apr 13 22:49:02 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "0 Default Screen" (0)
    (**) | |-->Monitor "Main Monitor"
    (**) | |-->Device "0 Intel 945GM"
    (**) |-->Screen "1 Default Screen" (1)
    (**) | |-->Monitor "Second Monitor"
    (**) | |-->Device "1 Intel 945GM"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xdc100000/524288, 0xc0000000/268435456, 0xdc200000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xdc180000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (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 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (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 1.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.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 1.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.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 1.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xDC100000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Main Monitor
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): found backlight control method /sys/class/backlight/acpi_video0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "ACR", prod id 147
    (II) intel(0): Using EDID range info for horizontal sync
    (II) intel(0): Using EDID range info for vertical refresh
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    (II) intel(0): EDID vendor "ACR", prod id 147
    (II) intel(0): Output VGA connected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using user preference for initial modes
    (II) intel(0): Output VGA using initial mode 1280x800
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) intel(0): Display dimensions: (510, 290) mm
    (**) intel(0): DPI set to (95, 168)
    (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 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Reloading /usr/lib/xorg/modules//libvbe.so
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Reloading /usr/lib/xorg/modules//libvgahw.so
    (==) intel(1): Depth 24, (--) framebuffer bpp 32
    (==) intel(1): RGB weight 888
    (==) intel(1): Default visual is TrueColor
    (II) intel(1): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(1): Chipset: "945GM"
    (--) intel(1): Linear framebuffer at 0xC0000000
    (--) intel(1): IO registers at addr 0xDC100000
    (II) intel(1): 2 display pipes available.
    (==) intel(1): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(1): Output VGA using monitor section Second Monitor
    (II) intel(1): I2C bus "CRTDDC_A" initialized.
    (II) intel(1): Output LVDS has no monitor section
    (II) intel(1): I2C bus "LVDSDDC_C" initialized.
    (II) intel(1): Attempting to determine panel fixed mode.
    (II) intel(1): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(1): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(1): found backlight control method /sys/class/backlight/acpi_video0
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(1): No SDVO device found on SDVOB
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(1): No SDVO device found on SDVOC
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(1): Output TV has no monitor section
    (II) intel(1): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
    (II) intel(1): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
    (II) intel(1): EDID vendor "ACR", prod id 147
    (II) intel(1): Using hsync ranges from config file
    (II) intel(1): Using vrefresh ranges from config file
    (II) intel(1): Printing DDC gathered Modelines:
    (II) intel(1): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    (II) intel(1): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(1): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(1): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) intel(1): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(1): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) intel(1): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) intel(1): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(1): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) intel(1): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    (II) intel(1): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) intel(1): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    (II) intel(1): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    (II) intel(1): EDID vendor "ACR", prod id 147
    (II) intel(1): Output VGA connected
    (II) intel(1): Output LVDS connected
    (II) intel(1): Output TV disconnected
    (II) intel(1): Using user preference for initial modes
    (II) intel(1): Output VGA using initial mode 1920x1080
    (II) intel(1): Output LVDS using initial mode 1280x800
    (II) intel(1): Monitoring connected displays enabled
    (II) intel(1): detected 256 kB GTT.
    (II) intel(1): detected 7932 kB stolen memory.
    (==) intel(1): video overlay key set to 0x101fe
    (==) intel(1): Will not try to enable page flipping
    (==) intel(1): Triple buffering disabled
    (==) intel(1): Intel XvMC decoder disabled
    (==) intel(1): Using gamma correction (1.0, 1.0, 1.0)
    (--) intel(1): Using HW Cursor because it's enabled on primary head.
    (**) intel(1): Display dimensions: (510, 290) mm
    (**) intel(1): DPI set to (95, 168)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Reloading /usr/lib/xorg/modules//libfb.so
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Reloading /usr/lib/xorg/modules//libexa.so
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(1): Comparing regs from server start up to After PreInit
    (WW) intel(1): Register 0x61200 (PP_STATUS) changed from 0xd0000009 to 0xd000000a
    (WW) intel(1): PP_STATUS before: on, ready, sequencing on
    (WW) intel(1): PP_STATUS after: on, ready, sequencing on
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? Yes, I do.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 488960 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1955836 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x3b) [0x813278b]
    1: /usr/bin/X(xf86SigHandler+0x51) [0x80dda61]
    2: [0xb7fcb400]
    3: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7a5258e]
    4: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_2d_memory+0x144) [0xb7a527b4]
    5: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7a47e2b]
    6: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7a4cafd]
    7: /usr/bin/X(AddScreen+0x19d) [0x807167d]
    8: /usr/bin/X(InitOutput+0x206) [0x80aeb16]
    9: /usr/bin/X(main+0x1e1) [0x8071d61]
    10: /lib/libc.so.6(__libc_start_main+0xe5) [0xb7bab6c5]
    11: /usr/bin/X [0x8071401]
    Fatal server error:
    Caught signal 11. Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.

    Blind wrote:Umm, weelll, xorgconfig or X -config might produce something to work with, but in general you need to edit the xorg.conf file for best performance. As to your editing of 'vga' to 'xf86-video-intel': you should replace it with 'intel'. There are many, many sample xorg.conf's out there that use the intel driver, so google is your friend.
    Cheers,
    Blind
    +1
    You can specify the amount of videoram in xorg.conf and you need to add the 1280*800 resolution to it too. That's all I had to do to get it to work on my father's laptop.
    Zl.
    /EDIT: numerous wiki-entries could help you, f.e. http://wiki.archlinux.org/index.php/Intel_GMA_950
    Last edited by zenlord (2008-01-21 09:54:09)

  • MacBook/Intel 945GM + xrandr - TV

    Hi,
    I'm not able to send output to my TV. Any help would be greatly appreciated...
    I'm on a MacBook 2,1 and using a mini-DVI adapter which outputs to S-Video
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    xrandr (no options)
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
    VGA1 connected (normal left inverted right x axis y axis)
    1024x768 60.0
    800x600 60.3 56.2
    848x480 60.0
    640x480 59.9
    LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 286mm x 178mm
    1280x800 59.9*+
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    DVI1 disconnected (normal left inverted right x axis y axis)
    TV1 disconnected (normal left inverted right x axis y axis)
    I've tried:
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 800x600 --right-of LVDS1
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 1024x800 --right-of LVDS1
    and get a screen flicker but just see black with slightly diagonal white lines/dots scrolling down the screen.
    The searching I've done pulls up a lot of people trying to output to monitors but not TVs. I'm unfamiliar with if there is anything special about doing this. The OS X side works fine with this setup and it'd be great to not have to reboot whenever I wanted to watch something. Some searches have mentioned setting custom modes and trying to set TV_STANDARD to PAL or NTSC. I've tried this and get:
    $ xrandr --output VGA1 --set TV_STANDARD PAL
    X Error of failed request: BadName (named color or font does not exist)
    Major opcode of failed request: 150 (RANDR)
    Minor opcode of failed request: 11 (RRQueryOutputProperty)
    Serial number of failed request: 31
    Current serial number in output stream: 31
    Any suggestions would be greatly appreciated.

    Hi,
    I'm not able to send output to my TV. Any help would be greatly appreciated...
    I'm on a MacBook 2,1 and using a mini-DVI adapter which outputs to S-Video
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    xrandr (no options)
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
    VGA1 connected (normal left inverted right x axis y axis)
    1024x768 60.0
    800x600 60.3 56.2
    848x480 60.0
    640x480 59.9
    LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 286mm x 178mm
    1280x800 59.9*+
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    DVI1 disconnected (normal left inverted right x axis y axis)
    TV1 disconnected (normal left inverted right x axis y axis)
    I've tried:
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 800x600 --right-of LVDS1
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 1024x800 --right-of LVDS1
    and get a screen flicker but just see black with slightly diagonal white lines/dots scrolling down the screen.
    The searching I've done pulls up a lot of people trying to output to monitors but not TVs. I'm unfamiliar with if there is anything special about doing this. The OS X side works fine with this setup and it'd be great to not have to reboot whenever I wanted to watch something. Some searches have mentioned setting custom modes and trying to set TV_STANDARD to PAL or NTSC. I've tried this and get:
    $ xrandr --output VGA1 --set TV_STANDARD PAL
    X Error of failed request: BadName (named color or font does not exist)
    Major opcode of failed request: 150 (RANDR)
    Minor opcode of failed request: 11 (RRQueryOutputProperty)
    Serial number of failed request: 31
    Current serial number in output stream: 31
    Any suggestions would be greatly appreciated.

  • Mouse pointer invisible - intel 945GM

    Hey people, thought I would document this in case others have problems.  I have partially solved the issue, but if someone knows a better solution please contribute.  I think this is specific to the intel xorg driver but not totally sure.
    I rebooted my eeepc (Intel 945GM, using stock driver) today and when I got into X there was no mouse pointer.  I quickly found that the mouse is in fact there, you can right-click and get a menu etc, its just there is no pointer so your flying blind.
    A bit of Googling suggested it was something to do with using xrandr to enable/disable outputs, which is what I do.  At home the eeepc sits on the desk connected to my external monitor.  In my .xinitrc I have it set up so it detects when its connected to the monitor and automatically enables it (VGA) and disables the laptop screen (LVDS).
    So to try and get the mouse back I re-enabled the LVDS
    xrandr --output LVDS --auto
    The eeepc screen comes back on (in clone mode) and sure enough the mouse pointer is visible on that screen, but not on the external VGA.  After a bit of tooling around I found that if you enable both screens in extended desktop mode, the pointer is then visible on both.
    xrandr --output LVDS --right-of VGA --auto
    Once the pointer is working on both screens you can then turn off the LVDS again, and the pointer remains working on the external, everything back to normal.
    xrandr --output LVDS --off
    PART 2 - This is actually a question if anyone can help me
    In order to use dual monitors like an extended desktop, you will find that you need to set the virtual desktop size in your xorg.conf display section.  Something like:
    virtual 2304 1024
    BUT...since we now bask in the glory that is hot-plugging and hal wizardry, I don't have an xorg.conf.  Does anyone know how to set the virtual framebuffer size using xrandr, without having to use an xorg.conf?
    And while I think about it, why do we even need to set a virtual size manually really, xorg knows the dimensions of connected displays, you would think it could set a default virtual framebuffer to the width of the connected outputs, would make it much easier. /rant
    Anyway, any more info on the subject much appreciated.
    Last edited by Wittfella (2009-10-22 14:36:09)

    The cursor issue sounds like an upstream bug - you should report it to https://bugs.freedesktop.org.
    Wittfella wrote:Does anyone know how to set the virtual framebuffer size using xrandr, without having to use an xorg.conf?
    Can't be done.  The virtual fb size tells your graphics driver how big a framebuffer to allocate at X start time.  It can't be changed later.  Which is too bad, and a major limitation of randr.  I think it does set the virtual fb size correctly when it starts, but that size will be wrong when you add another monitor for example.

  • [SOLVED] Macbook 2,1 Intel 945GM: no backlight property custom kernel

    Hi,
    I just finished compiling a custom kernel for my Macbook and for the life of me cannot figure out which option enables backlight control. I'm suspecting it might be CONFIG_FB_BACKLIGHT, but I can't actually find it via 'make menuconfig.' In other words, I can grep it from the raw config, but don't know where it is:
    $ grep -A10 -B10 CONFIG_FB_BACKLIGHT .config
    CONFIG_FB_CFB_IMAGEBLIT=y
    # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
    # CONFIG_FB_SYS_FILLRECT is not set
    # CONFIG_FB_SYS_COPYAREA is not set
    # CONFIG_FB_SYS_IMAGEBLIT is not set
    # CONFIG_FB_FOREIGN_ENDIAN is not set
    # CONFIG_FB_SYS_FOPS is not set
    # CONFIG_FB_WMT_GE_ROPS is not set
    # CONFIG_FB_SVGALIB is not set
    # CONFIG_FB_MACMODES is not set
    [b]# CONFIG_FB_BACKLIGHT is not set[/b]
    # CONFIG_FB_MODE_HELPERS is not set
    # CONFIG_FB_TILEBLITTING is not set
    # Frame buffer hardware drivers
    # CONFIG_FB_CIRRUS is not set
    # CONFIG_FB_PM2 is not set
    # CONFIG_FB_CYBER2000 is not set
    # CONFIG_FB_ARC is not set
    But menuconfig is like this:
    --- Support for frame buffer
    [ ] Enable firmware EDID
    [ ] foreign endianness support --->
    [ ] Video Mode Handling Helpers
    [ ] Tile Blitting Support
    It's hard to reproduce entirely here, but the point is that the config grep returns fb_backlight just above mode helpers/tilebitting, but above those are foreign endianness, and that's not where the backlight setting is.
    The card is the Intel 945GM; on the default Arch kernel I can use xbacklight to adjust brightness. With my custom compiled one, I get "no outputs have backlight property" with xbacklight and, indeed, /sys/class/backlight is empty.
    Would someone kindly tell me which kernel option provides the backlight property for this card?
    Last edited by jwhendy (2011-10-15 16:44:30)

    @byte:
    Thanks for the suggestion, and the link to the current config. I was wondering where I might find that. Not looking so promising so far:
    $ diff --side-by-side default-config custom-config | grep BACKLIGHT
    CONFIG_FB_BACKLIGHT=y | # CONFIG_FB_BACKLIGHT is not set
    CONFIG_FB_NVIDIA_BACKLIGHT=y <
    CONFIG_FB_RIVA_BACKLIGHT=y <
    CONFIG_FB_RADEON_BACKLIGHT=y | # CONFIG_FB_ATY is not set
    CONFIG_FB_ATY128_BACKLIGHT=y | # CONFIG_FB_SIS is not set
    CONFIG_FB_ATY_BACKLIGHT=y | # CONFIG_FB_VOODOO1 is not set
    CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_BACKLIGHT_LCD_SUPPORT=y
    CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y
    CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_GENERIC=m
    CONFIG_BACKLIGHT_PROGEAR=m | # CONFIG_BACKLIGHT_PROGEAR is not set
    CONFIG_BACKLIGHT_CARILLO_RANCH=m CONFIG_BACKLIGHT_CARILLO_RANCH=m
    CONFIG_BACKLIGHT_MBP_NVIDIA=m | # CONFIG_BACKLIGHT_MBP_NVIDIA is not set
    CONFIG_BACKLIGHT_SAHARA=m | # CONFIG_BACKLIGHT_SAHARA is not set
    CONFIG_BACKLIGHT_WM831X=m | # CONFIG_BACKLIGHT_ADP8860 is not set
    CONFIG_BACKLIGHT_ADP8860=m <
    CONFIG_BACKLIGHT_PCF50633=m <
    CONFIG_HID_PICOLCD_BACKLIGHT=y | # CONFIG_HID_ROCCAT_KONEPLUS is not set
    CONFIG_LEDS_TRIGGER_HEARTBEAT=m | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
    CONFIG_LEDS_TRIGGER_BACKLIGHT=m | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
    CONFIG_DRM_NOUVEAU_BACKLIGHT=y <
    I don't see much there to wonder about. CONFIG_FB_BACKLIGHT only gets triggered if certain drivers are enabled. But I don't have any of those. I'm re-compiling right now with one of them, just for kicks, to see what happens. I have the right LCD backlight options set to match the default. On the ACPI front, we have this:
    ]$ diff --side-by-side ~/def-config .config |grep ACPI
    # Power management and ACPI options # Power management and ACPI options
    CONFIG_ACPI=y CONFIG_ACPI=y
    CONFIG_ACPI_SLEEP=y CONFIG_ACPI_SLEEP=y
    CONFIG_ACPI_PROCFS=y | # CONFIG_ACPI_PROCFS is not set
    CONFIG_ACPI_PROCFS_POWER=y | # CONFIG_ACPI_PROCFS_POWER is not set
    CONFIG_ACPI_POWER_METER=m | # CONFIG_ACPI_POWER_METER is not set
    CONFIG_ACPI_EC_DEBUGFS=m | # CONFIG_ACPI_EC_DEBUGFS is not set
    CONFIG_ACPI_PROC_EVENT=y | # CONFIG_ACPI_PROC_EVENT is not set
    CONFIG_ACPI_AC=m | CONFIG_ACPI_AC=y
    CONFIG_ACPI_BATTERY=m | CONFIG_ACPI_BATTERY=y
    CONFIG_ACPI_BUTTON=m | CONFIG_ACPI_BUTTON=y
    CONFIG_ACPI_VIDEO=m | CONFIG_ACPI_VIDEO=y
    CONFIG_ACPI_FAN=m | CONFIG_ACPI_FAN=y
    CONFIG_ACPI_DOCK=y | # CONFIG_ACPI_DOCK is not set
    CONFIG_ACPI_PROCESSOR=m | CONFIG_ACPI_PROCESSOR=y
    CONFIG_ACPI_IPMI=m <
    CONFIG_ACPI_HOTPLUG_CPU=y CONFIG_ACPI_HOTPLUG_CPU=y
    CONFIG_ACPI_PROCESSOR_AGGREGATOR=m | # CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
    CONFIG_ACPI_THERMAL=m | CONFIG_ACPI_THERMAL=y
    # CONFIG_ACPI_CUSTOM_DSDT is not set # CONFIG_ACPI_CUSTOM_DSDT is not set
    CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_BLACKLIST_YEAR=0
    # CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_DEBUG is not set
    CONFIG_ACPI_PCI_SLOT=m | # CONFIG_ACPI_PCI_SLOT is not set
    CONFIG_ACPI_CONTAINER=m | CONFIG_ACPI_CONTAINER=y
    CONFIG_ACPI_SBS=m | # CONFIG_ACPI_SBS is not set
    CONFIG_ACPI_HED=m | # CONFIG_ACPI_HED is not set
    CONFIG_ACPI_APEI=y | # CONFIG_ACPI_APEI is not set
    CONFIG_ACPI_APEI_GHES=m | # CONFIG_SFI is not set
    CONFIG_ACPI_APEI_EINJ=m <
    CONFIG_ACPI_APEI_ERST_DEBUG=m <
    CONFIG_X86_ACPI_CPUFREQ=m | CONFIG_X86_ACPI_CPUFREQ=y
    CONFIG_X86_POWERNOW_K7_ACPI=y <
    CONFIG_CARDBUS=y | # CONFIG_HOTPLUG_PCI_ACPI is not set
    CONFIG_HOTPLUG_PCI_ACPI=m <
    CONFIG_HOTPLUG_PCI_ACPI_IBM=m <
    CONFIG_PNPACPI=y CONFIG_PNPACPI=y
    CONFIG_BLK_DEV_IDEACPI=y <
    CONFIG_ATA_ACPI=y CONFIG_ATA_ACPI=y
    CONFIG_PATA_ACPI=m | # CONFIG_PATA_ACPI is not set
    # ACPI drivers # ACPI drivers
    # ACPI drivers # ACPI drivers
    CONFIG_ACPI_QUICKSTART=m <
    CONFIG_TC1100_WMI=m | # CONFIG_THINKPAD_ACPI is not set
    CONFIG_COMPAL_LAPTOP=m | # CONFIG_ACPI_WMI is not set
    CONFIG_SONY_LAPTOP=m | # CONFIG_ACPI_ASUS is not set
    CONFIG_IDEAPAD_LAPTOP=m | # CONFIG_ACPI_TOSHIBA is not set
    CONFIG_THINKPAD_ACPI=m | # CONFIG_TOSHIBA_BT_RFKILL is not set
    CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y | # CONFIG_ACPI_CMPC is not set
    # CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set | # CONFIG_INTEL_IPS is not set
    # CONFIG_THINKPAD_ACPI_DEBUG is not set | # CONFIG_IBM_RTL is not set
    # CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set <
    CONFIG_THINKPAD_ACPI_VIDEO=y <
    CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y <
    CONFIG_ACPI_WMI=m <
    CONFIG_ACPI_ASUS=m <
    CONFIG_ACPI_TOSHIBA=m <
    CONFIG_ACPI_CMPC=m <
    Most of that seems about right, and the end stuff is all specific laptop drivers.
    I'll post back when this is done. The only other thing I can think of is the fact that I compiled in i915 and intel_agp vs. having them as modules. Should that make any difference?

  • Intel 945GM, Xorg, Kernel - performance

    I know there is some sort of transition going on with graphics stuff (take that as your cue that this is nowhere near an area of expertise for me...).  I can put up with lack of games but last night I hooked my laptop up to my TV to watch some video and it was all choppy.  So, I was trying to improve this....
    So this is what I have:
    Intel 945GM Integrated Graphics Chipset
    xorg-server-1.6.0-1
    With kernel26-2.6.28.8-1 I tried EXA and UXA.  EXA gave me the issues with video play back and chromium-bsu is really slow.
    Some not benchmarks from glxgears:
    EXA - ~320FPS
    UXA - ~640FPS
    XAA = crash...
    Switching to UXA gave me good chromium-bsu performance.  Yeah!
    Then I read that kernel 2.6.29 was supposed to make things better.  So I built the rc8-git4 snapshot.
    More not benchmarks from glxgears with the snapshot kernel:
    EXA ~310FPS
    UXA ~550FPS
    chromuim-bsu runs at a low frame rate under both. 
    So it appears kernel 2.6.29 makes things worse...  Is there something else I should build along with it?  Or some config option I missed?

    Hm. I had forgotten to subscribe to this thread :-p
    I'm not exactly sure what the relevant part is. I would guess it's the framebuffer stuff, and that the vesa stuff could be deselected. Here's the full config for "Graphics support" and "Framebuffer hardware drivers" that I'm using:
    # Graphics support
    CONFIG_AGP=y
    CONFIG_AGP_AMD64=y
    CONFIG_AGP_INTEL=m
    # CONFIG_AGP_SIS is not set
    # CONFIG_AGP_VIA is not set
    CONFIG_DRM=m
    # CONFIG_DRM_TDFX is not set
    # CONFIG_DRM_R128 is not set
    # CONFIG_DRM_RADEON is not set
    # CONFIG_DRM_I810 is not set
    # CONFIG_DRM_I830 is not set
    CONFIG_DRM_I915=m
    CONFIG_DRM_I915_KMS=y
    # CONFIG_DRM_MGA is not set
    # CONFIG_DRM_SIS is not set
    # CONFIG_DRM_VIA is not set
    # CONFIG_DRM_SAVAGE is not set
    CONFIG_VGASTATE=m
    CONFIG_VIDEO_OUTPUT_CONTROL=m
    CONFIG_FB=y
    # CONFIG_FIRMWARE_EDID is not set
    # CONFIG_FB_DDC is not set
    CONFIG_FB_BOOT_VESA_SUPPORT=y
    CONFIG_FB_CFB_FILLRECT=y
    CONFIG_FB_CFB_COPYAREA=y
    CONFIG_FB_CFB_IMAGEBLIT=y
    # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
    # CONFIG_FB_SYS_FILLRECT is not set
    # CONFIG_FB_SYS_COPYAREA is not set
    # CONFIG_FB_SYS_IMAGEBLIT is not set
    # CONFIG_FB_FOREIGN_ENDIAN is not set
    # CONFIG_FB_SYS_FOPS is not set
    # CONFIG_FB_SVGALIB is not set
    # CONFIG_FB_MACMODES is not set
    # CONFIG_FB_BACKLIGHT is not set
    CONFIG_FB_MODE_HELPERS=y
    CONFIG_FB_TILEBLITTING=y
    # Frame buffer hardware drivers
    # CONFIG_FB_CIRRUS is not set
    # CONFIG_FB_PM2 is not set
    # CONFIG_FB_CYBER2000 is not set
    # CONFIG_FB_ARC is not set
    # CONFIG_FB_ASILIANT is not set
    # CONFIG_FB_IMSTT is not set
    CONFIG_FB_VGA16=m
    # CONFIG_FB_UVESA is not set
    CONFIG_FB_VESA=y
    # CONFIG_FB_EFI is not set
    # CONFIG_FB_N411 is not set
    # CONFIG_FB_HGA is not set
    # CONFIG_FB_S1D13XXX is not set
    # CONFIG_FB_NVIDIA is not set
    # CONFIG_FB_RIVA is not set
    # CONFIG_FB_LE80578 is not set
    # CONFIG_FB_INTEL is not set
    # CONFIG_FB_MATROX is not set
    # CONFIG_FB_RADEON is not set
    # CONFIG_FB_ATY128 is not set
    # CONFIG_FB_ATY is not set
    # CONFIG_FB_S3 is not set
    # CONFIG_FB_SAVAGE is not set
    # CONFIG_FB_SIS is not set
    # CONFIG_FB_VIA is not set
    # CONFIG_FB_NEOMAGIC is not set
    # CONFIG_FB_KYRO is not set
    # CONFIG_FB_3DFX is not set
    # CONFIG_FB_VOODOO1 is not set
    # CONFIG_FB_VT8623 is not set
    # CONFIG_FB_TRIDENT is not set
    # CONFIG_FB_ARK is not set
    # CONFIG_FB_PM3 is not set
    # CONFIG_FB_CARMINE is not set
    # CONFIG_FB_GEODE is not set
    # CONFIG_FB_VIRTUAL is not set
    # CONFIG_FB_METRONOME is not set
    # CONFIG_FB_MB862XX is not set
    CONFIG_BACKLIGHT_LCD_SUPPORT=y
    CONFIG_LCD_CLASS_DEVICE=m
    # CONFIG_LCD_LTV350QV is not set
    # CONFIG_LCD_ILI9320 is not set
    # CONFIG_LCD_TDO24M is not set
    # CONFIG_LCD_VGG2432A4 is not set
    CONFIG_LCD_PLATFORM=m
    CONFIG_BACKLIGHT_CLASS_DEVICE=y
    # CONFIG_BACKLIGHT_GENERIC is not set
    CONFIG_BACKLIGHT_PROGEAR=m
    # CONFIG_BACKLIGHT_MBP_NVIDIA is not set
    # CONFIG_BACKLIGHT_SAHARA is not set

  • Multiple copies of display on Tecra A7 (Intel 945GM)

    I am having problems with my Tecra A7 display, using a Mobile Intel 945GM chip. At one point I started getting multiple copies of my desktop on my screen -- two down, two across, with the very top of the fifth and sixth copy coming in on the bottom.
    Initially this was just for the Toshiba and ??Resuming Windows?? screen, but eventually it stayed this way all the time. Windows works normally, just with four really small copies of the desktop. An attached external monitor works fine. I tried checking the Full screen (no borders) box in the Intel graphics manager, as well as all the hotkeys I saw listed there -- nothing helped.

    Sounds like the display of your notebook has some connection problems or don't know, maybe there is something wrong in general with the display.
    Because, as you already tested an external monitor with your machine, I doubt a driver update or reinstallation would help here.
    Nevertheless you could try it, but to get to know what the exact problem is, go to an ASP and let them check your notebook.

  • Arcade cabinet and 15khz modes on xf86-video-intel 945GM?

    I've an old arcade cabinet which i use to play with from time to time.
    Inside it there's an old and scary pc with an arcadevga (radeon) card which does a great job in outputting 15khz modelines to the crt screen.
    I was wondering if i can use a netbook in place of it; specifically an asus 1005ha which has a 945GM chipset.
    By now,i just tried to plug the vga cable in the netbook and added a modeline that way:
    xrandr --newmode "640x240" 13.220 640 672 736 832 240 243 246 265 -hsync -vsync
    xrandr --addmode VGA1 640x240
    xrandr --output VGA1 --auto
    xrandr --output VGA1 --mode 640x240
    The modeline should be right and fits into the TV frequency range,
    but unfortunately nothing happened; it seems that the mode is out of sync and the crt stays black.
    Somebody has a clue on what could be the cause? Maybe a software kms issue or a chipset limit on dealing with lowres frequencies?
    Thanks.

    I searched further, and found that the problem lies in the kms code itself.
    Seems like intel kms code (in kernel sources) contains some limits about lower dotclocks, but seems that somebody patched it and recompiled with success.
    i managed to have 1024x320@60hz/15.5khz modeline working btw
    Other issues like interlacing remains, but that should be just a driver issue.

  • Solaris @ Compiz on a notebook with Intel 945GM

    I have successfully installed OpenSolaris nv91 on Fujitsu-Siemens Amilo Pi1505. Next I have enabled 3D effects, i.e. desktop on a cube and windows wobbling. It worked perfectly, but...the input from the keyboard has been blocked. In order to regain the possibility for normal work I have disabled 3D effects. Is there any patch or the hope that future release will work correctly? By the way - graphic system of this notebook is based on Intel's 945GM chipset.

    I have successfully installed OpenSolaris nv91 on Fujitsu-Siemens Amilo Pi1505. Next I have enabled 3D effects, i.e. desktop on a cube and windows wobbling. It worked perfectly, but...the input from the keyboard has been blocked. In order to regain the possibility for normal work I have disabled 3D effects. Is there any patch or the hope that future release will work correctly? By the way - graphic system of this notebook is based on Intel's 945GM chipset.

  • Intel 945GM display driver problem after installing Vista on A100 PSAA8

    After upgrading to Vista on Satellite *A100-207 PSAA8E-180049EN*, display adaptor "*Mobile Intel(R) 945GM Express Chipset Family*" does not work. In Device Manager, it reports "*This device cannot find enough free resources that it can use. (Code 12)*". Using the Vista driver on Toshiba Website and also tired latest driver from Intel Website to no avail. Re-installed all Vista drivers in the order recommended on Toshiba Website. Also tried multiple removals and re-additons of various drivers to no avail.
    If someone out there has the same model, I would appreciate if you could send a snapshot of device manager screen (collapsed to show sub-devices under main devices). Also a second snapshot of device manager showing resources (Device Manager / View / Resources by type). My e-mail address is: [email protected]
    Greatful for any other ideas or suggestions.

    Problem resolved by a fresh install of Vista followed by all Vista drivers in order as described in the document on the Toshiba website. Thanks to all who reviewed this question. Don't hesitate to e-mail me for details at [email protected] Happy New Year!

  • Upgrading mainboard in Laptop from Intel 945GM to 965 chipset

    Basically just meant to ask: if I upgrade the mainboard with a new one that has a slightly different chipset, should I do anything in Arch prior to it? Like, does the ramdisk that I have right now contain the other chipset's drivers as well? If not, how do I build a ramdisk for a different chipset? Will I have to boot from Arch install and mkinitcpio from there once I switched, or something like that?

    Nothing I can think off, that would stop you from booting into new hardware, except wifi, if its a different card.
    Last edited by hadrons123 (2012-07-02 10:01:39)

  • N100 intel 945gm 1920x1080

    I've been reading mixed things about the ability to output greater than 1600 x 900 through VGA, but haven't found a way to do it.
    Anyone succesfully changed the resolution of an external monitor to 1920x1080?

    Maybe this post will do the trick.
    Lenovo 3000 N100 0768-BYG; OS: XP

  • Problem facing installing Solaris 10 on Dell inspiron 6400.

    Hi,
    I am facing problem in installing Solaris 10 on my Dell inspiron 6400.
    It is giving "cannot find driver for screen device /isa/motherboard@1,61" error.
    Please help...
    Thanks In Advance
    Saurabh

    Hi all,
    I've also the same problem, I tried the 11/06 but after GRUB , it hangs. HereBelow the HCL.
    No Solaris Driver
         No Solaris Driver
         Multimedia
         Intel Corporation
         82801G (ICH7 Family) High Definition Audio Controller
    No Solaris Driver
         No Solaris Driver
         Network
         Intel Corporation
         PRO/Wireless 3945ABG Network Connection
    Solaris 10 11/06
         Solaris 10 11/06
         Firewire
         Ricoh Co Ltd
         Unknown device
         hci1394
    Note-1
         Note-1
         Network
         Broadcom Corporation
         BCM4401-B0 100Base-TX
         bfe
    Solaris 10 11/06
         Solaris 10 11/06
         Video
         Intel Corporation
         Mobile 945GM/GMS/940GML Express Integrated Graphics Controller
         vgatext
    Solaris 10 11/06
         Solaris 10 11/06
         Storage
         Intel Corporation
         82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE
         pci-ide
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #1
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #2
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #3
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #4
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB2 EHCI Controller
         ehci

  • I can't get Wizardpen Tablet 5x4 Working on my computer with new Xorg

    Hello, I have a problem, I use a wizardpen tablet to paint with GIMP. It worked good until the xorg upgrade.
    I have recompiled, revised the Xorg... But I can't find the solution :S
    How Can I make working the tablet again?
    I join my xorg.conf (with this configuration, I can't load X server:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "tablet" "AlwaysCore"
    Option "AIGLX" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "GLcore"
    Load "xtrap"
    #Load "dbe"
    Load "extmod"
    Load "dri"
    Load "record"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "es"
    EndSection
    Section "InputDevice"
    Identifier "tablet"
    Driver "wizardpen"
    Option "Device" "/dev/input/event9"
    Option "TopX" "1991"
    Option "TopY" "3635"
    Option "TopZ" "0"
    Option "BottomX" "31072"
    Option "BottomY" "31656"
    Option "BottomZ" "1023"
    Option "MaxX" "31072"
    Option "MaxY" "31656"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "CorePointer"
    Option "Device" "/dev/input/event6"
    Option "Protocol" "auto-dev"
    #Option "LeftEdge" "1700"
    #Option "RightEdge" "5300"
    #Option "TopEdge" "1700"
    #Option "BottomEdge" "4200"
    #Option "FingerLow" "25"
    #Option "FingerHigh" "30"
    #Option "MaxTapTime" "180"
    #Option "MaxTapMove" "220"
    #Option "VertScrollDelta" "100"
    #Option "MinSpeed" "0.06"
    #Option "MaxSpeed" "0.12"
    #Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS"
    HorizSync 30-70
    VertRefresh 50-160
    EndSection
    #Section "Monitor"
    # DisplaySize 330 210 # mm
    # Identifier "Monitor0"
    # VendorName "CMO"
    # ModelName "1526"
    #EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "i810"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    of course, my event is event9:
    I: Bus=0003 Vendor=5543 Product=0004 Version=0100
    N: Name="UC-LOGIC Tablet WP5540U"
    P: Phys=usb-0000:00:1d.0-2/input0
    S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/input/input12
    U: Uniq=
    H: Handlers=mouse2 [b]event9[/b] ts2
    B: EV=f
    B: KEY=c01 0 3f0001 0 0 0 0 0 0 0 0
    B: REL=303
    B: ABS=100000f
    Driver is located at /usr/lib/xorg/modules/input/wizardpen_drv.so
    Any ideas?
    Greetings
    EDIT: Also I have tested an USB mouse that I have, and it doesn't work! Only works the Synaptics touchpad :S
    Last edited by Davigetto (2007-11-08 22:02:51)

    Welcome to Apple Communities
    First, install iCloud Control Panel

  • Beryl not working

    hi all, i'm having problems with running beryl in my laptop, this is the error:
    [root@Giudecca ~]# beryl-manager
    [root@Giudecca ~]# libGL warning: 3D driver claims to not support visual 0x5b
    * Beryl system compatibility check                           *
    Engine settings loaded
    Detected xserver                                : AIGLX
    Checking Display :0.0 ...
    Checking for XComposite extension               : passed (v0.3)
    Checking for XDamage extension                  : passed
    Checking for RandR extension                    : passed
    Checking for XSync extension                    : passed
    Checking Screen 0 ...
    libGL warning: 3D driver claims to not support visual 0x5b
    Checking for GLX_SGIX_fbconfig                  : passed
    Checking for GLX_EXT_texture_from_pixmap        : passed
    Checking for non power of two texture support   : passed
    Checking maximum texture size                   : passed (2048x2048)
    libGL warning: 3D driver claims to not support visual 0x5b
    beryl: Failed to load slide: /home/robb/hotcorners_racarr.svg
    beryl: Failed to load slide: /home/robb/hotcorners_racarr.svg
    beryl: Plugin 'showdesktop' can't be activated because plugin 'fadeDesktop' is already providing feature 'showdesktop'
    Couldn't initialize showdesktop. This should not happen!
    No framebuffer_object support! (only simple Blur aviable).
    ** (beryl-manager:564): WARNING **: Beryl caught deadly signal 11
    I have a Toshiba A110-180
    Intel 945Gm and Intel Core Duo T2050.
    Can anyone help me? :S thks
    Last edited by bragaster (2007-03-18 12:58:17)

    #Section "ServerFlags"
    #    Option "Xinerama" "On"
    #EndSection
    Section "Extensions"
        Option "Composite" "Enable"
    EndSection
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen         0  "ScreenQ"
    #    Screen           1  "ScreenD" RightOf "ScreenQ"
    #    Option         "Xinerama" "true"
        Option           "AIGLX" "true"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "AlwaysCore"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "dri"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "freetype"
        Load  "type1"
    EndSection
    Section "DRI"
        Mode 0666
    EndSection
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "pt"
    EndSection
    Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option        "Protocol" "auto"
        Option        "Device" "/dev/input/mouse0"
        Option        "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
        DisplaySize   260      160    # mm
        Identifier   "MonitorQ"
        VendorName   "AUO"
        ModelName    "1314"
    EndSection
    Section "Monitor"
    #    DisplaySize  300 225
        Identifier   "MonitorD"
        VendorName   "DELL"
        HorizSync    28-49
        VertRefresh  43-72
    EndSection
    Section "Device"
        Identifier  "CardQ"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
        Screen      0
        Option      "MonitorLayout" "CRT, CRT+LFP"
        Option "XAANoOffscreenPixmaps" "true"
        Option "DRI" "true"
    EndSection
    Section "Device"
        Identifier  "CardD"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BusID       "PCI:0:2:0"
        Option      "MonitorLayout" "CRT, CRT+LFP"
        Screen 1
    EndSection
    Section "Screen"
        Identifier "ScreenQ"
        Device     "CardQ"
        Monitor    "MonitorQ"
        DefaultDepth 24
        SubSection "Display"
            Depth     24
            Modes     "1280x800"
            #Modes     "1024x768"
        EndSubSection
    EndSection
    Section "Screen"
        Identifier "ScreenD"
        Device     "CardD"
        Monitor    "MonitorD"
        DefaultDepth 24
        SubSection "Display"
            Depth    24
            Modes    "1024x768"
        EndSubSection
    EndSection
    here it is
    Last edited by bragaster (2007-03-20 17:21:52)

Maybe you are looking for

  • Issue with report S_ALR_87011964

    Hi Gurus I have executed teh report  S_ALR_87011964 but some assets not shown  assets such as 25698 (class 4000).  Compare this to asset 25650 (class 2000) which is also rs0 value but this asset is shown in the report any idea why it is not shown? ki

  • Convert iPhoto file into pdf file

    Need to convert iPhoto files in pdf format to send as email attachment to a recipient who requires it in this format.  How do I do it?

  • Standard smart forms

    hi All, Pls give me the details that how to use system defined smart forms and how to copy and change standard smart forms in SAP 4.7EE Thanks, Nitin

  • Runtime Error: Load_Program_not_found

    Hi, I am getting this dump when i am trying to run an interface program Runtime Error: Load_Program_not_found except : CX_SY_Program_not_found How am i supposed to terminate this dump...???

  • Destructive Export of a Set of JPEGs?

    I know I can do the following on a one photo basis: 1. make modifications in the develop module to a JPEG (non-destructive) 2. export the JPEG by applying the modifications and overwriting the original (destructive) 3. delete the development history