* [gentoo-user] X crashes randomly @ 2006-11-07 3:37 Erik 2006-11-07 3:53 ` Jesús Guerrero ` (2 more replies) 0 siblings, 3 replies; 6+ messages in thread From: Erik @ 2006-11-07 3:37 UTC (permalink / raw To: gentoo-user Hello, Starting today, X has been acting a little strange for me. I'll be doing nothing to spectacularer in kde, like typing in openoffice or something else like that, and all of the sudden, X restarts and I am faced with kdm. I don't know if this is a problem with something in kde, kdm, or X, so I don't know where to file a bug. I haven't really seen anything related to what I am dealing with in those places so far. Here's a little summary of my system Arch: amd64 I'm not using any packages marked ~. My /etc/make.conf: ------------------------------------ # These settings were set by the catalyst build script that automatically built$ # Please consult /etc/make.conf.example for a more detailed example CFLAGS="-march=k8 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://gentoo.chem.wisc.edu/gentoo/ f$ SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X mozilla nsplugin ieee1394 alsa arts crypt kde kdeenablefinal kdehiddenvi$ VIDEO_CARDS="nvidia nv vesa" INPUT_DEVICES="keyboard mouse" ----------------------------------------------------------- /etc/X11/xorg.conf:(using xorg-x11 7.1) ----------------------------------------------------------- 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/lib64/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/CID/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "dbe" Load "record" Load "xtrap" #Load "dri" Load "glx" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 280 210 # mm Identifier "Monitor0" VendorName "SAM" ModelName "1d73" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 54.0 VertRefresh 50.0 - 120.0 Option "DPMS" 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 "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "C51PV [GeForce 6150]" BusID "PCI:0:5:0" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" EndSection #Section "Device" # Identifier "nVidia Inc. GeForce6" # Driver "nvidia" # VideoRam 65536 #Option "RenderAccel" "true" #EndSection Section "Screen" Option "AddARGBGLXVisuals" "true" 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 Modes "1024x768" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "Extensions" Option "Composite" "true" EndSection -------------------------------------------------- and, the tail end of /var/log/kdm.log: ------------------------------------------------- X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: Linux 2.6.17-gentoo-r8 x86_64 Current Operating System: Linux erikstotle 2.6.17-gentoo-r8 #11 SMP Mon Oct 9 21:19:04 EDT 2006 x86_64 Build Date: 14 October 2006 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: Mon Nov 6 21:45:20 2006 (==) Using config file: "/etc/X11/xorg.conf" xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+us" }; xkb_geometry { include "pc(pc105)" }; xkb_types { include "%" }; xkb_compatibility { include "%" }; xkb_symbols { include "%" }; xkb_geometry { include "%" }; The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Missing KeyNames section in a Keymap file > Description of Keymap not compiled Errors from xkbcomp are not fatal to the X server (EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm xkb_types { include "%" }; xkb_compatibility { include "%" }; xkb_symbols { include "%" }; xkb_geometry { include "%" }; The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Missing KeyNames section in a Keymap file > Description of Keymap not compiled Errors from xkbcomp are not fatal to the X server (EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm Backtrace: 0: /usr/bin/X(xf86SigHandler+0x71) [0x480171] 1: /lib/libc.so.6 [0x2b31e4b055d0] 2: /usr/bin/X [0x50e7ec] 3: /usr/bin/X [0x50eb53] 4: /usr/bin/X [0x50acea] 5: /usr/bin/X [0x500916] 6: /usr/bin/X(Dispatch+0x1b9) [0x448249] 7: /usr/bin/X(main+0x44d) [0x43103d] 8: /lib/libc.so.6(__libc_start_main+0xf4) [0x2b31e4af3134] 9: /usr/bin/X(FontFileCompleteXLFD+0xa1) [0x430339] Fatal server error: Caught signal 11. Server aborting --------------------------------------- Thanks in advance for any help. -- Erik -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X crashes randomly 2006-11-07 3:37 [gentoo-user] X crashes randomly Erik @ 2006-11-07 3:53 ` Jesús Guerrero 2006-11-07 4:07 ` Hemmann, Volker Armin 2006-11-07 15:39 ` Andrey 2 siblings, 0 replies; 6+ messages in thread From: Jesús Guerrero @ 2006-11-07 3:53 UTC (permalink / raw To: gentoo-user Hi, I would try without any of these: > Option "AllowGLXWithComposite" "true" > Option "AddARGBGLXVisuals" "true" > Section "Extensions" > Option "Composite" "true" > EndSection You say that you are not running packages in ~arch and I must believe so, but that config seems to similar to this of people running nvidia beta drivers and beryl or something like that. Anyway, this > Backtrace: > 0: /usr/bin/X(xf86SigHandler+0x71) [0x480171] > 1: /lib/libc.so.6 [0x2b31e4b055d0] > 2: /usr/bin/X [0x50e7ec] > 3: /usr/bin/X [0x50eb53] > 4: /usr/bin/X [0x50acea] > 5: /usr/bin/X [0x500916] > 6: /usr/bin/X(Dispatch+0x1b9) [0x448249] > 7: /usr/bin/X(main+0x44d) [0x43103d] > 8: /lib/libc.so.6(__libc_start_main+0xf4) [0x2b31e4af3134] > 9: /usr/bin/X(FontFileCompleteXLFD+0xa1) [0x430339] Does not seem glx or nvidia related at all, but still try without composite, in case it help. You config seems sane, indeed. Jesús. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X crashes randomly 2006-11-07 3:37 [gentoo-user] X crashes randomly Erik 2006-11-07 3:53 ` Jesús Guerrero @ 2006-11-07 4:07 ` Hemmann, Volker Armin 2006-11-07 15:39 ` Andrey 2 siblings, 0 replies; 6+ messages in thread From: Hemmann, Volker Armin @ 2006-11-07 4:07 UTC (permalink / raw To: gentoo-user try a revdep-rebuilt. A lot of such crashs are caused by some changed dependencies. (oh, and you can remove the BusID line from your xorg.conf. It won't make your problem go away, but you don't need it too. Or do you have several cards installed?). -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X crashes randomly 2006-11-07 3:37 [gentoo-user] X crashes randomly Erik 2006-11-07 3:53 ` Jesús Guerrero 2006-11-07 4:07 ` Hemmann, Volker Armin @ 2006-11-07 15:39 ` Andrey 2006-11-07 21:14 ` Erik 2 siblings, 1 reply; 6+ messages in thread From: Andrey @ 2006-11-07 15:39 UTC (permalink / raw To: gentoo-user On Tuesday 07 November 2006 03:37, Erik wrote: > Hello, > Starting today, X has been acting a little strange for me. I'll be > doing nothing to spectacularer in kde, like typing in openoffice or > something else like that, and all of the sudden, X restarts and I am > faced with kdm. I don't know if this is a problem with something in > kde, kdm, or X, so I don't know where to file a bug. I haven't really > seen anything related to what I am dealing with in those places so > far. > and, the tail end of /var/log/kdm.log: What about /var/log/Xorg.0.log ? -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X crashes randomly 2006-11-07 15:39 ` Andrey @ 2006-11-07 21:14 ` Erik 2006-11-08 17:15 ` Erik 0 siblings, 1 reply; 6+ messages in thread From: Erik @ 2006-11-07 21:14 UTC (permalink / raw To: gentoo-user I tried revdep-rebuild; nothing was broken so nothing was built. And no, I don't have any developer packages installed. I use stable X that employs AIGLX and composite with stable nvidia drivers, and a stable kde that uses transparencies. I've been using Xorg-x11 7.1 ever since it was marked stable, and I've had no problems until yesterday. I literally sent this email not 1 hour after my problems started and I couldn't find anything on bugzilla. On 11/7/06, Andrey <4ndrey@gmail.com> wrote: > On Tuesday 07 November 2006 03:37, Erik wrote: > > Hello, > > Starting today, X has been acting a little strange for me. I'll be > > doing nothing to spectacularer in kde, like typing in openoffice or > > something else like that, and all of the sudden, X restarts and I am > > faced with kdm. I don't know if this is a problem with something in > > kde, kdm, or X, so I don't know where to file a bug. I haven't really > > seen anything related to what I am dealing with in those places so > > far. > > > and, the tail end of /var/log/kdm.log: > > What about /var/log/Xorg.0.log ? That showed no errors at all, but I can post it anyway: -------------------------------------------------------------- X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: Linux 2.6.17-gentoo-r8 x86_64 Current Operating System: Linux erikstotle 2.6.17-gentoo-r8 #11 SMP Mon Oct 9 21:19:04 EDT 2006 x86_64 Build Date: 14 October 2006 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: Tue Nov 7 07:19:49 2006 (==) 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. (WW) The directory "/usr/share/fonts/CID/" 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/lib64/xorg/modules" (**) 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) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.0 X.Org XInput driver : 0.6 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/lib64/xorg/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.0 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,02f0 card 1043,81c0 rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,02fa card 1043,81c0 rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,02fe card 1043,81c0 rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,02f8 card 1043,81c0 rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:4: chip 10de,02f9 card 1043,81c0 rev a2 class 05,00,00 hdr 00 (II) PCI: 00:00:5: chip 10de,02ff card 1043,81c0 rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:6: chip 10de,027f card 1043,81c0 rev a2 class 05,00,00 hdr 80 (II) PCI: 00:00:7: chip 10de,027e card 1043,81c0 rev a2 class 05,00,00 hdr 80 (II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:05:0: chip 10de,0240 card 1043,81cd rev a2 class 03,00,00 hdr 00 (II) PCI: 00:09:0: chip 10de,0270 card 1043,81c0 rev a2 class 05,00,00 hdr 00 (II) PCI: 00:0a:0: chip 10de,0260 card 1043,81c0 rev a3 class 06,01,00 hdr 80 (II) PCI: 00:0a:1: chip 10de,0264 card 1043,81c0 rev a3 class 0c,05,00 hdr 80 (II) PCI: 00:0a:2: chip 10de,0272 card 1043,81c0 rev a3 class 05,00,00 hdr 80 (II) PCI: 00:0b:0: chip 10de,026d card 1043,81c0 rev a3 class 0c,03,10 hdr 80 (II) PCI: 00:0b:1: chip 10de,026e card 1043,81c0 rev a3 class 0c,03,20 hdr 80 (II) PCI: 00:0d:0: chip 10de,0265 card 1043,81c0 rev a1 class 01,01,8a hdr 00 (II) PCI: 00:0e:0: chip 10de,0266 card 1043,81c0 rev a1 class 01,01,85 hdr 00 (II) PCI: 00:0f:0: chip 10de,0267 card 1043,81c0 rev a1 class 01,01,85 hdr 00 (II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81 (II) PCI: 00:10:1: chip 10de,026c card 1043,81cb rev a2 class 04,03,00 hdr 80 (II) PCI: 00:14:0: chip 10de,0269 card 1043,816a rev a3 class 06,80,00 hdr 00 (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 04:05:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00 (II) PCI: 04:09:0: chip 1319,0801 card 1319,1319 rev b2 class 04,01,00 hdr 80 (II) PCI: 04:09:1: chip 1319,0802 card 1319,1319 rev b2 class 09,80,00 hdr 80 (II) PCI: End of PCI scan (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xfd700000 - 0xfd7fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B] (II) Bus 3 non-prefetchable memory range: [0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Subtractive PCI-to-PCI bridge: (II) Bus 4: bridge is at (0:16:0), (0,4,4), BCTRL: 0x0200 (VGA_EN is cleared) (II) Bus 4 I/O range: [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 4 non-prefetchable memory range: [0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[B] (II) Bus 4 prefetchable memory range: [0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[B] (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:24:0), (0,0,4), 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 (0x100000000) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] (--) PCI:*(0:5:0) nVidia Corporation C51PV [GeForce 6150] rev 162, Mem @ 0xfc000000/24, 0xe0000000/28, 0xfb000000/24 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] [1] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] [2] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] [3] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] [4] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] [5] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] [6] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] [7] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] [8] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [11] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [12] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] [13] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] [14] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] [15] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] [16] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] [17] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] [18] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] [19] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] [20] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] [21] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] [22] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] [23] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] [24] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] [25] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] [26] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] [1] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] [2] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] [3] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] [4] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] [5] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] [6] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] [7] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] [8] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [11] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [12] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] [13] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] [14] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] [15] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] [16] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] [17] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] [18] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] [19] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] [20] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] [21] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] [22] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] [23] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] [24] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] [25] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] [26] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] [5] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] [6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] [7] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] [8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] [9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] [10] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [18] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] [19] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] [20] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] [21] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] [22] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] [23] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] [24] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] [25] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] [26] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] [27] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] [28] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] [29] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] [30] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.1.1, 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: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.1.1, 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: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 7.1.1, 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: "xtrap" (II) Loading /usr/lib64/xorg/modules/extensions/libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 7.1.1, 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: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.8776 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "freetype" (II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.1.1, 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/lib64/xorg/modules/fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.1.1, 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: "nvidia" (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.8776 Module class: X.Org Video Driver (II) LoadModule: "mouse" (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) LoadModule: "kbd" (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:55:22 PDT 2006 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 00:05:0 (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib64/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] [5] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] [6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] [7] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] [8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] [9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] [10] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [18] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] [19] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] [20] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] [21] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] [22] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] [23] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] [24] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] [25] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] [26] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] [27] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] [28] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] [29] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] [30] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] [5] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] [6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] [7] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] [8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] [9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] [10] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [21] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] [22] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] [23] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] [24] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] [25] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] [26] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] [27] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] [28] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] [29] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] [30] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] [31] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] [32] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] [33] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] [34] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] [35] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "RenderAccel" "true" (**) NVIDIA(0): Option "AllowGLXWithComposite" "true" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce 6150 at PCI:0:5:0 (--) NVIDIA(0): VideoRAM: 524288 kBytes (--) NVIDIA(0): VideoBIOS: 05.51.22.33.07 (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce 6150 at PCI:0:5:0: (--) NVIDIA(0): Samsung (CRT-0) (--) NVIDIA(0): Samsung (CRT-0): 350.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Device: CRT-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1024x768" (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768 (WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot compute (WW) NVIDIA(0): DPI from EDID. (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B] [1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B] [2] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] [8] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] [9] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] [10] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] [11] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] [12] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] [13] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] [14] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] [15] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) [16] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] [24] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] [25] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] [26] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] [27] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] [28] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] [29] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] [30] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] [31] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] [32] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] [33] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] [34] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] [35] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] [36] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] [37] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] [38] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) NVIDIA(0): Setting mode "1024x768" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (==) RandR enabled (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 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) Initializing extension GLX (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/psaux" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/psaux" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) 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) (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+us" }; xkb_geometry { include "pc(pc105)" }; (--) Mouse0: PnP-detected protocol: "ExplorerPS/2" (II) Mouse0: ps2EnableDataReporting: succeeded SetClientVersion: 0 9 SetGrabKeysState - disabled SetGrabKeysState - enabled FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 3, should be 1; fixing. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) NVIDIA(0): Setting mode "1024x768" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (**) NVIDIA(0): DPMS enabled (==) RandR enabled (II) Initializing extension GLX xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+us" }; xkb_geometry { include "pc(pc105)" }; (II) Mouse0: ps2EnableDataReporting: succeeded > -- > gentoo-user@gentoo.org mailing list > > -- Erik -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X crashes randomly 2006-11-07 21:14 ` Erik @ 2006-11-08 17:15 ` Erik 0 siblings, 0 replies; 6+ messages in thread From: Erik @ 2006-11-08 17:15 UTC (permalink / raw To: gentoo-user Well, it seems it was but a temporary glitch, because I haven't had this problem occur anymore. Thanks to everybody for their input. On 11/7/06, Erik <mistereastenstream@gmail.com> wrote: > I tried revdep-rebuild; nothing was broken so nothing was built. > > And no, I don't have any developer packages installed. I use stable X > that employs AIGLX and composite with stable nvidia drivers, and a > stable kde that uses transparencies. I've been using Xorg-x11 7.1 > ever since it was marked stable, and I've had no problems until > yesterday. I literally sent this email not 1 hour after my problems > started and I couldn't find anything on bugzilla. > > On 11/7/06, Andrey <4ndrey@gmail.com> wrote: > > On Tuesday 07 November 2006 03:37, Erik wrote: > > > Hello, > > > Starting today, X has been acting a little strange for me. I'll be > > > doing nothing to spectacularer in kde, like typing in openoffice or > > > something else like that, and all of the sudden, X restarts and I am > > > faced with kdm. I don't know if this is a problem with something in > > > kde, kdm, or X, so I don't know where to file a bug. I haven't really > > > seen anything related to what I am dealing with in those places so > > > far. > > > > > and, the tail end of /var/log/kdm.log: > > > > What about /var/log/Xorg.0.log ? > That showed no errors at all, but I can post it anyway: > -------------------------------------------------------------- > > X Window System Version 7.1.1 > Release Date: 12 May 2006 > X Protocol Version 11, Revision 0, Release 7.1.1 > Build Operating System: Linux 2.6.17-gentoo-r8 x86_64 > Current Operating System: Linux erikstotle 2.6.17-gentoo-r8 #11 SMP > Mon Oct 9 21:19:04 EDT 2006 x86_64 > Build Date: 14 October 2006 > 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: Tue Nov 7 07:19:49 2006 > (==) 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. > (WW) The directory "/usr/share/fonts/CID/" 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/lib64/xorg/modules" > (**) 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) Module ABI versions: > X.Org ANSI C Emulation: 0.3 > X.Org Video Driver: 1.0 > X.Org XInput driver : 0.6 > X.Org Server Extension : 0.3 > X.Org Font Renderer : 0.5 > (II) Loader running on linux > (II) LoadModule: "bitmap" > (II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so > (II) Module bitmap: vendor="X.Org Foundation" > compiled for 7.1.1, module version = 1.0.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.5 > (II) Loading font Bitmap > (II) LoadModule: "pcidata" > (II) Loading /usr/lib64/xorg/modules/libpcidata.so > (II) Module pcidata: vendor="X.Org Foundation" > compiled for 7.1.1, module version = 1.0.0 > ABI class: X.Org Video Driver, version 1.0 > (++) using VT number 7 > > (II) PCI: PCI scan (all values are in hex) > (II) PCI: 00:00:0: chip 10de,02f0 card 1043,81c0 rev a2 class 05,00,00 hdr 80 > (II) PCI: 00:00:1: chip 10de,02fa card 1043,81c0 rev a2 class 05,00,00 hdr 80 > (II) PCI: 00:00:2: chip 10de,02fe card 1043,81c0 rev a2 class 05,00,00 hdr 80 > (II) PCI: 00:00:3: chip 10de,02f8 card 1043,81c0 rev a2 class 05,00,00 hdr 80 > (II) PCI: 00:00:4: chip 10de,02f9 card 1043,81c0 rev a2 class 05,00,00 hdr 00 > (II) PCI: 00:00:5: chip 10de,02ff card 1043,81c0 rev a2 class 05,00,00 hdr 80 > (II) PCI: 00:00:6: chip 10de,027f card 1043,81c0 rev a2 class 05,00,00 hdr 80 > (II) PCI: 00:00:7: chip 10de,027e card 1043,81c0 rev a2 class 05,00,00 hdr 80 > (II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01 > (II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01 > (II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01 > (II) PCI: 00:05:0: chip 10de,0240 card 1043,81cd rev a2 class 03,00,00 hdr 00 > (II) PCI: 00:09:0: chip 10de,0270 card 1043,81c0 rev a2 class 05,00,00 hdr 00 > (II) PCI: 00:0a:0: chip 10de,0260 card 1043,81c0 rev a3 class 06,01,00 hdr 80 > (II) PCI: 00:0a:1: chip 10de,0264 card 1043,81c0 rev a3 class 0c,05,00 hdr 80 > (II) PCI: 00:0a:2: chip 10de,0272 card 1043,81c0 rev a3 class 05,00,00 hdr 80 > (II) PCI: 00:0b:0: chip 10de,026d card 1043,81c0 rev a3 class 0c,03,10 hdr 80 > (II) PCI: 00:0b:1: chip 10de,026e card 1043,81c0 rev a3 class 0c,03,20 hdr 80 > (II) PCI: 00:0d:0: chip 10de,0265 card 1043,81c0 rev a1 class 01,01,8a hdr 00 > (II) PCI: 00:0e:0: chip 10de,0266 card 1043,81c0 rev a1 class 01,01,85 hdr 00 > (II) PCI: 00:0f:0: chip 10de,0267 card 1043,81c0 rev a1 class 01,01,85 hdr 00 > (II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81 > (II) PCI: 00:10:1: chip 10de,026c card 1043,81cb rev a2 class 04,03,00 hdr 80 > (II) PCI: 00:14:0: chip 10de,0269 card 1043,816a rev a3 class 06,80,00 hdr 00 > (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80 > (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80 > (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80 > (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80 > (II) PCI: 04:05:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00 > (II) PCI: 04:09:0: chip 1319,0801 card 1319,1319 rev b2 class 04,01,00 hdr 80 > (II) PCI: 04:09:1: chip 1319,0802 card 1319,1319 rev b2 class 09,80,00 hdr 80 > (II) PCI: End of PCI scan > (II) PCI-to-PCI bridge: > (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared) > (II) Bus 1 I/O range: > [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] > (II) Bus 1 non-prefetchable memory range: > [0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[B] > (II) Bus 1 prefetchable memory range: > [0] -1 0 0xfd700000 - 0xfd7fffff (0x100000) MX[B] > (II) PCI-to-PCI bridge: > (II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared) > (II) Bus 2 I/O range: > [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B] > (II) Bus 2 non-prefetchable memory range: > [0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[B] > (II) Bus 2 prefetchable memory range: > [0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[B] > (II) PCI-to-PCI bridge: > (II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared) > (II) Bus 3 I/O range: > [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B] > (II) Bus 3 non-prefetchable memory range: > [0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[B] > (II) Bus 3 prefetchable memory range: > [0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[B] > (II) PCI-to-ISA bridge: > (II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) > (II) Subtractive PCI-to-PCI bridge: > (II) Bus 4: bridge is at (0:16:0), (0,4,4), BCTRL: 0x0200 (VGA_EN is cleared) > (II) Bus 4 I/O range: > [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] > (II) Bus 4 non-prefetchable memory range: > [0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[B] > (II) Bus 4 prefetchable memory range: > [0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[B] > (II) Host-to-PCI bridge: > (II) Bus 0: bridge is at (0:24:0), (0,0,4), 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 (0x100000000) MX[B] > (II) Bus 0 prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] > (--) PCI:*(0:5:0) nVidia Corporation C51PV [GeForce 6150] rev 162, Mem > @ 0xfc000000/24, 0xe0000000/28, 0xfb000000/24 > (II) Addressable bus resource ranges are > [0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] > [1] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] > [2] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] > [3] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] > [4] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] > [5] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] > [6] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] > [7] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] > [8] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) > [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) > [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) > [11] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] > [12] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] > [13] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] > [14] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] > [15] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] > [16] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] > [17] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] > [18] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] > [19] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] > [20] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] > [21] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] > [22] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] > [23] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] > [24] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] > [25] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] > [26] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] > (II) Active PCI resource ranges after removing overlaps: > [0] -1 0 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] > [1] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] > [2] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] > [3] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] > [4] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] > [5] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] > [6] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] > [7] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] > [8] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) > [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) > [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) > [11] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] > [12] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] > [13] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] > [14] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] > [15] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] > [16] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] > [17] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] > [18] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] > [19] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] > [20] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] > [21] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] > [22] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] > [23] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] > [24] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] > [25] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] > [26] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] > [5] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] > [6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] > [7] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] > [8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] > [9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] > [10] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] > [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] > [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) > [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) > [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) > [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [17] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] > [18] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] > [19] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] > [20] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] > [21] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] > [22] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] > [23] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] > [24] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] > [25] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] > [26] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] > [27] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] > [28] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] > [29] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] > [30] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] > [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] > [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] > (II) LoadModule: "extmod" > (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so > (II) Module extmod: vendor="X.Org Foundation" > compiled for 7.1.1, 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: "dbe" > (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so > (II) Module dbe: vendor="X.Org Foundation" > compiled for 7.1.1, 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: "record" > (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so > (II) Module record: vendor="X.Org Foundation" > compiled for 7.1.1, 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: "xtrap" > (II) Loading /usr/lib64/xorg/modules/extensions/libxtrap.so > (II) Module xtrap: vendor="X.Org Foundation" > compiled for 7.1.1, 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: "glx" > (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so > (II) Module glx: vendor="NVIDIA Corporation" > compiled for 4.0.2, module version = 1.0.8776 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 0.1 > (II) Loading extension GLX > (II) LoadModule: "freetype" > (II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so > (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" > compiled for 7.1.1, 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/lib64/xorg/modules/fonts/libtype1.so > (II) Module type1: vendor="X.Org Foundation" > compiled for 7.1.1, 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: "nvidia" > (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so > (II) Module nvidia: vendor="NVIDIA Corporation" > compiled for 4.0.2, module version = 1.0.8776 > Module class: X.Org Video Driver > (II) LoadModule: "mouse" > (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so > (II) Module mouse: vendor="X.Org Foundation" > compiled for 7.1.1, module version = 1.1.1 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 0.6 > (II) LoadModule: "kbd" > (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so > (II) Module kbd: vendor="X.Org Foundation" > compiled for 7.1.1, module version = 1.1.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 0.6 > (II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:55:22 PDT 2006 > (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs > (II) Primary Device is: PCI 00:05:0 > (--) Chipset NVIDIA GPU found > (II) Loading sub module "fb" > (II) LoadModule: "fb" > (II) Loading /usr/lib64/xorg/modules/libfb.so > (II) Module fb: vendor="X.Org Foundation" > compiled for 7.1.1, module version = 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.3 > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac" > (II) Loading /usr/lib64/xorg/modules/libramdac.so > (II) Module ramdac: vendor="X.Org Foundation" > compiled for 7.1.1, module version = 0.1.0 > ABI class: X.Org Video Driver, version 1.0 > (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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] > [5] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] > [6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] > [7] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] > [8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] > [9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] > [10] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] > [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] > [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) > [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) > [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) > [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [17] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] > [18] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] > [19] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] > [20] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] > [21] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] > [22] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] > [23] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] > [24] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] > [25] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] > [26] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] > [27] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] > [28] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] > [29] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] > [30] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] > [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] > [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] > [5] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] > [6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] > [7] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] > [8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] > [9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] > [10] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] > [11] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] > [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) > [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) > [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) > [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [20] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] > [21] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] > [22] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] > [23] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] > [24] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] > [25] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] > [26] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] > [27] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] > [28] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] > [29] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] > [30] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] > [31] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] > [32] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] > [33] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] > [34] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] > [35] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] > [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] > (II) Setting vga for screen 0. > (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 > (==) NVIDIA(0): RGB weight 888 > (==) NVIDIA(0): Default visual is TrueColor > (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) > (**) NVIDIA(0): Option "RenderAccel" "true" > (**) NVIDIA(0): Option "AllowGLXWithComposite" "true" > (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true" > (**) NVIDIA(0): Enabling RENDER acceleration > (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is > (II) NVIDIA(0): enabled. > (II) NVIDIA(0): NVIDIA GPU GeForce 6150 at PCI:0:5:0 > (--) NVIDIA(0): VideoRAM: 524288 kBytes > (--) NVIDIA(0): VideoBIOS: 05.51.22.33.07 > (--) NVIDIA(0): Interlaced video modes are supported on this GPU > (--) NVIDIA(0): Connected display device(s) on GeForce 6150 at PCI:0:5:0: > (--) NVIDIA(0): Samsung (CRT-0) > (--) NVIDIA(0): Samsung (CRT-0): 350.0 MHz maximum pixel clock > (II) NVIDIA(0): Assigned Display Device: CRT-0 > (II) NVIDIA(0): Validated modes: > (II) NVIDIA(0): "1024x768" > (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768 > (WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot compute > (WW) NVIDIA(0): DPI from EDID. > (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default > (--) Depth 24 pixmap format is 32 bpp > (II) do I need RAC? No, I don't. > (II) resource ranges after preInit: > [0] 0 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B] > [1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B] > [2] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[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 0xfdbf8000 - 0xfdbfbfff (0x4000) MX[B] > [8] -1 0 0xfdbff000 - 0xfdbff7ff (0x800) MX[B] > [9] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B] > [10] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B] > [11] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B] > [12] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B] > [13] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B] > [14] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B] > [15] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B) > [16] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) > [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) > [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [23] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B] > [24] -1 0 0x0000ce00 - 0x0000ce7f (0x80) IX[B] > [25] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B] > [26] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B] > [27] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B] > [28] -1 0 0x00000960 - 0x00000967 (0x8) IX[B] > [29] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B] > [30] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B] > [31] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B] > [32] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B] > [33] -1 0 0x00000970 - 0x00000977 (0x8) IX[B] > [34] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B] > [35] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B] > [36] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B] > [37] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B] > [38] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B] > [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > (II) NVIDIA(0): Setting mode "1024x768" > (II) Loading extension NV-GLX > (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized > (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture > (==) NVIDIA(0): Backing store disabled > (==) NVIDIA(0): Silken mouse enabled > (**) Option "dpms" > (**) NVIDIA(0): DPMS enabled > (II) Loading extension NV-CONTROL > (==) RandR enabled > (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 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) Initializing extension GLX > (**) Option "Protocol" "auto" > (**) Mouse0: Device: "/dev/psaux" > (**) Mouse0: Protocol: "auto" > (**) Option "CorePointer" > (**) Mouse0: Core Pointer > (**) Option "Device" "/dev/psaux" > (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > (**) Option "ZAxisMapping" "4 5 6 7" > (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 > (**) Mouse0: Buttons: 11 > (**) 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) > (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) > xkb_keycodes { include "xfree86+aliases(qwerty)" }; > xkb_types { include "complete" }; > xkb_compatibility { include "complete" }; > xkb_symbols { include "pc(pc105)+us" }; > xkb_geometry { include "pc(pc105)" }; > (--) Mouse0: PnP-detected protocol: "ExplorerPS/2" > (II) Mouse0: ps2EnableDataReporting: succeeded > SetClientVersion: 0 9 > SetGrabKeysState - disabled > SetGrabKeysState - enabled > FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 3, should be 1; fixing. > (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) > (II) No APM support in BIOS or kernel > (II) NVIDIA(0): Setting mode "1024x768" > (II) Loading extension NV-GLX > (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized > (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture > (**) NVIDIA(0): DPMS enabled > (==) RandR enabled > (II) Initializing extension GLX > xkb_keycodes { include "xfree86+aliases(qwerty)" }; > xkb_types { include "complete" }; > xkb_compatibility { include "complete" }; > xkb_symbols { include "pc(pc105)+us" }; > xkb_geometry { include "pc(pc105)" }; > (II) Mouse0: ps2EnableDataReporting: succeeded > > > -- > > gentoo-user@gentoo.org mailing list > > > > > > > -- > Erik > -- Erik -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-11-08 17:27 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-11-07 3:37 [gentoo-user] X crashes randomly Erik 2006-11-07 3:53 ` Jesús Guerrero 2006-11-07 4:07 ` Hemmann, Volker Armin 2006-11-07 15:39 ` Andrey 2006-11-07 21:14 ` Erik 2006-11-08 17:15 ` Erik
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox