Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X always starts in 720x400 mode on Intel GMA900 (i915)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
emdej
n00b
n00b


Joined: 04 Feb 2004
Posts: 70
Location: Wrocław, PL

PostPosted: Thu Sep 25, 2008 6:06 pm    Post subject: X always starts in 720x400 mode on Intel GMA900 (i915) Reply with quote

Hi.
I've recently changed mainboard and graphics card to i915 (onboard) and now after starting X the resolution is always (xorg.conf independently) 720x400. I was trying xorg-x11 7.2 and 7.3 and xorg-server 1.3 and 1.4, xf86-video-i810 2.1, 2.2 and latest 2.4.2. When gdm starts, it look terrible, height of fonts is nearly half of the monitor!
I can use xrandr to change resolution to 1280x1024 when X is running, but fonts are then still inappropriate.
I've found that X starts in normal mode when running gentoo live-cd 2007.0, so copied /etc/X11 from there - didn't help.. :(
Where should I look for any solution? Kernel? X.org?
Here comes my xorg.conf:
Code:

Section "ServerLayout"
        Identifier      "X.Org Configured"
        Screen  0       "Screen0" 0 0
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "PS/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
        InputDevice     "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

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

Section "Files"
        FontPath        "/usr/share/fonts/util"
        FontPath        "/usr/share/fonts/encodings"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/local"
        FontPath        "/usr/share/fonts/terminus"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/local/share/fonts"
        FontPath        "/usr/share/fonts/default"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/type1"
        FontPath        "/usr/share/fonts/100dpi"
        FontPath        "/usr/share/fonts/75dpi"
        FontPath        "/usr/share/fonts/arphicfonts"
        FontPath        "/usr/share/fonts/jisx0213"
        FontPath        "/usr/share/fonts/shinonome"
        FontPath        "/usr/share/fonts/baekmuk-fonts"
        FontPath        "/usr/share/fonts/kacst-fonts"
        FontPath        "/usr/share/fonts/sgi-fonts"
        FontPath        "/usr/share/fonts/unfonts"
        FontPath        "/usr/share/fonts/default/ghostscript"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi"
.....
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
        Load    "ddc"
        Load    "vbe"
        Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "bitmap"
        Load    "type1"
        Load    "freetype"
        Load    "record"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
        Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc105"
#       Option  "XkbOptions" "grp:toggle,grp_led:scroll"
        Option  "XkbVariant" ",winkeys"
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" "IMPS/2"
        Option  "Device" "/dev/misc/psaux"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
        Option  "ZAxisMapping" "4 5"
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

Section "InputDevice"
        Identifier      "Synaptics"
        Driver  "synaptics"
        Option  "Protocol" "event"
        Option  "Device" ""
        Option  "LeftEdge" "1900"
        Option  "RightEdge" "5400"
        Option  "TopEdge" "1900"
        Option  "BottomEdge" "4000"
        Option  "FingerLow" "25"
        Option  "FingerHigh" "30"
        Option  "MaxTapTime" "180"
        Option  "MaxTapMove" "220"
        Option  "VertScrollDelta" "100"
        Option  "MinSpeed" "0.02"
        Option  "MaxSpeed" "0.10"
        Option  "AccelFactor" "0.0010"
        Option  "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
        Option "DPMS" "true"
        ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
EndSection

Section "Device"
        Identifier  "Card0"
        # The following line is auto-generated by x11-misc/mkxf86config
        Driver      "intel"
        VendorName  "All"
        BoardName   "All"
EndSection

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

Section "DRI"
        Mode 0666
EndSection


Last edited by emdej on Fri Sep 26, 2008 5:50 am; edited 1 time in total
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Thu Sep 25, 2008 8:27 pm    Post subject: Reply with quote

Can you post the output of /var/log/Xorg.0.log?
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Thu Sep 25, 2008 8:53 pm    Post subject: Reply with quote

emdej,

Comment out the Modeline, and try DefaultDepth 24.
Back to top
View user's profile Send private message
emdej
n00b
n00b


Joined: 04 Feb 2004
Posts: 70
Location: Wrocław, PL

PostPosted: Fri Sep 26, 2008 5:55 am    Post subject: Reply with quote

notHerbert wrote:
emdej,

Comment out the Modeline, and try DefaultDepth 24.


I was trying - nothing :(.

/var/log/Xorg.0.log:

Code:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.22-suspend2-r2 i686
Current Operating System: Linux justine 2.6.22-suspend2-r2 #4 SMP PREEMPT Thu Sep 25 17:13:35 CEST 2008 i686
Build Date: 21 September 2008  10:02:19PM
 
   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 Sep 26 07:48:44 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(**) |-->Input Device "USB Mouse"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/encodings").
(WW) The directory "/usr/local/share/fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/type1" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/jisx0213" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/shinonome" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kacst-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sgi-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/unfonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
   Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/.
(**) FontPath set to:
   /usr/share/fonts/util,
   /usr/share/fonts/misc,
   /usr/share/fonts/local,
   /usr/share/fonts/terminus,
   /usr/share/fonts/corefonts,
   /usr/share/fonts/default,
   /usr/share/fonts/TTF,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/default/ghostscript,
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Serial Mouse"
(==) The core pointer device wasn't specified explicitly in the layout.
   Using the first mouse device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ca500
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 2.0
   X.Org XInput driver : 2.0
   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 1.4.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2580 card 8086,2580 rev 0e class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2582 card 1043,2582 rev 0e class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2782 card 1043,2582 rev 0e class 03,80,00 hdr 80
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1043,80a6 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1043,80a6 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1043,80a6 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1043,80a6 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1043,80a6 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1043,8166 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2640 card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 1043,80a6 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2651 card 1043,2601 rev 03 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1043,80a6 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 11ab,4362 card 1043,8142 rev 19 class 02,00,00 hdr 00
(II) PCI: 03:09:0: chip 109e,036e card 0000,0000 rev 11 class 04,00,00 hdr 80
(II) PCI: 03:09:1: chip 109e,0878 card 0000,0000 rev 11 class 04,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,3), 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,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:1), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xbff00000 - 0xbfffffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xdff00000 - 0xdfffffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation 82915G/GV/910GL Integrated Graphics Controller rev 14, Mem @ 0xbfe00000/19, 0xc0000000/28, 0xbfdc0000/18, I/O @ 0xbc00/3
(--) PCI: (0:2:1) Intel Corporation 82915G Integrated Graphics Controller rev 14, Mem @ 0xbfe80000/19
(--) PCI: (3:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xdfffe000/12
(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   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [1] -1   0   0xbfffc000 - 0xbfffffff (0x4000) MX[B]
   [2] -1   0   0xbfdbb400 - 0xbfdbb4ff (0x100) MX[B]
   [3] -1   0   0xbfdbb800 - 0xbfdbb9ff (0x200) MX[B]
   [4] -1   0   0xbfdbbc00 - 0xbfdbbfff (0x400) MX[B]
   [5] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B](B)
   [6] -1   0   0xbfe80000 - 0xbfefffff (0x80000) MX[B](B)
   [7] -1   0   0xbfdc0000 - 0xbfdfffff (0x40000) MX[B](B)
   [8] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [9] -1   0   0xbfe00000 - 0xbfe7ffff (0x80000) MX[B](B)
   [10] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [11] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [12] -1   0   0x0000a080 - 0x0000a08f (0x10) IX[B]
   [13] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [14] -1   0   0x0000a480 - 0x0000a487 (0x8) IX[B]
   [15] -1   0   0x0000a800 - 0x0000a803 (0x4) IX[B]
   [16] -1   0   0x0000a880 - 0x0000a887 (0x8) IX[B]
   [17] -1   0   0x0000ffa0 - 0x0000ffaf (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   0x0000ac00 - 0x0000ac3f (0x40) IX[B]
   [23] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [24] -1   0   0x0000b880 - 0x0000b89f (0x20) IX[B]
   [25] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [26] -1   0   0x0000b480 - 0x0000b49f (0x20) IX[B]
   [27] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [28] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [1] -1   0   0xbfffc000 - 0xbfffffff (0x4000) MX[B]
   [2] -1   0   0xbfdbb400 - 0xbfdbb4ff (0x100) MX[B]
   [3] -1   0   0xbfdbb800 - 0xbfdbb9ff (0x200) MX[B]
   [4] -1   0   0xbfdbbc00 - 0xbfdbbfff (0x400) MX[B]
   [5] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B](B)
   [6] -1   0   0xbfe80000 - 0xbfefffff (0x80000) MX[B](B)
   [7] -1   0   0xbfdc0000 - 0xbfdfffff (0x40000) MX[B](B)
   [8] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [9] -1   0   0xbfe00000 - 0xbfe7ffff (0x80000) MX[B](B)
   [10] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [11] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [12] -1   0   0x0000a080 - 0x0000a08f (0x10) IX[B]
   [13] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [14] -1   0   0x0000a480 - 0x0000a487 (0x8) IX[B]
   [15] -1   0   0x0000a800 - 0x0000a803 (0x4) IX[B]
   [16] -1   0   0x0000a880 - 0x0000a887 (0x8) IX[B]
   [17] -1   0   0x0000ffa0 - 0x0000ffaf (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   0x0000ac00 - 0x0000ac3f (0x40) IX[B]
   [23] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [24] -1   0   0x0000b880 - 0x0000b89f (0x20) IX[B]
   [25] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [26] -1   0   0x0000b480 - 0x0000b49f (0x20) IX[B]
   [27] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [28] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [5] -1   0   0xbfffc000 - 0xbfffffff (0x4000) MX[B]
   [6] -1   0   0xbfdbb400 - 0xbfdbb4ff (0x100) MX[B]
   [7] -1   0   0xbfdbb800 - 0xbfdbb9ff (0x200) MX[B]
   [8] -1   0   0xbfdbbc00 - 0xbfdbbfff (0x400) MX[B]
   [9] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B](B)
   [10] -1   0   0xbfe80000 - 0xbfefffff (0x80000) MX[B](B)
   [11] -1   0   0xbfdc0000 - 0xbfdfffff (0x40000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [13] -1   0   0xbfe00000 - 0xbfe7ffff (0x80000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [17] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [18] -1   0   0x0000a080 - 0x0000a08f (0x10) IX[B]
   [19] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [20] -1   0   0x0000a480 - 0x0000a487 (0x8) IX[B]
   [21] -1   0   0x0000a800 - 0x0000a803 (0x4) IX[B]
   [22] -1   0   0x0000a880 - 0x0000a887 (0x8) IX[B]
   [23] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [25] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [26] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [28] -1   0   0x0000ac00 - 0x0000ac3f (0x40) IX[B]
   [29] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [30] -1   0   0x0000b880 - 0x0000b89f (0x20) IX[B]
   [31] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [32] -1   0   0x0000b480 - 0x0000b49f (0x20) IX[B]
   [33] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [34] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.1.0
   ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.4.2, 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 1.4.2, 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 1.4.2, 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 1.4.2, 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 1.4.2, 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 1.4.2, 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 1.4.2, 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: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 2.4.2
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.2.2
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.2.3
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 2.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,
   Mobile Intel® GM45 Express Chipset,
   Intel Integrated Graphics Device, G45/G43, Q45/Q43
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 915G 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   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [5] -1   0   0xbfffc000 - 0xbfffffff (0x4000) MX[B]
   [6] -1   0   0xbfdbb400 - 0xbfdbb4ff (0x100) MX[B]
   [7] -1   0   0xbfdbb800 - 0xbfdbb9ff (0x200) MX[B]
   [8] -1   0   0xbfdbbc00 - 0xbfdbbfff (0x400) MX[B]
   [9] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B](B)
   [10] -1   0   0xbfe80000 - 0xbfefffff (0x80000) MX[B](B)
   [11] -1   0   0xbfdc0000 - 0xbfdfffff (0x40000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [13] -1   0   0xbfe00000 - 0xbfe7ffff (0x80000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [17] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [18] -1   0   0x0000a080 - 0x0000a08f (0x10) IX[B]
   [19] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [20] -1   0   0x0000a480 - 0x0000a487 (0x8) IX[B]
   [21] -1   0   0x0000a800 - 0x0000a803 (0x4) IX[B]
   [22] -1   0   0x0000a880 - 0x0000a887 (0x8) IX[B]
   [23] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [25] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [26] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [28] -1   0   0x0000ac00 - 0x0000ac3f (0x40) IX[B]
   [29] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [30] -1   0   0x0000b880 - 0x0000b89f (0x20) IX[B]
   [31] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [32] -1   0   0x0000b480 - 0x0000b49f (0x20) IX[B]
   [33] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [34] -1   0   0x0000bc00 - 0x0000bc07 (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   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [5] -1   0   0xbfffc000 - 0xbfffffff (0x4000) MX[B]
   [6] -1   0   0xbfdbb400 - 0xbfdbb4ff (0x100) MX[B]
   [7] -1   0   0xbfdbb800 - 0xbfdbb9ff (0x200) MX[B]
   [8] -1   0   0xbfdbbc00 - 0xbfdbbfff (0x400) MX[B]
   [9] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B](B)
   [10] -1   0   0xbfe80000 - 0xbfefffff (0x80000) MX[B](B)
   [11] -1   0   0xbfdc0000 - 0xbfdfffff (0x40000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [13] -1   0   0xbfe00000 - 0xbfe7ffff (0x80000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [20] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [21] -1   0   0x0000a080 - 0x0000a08f (0x10) IX[B]
   [22] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [23] -1   0   0x0000a480 - 0x0000a487 (0x8) IX[B]
   [24] -1   0   0x0000a800 - 0x0000a803 (0x4) IX[B]
   [25] -1   0   0x0000a880 - 0x0000a887 (0x8) IX[B]
   [26] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [28] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [29] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [31] -1   0   0x0000ac00 - 0x0000ac3f (0x40) IX[B]
   [32] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [33] -1   0   0x0000b880 - 0x0000b89f (0x20) IX[B]
   [34] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [35] -1   0   0x0000b480 - 0x0000b49f (0x20) IX[B]
   [36] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [37] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B](B)
   [38] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [39] 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 1.4.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 2.0
(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) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 2.0
(**) intel(0): Depth 16, (--) framebuffer bpp 16
(==) intel(0): RGB weight 565
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 915G
(--) intel(0): Chipset: "915G"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xBFE00000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) 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)915G/915GV/910GL 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)915G/915GV/910GL Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(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 Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "MAX", prod id 1717
(II) intel(0): DDCModeFromDetailedTiming: Ignoring tiny 0x544 mode
(II) intel(0): DDCModeFromDetailedTiming: Ignoring tiny 0x544 mode
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(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   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 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.20  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 "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 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 "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864 867 871 905 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) intel(0): EDID vendor "MAX", prod id 1717
(II) intel(0): DDCModeFromDetailedTiming: Ignoring tiny 0x544 mode
(II) intel(0): DDCModeFromDetailedTiming: Ignoring tiny 0x544 mode
(II) intel(0): Output VGA connected
(II) intel(0): Output VGA using initial mode 720x400
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x83e
(==) 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: (340, 280) mm
(**) intel(0): DPI set to (95, 116)
(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.4.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(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.4.2, module version = 2.2.0
   ABI class: X.Org Video Driver, version 2.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 0x70024 (PIPEASTAT) changed from 0x00000203 to 0x00000000
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status:
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xbfdc0000 - 0xbfdfffff (0x40000) MS[B]
   [1] 0   0   0xc0000000 - 0xcfffffff (0x10000000) MS[B]
   [2] 0   0   0xbfe00000 - 0xbfe7ffff (0x80000) MS[B]
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xdffff000 - 0xdfffffff (0x1000) MX[B]
   [8] -1   0   0xbfffc000 - 0xbfffffff (0x4000) MX[B]
   [9] -1   0   0xbfdbb400 - 0xbfdbb4ff (0x100) MX[B]
   [10] -1   0   0xbfdbb800 - 0xbfdbb9ff (0x200) MX[B]
   [11] -1   0   0xbfdbbc00 - 0xbfdbbfff (0x400) MX[B]
   [12] -1   0   0xdfffe000 - 0xdfffefff (0x1000) MX[B](B)
   [13] -1   0   0xbfe80000 - 0xbfefffff (0x80000) MX[B](B)
   [14] -1   0   0xbfdc0000 - 0xbfdfffff (0x40000) MX[B](B)
   [15] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [16] -1   0   0xbfe00000 - 0xbfe7ffff (0x80000) MX[B](B)
   [17] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [18] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [19] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [20] 0   0   0x0000bc00 - 0x0000bc07 (0x8) IS[B]
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [24] -1   0   0x00000400 - 0x0000041f (0x20) IX[B]
   [25] -1   0   0x0000a080 - 0x0000a08f (0x10) IX[B]
   [26] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [27] -1   0   0x0000a480 - 0x0000a487 (0x8) IX[B]
   [28] -1   0   0x0000a800 - 0x0000a803 (0x4) IX[B]
   [29] -1   0   0x0000a880 - 0x0000a887 (0x8) IX[B]
   [30] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [32] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [33] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [34] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [35] -1   0   0x0000ac00 - 0x0000ac3f (0x40) IX[B]
   [36] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [37] -1   0   0x0000b880 - 0x0000b89f (0x20) IX[B]
   [38] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [39] -1   0   0x0000b480 - 0x0000b49f (0x20) IX[B]
   [40] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [41] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B](B)
   [42] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [43] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 110336 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 441340 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.2
(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 disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xbfe00000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc0800000, handle = 0xc0800000
(II) intel(0): [drm] mapped back buffer at 0xc2000000, handle = 0xc2000000
(II) intel(0): [drm] mapped depth buffer at 0xc2800000, handle = 0xc2800000
(II) intel(0): [drm] mapped classic textures at 0xc3000000, handle = 0xc3000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xc0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 15728640 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x02800000 (pgoffset 10240)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x03000000 (pgoffset 12288)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x000000001f820000 physical
)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x000000001f832000 physical
)
(II) intel(0): 0x007bf000:            end of stolen memory
(II) intel(0): 0x00800000-0x00ffffff: front buffer (5120 kB) X tiled
(II) intel(0): 0x01000000-0x01efffff: exa offscreen (15360 kB)
(II) intel(0): 0x02000000-0x027fffff: back buffer (5120 kB) X tiled
(II) intel(0): 0x02800000-0x02ffffff: depth buffer (5120 kB) X tiled
(II) intel(0): 0x03000000-0x04ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is off
(II) intel(0):   Display plane B is now disabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms" "true"
(**) intel(0): DPMS enabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Enabled
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
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
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri.so: undefined symbol: _glapi_tls_Context)
(EE) AIGLX: reverting to software rendering
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) intel(0): Setting screen physical size to 544 x 32
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) PS/2 Mouse: Device: "/dev/misc/psaux"
(**) PS/2 Mouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) Option "SendCoreEvents" "true"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/misc/psaux"
(EE) xf86OpenSerial: Cannot open device /dev/misc/psaux
   No such file or directory.
