Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unlogged Xorg failure
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 04 Jun 2008
Posts: 2
Location: Pgh, PA

PostPosted: Wed Jul 09, 2008 4:41 pm    Post subject: Unlogged Xorg failure Reply with quote

An on and off gentoo user for several years, I am for nearly the first time, moving to a gentoo desktop and am having some X problems.
I have done what I think is required:
emerge x11-base/xorg-server x11-base/xorg-x11 x11-drivers/nvidia-drivers x11-apps/xconsole x11-apps/xdm
eselect opengl set nvidia

X -configure
(which seems to succeed)

X -config xorg.conf.new
takes me to a black screen with a line across the top with NO errors in the X log. Nothing bad in dmesg or syslog either.

startx (using the new config file) gives me a black screen with half a line

and /etc/init.d/xdm start (with DISPLAYMANAGER=kde-4.0 in /etc/conf.d/xdm) gives me a blue line across the top and kdm.log gives:
"expected keysym, got XF86Info: line 914 of inet" but I'm not sure that's relevant since I can't even start twm properly.

I have acpid, hald and dbus already started.

If anyone can tell me where I'm going wrong or how to get it to log an error, I'd be grateful.

Here's the section of lspci -v:
Code:
00:05.0 VGA compatible controller: nVidia Corporation C51G [GeForce 6100] (rev a2) (prog-if 00 [VGA controller])
   Subsystem: Biostar Microtech Int'l Corp Device 1401
   Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 16
   Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
   Memory at d0000000 (64-bit, prefetchable) [size=256M]
   Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
   [virtual] Expansion ROM at 50000000 [disabled] [size=128K]
   Capabilities: [48] Power Management version 2
   Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
   Kernel driver in use: nvidia
   Kernel modules: nvidia

Here's xorg.conf:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/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/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

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

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

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

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "C51G [GeForce 6100]"
   BusID       "PCI:0:5:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Code:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-gentoo-r6-teds-hack x86_64
Current Operating System: Linux black 2.6.25-gentoo-r6-teds-hack #2 Wed Jul 9 10:16:35 EDT 2008 x86_64
Build Date: 09 July 2008  11:37:45AM
 
   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: Wed Jul  9 12:22:51 2008
