Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg direct rendeing not work with i945
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
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Tue Nov 25, 2008 5:26 pm    Post subject: Xorg direct rendeing not work with i945 Reply with quote

I have a direct rendering problem with EeePC 901,
my kernel setting and Xorg log show DRM/DRI work,
but glxinfo show me "Direct rendering: No".

These are my logs.
dmesg:
Code:

epc901 ~ # dmesg | grep agp
[    0.383509] Linux agpgart interface v0.103
[    0.383645] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[    0.383925] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[    0.404069] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000

Code:

epc901 ~ # dmesg | grep drm
[    1.238040] [drm] Initialized drm 1.1.0 20060810
[    1.238657] [drm] Initialized i915 1.6.0 20060119 on minor 0


Xorg log:
Code:

epc901 ~ # grep -i "direct rendering" /var/log/Xorg.0.log
(II) intel(0): direct rendering: Enabled


mesa fils:
Code:

epc901 ~ # equery files mesa | grep _dri
/usr/lib/dri/i810_dri.so
/usr/lib/dri/i915_dri.so
/usr/lib/dri/i915tex_dri.so
/usr/lib/dri/i965_dri.so


glxinfo:
Code:

epc901 ~ # LIBGL_DEBUG=verbose glxinfo > glxinfo.log
libGL: XF86DRIGetClientDriverName: 1.8.0 i915 (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/tls/i915_dri.so
libGL: OpenDriver: trying /usr/lib/dri/i915_dri.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
libGL warning: 3D driver claims to not support visual 0x62
Unrecognized deviceID 27ae
name of display: :0.0
display: :0  screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer


Could anyone help me?
Thank a lot for help..
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Tue Nov 25, 2008 7:20 pm    Post subject: Reply with quote

ericpi,

Welcome to Gentoo.

Please post your xorg.conf file, your /var/log/Xorg.0.log file and tell us if you are in the video group. Run groups in a terminal window.
That information should allow us to help.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


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

PostPosted: Tue Nov 25, 2008 8:43 pm    Post subject: Reply with quote

... also please post the output of emerge --info
Back to top
View user's profile Send private message
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Wed Nov 26, 2008 4:15 pm    Post subject: Reply with quote

Thanks for your help :)

There are my setting & logs.
xorg.conf
Code:

Section "ServerLayout"
        Identifier     "EeePC 901"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        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/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "xtrap"
        Load  "dri"
        Load  "record"
        Load  "extmod"
        Load  "glx"
        Load  "GLcore"
        Load  "dbe"
        Load  "type1"
        Load  "freetype"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail"
        Option      "BlankTime" "5"
        Option      "DontVTSwitch"  "true"
        Option      "AIGLX"   "false"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
        Option      "XkbVariant" "basic"
        Option      "XkbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "yes"
        Option      "Device" "/dev/input/mice"
#       Option      "ZAxisMapping" "4 5 6 7"
        Option      "ZAxisMapping" "4 5"
        Option      "CorePointer"
EndSection

Section "InputDevice"
        Identifier  "synaptics"
        Driver      "synaptics"
        Option      "Device"           "/dev/psaux"
        Option      "Protocol"         "auto-dev"
        Option      "LeftEdge"         "1400"
        Option      "RightEdge"        "5900"
        Option      "TopEdge"          "1400"
        Option      "BottomEdge"       "4500"
        Option      "PalmDetect"       "0"
        Option      "SHMConfig"        "true"
        Option      "SendCoreEvents"   "yes"
        Option      "HorizScrollDelta" "0"
        Option      "VertScrollDelta"  "155"
        Option      "RBCornerButton"   "0"
        Option      "RTCornerButton"   "0"
        Option      "TapButton2"          "0"
        Option      "MinSpeed"         "0.095"
        Option      "MaxSpeed"         "0.38"
        Option      "VertTwoFingerScroll" "1"
        Option      "VertEdgeScroll"      "0"
        Option      "HorizEdgeScroll"     "0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "ASUS"
        ModelName    "EeePC P901"
#       Modeline     "800x480"  29.58  800 816 896 992  480 481 484 497  -HSync +Vsync # 60 Hz
        Modeline     "1024x600"  48.96  1024 1064 1168 1312  600 601 604 622  -HSync +Vsync