(WW) PS/2 Mouse: cannot open input device
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
(**) Option "ZAxisMapping" "4 5"
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) Option "SendCoreEvents" "true"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) USB Mouse: Sensitivity: 1
(**) Option "Protocol" "Microsoft"
(**) Serial Mouse: Device: "/dev/ttyS0"
(**) Serial Mouse: Protocol: "Microsoft"
(**) Option "SendCoreEvents" "true"
(**) Option "CorePointer"
(**) Serial Mouse: always reports core events
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) Serial Mouse: Emulate3Buttons, Emulate3Timeout: 70
(**) Serial Mouse: ZAxisMapping: buttons 4 and 5
(**) Serial Mouse: Buttons: 9
(**) Serial Mouse: Sensitivity: 1
(**) Serial Mouse: BaudRate: 1200
(II) evaluating device (Serial Mouse)
(II) XINPUT: Adding extended input device "Serial Mouse" (type: MOUSE)
(II) evaluating device (USB Mouse)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) evaluating device (PS/2 Mouse)
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) USB Mouse: ps2EnableDataReporting: succeeded
(EE) xf86OpenSerial: Cannot open device /dev/misc/psaux
   No such file or directory.
(WW) PS/2 Mouse: cannot open input device
Could not init font path element /usr/share/fonts/OTF, removing from list!
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
Back to top
View user's profile Send private message
emdej
n00b
n00b