(++) Using config file: "xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(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.
(==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/.
(**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/,
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib64/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7bd8e0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 2.0
   X.Org XInput driver : 2.0
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 2.0
(--) using VT number 8

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f1 card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,02fa card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 1565,3402 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 1565,3402 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,0242 card 1565,1401 rev a2 class 03,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0270 card 1565,3402 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0261 card 1565,3402 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 1565,3402 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:0a:2: chip 10de,0272 card 1565,3402 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 1565,3402 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 1565,3402 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 1565,3402 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 1565,5401 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:2: chip 10de,026b card 1565,8213 rev a2 class 04,01,00 hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 1565,2501 rev a1 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: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [1] -1   0   0x0000a400 - 0x0000a4ff (0x100) IX[B]
   [2] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [3] -1   0   0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xfd700000 - 0xfd7fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xfde00000 - 0xfdefffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xfdd00000 - 0xfddfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 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 3 non-prefetchable memory range:
   [0] -1   0   0xfd900000 - 0xfd9fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xfd800000 - 0xfd8fffff (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: 0x0204 (VGA_EN is cleared)
(II) Bus 4 I/O range:
   [0] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [1] -1   0   0x0000c400 - 0x0000c4ff (0x100) IX[B]
   [2] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [3] -1   0   0x0000cc00 - 0x0000ccff (0x100) 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 C51G [GeForce 6100] rev 162, Mem @ 0xfb000000/24, 0xd0000000/28, 0xfc000000/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   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [1] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [2] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [3] -1   0   0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
   [4] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [5] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [6] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [7] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [8] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [9] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [10] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [11] -1   0   0x0000e000 - 0x0000e00f (0x10) IX[B]
   [12] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [13] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [14] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [15] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [16] -1   0   0x0000f400 - 0x0000f40f (0x10) IX[B]
   [17] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [18] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [1] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [2] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [3] -1   0   0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
   [4] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [5] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [6] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [7] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [8] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [9] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [10] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [11] -1   0   0x0000e000 - 0x0000e00f (0x10) IX[B]
   [12] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [13] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [14] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [15] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [16] -1   0   0x0000f400 - 0x0000f40f (0x10) IX[B]
   [17] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [18] -1   0   0x00001c00 - 0x00001c3f (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   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [5] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [6] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [7] -1   0   0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
   [8] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [9] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [17] -1   0   0x0000e000 - 0x0000e00f (0x10) IX[B]
   [18] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [19] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [20] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [21] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [22] -1   0   0x0000f400 - 0x0000f40f (0x10) IX[B]
   [23] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [24] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "xtrap"
(II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension 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.0
   Module class: X.Org Server Extension
(II) NVIDIA GLX Module  173.14.09  Thu Jun  5 00:05:57 PDT 2008
(II) Loading extension GLX
(II) LoadModule: "wfb"
(II) Loading /usr/lib64/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) 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 1.4.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "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.0
   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 1.4.2, module version = 1.3.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.4.2, module version = 1.3.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  173.14.09  Wed Jun  4 23:48:23 PDT 2008
(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 1.4.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Reloading /usr/lib64/xorg/modules//libwfb.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(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   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [5] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [6] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [7] -1   0   0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
   [8] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [9] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [16] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [17] -1   0   0x0000e000 - 0x0000e00f (0x10) IX[B]
   [18] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [19] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [20] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [21] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [22] -1   0   0x0000f400 - 0x0000f40f (0x10) IX[B]
   [23] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [24] -1   0   0x00001c00 - 0x00001c3f (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   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [5] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [6] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [7] -1   0   0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
   [8] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [9] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfb000000 - 0xfbffffff (0x1000000) 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   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [20] -1   0   0x0000e000 - 0x0000e00f (0x10) IX[B]
   [21] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [22] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [23] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [24] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [25] -1   0   0x0000f400 - 0x0000f40f (0x10) IX[B]
   [26] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [27] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [28] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [29] 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): 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 6100 (C51) at PCI:0:5:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.51.22.24.02
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6100 at PCI:0:5:0:
(--) NVIDIA(0):     DELL P1130 (CRT-0)
(--) NVIDIA(0): DELL P1130 (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(==) NVIDIA(0):
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0):     will be used as the requested mode.
(==) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (81, 86); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [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   0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
   [5] -1   0   0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
   [6] -1   0   0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
   [7] -1   0   0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
   [8] -1   0   0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
   [9] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfb000000 - 0xfbffffff (0x1000000) 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   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [20] -1   0   0x0000e000 - 0x0000e00f (0x10) IX[B]
   [21] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [22] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [23] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [24] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [25] -1   0   0x0000f400 - 0x0000f40f (0x10) IX[B]
   [26] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [27] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [28] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [29] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(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
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
(II) LoadModule: "evdev"
(II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 0.0.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 2.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "base"
(**) AT Translated Set 2 keyboard: xkb_rules: "base"
(**) Option "xkb_model" "evdev"
(**) AT Translated Set 2 keyboard: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) AT Translated Set 2 keyboard: xkb_layout: "us"
(**) Logitech USB-PS/2 Optical Mouse: always reports core events
(**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event5"
(II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
(II) Logitech USB-PS/2 Optical Mouse: Found mouse buttons
(II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse

(II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)

Code:
# emerge --info
Portage 2.2_rc1 (default/linux/amd64/2008.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r6-teds-hack x86_64)
=================================================================
System uname: Linux-2.6.25-gentoo-r6-teds-hack-x86_64-AMD_Athlon-tm-_64_Processor_3200+-with-glibc2.2.5
Timestamp of tree: Sat, 05 Jul 2008 01:45:01 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python:     2.4.4-r13, 2.5.2-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.62-r1
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r2
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.25-r4
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.0/env /usr/kde/4.0/share/config /usr/kde/4.0/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=athlon64 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="digest distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org ftp://ftp.gtlib.gatech.edu/pub/gentoo ftp://mirror.mcs.anl.gov/pub/gentoo"
LDFLAGS=""
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="3dnow X aac acl acpi alsa amd64 apache2 arts bash-completion berkdb branding bzip2 cairo cdr cli cracklib cups custom-cflags dbus dri dvd dvdr dvdread eds emboss encode esd evo ffmpeg flac gdbm gif glitz gpm gstreamer hal hfs iconv imagemagick imlib isdnlog ithreads ivman jpeg kde latex libnotify mad mailwrapper midi mikmod mmap mmx mp3 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png postgres ppds pppd python qt qt3 qt3support qt4 quicktime readline reflection samba session snmp spell spl sse sse2 ssl startup-notification subversion svg tcpd theora tiff truetype unicode vorbis x264 xcomposite xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Back to top
View user's profile Send private message
cassiol
Guru
Guru


Joined: 16 Oct 2006
Posts: 304
Location: /BR/SC/FLORIPA

PostPosted: Thu Jul 10, 2008 12:19 am    Post subject: Reply with quote

hello,,,

try start X with vesa driver. If works, try utilize last version of nvidia driver.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

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