EndSection

Section "Monitor"
        Identifier   "TV"
        VendorName   "ASUS"
        ModelName    "EeePC 901"
        Option       "Ignore" "true"
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     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
        BusID       "PCI:0:2:0"
#       VideoRam    65536
        Option      "Monitor-VGA"  "Monitor1"
        Option      "Monitor-LVDS" "Monitor1"
        Option      "Monitor-TV"   "TV"
        Option      "XAANoOffScreenPixmaps" "true"
        Option      "DRI"         "true"
        Option      "AccelMethod" "XAA"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"

        DefaultDepth 24
        DefaultFbBpp 32

#       SubSection "Display"
#               Viewport  0 0
#               Depth     8
#               Virtual   1024 768
#       EndSubSection
#       SubSection "Display"
#               Viewport  0 0
#               Depth     15
#               Virtual   1024 768
#       EndSubSection
#       SubSection "Display"
#               Viewport  0 0
#               Depth     16
#               Virtual   1024 600
#       EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth     24
                Virtual   1024 768
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
#       Option      "Composite" "Disable"
        Option      "Composite" "Enable"
EndSection
Back to top
View user's profile Send private message
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Wed Nov 26, 2008 4:20 pm    Post subject: Reply with quote

Sorry, I could not post all message in one article..

groups
Code:

wheel video users


emerge --info
Code:

Portage 2.2_rc15 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.27-gentoo-r4 i686)
=================================================================
System uname: Linux-2.6.27-gentoo-r4-i686-Intel-R-_Atom-TM-_CPU_N270_@_1.60GHz-with-glibc2.0
Timestamp of tree: Sun, 23 Nov 2008 14:32:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r2
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="zh_TW"
LC_ALL="zh_TW.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="zh_TW"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl berkdb bzip2 cjk cli cracklib crypt cups dbus dri fortran gdbm gpm hal iconv isdnlog midi mmx mudflap ncurses nls nptl nptlonly opengl openmp pam pcre perl pppd python readline reflection session smp spl sse sse2 ssl startup-notification sysfs tcpd threads unicode x86 xorg xscreensaver zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_TW" USERLAND="GNU" VIDEO_CARDS="intel"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


Last edited by ericpi on Wed Nov 26, 2008 4:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Wed Nov 26, 2008 4:26 pm    Post subject: Reply with quote

Sorry, I could not post Xorg.0.log with [CODE] style in last message..