Joined: 04 Feb 2004
Posts: 70
Location: Wrocław, PL

PostPosted: Sat Sep 27, 2008 9:06 pm    Post subject: Reply with quote

I have some options in BIOS Setup that I don't understand. Maybe I should change them?
Here comes an example from manual:
Quote:
Internal Graphics Mode Select [Enabled, 8MB]
Allows selection of the amount of system memory pre-allocated by the
internal graphics device. Configuration options: [Disabled] [Enabled, 1MB]
[Enabled, 4 MB] [Enabled, 8 MB] [Enabled, 16 MB] [Enabled, 32 MB]
Fixed Graphic Memory Size [32 MB]
Allows selection of the size of graphic memory used by fixed mode.
Configuration options: [0 MB] [32 MB] [64 MB] [128 MB]
DVMT Graphic Memory Size [32 MB]
Allows selection of the size of graphic memory used by DVMT mode.
Configuration options: [0 MB] [32 MB] [64 MB] [128 MB] [224 MB]
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Sun Sep 28, 2008 9:20 am    Post subject: Reply with quote

No, you don't need to fiddle with that.
My computer had the same problem with an ati card (choosing the wrong reso automatically). I solved it by adding Virtual 1280x1024 (that is the reso i want) to the Display section of my xorg.conf. It's a weird solution, but it worked for me.
By the way, this line indicates you have something wrong with aiglx:
Quote:
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri.so: undefined symbol: _glapi_tls_Context)
(EE) AIGLX: reverting to software rendering
Back to top
View user's profile Send private message
emdej
n00b
n00b


