Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Xorg won't start
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
XSS
n00b
n00b


Joined: 22 Mar 2003
Posts: 26

PostPosted: Sun Jan 15, 2006 10:33 am    Post subject: [SOLVED] Xorg won't start Reply with quote

Today i booted my computer as usual and started X and you can imagine my surprise when it didn't start as it should, instead it stays black for 15-20 seconds and then fills the screen with white and grey stripes and starts blinking.
The thing is that the only thing i have changed is adding 2 modules in modules.autoload so naturally i commented them out and rebooted, still no luck, i haven't got much time because i'll have to go to work soon so i'll just post my config and log here.

I'm running Gentoo 2.6.14-r1 on a Pentium 4 2.53Ghz, 1GB RAM, nVidia Ti 4200 128MB and i'm using the latest Xorg with the nVidia drivers.

My xorg.conf
Code:

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/misc:unscaled"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/share/fonts/sharefonts"
   FontPath     "/usr/share/fonts/terminus/"
   FontPath     "/usr/share/fonts/ttf-bitstream-vera/"
   FontPath     "/usr/share/fonts/unifont/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/artwiz"
EndSection

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbLayout" "se"
EndSection

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

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "NEC"
   ModelName   "MultiSync XV17+"
   DisplaySize   320 240
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      "HWcursor"              "true"
   Option      "RenderAccel"      "true"
   Option      "AllowGLXWithComposite" "true"
   Option      "ShadowFB"      "false"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV28 [GeForce4 Ti 4200 AGP 8x]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   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     24
      Modes "1280x1024"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "X.org Configured"
   Screen      "Screen0"
   InputDevice   "Mouse0" "CorePointer"
   InputDevice   "Keyboard0" "CoreKeyboard"
EndSection




And my log.
Code:


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.14-gentoo-r4 i686 [ELF]
Current Operating System: Linux Carradine 2.6.14-gentoo-r4 #7 PREEMPT Fri Jan 13 19:04:57 CET 2006 i686
Build Date: 15 December 2005
   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: Sun Jan 15 12:06:14 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"