Xorg.0.log
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux epc901 2.6.27-gentoo-r4 #3 SMP Wed Nov 26 00:01:29 CST 2008 i686
Build Date: 24 November 2008
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: Thu Nov 27 00:02:53 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "EeePC 901"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc/,
/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"
(**) Option "DontVTSwitch" "true"
(**) Option "AllowMouseOpenFail"
(**) Option "BlankTime" "5"
(**) Option "AIGLX" "false"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d8520
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
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 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27ac card 1043,830f rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27ae card 1043,830f rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 1043,830f rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 1043,831a 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:1c:3: chip 8086,27d6 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1043,830f rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1043,830f 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 1043,830f rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1043,830f rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1043,830f rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1814,0781 card 1814,2790 rev 00 class 02,80,00 hdr 00
(II) PCI: 03:00:0: chip 1969,1026 card 1043,8324 rev b0 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), 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 5: bridge is at (0:28:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000c000 - 0x0000dfff (0x2000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfa800000 - 0xfe8fffff (0x4100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xbbf00000 - 0xbfefffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:2), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:3), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfa700000 - 0xfa7fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(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 unknown chipset (0x27ae) rev 3, Mem @ 0xfeb80000/19, 0xd0000000/28, 0xfeb40000/18, I/O @ 0xec80/3
(--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xfea80000/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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[1] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[2] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[3] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[4] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[5] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[6] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[8] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[9] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[16] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[17] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[18] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[19] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[1] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[2] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[3] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[4] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[5] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[6] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[8] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[9] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[16] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[17] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[18] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[19] -1 0 0x0000ec80 - 0x0000ec87 (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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[5] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[6] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[7] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[8] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[9] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[15] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[22] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[23] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[24] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[25] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.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 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(**) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.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 1.3.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: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 2.1.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(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, 965G, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GME 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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[5] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[6] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[7] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[8] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[9] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[15] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[22] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[23] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[24] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[25] -1 0 0x0000ec80 - 0x0000ec87 (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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[5] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[6] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[7] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[8] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[9] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[18] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[24] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[25] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[26] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[27] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[28] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 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.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(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.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(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.3.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.2
(**) intel(0): Depth 24, (**) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "AccelMethod" "XAA"
(**) intel(0): Option "DRI" "true"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
(--) intel(0): Chipset: "945GME"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFEB80000
(II) intel(0): 2 display pipes available.
(**) intel(0): Using XAA for acceleration
(--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(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): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): EDID vendor "AUO", prod id 4128
(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) 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): 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 using monitor section TV
(**) intel(0): Option "Ignore" "true"
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x768" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output LVDS using initial mode 1024x600
(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): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (75, 75)
(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.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfeb40000 - 0xfeb7ffff (0x40000) MS[B]
[1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MS[B]
[2] 0 0 0xfeb80000 - 0xfebfffff (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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[8] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[9] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[10] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[11] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[12] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[14] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[18] 0 0 0x0000ec80 - 0x0000ec87 (0x8) IS[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[22] -1 0 0x00000400 - 0x0000041f (0x20) 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 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[29] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[30] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[31] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[32] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers and
large DRI memory manager reservation:
(II) intel(0): Allocating 4344 scanlines for pixmap cache
(II) intel(0): Success.
(II) intel(0): Memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x 3f820000 physical)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x 3f832000 physical)
(II) intel(0): 0x00040000-0x01537fff: front buffer (21472 kB)
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01538000-0x01547fff: xaa scratch (64 kB)
(II) intel(0): 0x01800000-0x01bfffff: back buffer (3072 kB)
(II) intel(0): 0x01c00000-0x01ffffff: depth buffer (3072 kB)
(II) intel(0): 0x02000000-0x03ffffff: DRI memory manager (32768 kB)
(II) intel(0): 0x04000000-0x05ffffff: textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(II) intel(0): front buffer is not tiled
(II) intel(0): back buffer is tiled
(II) intel(0): depth buffer is tiled
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): [drm] DRM interface version 1.3
(II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) intel(0): [drm] added 8192 byte SAREA at 0xf89dd000
(II) intel(0): [drm] mapped SAREA 0xf89dd000 to 0xb7ba7000
(II) intel(0): [drm] framebuffer handle = 0xd0040000
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
(II) intel(0): [drm] Registers = 0xfeb80000
(II) intel(0): [drm] ring buffer = 0xd0000000
(II) intel(0): [drm] init sarea width,height = 1024 x 768 (pitch 1024)
(II) intel(0): [drm] Mapping front buffer
(II) intel(0): [drm] Front Buffer = 0x2a008000
(II) intel(0): [drm] Back Buffer = 0xd1800000
(II) intel(0): [drm] Depth Buffer = 0xd1c00000
(II) intel(0): [drm] textures = 0xd4000000
(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 (0xd0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) intel(0): Option "XaaNoOffscreenPixmaps" "true"
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Setting up tile and stipple cache:
32 128x128 slots
26 256x256 slots
8 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01538000 (pgoffset 5432)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x04000000 (pgoffset 16384)
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is off
(II) intel(0): Display plane A is now disabled and connected to pipe A.
(II) intel(0): Pipe B is on
(II) intel(0): Display plane B is now enabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe none
(II) intel(0): Output LVDS is connected to pipe B
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(II) intel(0): [DRI] installation complete
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): direct rendering: Enabled
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) 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
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 1.3.0, 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 195 x 113
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) 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" "basic"
(**) Keyboard0: XkbVariant: "basic"
(**) Option "XkbOptions" "grp:alt_shift_toggle"
(**) Keyboard0: XkbOptions: "grp:alt_shift_toggle"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600" 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x768" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600" 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x768" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
SetClientVersion: 0 9
SetKbdSettings - type: -1 rate: 30 delay: 500 snumlk: 0
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600" 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x768" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)

Backtrace:
0: X(xf86SigHandler+0x85) [0x80ceb13]
1: /usr/lib/xorg/modules/extensions//libGLcore.so(_mesa_free+0x1b) [0xa78989d4]

Fatal server error:
Caught signal 11. Server aborting

(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

====================================================================================

Any ideas about this situation?
Thanks for your time.
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


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

PostPosted: Wed Nov 26, 2008 5:33 pm    Post subject: Reply with quote

I suggest you switch to a 2008.00/desktop profile and update your box
Code:
eselect profile list
eselect profile set <nnn>
emerge -uDNav @system @world
emerge --depclean -av   <---- look at the output, if you have doubts say No and report back
revdep-rebuild
perl-cleaner all
python-updater


Then try this as root
Code:
cd
X -configure
X -config /root/xorg.conf.new


If you get a grey screen with an X cursor, press ctrl+alt+bksp to exit and copy /root/xorg.conf.new to /etc/X11/xorg.conf

Then report back :P
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Wed Nov 26, 2008 7:27 pm    Post subject: Reply with quote

ericpi,

Your xorg.conf and /var/log/Xorg.0.log all look good. The log says that DRM started then it all went horribly wrong at the end with a signal 11. Thats segment violation.

It looks like you have some bits of Xorg that don't play nicely together. It may even be the Intel graphics driver itself.

As notHerbert says, your profile, default/linux/x86/2008.0 is not intended to be used alone although its not an error to do so.
That profile is intended only as a parent to default/linux/x86/2008.0/desktop and default/linux/x86/2008.0/server, which provide reasonable default settings for those applications.

Your problem is not your profile, its something more subtle. You might want to try the testing Xorg and supporting packages.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3269
Location: Canada

PostPosted: Wed Nov 26, 2008 7:34 pm    Post subject: Reply with quote

What versions of

xorg-server
xf86-video-intel
mesa
libdrm

do you have ?
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


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

PostPosted: Wed Nov 26, 2008 9:28 pm    Post subject: Reply with quote

In fact switching to a desktop profile and updating your box will generally catch that "more subtle something". :P
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Wed Nov 26, 2008 10:40 pm    Post subject: Reply with quote

notHerbert,

I think we 'll agree to differ over that. There is nothing wrong with the bare metal profile if you want complete control and will put up with the rebuilds involved in finding out the hard way that you missed a USE flag.

Something is broken - its not missing optional components.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3269
Location: Canada

PostPosted: Wed Nov 26, 2008 10:51 pm    Post subject: Reply with quote

NeddySeagoon wrote:
notHerbert,

I think we 'll agree to differ over that. There is nothing wrong with the bare metal profile if you want complete control and will put up with the rebuilds involved in finding out the hard way that you missed a USE flag.

Something is broken - its not missing optional components.


I am with you, I always use bare profile
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


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

PostPosted: Wed Nov 26, 2008 11:19 pm    Post subject: Reply with quote

NeddySeagoon,

NeddySeagoon wrote:
notHerbert,

I think we 'll agree to differ over that. There is nothing wrong with the bare metal profile if you want complete control and will put up with the rebuilds involved in finding out the hard way that you missed a USE flag.

Something is broken - its not missing optional components.


Sure, I have no problem with that.

In fact I tried changing my x86 box from 2008.0/desktop to the default profile. Then I need to add X gif jpeg png tiff truetype alsa esd mad mpeg xml ogg vorbis xv mp3 encode sdl svg ldap gstreamer hal dbus qt3 qt4 gtk opengl cairo gnome libnotify spell encode quicktime win32codecs pdf fam cdr acpi eds branding startup-notification qt3support kde to my /etc/make.conf use flags to have the exact same system.

This is a good idea because now I can see that I don't really need branding for example, and not everybody needs ldap.

I am only suggesting a profile in order to help someone easily and simply get their system up and running. Obviously the choice remains free.

Cheers :D
Back to top
View user's profile Send private message
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Thu Nov 27, 2008 3:41 pm    Post subject: Reply with quote

dmpogo wrote:
What versions of

xorg-server
xf86-video-intel
mesa
libdrm

do you have ?


Thanks for your help,
my software version:
xorg-server-1.3.0.0-r6
xf86-video-intel-2.1.1
mesa-6.5.2-r1
libdrm-2.3.0
Back to top
View user's profile Send private message
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Thu Nov 27, 2008 3:56 pm    Post subject: Reply with quote

notHerbert wrote:
I suggest you switch to a 2008.00/desktop profile and update your box
Code:
eselect profile list
eselect profile set <nnn>
emerge -uDNav @system @world
emerge --depclean -av   <---- look at the output, if you have doubts say No and report back
revdep-rebuild
perl-cleaner all
python-updater


Then try this as root
Code:
cd
X -configure
X -config /root/xorg.conf.new


If you get a grey screen with an X cursor, press ctrl+alt+bksp to exit and copy /root/xorg.conf.new to /etc/X11/xorg.conf

Then report back :P


Thanks for you suggestion.

I already emerge/remerge all application.
When I start X and run glxinfo,
X will be crashed.

There is Xorg.0.log

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux epc901 2.6.27-gentoo-r4 #3 SMP Wed Nov 26 00:01:29 CST 2008 i686
Build Date: 27 November 2008
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: Thu Nov 27 23:49:04 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc/,
/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"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d8520
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
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 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 8

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27ac card 1043,830f rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27ae card 1043,830f rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 1043,830f rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 1043,831a 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:1c:3: chip 8086,27d6 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1043,830f rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1043,830f rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1043,830f 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 1043,830f rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1043,830f rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1043,830f rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1814,0781 card 1814,2790 rev 00 class 02,80,00 hdr 00
(II) PCI: 03:00:0: chip 1969,1026 card 1043,8324 rev b0 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), 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 5: bridge is at (0:28:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000c000 - 0x0000dfff (0x2000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfa800000 - 0xfe8fffff (0x4100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xbbf00000 - 0xbfefffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:2), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:3), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfa700000 - 0xfa7fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(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 unknown chipset (0x27ae) rev 3, Mem @ 0xfeb80000/19, 0xd0000000/28, 0xfeb40000/18, I/O @ 0xec80/3
(--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xfea80000/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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[1] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[2] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[3] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[4] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[5] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[6] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[8] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[9] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[16] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[17] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[18] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[19] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[1] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[2] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[3] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[4] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[5] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[6] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[8] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[9] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[10] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[16] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[17] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[18] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[19] -1 0 0x0000ec80 - 0x0000ec87 (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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[5] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[6] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[7] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[8] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[9] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[15] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[22] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[23] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[24] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[25] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.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 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(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.3.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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.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: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 2.1.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(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, 965G, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GME 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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[5] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[6] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[7] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[8] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[9] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[15] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[22] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[23] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[24] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[25] -1 0 0x0000ec80 - 0x0000ec87 (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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[5] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[6] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[7] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[8] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[9] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[18] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[24] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[25] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[26] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[27] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[28] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 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.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(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.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(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.3.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.2
(==) 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) 945GME
(--) intel(0): Chipset: "945GME"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFEB80000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using XAA for acceleration
(--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(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): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): EDID vendor "AUO", prod id 4128
(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) 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): 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): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO
(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (hsync out of range)
(II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (hsync out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "1792x1344" (hsync out of range)
(II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) intel(0): Not using default mode "1856x1392" (hsync out of range)
(II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
(II) intel(0): Not using default mode "1920x1440" (hsync out of range)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1400x1050" (hsync out of range)
(II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1024" (hsync out of range)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "2048x1536" (hsync out of range)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Output LVDS using initial mode 1024x600
(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): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (75, 75)
(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.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfeb40000 - 0xfeb7ffff (0x40000) MS[B]
[1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MS[B]
[2] 0 0 0xfeb80000 - 0xfebfffff (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 0xfe8c0000 - 0xfe8fffff (0x40000) MX[B]
[8] -1 0 0xfa7f0000 - 0xfa7fffff (0x10000) MX[B]
[9] -1 0 0xfeb3fc00 - 0xfeb3ffff (0x400) MX[B]
[10] -1 0 0xfeb38000 - 0xfeb3bfff (0x4000) MX[B]
[11] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[12] -1 0 0xfeb40000 - 0xfeb7ffff (0x40000) MX[B](B)
[13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[14] -1 0 0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[18] 0 0 0x0000ec80 - 0x0000ec87 (0x8) IS[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000dc80 - 0x0000dcff (0x80) IX[B]
[22] -1 0 0x00000400 - 0x0000041f (0x20) 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 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[29] -1 0 0x0000e880 - 0x0000e89f (0x20) IX[B]
[30] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[31] -1 0 0x0000e480 - 0x0000e49f (0x20) IX[B]
[32] -1 0 0x0000ec80 - 0x0000ec87 (0x8) IX[B](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers and
large DRI memory manager reservation:
(II) intel(0): Allocating 5112 scanlines for pixmap cache
(II) intel(0): Success.
(II) intel(0): Memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x 3f820000 physical)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x 3f832000 physical)
(II) intel(0): 0x00040000-0x01837fff: front buffer (24544 kB)
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01838000-0x01847fff: xaa scratch (64 kB)
(II) intel(0): 0x01c00000-0x01ffffff: back buffer (4096 kB)
(II) intel(0): 0x02000000-0x023fffff: depth buffer (4096 kB)
(II) intel(0): 0x02400000-0x043fffff: DRI memory manager (32768 kB)
(II) intel(0): 0x04400000-0x063fffff: textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(II) intel(0): front buffer is not tiled
(II) intel(0): back buffer is tiled
(II) intel(0): depth buffer is tiled
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): [drm] DRM interface version 1.3
(II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) intel(0): [drm] added 8192 byte SAREA at 0xf89de000
(II) intel(0): [drm] mapped SAREA 0xf89de000 to 0xb7b9c000
(II) intel(0): [drm] framebuffer handle = 0xd0040000
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
(II) intel(0): [drm] Registers = 0xfeb80000
(II) intel(0): [drm] ring buffer = 0xd0000000
(II) intel(0): [drm] init sarea width,height = 1024 x 1024 (pitch 1024)
(II) intel(0): [drm] Mapping front buffer
(II) intel(0): [drm] Front Buffer = 0x2a008000
(II) intel(0): [drm] Back Buffer = 0xd1c00000
(II) intel(0): [drm] Depth Buffer = 0xd2000000
(II) intel(0): [drm] textures = 0xd4400000
(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 (0xd0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
26 256x256 slots
11 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01838000 (pgoffset 6200)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01c00000 (pgoffset 7168)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x04400000 (pgoffset 17408)
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is off
(II) intel(0): Display plane A is now disabled and connected to pipe A.
(II) intel(0): Pipe B is on
(II) intel(0): Display plane B is now enabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe none
(II) intel(0): Output LVDS is connected to pipe B
(II) intel(0): Output TV is connected to pipe none
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(II) intel(0): [DRI] installation complete
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): direct rendering: Enabled
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) 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 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 195 x 113
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) 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 "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
SetKbdSettings - type: -1 rate: 30 delay: 500 snumlk: 0
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Manufacturer: AUO Model: 1020 Serial#: 0
(II) intel(0): Year: 2008 Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 19 vert.: 11
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.596
(II) intel(0): blueX: 0.142 blueY: 0.103 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 50.4 MHz Image Size: 195 x 113 mm
(II) intel(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) intel(0): v_active: 600 v_sync: 600 v_sync_end 619 v_blanking: 625 v_border: 0
(II) intel(0): AUO

(II) intel(0): A089SW01 V0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff0006af201000000000
(II) intel(0): 0112010380130b780afa569256549824
(II) intel(0): 1a4f5400000001010101010101010101
(II) intel(0): 010101010101b0130040415819201888
(II) intel(0): 0301c371000000180000000f00000000
(II) intel(0): 00000000000000000020000000fe0041
(II) intel(0): 554f0a202020202020202020000000fe
(II) intel(0): 004130383953573031205630200a0019
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600" 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (width too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (width too large for virtual size)
(II) intel(0): Not using default mode "1280x960" (width too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x768" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1024x600"x60.0 50.40 1024 1048 1184 1344 600 600 619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV

Backtrace:
0: X(xf86SigHandler+0x85) [0x80ceb13]

Fatal server error:
Caught signal 11. Server aborting

(II) AIGLX: Suspending AIGLX clients for VT switch
(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

===========================================================================

xorg.conf
Code:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        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/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      190   110     # mm
        Identifier   "Monitor0"
        VendorName   "AUO"
        ModelName    "1020"
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      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


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

PostPosted: Thu Nov 27, 2008 4:04 pm    Post subject: Reply with quote

Ok so X starts but crashes. You could try different version combinations of xorg-server and xf86-video-intel, but you'll need to keyword them first
Code:
echo "x11-base/xorg-server ~x86" >> /etc/portage/package.keywords
echo "x11-drivers/xf86-video-intel ~x86" >> /etc/portage/package.keywords

If you don't have a /etc/portage directory, create it with mkdir /etc/portage first.


Then
Code:
emerge -av =x11-base/xorg-server-1.4.2 xf86-video-intel

That should install intel drivers-2.5.0

It would also even be a good idea to re-emerge all your x11-drivers after xorg-server
Code:
emerge -av $(qlist -IC x11-drivers)


What happens now?


Last edited by notHerbert on Thu Nov 27, 2008 4:13 pm; edited 3 times in total
Back to top
View user's profile Send private message
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Thu Nov 27, 2008 4:11 pm    Post subject: Reply with quote

NeddySeagoon,

Thanks for your suggestion.
I install gentoo many times with intel graphics,
same kernel & xorg setting work good.

That's my first time got DRI/DRM problem,
I really have no idea about this problem...
Back to top
View user's profile Send private message
ericpi
n00b
n00b


Joined: 25 Nov 2008
Posts: 8

PostPosted: Fri Nov 28, 2008 2:21 pm    Post subject: Reply with quote

notHerbert wrote:
Ok so X starts but crashes. You could try different version combinations of xorg-server and xf86-video-intel, but you'll need to keyword them first
.....
What happens now?


Thanks for you help.

I emerge new version xf86-video-intel,
it's failed..

I try many method, it still not emerge xf86-video-intel.
There is the error message:
Code:

libtool: link: (cd ".libs" && rm -f "libI810XvMC.so.1" && ln -s "libI810XvMC.so.1.0.0" "libI810XvMC.so.1")
libtool: link: (cd ".libs" && rm -f "libI810XvMC.so" && ln -s "libI810XvMC.so.1.0.0" "libI810XvMC.so")
libtool: link: ( cd ".libs" && rm -f "libI810XvMC.la" && ln -s "../libI810XvMC.la" "libI810XvMC.la" )
make[4]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src/xvmc'
Making all in bios_reader
make[4]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src/bios_reader'
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/xorg    -I/usr/include/drm   -Wall -Wpointer-arith -Wstrict-prototypes       -Wmissing-prototypes -Wmissing-declarations  -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -DREG_DUMPER -march=prescott -O2 -pipe -fomit-frame-pointer -MT bios_reader.o -MD -MP -MF .deps/bios_reader.Tpo -c -o bios_reader.o bios_reader.c
In file included from /usr/include/xorg/vdif.h:24,
                 from /usr/include/xorg/edid.h:15,
                 from bios_reader.c:45:
/usr/include/X11/Xmd.h:152: error: conflicting types for 'CARD32'
bios_reader.c:43: error: previous declaration of 'CARD32' was here
make[4]: *** [bios_reader.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src/bios_reader'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1'
make: *** [all] Error 2
 *
 * ERROR: x11-drivers/xf86-video-intel-2.5.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2935:  Called x-modular_src_compile
 *             environment, line 3705:  Called x-modular_src_make
 *             environment, line 3741:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/temp/environment'.
 *

>>> Failed to emerge x11-drivers/xf86-video-intel-2.5.1, Log file:

>>>  '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/temp/build.log'

 * Messages for package x11-drivers/xf86-video-intel-2.5.1:

 *
 * ERROR: x11-drivers/xf86-video-intel-2.5.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2935:  Called x-modular_src_compile
 *             environment, line 3705:  Called x-modular_src_make
 *             environment, line 3741:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/temp/environment'.
 *


I try emerge xf86-video-intel many methods:
Code:

# emerge -av =x11-base/xorg-server-1.4.2 xf86-video-intel
# emerge -av =x11-base/xorg-server-1.4.2 =xf86-video-intel-2.5.0
# ACCEPT_KEYWORDS=~x86 emerge -av x11-base/xorg-server xf86-video-intel
# ACCEPT_KEYWORDS=~x86 emerge -uDN x11-base/xorg-server xf86-video-intel


All method got same problem.
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


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

PostPosted: Fri Nov 28, 2008 3:39 pm    Post subject: Reply with quote

It seems other have had this exact same problem which may be related to the Atom processor - not sure.

But nobody filed a bug report. Maybe you could file one. :)
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