после startx -----> vga module and mouse module not found проблема... Помогите с решением плз!!!
rootkit 2 декабря, 2008 - 15:46
make.conf:
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" USE="alsa mp3 mpeg ogg oggvorbis vorbis cdparanoia cdr dvd dvdr dvdread vcd clamav crypt ssl 3dnow bluetooth dbus lirc mmx nvidia opengl scanner sse usb icq irc jabber X gif -gtk gtk2 jpeg jpeg2k pdf png tiff -java unicode truetype spell mbox ftp ipv6 nfs ldap rdesktop samba cups foomaticdb logrotate a52 avi encode fbcon ffmpeg flash matroska mplayer real quicktime win32codecs x264 xine xvid -gnome kde kdeenablefinal kdehiddenvisibility qt3 qt4" CHOST="i686-pc-linux-gnu" AUTOCLEAN="yes" INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="nvidia"
xorg.conf:
Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" # Load "xtt" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "lv" Option "XkbOptions" "grp:caps_toggle,lv3:lwin_switch,ctrl:ctrl_aa,grp_led:scroll,kpdl:dot" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" # PS/2 Mouse Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" EndSection Section "Monitor" Identifier "My Monitor" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 100.0 EndSection Section "Device" # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" # unsupported card # VideoRam 65536 # Insert Clocks lines here if appropriate Identifier "MX440" Driver "vga" EndSection Section "Screen" Identifier "Screen 1" Device "MX440" Monitor "My Monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection
# Xorg -configure _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/CLD:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 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 CLD 2.6.25.4-calculate #1 SMP Wed May 28 08:48:46 MSD 2008 i686 Build Date: 22 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: Fri Nov 21 23:50:50 2008 Missing output drivers. Configuration failed.
Вот что при попытке стврта иксов.
# startx hostname: Сбой поиска имени хоста xauth: creating new authority file /root/.serverauth.13419 xauth: creating new authority file /root/.xauthTsYkxK xauth: creating new authority file /root/.xauthTsYkxK 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 CLD 2.6.25.4-calculate #1 SMP Wed May 28 08:48:46 MSD 2008 i686 Build Date: 22 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: Sat Nov 22 00:17:19 2008 (==) Using config file: "/etc/X11/xorg.conf" (EE) Failed to load module "vga" (module does not exist, 0) (EE) Failed to load module "mouse" (module does not exist, 0) (EE) No drivers available. Fatal server error: no screens found XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.
Ядро настраивал ручками, всё что надо указал, по крайней мере не помню чтобы чего-то упустил.
И ещё, вконце сборки Xorg-x11 1 пакет так и не собрался, но похоже так и должно быть...
Вот, пробую его собрать и.... вроде ошибок нет, но он так и не собрался:
# emerge xorg-x11 Calculating dependencies... done! >>> Verifying ebuild Manifests... >>> Emerging (1 of 1) x11-base/xorg-x11-7.2 to / * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] >>> Unpacking source... >>> Source unpacked. >>> Compiling source in /var/tmp/portage/x11-base/xorg-x11-7.2/work ... >>> Source compiled. >>> Test phase [not enabled]: x11-base/xorg-x11-7.2 >>> Install xorg-x11-7.2 into /var/tmp/portage/x11-base/xorg-x11-7.2/image/ category x11-base >>> Completed installing xorg-x11-7.2 into /var/tmp/portage/x11-base/xorg-x11-7.2/image/ * checking 0 files for package collisions >>> Merging x11-base/xorg-x11-7.2 to / --- /usr/ >>> /usr/X11R6 -> ../usr >>> Safely unmerging already-installed instance... No package files given... Grabbing a set. --- replaced sym /usr/X11R6 --- replaced dir /usr >>> Original instance of package unmerged safely. * Please note that the xcursors are in /usr/share/cursors/xorg-x11. * Any custom cursor sets should be placed in that directory. * If you wish to set system-wide default cursors, please create * /usr/local/share/cursors/xorg-x11/default/index.theme * with content: "Inherits=theme_name" so that future * emerges will not overwrite those settings. * Listening on TCP is disabled by default with startx. * To enable it, edit /usr/bin/startx. * Please read the modular X migration guide at * http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml * If you encounter any non-configuration issues, please file a bug at * http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux * and attach /etc/X11/xorg.conf, /var/log/Xorg.0.log and emerge info * You can now choose which drivers are installed with the VIDEO_CARDS * and INPUT_DEVICES settings. Set these like any other Portage * variable in /etc/make.conf or on the command line. * Visit http://www.gentoo.org/doc/en/index.xml?catid=desktop * for more information on configuring X. >>> x11-base/xorg-x11-7.2 merged. >>> No packages selected for removal by clean >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * Messages for package x11-base/xorg-x11-7.2: * Please read the modular X migration guide at * http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml * GNU info directory index is up-to-date.
а вот лог конфига:
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 CLD 2.6.25.4-calculate #1 SMP Wed May 28 08:48:46 MSD 2008 i686 Build Date: 28 May 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: Sat Nov 22 02:28:42 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "GM0" (WW) No monitor specified for screen "Screen0". Using a default monitor configuration. (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "TouchPad0" (**) FontPath set to: /usr/local/share/fonts, /usr/share/fonts/corefonts, /usr/share/fonts/misc (**) RgbPath set to "/usr/lib/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (**) Option "Xinerama" "off" (**) 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: 0x81e65c0 (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,2570 card 8086,2570 rev 02 class 06,00,00 hdr 00 (II) PCI: 00:02:0: chip 8086,2572 card 8086,4246 rev 02 class 03,00,00 hdr 00 (II) PCI: 00:1d:0: chip 8086,24d2 card 8086,4246 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,24d4 card 8086,4246 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,24d7 card 8086,4246 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:3: chip 8086,24de card 8086,4246 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,24dd card 8086,4246 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,24db card 8086,4246 rev 02 class 01,01,8a hdr 00 (II) PCI: 00:1f:2: chip 8086,24d1 card 8086,4246 rev 02 class 01,01,8f hdr 00 (II) PCI: 00:1f:3: chip 8086,24d3 card 8086,4246 rev 02 class 0c,05,00 hdr 00 (II) PCI: 00:1f:5: chip 8086,24d5 card 8086,e001 rev 02 class 04,01,00 hdr 00 (II) PCI: 01:08:0: chip 8086,1050 card 8086,302f rev 01 class 02,00,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0206 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B] [1] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B] [2] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [3] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xff800000 - 0xff8fffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(0:2:0) Intel Corporation 82865G Integrated Graphics Controller rev 2, Mem @ 0xf0000000/27, 0xffa80000/19, I/O @ 0xec00/3 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff (II) Active PCI resource ranges: [0] -1 0 0xff8ff000 - 0xff8fffff (0x1000) MX[B] [1] -1 0 0xffa7f400 - 0xffa7f4ff (0x100) MX[B] [2] -1 0 0xffa7f800 - 0xffa7f9ff (0x200) MX[B] [3] -1 0 0x10000000 - 0x100003ff (0x400) MX[B] [4] -1 0 0xffa7fc00 - 0xffa7ffff (0x400) MX[B] [5] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [6] -1 0 0xffa80000 - 0xffafffff (0x80000) MX[B](B) [7] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [8] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B] [9] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [10] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B] [11] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B] [12] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B] [13] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [14] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [15] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [16] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [18] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [20] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [21] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B] [22] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [23] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [24] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xff8ff000 - 0xff8fffff (0x1000) MX[B] [1] -1 0 0xffa7f400 - 0xffa7f4ff (0x100) MX[B] [2] -1 0 0xffa7f800 - 0xffa7f9ff (0x200) MX[B] [3] -1 0 0x10000000 - 0x100003ff (0x400) MX[B] [4] -1 0 0xffa7fc00 - 0xffa7ffff (0x400) MX[B] [5] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [6] -1 0 0xffa80000 - 0xffafffff (0x80000) MX[B](B) [7] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [8] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B] [9] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [10] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B] [11] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B] [12] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B] [13] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [14] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [15] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [16] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [18] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [20] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [21] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B] [22] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [23] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [24] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x0fffffff (0xff00000) 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 - 0x0fffffff (0xff00000) 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 0xff8ff000 - 0xff8fffff (0x1000) MX[B] [5] -1 0 0xffa7f400 - 0xffa7f4ff (0x100) MX[B] [6] -1 0 0xffa7f800 - 0xffa7f9ff (0x200) MX[B] [7] -1 0 0x10000000 - 0x100003ff (0x400) MX[B] [8] -1 0 0xffa7fc00 - 0xffa7ffff (0x400) MX[B] [9] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [10] -1 0 0xffa80000 - 0xffafffff (0x80000) MX[B](B) [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B] [15] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [16] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B] [17] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B] [18] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B] [19] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [20] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [21] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [26] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [27] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B] [28] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [29] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [30] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B](B) (II) LoadModule: "i2c"(II) Module already built-in (II) LoadModule: "ddc"(II) Module already built-in (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: "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: "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: "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: "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) 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: "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) LoadModule: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.3.0, module version = 2.3.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (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) 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: "synaptics" (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 1.0.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, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device (II) Primary Device is: PCI 00:02:0 (--) Chipset 865G found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x0fffffff (0xff00000) 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 0xff8ff000 - 0xff8fffff (0x1000) MX[B] [5] -1 0 0xffa7f400 - 0xffa7f4ff (0x100) MX[B] [6] -1 0 0xffa7f800 - 0xffa7f9ff (0x200) MX[B] [7] -1 0 0x10000000 - 0x100003ff (0x400) MX[B] [8] -1 0 0xffa7fc00 - 0xffa7ffff (0x400) MX[B] [9] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [10] -1 0 0xffa80000 - 0xffafffff (0x80000) MX[B](B) [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B] [15] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [16] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B] [17] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B] [18] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B] [19] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [20] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [21] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [26] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [27] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B] [28] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [29] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [30] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B](B) (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x0fffffff (0xff00000) 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 0xff8ff000 - 0xff8fffff (0x1000) MX[B] [5] -1 0 0xffa7f400 - 0xffa7f4ff (0x100) MX[B] [6] -1 0 0xffa7f800 - 0xffa7f9ff (0x200) MX[B] [7] -1 0 0x10000000 - 0x100003ff (0x400) MX[B] [8] -1 0 0xffa7fc00 - 0xffa7ffff (0x400) MX[B] [9] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [10] -1 0 0xffa80000 - 0xffafffff (0x80000) MX[B](B) [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B] [18] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [19] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B] [20] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B] [21] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B] [22] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [23] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [29] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [30] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B] [31] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [32] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [33] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B](B) [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/lib/xorg/modules//libvbe.so (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) 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 (II) intel(0): Creating default Display subsection in Screen section "Screen0" for depth/fbbpp 24/32 (==) intel(0): Depth 24, (==) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (**) intel(0): Option "NoAccel" "false" (**) intel(0): Option "CacheLines" "1980" (**) intel(0): Option "DRI" "true" (II) intel(0): Integrated Graphics Chipset: Intel(R) 865G (--) intel(0): Chipset: "865G" (--) intel(0): Linear framebuffer at 0xF0000000 (--) intel(0): IO registers at addr 0xFFA80000 (II) intel(0): 1 display pipe available. (==) intel(0): Using EXA for acceleration (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 has no monitor section (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "DVODDC_D" initialized. (II) Loading sub module "sil164" (II) LoadModule: "sil164" (II) Loading /usr/lib/xorg/modules/drivers//sil164.so (II) Module sil164: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7xxx" (II) LoadModule: "ch7xxx" (II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so (II) Module ch7xxx: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ivch" (II) LoadModule: "ivch" (II) Loading /usr/lib/xorg/modules/drivers//ivch.so (II) Module ivch: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_B" initialized. (II) Loading sub module "tfp410" (II) LoadModule: "tfp410" (II) Loading /usr/lib/xorg/modules/drivers//tfp410.so (II) Module tfp410: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (II) intel(0): I2C bus "DVOI2C_B" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7017" (II) LoadModule: "ch7017" (II) Loading /usr/lib/xorg/modules/drivers//ch7017.so (II) Module ch7017: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVODDC_D" removed. (II) intel(0): Output VGA connected (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. (II) intel(0): I2C device "CRTDDC_A:ddc2" removed. (II) intel(0): EDID for output VGA (II) intel(0): Manufacturer: SAM Model: 44 Serial#: 1128345911 (II) intel(0): Year: 2002 Week: 32 (II) intel(0): EDID Version: 1.3 (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) intel(0): Sync: Separate (II) intel(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24 (II) intel(0): Gamma: 2.26 (II) intel(0): DPMS capabilities: Off; RGB/Color Display (II) intel(0): First detailed timing is preferred mode (II) intel(0): redX: 0.639 redY: 0.323 greenX: 0.275 greenY: 0.597 (II) intel(0): blueX: 0.143 blueY: 0.062 whiteX: 0.283 whiteY: 0.298 (II) intel(0): Supported VESA Video Modes: (II) intel(0): 720x400@70Hz (II) intel(0): 640x480@60Hz (II) intel(0): 640x480@75Hz (II) intel(0): 800x600@75Hz (II) intel(0): 1024x768@75Hz (II) intel(0): 1280x1024@75Hz (II) intel(0): Manufacturer's mask: 0 (II) intel(0): Supported Future Video Modes: (II) intel(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433 (II) intel(0): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) intel(0): #2: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) intel(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) intel(0): #4: hsize: 1280 vsize 1024 refresh: 75 vid: 36737 (II) intel(0): #5: hsize: 1600 vsize 1200 refresh: 65 vid: 17833 (II) intel(0): #6: hsize: 1792 vsize 1344 refresh: 60 vid: 16577 (II) intel(0): Supported additional Video Mode: (II) intel(0): clock: 94.5 MHz Image Size: 312 x 234 mm (II) intel(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0 (II) intel(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0 (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 85 kHz, PixClock max 180 MHz (II) intel(0): Monitor name: SyncMaster (II) intel(0): Serial No: HJGT800345 (II) intel(0): EDID (in hex): (II) intel(0): 00ffffffffffff004c2d440037314143 (II) intel(0): 200c01036820187e2abbb9a352469824 (II) intel(0): 0f484ca443003140315945596159818f (II) intel(0): a945c1400101ea240060410028303060 (II) intel(0): 130038ea1000001e000000fd0032a01e (II) intel(0): 5512000a202020202020000000fc0053 (II) intel(0): 796e634d61737465720a2020000000ff (II) intel(0): 00484a47543830303334350a2020008b (II) intel(0): Using EDID range info for horizontal sync (II) intel(0): Using EDID range info for vertical refresh (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (II) intel(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (II) intel(0): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (II) intel(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (II) intel(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (II) intel(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (II) intel(0): Modeline "640x480" 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (II) intel(0): Modeline "640x480" 35.00 640 664 728 816 480 483 487 507 -hsync +vsync (II) intel(0): Modeline "800x600" 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync (II) intel(0): Modeline "1024x768" 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync (II) intel(0): Modeline "1280x1024" 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync (II) intel(0): Modeline "1600x1200" 175.00 1600 1712 1880 2160 1200 1203 1207 1248 -hsync +vsync (II) intel(0): Modeline "1792x1344" 203.25 1792 1920 2112 2432 1344 1347 1351 1393 -hsync +vsync (II) intel(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (II) intel(0): EDID vendor "SAM", prod id 68 (II) intel(0): Not using mode "640x480" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x350" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "720x400" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "832x624" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1152x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1024" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) intel(0): Printing probed modes for output VGA (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) intel(0): Modeline "1792x1344"x60.0 203.25 1792 1920 2112 2432 1344 1347 1351 1393 -hsync +vsync (83.6 kHz) (II) intel(0): Modeline "1600x1200"x64.9 175.00 1600 1712 1880 2160 1200 1203 1207 1248 -hsync +vsync (81.0 kHz) (II) intel(0): Modeline "1280x1024"x74.9 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync (80.3 kHz) (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x84.9 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync (68.7 kHz) (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) intel(0): Modeline "800x600"x84.9 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync (53.7 kHz) (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "640x480"x84.6 35.00 640 664 728 816 480 483 487 507 -hsync +vsync (42.9 kHz) (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Output VGA connected (II) intel(0): Output VGA using initial mode 1024x768 (II) intel(0): detected 128 kB GTT. (II) intel(0): detected 16252 kB stolen memory. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Will not try to enable page flipping (==) intel(0): Triple buffering disabled (==) intel(0): Intel XvMC decoder disabled (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (**) intel(0): Display dimensions: (320, 240) mm (**) intel(0): DPI set to (142, 189) (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 "exa" (II) LoadModule: "exa" (II) Loading /usr/lib/xorg/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.3.0, module version = 2.1.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 0xffa80000 - 0xffafffff (0x80000) MS[B] [1] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MS[B] [2] -1 0 0x00100000 - 0x0fffffff (0xff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xff8ff000 - 0xff8fffff (0x1000) MX[B] [7] -1 0 0xffa7f400 - 0xffa7f4ff (0x100) MX[B] [8] -1 0 0xffa7f800 - 0xffa7f9ff (0x200) MX[B] [9] -1 0 0x10000000 - 0x100003ff (0x400) MX[B] [10] -1 0 0xffa7fc00 - 0xffa7ffff (0x400) MX[B] [11] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [12] -1 0 0xffa80000 - 0xffafffff (0x80000) MX[B](B) [13] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [17] 0 0 0x0000ec00 - 0x0000ec07 (0x8) IS[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B] [21] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B] [22] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B] [23] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B] [24] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B] [25] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [26] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [30] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [32] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [33] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B] [34] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [35] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B] [36] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B](B) [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) intel(0): Kernel reported 48384 total, 1 used (II) intel(0): I830CheckAvailableMemory: 193532 kB available drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed 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] loaded kernel module for "i915" driver (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 0xd0d88000 (II) intel(0): [drm] mapped SAREA 0xd0d88000 to 0xb7da9000 (II) intel(0): [drm] framebuffer handle = 0xf0000000 (II) intel(0): [drm] added 1 reserved context for kernel (WW) intel(0): Removed DRI frontbuffer mapping in compatibility mode. (WW) intel(0): DRIGetDeviceInfo will report incorrect frontbuffer handle. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (==) intel(0): VideoRam: 131072 KB (**) intel(0): Requested 1980 cache lines (II) intel(0): Attempting memory allocation with tiled buffers. (WW) intel(0): Failed to allocate texture space. (II) intel(0): Tiled allocation failed. (II) intel(0): Attempting memory allocation with untiled buffers. (II) intel(0): Untiled allocation successful. (II) intel(0): [drm] Registers = 0xffa80000 (II) intel(0): [drm] ring buffer = 0x2e000000 (II) intel(0): [drm] mapped front buffer at 0xf0030000, handle = 0xf0030000 (II) intel(0): [drm] mapped back buffer at 0xf34a0000, handle = 0xf34a0000 (II) intel(0): [drm] mapped depth buffer at 0xf40e0000, handle = 0xf40e0000 (II) intel(0): [drm] mapped classic textures at 0xf4d20000, handle = 0xf4d20000 (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): Removed MMIO write-combining range (0xf0000000,0x800000) (==) intel(0): Write-combining range (0xf0000000,0x8000000) (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (WW) intel(0): EXA compatibility mode. Output rotation rendering performance may suffer (II) EXA(0): Offscreen pixmap area of 38535168 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): X context handle = 0x1 (II) intel(0): [drm] installed DRM signal handler (II) intel(0): [DRI] installation complete (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00fdf000 (pgoffset 4063) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00fe0000 (pgoffset 4064) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x034a0000 (pgoffset 13472) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x040e0000 (pgoffset 16608) (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x04d20000 (pgoffset 19744) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB) (II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB) (II) intel(0): 0x00030000-0x00c6ffff: front buffer (12544 kB) (II) intel(0): 0x00fdf000: end of stolen memory (II) intel(0): 0x00fdf000-0x00fdffff: overlay registers (4 kB, 0x000000000e007000 physical ) (II) intel(0): 0x00fe0000-0x0349ffff: exa offscreen (37632 kB) (II) intel(0): 0x034a0000-0x040dffff: back buffer (12544 kB) (II) intel(0): 0x040e0000-0x04d1ffff: depth buffer (12544 kB) (II) intel(0): 0x04d20000-0x06d1ffff: classic textures (32768 kB) (II) intel(0): 0x08000000: end of aperture (II) intel(0): Output configuration: (II) intel(0): Pipe A is on (II) intel(0): Display plane A is now enabled and connected to pipe A. (II) intel(0): Output VGA is connected to pipe A (II) intel(0): [drm] dma control initialized, using IRQ 16 (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) intel(0): Set up overlay video (II) intel(0): direct rendering: Enabled (WW) intel(0): Option "VideoRam" is not used (--) 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 (EE) AIGLX error: drmMap of framebuffer failed (Invalid argument)(EE) AIGLX: reverting to software rendering (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 312 x 234 (**) 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,ru(winkeys)" (**) Keyboard0: XkbLayout: "us,ru(winkeys)" (**) Option "XkbOptions" "grp:caps_toggle,grp_led:scroll" (**) Keyboard0: XkbOptions: "grp:caps_toggle,grp_led:scroll" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (**) Option "Protocol" "Auto" (**) Mouse0: Device: "/dev/input/mice" (**) Mouse0: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/input/mice" (**) Option "Buttons" "5" (**) Option "Emulate3Buttons" "no" (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 9 (**) Mouse0: Sensitivity: 1 (II) Synaptics touchpad driver version 0.14.6 (1406) (**) Option "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse" (EE) xf86OpenSerial: Cannot open device /dev/input/by-path/platform-i8042-serio-1-event-mouse No such file or directory. Synaptics driver unable to open device (EE) PreInit failed for input device "TouchPad0" (II) UnloadModule: "synaptics" (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (--) Mouse0: PnP-detected protocol: "ExplorerPS/2" (II) Mouse0: ps2EnableDataReporting: succeeded (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 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00fdf000 (pgoffset 4063) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00fe0000 (pgoffset 4064) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x034a0000 (pgoffset 13472) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x040e0000 (pgoffset 16608) (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x04d20000 (pgoffset 19744) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB) (II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB) (II) intel(0): 0x00030000-0x00c6ffff: front buffer (12544 kB) (II) intel(0): 0x00fdf000: end of stolen memory (II) intel(0): 0x00fdf000-0x00fdffff: overlay registers (4 kB, 0x000000000e007000 physical ) (II) intel(0): 0x00fe0000-0x0349ffff: exa offscreen (37632 kB) (II) intel(0): 0x034a0000-0x040dffff: back buffer (12544 kB) (II) intel(0): 0x040e0000-0x04d1ffff: depth buffer (12544 kB) (II) intel(0): 0x04d20000-0x06d1ffff: classic textures (32768 kB) (II) intel(0): 0x08000000: end of aperture (II) intel(0): Output configuration: (II) intel(0): Pipe A is on (II) intel(0): Display plane A is now enabled and connected to pipe A. (II) intel(0): Output VGA is connected to pipe A (II) intel(0): [drm] mapped front buffer at 0xf0030000, handle = 0x2e006000 (II) intel(0): [drm] dma control initialized, using IRQ 16 (II) Mouse0: ps2EnableDataReporting: succeeded (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 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00fdf000 (pgoffset 4063) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00fe0000 (pgoffset 4064) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x034a0000 (pgoffset 13472) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x040e0000 (pgoffset 16608) (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x04d20000 (pgoffset 19744) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB) (II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB) (II) intel(0): 0x00030000-0x00c6ffff: front buffer (12544 kB) (II) intel(0): 0x00fdf000: end of stolen memory (II) intel(0): 0x00fdf000-0x00fdffff: overlay registers (4 kB, 0x000000000e007000 physical ) (II) intel(0): 0x00fe0000-0x0349ffff: exa offscreen (37632 kB) (II) intel(0): 0x034a0000-0x040dffff: back buffer (12544 kB) (II) intel(0): 0x040e0000-0x04d1ffff: depth buffer (12544 kB) (II) intel(0): 0x04d20000-0x06d1ffff: classic textures (32768 kB) (II) intel(0): 0x08000000: end of aperture (II) intel(0): Output configuration: (II) intel(0): Pipe A is on (II) intel(0): Display plane A is now enabled and connected to pipe A. (II) intel(0): Output VGA is connected to pipe A (II) intel(0): [drm] dma control initialized, using IRQ 16 (II) Mouse0: ps2EnableDataReporting: succeeded (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 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00fdf000 (pgoffset 4063) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00fe0000 (pgoffset 4064) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x034a0000 (pgoffset 13472) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x040e0000 (pgoffset 16608) (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x04d20000 (pgoffset 19744) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB) (II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB) (II) intel(0): 0x00030000-0x00c6ffff: front buffer (12544 kB) (II) intel(0): 0x00fdf000: end of stolen memory (II) intel(0): 0x00fdf000-0x00fdffff: overlay registers (4 kB, 0x000000000e007000 physical ) (II) intel(0): 0x00fe0000-0x0349ffff: exa offscreen (37632 kB) (II) intel(0): 0x034a0000-0x040dffff: back buffer (12544 kB) (II) intel(0): 0x040e0000-0x04d1ffff: depth buffer (12544 kB) (II) intel(0): 0x04d20000-0x06d1ffff: classic textures (32768 kB) (II) intel(0): 0x08000000: end of aperture (II) intel(0): Output configuration: (II) intel(0): Pipe A is on (II) intel(0): Display plane A is now enabled and connected to pipe A. (II) intel(0): Output VGA is connected to pipe A (II) intel(0): [drm] dma control initialized, using IRQ 16 (II) Mouse0: ps2EnableDataReporting: succeeded
в чём же может быть дело-то??? ведь драйвер карты видео не при чём и его можно ставить потом, что за модули такие и как их задействовать?
»
- Для комментирования войдите или зарегистрируйтесь
xorg-server попробуй...
xorg-server попробуй...
:wq
А смысл? xorg-x11 удалить
А смысл? xorg-x11 удалить чтоли? В чём разница? Кто нибудь может дать исчерпывающий ответ?...
xorg-x11 это метапакет,
xorg-x11 это метапакет, реально файлов он не содержит, просто у него в зависимостях все части иксов; xorg-server - собственно икс-сервер
Ubuntu is an African Word that means "Gentoo is too hard for me"
а то что 3 раза одна и та же
а то что 3 раза одна и та же проблема в логе...
это ничего? И вообще эти проблемы потом как-то устранить можно будет? Чтобы всё без ошибок работало....
Про ACPI - поищи на форуме,
Про ACPI - поищи на форуме, надо в конфиге ядра что-то править в разделе пауер-манаджмент, с ходу не помню...
Это к твоей проблеме отношения не имеет.
По проблеме - пересобери модули ксорга
Где мало слов, там вес они имеют... (с) W. Sheakespeare
# emerge xf86-input-mouse
Ubuntu is an African Word that means "Gentoo is too hard for me"