(**) FontPath set to *deleted because it was so long*
(**) RgbPath set to "/usr/lib/X11/rgb"
(**) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 147b,1004 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 147b,1004 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 147b,1004 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 147b,1004 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 147b,1004 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 147b,1004 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 147b,1004 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 147b,1004 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0281 card 1043,807b rev a1 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 10ec,8139 card 147b,1004 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 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 2 non-prefetchable memory range:
   [0] -1   0   0xda000000 - 0xdbffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0x50000000 - 0x500fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x] rev 161, Mem @ 0xd8000000/24, 0xd0000000/27
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xcfffffff to 0xbfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [1] -1   0   0xdc002000 - 0xdc0020ff (0x100) MX[B]
   [2] -1   0   0xdc001000 - 0xdc0011ff (0x200) MX[B]
   [3] -1   0   0x50100000 - 0x501003ff (0x400) MX[B]
   [4] -1   0   0xdc000000 - 0xdc0003ff (0x400) MX[B]
   [5] -1   0   0xc0000000 - 0xbfffffff (0x0) MX[B]O
   [6] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [8] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [9] -1   0   0x0000e400 - 0x0000e43f (0x40) IX[B]
   [10] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [11] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [12] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [14] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [1] -1   0   0xdc002000 - 0xdc0020ff (0x100) MX[B]
   [2] -1   0   0xdc001000 - 0xdc0011ff (0x200) MX[B]
   [3] -1   0   0x50100000 - 0x501003ff (0x400) MX[B]
   [4] -1   0   0xdc000000 - 0xdc0003ff (0x400) MX[B]
   [5] -1   0   0xc0000000 - 0xbfffffff (0x0) MX[B]O
   [6] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [8] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [9] -1   0   0x0000e400 - 0x0000e43f (0x40) IX[B]
   [10] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [11] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [12] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [14] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [6] -1   0   0xdc002000 - 0xdc0020ff (0x100) MX[B]
   [7] -1   0   0xdc001000 - 0xdc0011ff (0x200) MX[B]
   [8] -1   0   0x50100000 - 0x501003ff (0x400) MX[B]
   [9] -1   0   0xdc000000 - 0xdc0003ff (0x400) MX[B]
   [10] -1   0   0xc0000000 - 0xbfffffff (0x0) MX[B]O
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [16] -1   0   0x0000e400 - 0x0000e43f (0x40) IX[B]
   [17] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [18] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [19] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [21] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [22] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(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/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6629  Wed Nov  3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [6] -1   0   0xdc002000 - 0xdc0020ff (0x100) MX[B]
   [7] -1   0   0xdc001000 - 0xdc0011ff (0x200) MX[B]
   [8] -1   0   0x50100000 - 0x501003ff (0x400) MX[B]
   [9] -1   0   0xdc000000 - 0xdc0003ff (0x400) MX[B]
   [10] -1   0   0xc0000000 - 0xbfffffff (0x0) MX[B]O
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [16] -1   0   0x0000e400 - 0x0000e43f (0x40) IX[B]
   [17] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [18] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [19] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [21] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [22] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [6] -1   0   0xdc002000 - 0xdc0020ff (0x100) MX[B]
   [7] -1   0   0xdc001000 - 0xdc0011ff (0x200) MX[B]
   [8] -1   0   0x50100000 - 0x501003ff (0x400) MX[B]
   [9] -1   0   0xdc000000 - 0xdc0003ff (0x400) MX[B]
   [10] -1   0   0xc0000000 - 0xbfffffff (0x0) MX[B]O
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [13] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [14] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [15] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [19] -1   0   0x0000e400 - 0x0000e43f (0x40) IX[B]
   [20] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [21] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [22] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [23] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [24] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [25] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [26] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [27] 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 "HWcursor" "true"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xD8000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 Ti 4200 with AGP8X
(--) NVIDIA(0): VideoBIOS: 04.28.20.05.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-1
(--) NVIDIA(0): Display device CRT-1: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-1: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-1: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Monitor0: Using default hsync range of 31.00-82.00 kHz
(II) NVIDIA(0): Monitor0: Using default vrefresh range of 55.00-100.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-1:
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I)
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.9 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(**) NVIDIA(0): Display dimensions: (320, 240) mm
(**) NVIDIA(0): DPI set to (101, 108)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
   [1] 0   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](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   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [8] -1   0   0xdc002000 - 0xdc0020ff (0x100) MX[B]
   [9] -1   0   0xdc001000 - 0xdc0011ff (0x200) MX[B]
   [10] -1   0   0x50100000 - 0x501003ff (0x400) MX[B]
   [11] -1   0   0xdc000000 - 0xdc0003ff (0x400) MX[B]
   [12] -1   0   0xc0000000 - 0xbfffffff (0x0) MX[B]O
   [13] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [15] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [16] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [17] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [21] -1   0   0x0000e400 - 0x0000e43f (0x40) IX[B]
   [22] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [23] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [24] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [25] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [26] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [27] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [28] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [29] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(WW) NVIDIA(0): WAIT (2, 1, 0x800004x, 0x08x, 0x08x)
(WW) NVIDIA(0): WAIT (1, 1, 0x800004x, 0x08x, 0x08x)
(II) Loading extension NV-GLX


Last edited by XSS on Mon Jan 16, 2006 2:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sun Jan 15, 2006 10:39 am    Post subject: Reply with quote

Seems at first glance to be a problem with the nvidia driver. You haven't upgraded anything (kernel, nvidia-*, xorg mostly...) you say? Or changed any configuration?
Back to top
View user's profile Send private message
XSS
n00b
n00b


Joined: 22 Mar 2003
Posts: 26

PostPosted: Sun Jan 15, 2006 10:48 am    Post subject: Reply with quote

No, neither Xorg, nvidia-kernel or GLX - yesterday it started normally and i was at work almost the whole day and last night i watched a movie, that's all. :)
Back to top
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sun Jan 15, 2006 11:04 am    Post subject: Reply with quote

ok....

1/ I'm assuming everything is normal before you start x ?
2/ can you test whether it works using the nv driver rather than the nvidia driver? (obviously if so we then know the nvidia driver, or something related, is the issue)
2a/ if so, re-emerge nvidia-glx and nvidia-kernel just in case of some funky corruption or something perhaps, or some library issue.
Back to top
View user's profile Send private message
XSS
n00b
n00b


Joined: 22 Mar 2003
Posts: 26

PostPosted: Sun Jan 15, 2006 8:19 pm    Post subject: Reply with quote

1. Yes, everything is normal before i try to start X, i'm trying right after boot and the only thing that's not working is my ntpd configuration but im to lazy to fix it.

2. Yes, that was one of the first things to try but it complained about not being able to load GLX so i commented it out in xorg.conf and tried again, this time it just died in the middle of the start-up at this point:

Code:

Using vt 7
(--) using VT number 7

Then nothing more, very weird.

3. I re-emerged nvidia-kernel and GLX and tried to start X, this time i got the mouse cursor working and the grey/white stripes we're gone, instead i had a dark blue thick stripe at the top of the window (this is my start-up screen in XFCE) and i waited to see if it was loading or not, nothing happened so i killed X.
When i started X a second time, the white & grey stripes was back, i've tried starting X both as user and root, same results.

Edit:

Just for the heck of it i ran xorgconfig to generate a new basic configuration with the nv driver, same results as earlier it stops dead at "Using vt 7", then i tried with the vga driver, same thing there - this problem really boggles the mind. :cry:
Back to top
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sun Jan 15, 2006 9:25 pm    Post subject: Reply with quote

hmm.... Well, personally I'd be thinking something along the lines of 'emerge -e xfce4' about now just to be 1000% sure none of the files in the dependancy chain have been hosed by a library upgrade or something. What's your emerge --info, & are you running any hard masked packages or experimental stuff?
Back to top
View user's profile Send private message
XSS
n00b
n00b


Joined: 22 Mar 2003
Posts: 26

PostPosted: Mon Jan 16, 2006 6:03 am    Post subject: Reply with quote

I did run a emerge -e to be sure, just as you said, same results.
The experimental stuff and masked packages are non-essential software ie. minor applications so they shouldn't pose a problem.

Here is my emerge --info
Code:

Gentoo Base System version 1.6.13
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.14-gentoo-r4 i686)
=================================================================
System uname: 2.6.14-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 crypt cups curl directfb eds emboss encode esd exif expat fam ffmpeg flac foomaticdb fortran gdbm gif glut gnome gpm gstreamer gtk gtk2 idn imagemagick imlib ipv6 java jpeg kde lcms libg++ libwww lua mad mikmod mng motif mp3 mpeg ncurses nls ogg oggvorbis openal opengl oss pam pcre pdflib perl png python qt quicktime readline samba sdl spell ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev usb vorbis xine xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Back to top
View user's profile Send private message
XSS
n00b
n00b


Joined: 22 Mar 2003
Posts: 26

PostPosted: Mon Jan 16, 2006 2:43 pm    Post subject: Reply with quote

Ok, i gotta admit, i was a little stupid here.
After the "emerge -e xfce" i forgot to edit my .xinitrc in my home & root-folder, thing is that it during my trial-and-error period i removed the xfce start-up and added twm for obvious reasons, when twm loaded i got a totally black screen and i took it as i still had a problem.

Anyway, problemo solved, thanks to drwook! :D
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