Joined: 04 Feb 2004
Posts: 70
Location: Wrocław, PL

PostPosted: Sun Sep 28, 2008 9:27 am    Post subject: Reply with quote

OK. I'll try with "Virtual".
aiglx... well, now I don't worry about that.. :wink:
Back to top
View user's profile Send private message
emdej
n00b
n00b


Joined: 04 Feb 2004
Posts: 70
Location: Wrocław, PL

PostPosted: Sun Sep 28, 2008 2:26 pm    Post subject: Reply with quote

Unfortunately "Virtual" didn't help. Everything looks like before.
I also tried changing video driver to vesa and then X started with expected resolution (1280x1024), but there is another problem:
Virtual screen is more narrow then phisical (Monitor and xrand display 1280x1024, but desktop is more narrow and I can't move cursor outside it).
Back to top
View user's profile Send private message
emdej
n00b
n00b


Joined: 04 Feb 2004
Posts: 70
Location: Wrocław, PL

PostPosted: Sun Sep 28, 2008 4:52 pm    Post subject: Reply with quote

Finally solved! Workaround, but working ;-).
Now I use driver version 1.6.5. The oldest in portage...
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Sun Sep 28, 2008 4:57 pm    Post subject: Reply with quote

You might want to report it upstream (to the creators of the driver), otherwise you will eventually have this problem again (when this driver version is removed from portage)
Back to top
View user's profile Send private message
emdej
n00b
n00b


Joined: 04 Feb 2004
Posts: 70
Location: Wrocław, PL

PostPosted: Sun Sep 28, 2008 5:38 pm    Post subject: Reply with quote

I'll do that. Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum