Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Blank screen after starting X - not only Gentoo...
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
Arcturus
n00b
n00b


Joined: 02 Nov 2004
Posts: 7
Location: Gent - Belgium

PostPosted: Sun Nov 07, 2004 4:43 pm    Post subject: Blank screen after starting X - not only Gentoo... Reply with quote

Hi,

A quick look at some threads shows that I am clearly not the only one to get a blank screen when starting X.

After ´startx´ I have to switch the monitor off / on to get the display back to life (Ctl-Alt-BK doesn´t work, nor Alt-n to switch into another console - or better : it works but you can´t see it :?).
The same problem is also present when booting from a Knoppix 3.3 or a Knoppix 3.6 CD.
With Mandrake 10.0 CE however, everything is normal. I checked the configuration file in Mandrake, copied some parts into xorg.conf, but to no avail.

Does anyone have a pointer or some information about the reasons why the screen goes blank ? I´m sure this would be of much help to newbies as this seems to be a recurrent problem. ?
_________________
Life is deadly...
Back to top
View user's profile Send private message
SuperJudge
Apprentice
Apprentice


Joined: 08 Jun 2004
Posts: 177
Location: Albany, GA

PostPosted: Sun Nov 07, 2004 4:48 pm    Post subject: Reply with quote

Post /etc/X11/xorg.conf and /var/log/Xorg.0.log.
_________________
---Powered by Honda
Back to top
View user's profile Send private message
Arcturus
n00b
n00b


Joined: 02 Nov 2004
Posts: 7
Location: Gent - Belgium

PostPosted: Sun Nov 07, 2004 5:21 pm    Post subject: Reply with quote

Contents of /etc/X11/xorg.conf :

Code:
#

Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"
    Load        "v4l"
#    Load        "glx"
#    Load    "dri"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath   "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
#    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

# The module search path.  The default path is shown here.

    ModulePath "/usr/X11R6/lib/modules"

EndSection

# Section "ServerFlags"
# EndSection


Section "InputDevice"
    Identifier   "Keyboard0"
    Driver   "Keyboard"
#    Option "AutoRepeat" "500 30"
    Option "XkbModel"    "pc105"
    Option "XkbRules"    "xorg"
    Option "XkbLayout"   "us_intl"
#    Option "XkbOptions" ""
#    Option "XkbDisable"
EndSection

Section "InputDevice"
    Identifier   "Mouse0"
    Driver   "mouse"
    Option      "Protocol"    "ExplorerPS/2"
    Option      "Device"      "/dev/mouse"
    Option      "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier  "monitor0"
    VendorName  "Belinea"
    ModelName   "Belinea 103020"
    HorizSync   30.0-70.0
    VertRefresh 50.0-120.0
EndSection

Section "Device"
    Identifier  "device0"
    VendorName  "NVidia"
    BoardName   "NVidia GeForce FX (generic)"
    Driver      "nv"
    VideoRam    65536
    Option      "DPMS"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "device0"
    Monitor     "monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
#        ViewPort    0 0
#   Virtual 1024 768   => copied from the Mandrake conffile
    EndSubsection
    Subsection "Display"
   Depth       15
   Modes       "1024x768" "800x600" "640x480"
#   Viewport    0 0
#   Virtual 1024 768
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
#   ViewPort    0 0
#   Virtual 1024 768
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
#        ViewPort    0 0
#   Virtual 1024 768
    EndSubsection
EndSection

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Layout0"
    Screen      "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection



and contents of /var/log/Xorg.0.log :

Code:

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.7-gentoo-r11 i686 [ELF]
Current Operating System: Linux rigel 2.6.7-gentoo-r11 #1 Mon Oct 18 19:07:43 GMT 2004 i686
Build Date: 07 November 2004
   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 Nov  7 17:56:45 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "monitor0"
(**) |   |-->Device "device0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us_intl"
(**) XKB: layout: "us_intl"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Speedo/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/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/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.7.0, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000820c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3205 card 1043,80f9 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1043,80ed rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1043,80f9 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1043,80b0 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1043,80ff rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 1102,9171 rev a1 class 03,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,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) 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   0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xdc000000/24, 0xd8000000/26
(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 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xde001000 - 0xde0010ff (0x100) MX[B]
   [1] -1   0   0xde000000 - 0xde0000ff (0x100) MX[B]
   [2] -1   0   0xd0000000 - 0xcfffffff (0x0) MX[B]O
   [3] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [4] -1   0   0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
   [5] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [6] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [7] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [8] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [9] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [10] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xde001000 - 0xde0010ff (0x100) MX[B]
   [1] -1   0   0xde000000 - 0xde0000ff (0x100) MX[B]
   [2] -1   0   0xd0000000 - 0xcfffffff (0x0) MX[B]O
   [3] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [4] -1   0   0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
   [5] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [6] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [7] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [8] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [9] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [10] -1   0   0x0000d000 - 0x0000d01f (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   0xde001000 - 0xde0010ff (0x100) MX[B]
   [6] -1   0   0xde000000 - 0xde0000ff (0x100) MX[B]
   [7] -1   0   0xd0000000 - 0xcfffffff (0x0) MX[B]O
   [8] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [9] -1   0   0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [11] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [12] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [13] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [14] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [16] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.7.0, 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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.7.0, 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 DPMS
(II) Loading extension FontCache
(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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.7.0, 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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.1
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.7.0, 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: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor="X-TrueType Server Project & After X-TT Project"
   compiled for 6.7.0, module version = 1.4.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font xtt
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 0.0.1
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
   Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
   Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
   GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
   GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
   Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
   GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
   GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
   GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS,
   GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
   GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
   Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
   GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
   GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
   0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
   Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
   GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
   Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
   GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
   GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
   0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
   Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
   GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
   GeForce FX Go5200, GeForce FX Go5250, GeForce FX Go5200 32M/64M,
   0x0329, Quadro NVS 280 PCI, Quadro FX 500, GeForce FX Go5300,
   GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
   GeForce FX 5900XT, GeForce FX 5950 Ultra, 0x0334, Quadro FX 3000,
   GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
   GeForce FX 5700VE, 0x0345, GeForce FX Go5700, GeForce FX Go5700,
   0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100, 0x034F
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce FX 5200 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   0xde001000 - 0xde0010ff (0x100) MX[B]
   [6] -1   0   0xde000000 - 0xde0000ff (0x100) MX[B]
   [7] -1   0   0xd0000000 - 0xcfffffff (0x0) MX[B]O
   [8] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [9] -1   0   0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
   [10] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [11] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [12] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [13] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [14] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [16] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [17] -1   0   0x0000d000 - 0x0000d01f (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   0xde001000 - 0xde0010ff (0x100) MX[B]
   [6] -1   0   0xde000000 - 0xde0000ff (0x100) MX[B]
   [7] -1   0   0xd0000000 - 0xcfffffff (0x0) MX[B]O
   [8] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [9] -1   0   0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
   [10] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [11] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [12] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [16] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [17] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [19] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [20] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [21] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [22] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce FX 5200"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD8000000
(--) NV(0): MMIO registers at 0xDC000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: MAX  Model: bcc  Serial#: 825241654
(II) NV(0): Year: 2001  Week: 17
(II) NV(0): EDID Version: 1.1
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate
(II) NV(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) NV(0): Gamma: 2.85
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): redX: 0.643 redY: 0.324   greenX: 0.301 greenY: 0.606
(II) NV(0): blueX: 0.142 blueY: 0.056   whiteX: 0.281 whiteY: 0.311
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) NV(0): #1: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) NV(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) NV(0): #3: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 31.5 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 640  h_sync: 1312  h_sync_end 1344 h_blank_end 832 h_border: 0
(II) NV(0): v_active: 400  v_sync: 417  v_sync_end 420 v_blanking: 445 v_border: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 35.5 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 720  h_sync: 1476  h_sync_end 1512 h_blank_end 936 h_border: 0
(II) NV(0): v_active: 400  v_sync: 417  v_sync_end 420 v_blanking: 446 v_border: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 31.5 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 640  h_sync: 1296  h_sync_end 1360 h_blank_end 840 h_border: 0
(II) NV(0): v_active: 480  v_sync: 513  v_sync_end 516 v_blanking: 500 v_border: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 78.8 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 1024  h_sync: 1040  h_sync_end 1136 h_blank_end 1312 h_border: 0
(II) NV(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 800 v_border: 0
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 65536 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file hsync range 30-70kHz not within DDC hsync ranges.
(WW) NV(0): config file vrefresh range 50-120Hz not within DDC vrefresh ranges.
(II) NV(0): monitor0: Using hsync range of 30.00-70.00 kHz
(II) NV(0): monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NV(0): Not using default mode "1152x864" (width too large for virtual size)
(II) NV(0): Not using default mode "1152x768" (width too large for virtual size)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NV(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) NV(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) NV(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) NV(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NV(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I)
(II) NV(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(**) NV(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) NV(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) NV(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) NV(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) NV(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) NV(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) NV(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) NV(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) NV(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) NV(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) NV(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) NV(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) NV(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) NV(0): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) NV(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) NV(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) NV(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(--) NV(0): Display dimensions: (300, 230) mm
(--) NV(0): DPI set to (86, 84)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.7.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.7.0, 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   0xd8000000 - 0xdbffffff (0x4000000) MX[B]
   [1] 0   0   0xdc000000 - 0xdcffffff (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   0xde001000 - 0xde0010ff (0x100) MX[B]
   [8] -1   0   0xde000000 - 0xde0000ff (0x100) MX[B]
   [9] -1   0   0xd0000000 - 0xcfffffff (0x0) MX[B]O
   [10] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [11] -1   0   0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [18] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [20] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [21] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [24] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xd8000000,0x4000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Indirect CPU to Screen color expansion
   Solid Lines
   Scanline Image Writes
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      32 256x256 slots
      16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) Mouse0: ZAxisMapping: buttons 6 and 7
(**) Mouse0: Buttons: 7
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/Speedo/, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/CID/, removing from list!



My system : motherboard Asus A7V8X-MX, 512MB RAM, nVidia GeForce FX 5200.

When Mandrake switches to X, the monitor clicks and after about 1 second the screen comes to life again. With ´startx´ under Gentoo, no click is heard.
Can this information be of use ?
_________________
Life is deadly...
Back to top
View user's profile Send private message
junco
n00b
n00b


Joined: 09 Jun 2003
Posts: 41

PostPosted: Mon Nov 08, 2004 4:31 am    Post subject: Reply with quote

Sorry don't know... but I sure hope one of us get's a solution.

https://forums.gentoo.org/viewtopic.php?t=248246

What version of the nvidia drivers are you using? Have you tried other versions?
Back to top
View user's profile Send private message
junco
n00b
n00b


Joined: 09 Jun 2003
Posts: 41

PostPosted: Mon Nov 08, 2004 7:08 am    Post subject: Reply with quote

Well I fixed my problem. Well I don't know if I can really consider it a "fix"... but all I did was clean out xfree, and upgraded to xorg. It also installed the 6111 nvidia drivers. All is fine now... X starts, looks great... <shrug>
Back to top
View user's profile Send private message
junco
n00b
n00b


Joined: 09 Jun 2003
Posts: 41

PostPosted: Mon Nov 08, 2004 8:20 am    Post subject: Reply with quote

Umm ok... I guess I posted too soon. This is really weird. When I have only an /etc/X11/xorg.conf (created with Xorg -configure), X won't start, however if I use my old XF86Config (by renaming xorg.conf) it starts fine. I've compared the files and tried to make them identical... which I think they are now except for some ordering. It's strange, they are, in theory the same file but with xorg.conf it won't start (I get black screen lockup), and with XF86Config it runs fine! What the hell? I attached both files.

This first one is xorg.conf
Code:

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

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
#   ModulePath   "/usr/X11R6/lib/modules"
#   FontPath     "/usr/share/fonts/misc/"
#   FontPath     "/usr/share/fonts/TTF/"
#   FontPath     "/usr/share/fonts/Type1/"
#   FontPath     "/usr/share/fonts/CID/"
#   FontPath     "/usr/share/fonts/75dpi/"
#   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "dbe"
#   Load  "extmod"
   SubSection  "extmod"
      Option  "omit xfree86-dga"
   EndSubSection
#   Load  "dri"
#   Load  "record"
#   Load  "xtrap"
   Load  "type1"
   Load  "speedo"
   Load  "freetype"
   Load  "xtt"
   Load  "glx"
EndSection

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

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

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Mitsubishi"
   ModelName    "Diamond Pro 930SB"
   HorizSync    30-110
   VertRefresh  50-160
   Option        "DPMS"
EndSection

Section "Device"
   Identifier "Standard VGA"
   VendorName "Unknown"
   BoardName  "Unknown"
   Driver     "vga"
EndSection

Section "Device"
     Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "6800 GT"
   Option      "NvAGP 0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
       Subsection "Display"
           Depth       8
           Modes       "1920x1440" "1856x1392" "1800x1440" "1792x1344" "1600x1200" "1280x1024" "1152x870" "1024x768" "800x600" "640x480"
           ViewPort    0 0
   EndSubsection
       Subsection "Display"
           Depth       16
           Modes       "1920x1440" "1856x1392" "1800x1440" "1792x1344" "1600x1200" "1280x1024" "1152x870" "1024x768" "800x600" "640x480"
           ViewPort    0 0
   EndSubsection
       Subsection "Display"
           Depth       24
           Modes       "1600x1200" "1280x1024" "1152x870" "1024x768" "800x600" "640x480"
           ViewPort    0 0
   EndSubsection
EndSection


And this one is XF86Config:
Code:

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"
    Load       "glx"
EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "us"

EndSection

Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/psaux"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"
    HorizSync   30-110
    VertRefresh 50-160
    Option "DPMS"

EndSection

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "GeForce 5900 Ultra"
    Driver      "nvidia"
    Option   "NvAGP 0"
    #VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce 5900 Ultra"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1920x1440" "1856x1392" "1800x1440" "1792x1344" "1600x1200" "1280x1024" "1152x870" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1920x1440" "1856x1392" "1800x1440" "1792x1344" "1600x1200" "1280x1024" "1152x870" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1600x1200" "1280x1024" "1152x870" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


[/code]
Back to top
View user's profile Send private message
G|N|
Tux's lil' helper
Tux's lil' helper


Joined: 26 Feb 2004
Posts: 138
Location: Turnhout (Belgium)

PostPosted: Mon Nov 08, 2004 5:31 pm    Post subject: Reply with quote

i tought that i had the same problem (x hanging) but isn't when i execute X really everthing hangs (music, etc) and working with an old xfree86config doesn't work either.

would this just be a 2.6.8.1 kernel bug or a problem that i first emerged xfree and directly after that i emerged xorg-x11 (+-250 files changed so maybe an wrong config file is causing al this)

the sad thing is that i don't have time for another install and upgrading a kernel is also out of the question because this one finally supports my acx100 chipset in a decent way.

hopefully a update of xorg will fix it al!!!
Back to top
View user's profile Send private message
Arcturus
n00b
n00b


Joined: 02 Nov 2004
Posts: 7
Location: Gent - Belgium

PostPosted: Mon Nov 08, 2004 6:59 pm    Post subject: Reply with quote

Junco : I don´t think it is the same problem although maybe related. No click here means that even Alt-Fn doesn´t work. And I´m using the generic ´nv´ driver (see the xorg.conf above); I´ll wait to change to ´nvidia´ till this problem is solved.
Cleaning out XFree is no option here, as this is a new install (stage 1) and only Xorg was compiled.
The remark on the two conf-files is interesting. I´ve tried both (after changing some necessary params); they work both the same way, but...

I have reduced the xorg.conf to :

Code:

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

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
   Load  "dbe"
   SubSection  "extmod"
      Option  "omit xfree86-dga"
   EndSubSection
   Load  "freetype"
   Load  "xtt"
   Load  "glx"
EndSection

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

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

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Belinea"
   ModelName    "103020"
   HorizSync    30-70
   VertRefresh  50-120
   Option        "DPMS"
EndSection

Section "Device"
   Identifier "VGA"
   VendorName "Unknown"
   BoardName  "Unknown"
   Driver     "vga"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nv"
   VendorName  "nVidia Corporation"
   BoardName   "6800 GT"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "VGA"
   Monitor    "Monitor0"
   DefaultDepth 8
       Subsection "Display"
           Depth       8
           Modes       "1024x768" "800x600" "640x480"
           ViewPort    0 0
   EndSubsection
EndSection


- using the Standard VGA driver I get a screen with something like a 320x240 resolution (presumably due to the VGA resolution),
- simply changing Device ¨VGA¨ to ¨Card0¨ gives the blank screen; after switching the monitor off / on I get a screen with the normal resolution.

Can this be an indication that the problem lies with the ¨nv¨ driver ???
_________________
Life is deadly...
Back to top
View user's profile Send private message
no4b
Bodhisattva
Bodhisattva


Joined: 18 Jan 2004
Posts: 774
Location: Tarnów, Poland

PostPosted: Mon Nov 08, 2004 8:48 pm    Post subject: Reply with quote

Have you tryed compilling agpart into kernel?
Back to top
View user's profile Send private message
Arcturus
n00b
n00b


Joined: 02 Nov 2004
Posts: 7
Location: Gent - Belgium

PostPosted: Mon Nov 08, 2004 9:31 pm    Post subject: Reply with quote

Yes, agpart is compiled in the kernel
(in make menuconfig : <*> /dev/agpart (AGP Support)).

BTW, when the ugly low resolution screen is shown with VGA, there is no monitor click, which may indicate that the resolution in X is the same as the resolution of the terminal.
So, does the problem indicate that the monitor is unable to switch resolution ?
(It cannot be a hardware problem as Mandrake does manage to do it).

Or does Mandrake use another release of the ´nv´ driver ??? I´m using Xorg 6.7.0 with kernel 2.6.7 as I have the portage snapshot and all files on DVD. My intention is to build a working Gentoo from the DVD and thereafter sync portage and upgrade.
_________________
Life is deadly...
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Tue Nov 09, 2004 7:20 am    Post subject: Reply with quote

I had this problem the other day and turned out the mouse was pointing to the wrong device file. It was point to /dev/mouse what mine was actually /dev/input/mice. You may also want to manually change it to /dev/psaux as well. Basically I kept looking around in the /dev till I found the mouse.

I found this out looking in /var/log for xorg log file. It said the device pointer was not found.

Hope that helps.

:D :D :D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
junco
n00b
n00b


Joined: 09 Jun 2003
Posts: 41

PostPosted: Tue Nov 09, 2004 5:29 pm    Post subject: Reply with quote

I'd try using the nvidia driver if I were you. You might have more luck than with nv. My X is running now.. but is far from stable. GL stuff makes it lock sometimes. Sometimes it will run a 3d app fine, sometimes the screen goes black and I have to reboot. I don't know if this is due to buggy nvidia drivers or what... I"m also running xorg with the drop shadow and transparency extenstions... perhaps that isn't helping either, but it sure looks nice :) Now that I've got a working xorg.conf (posted above, but I still have no idea why other other one I posted doesn't work) I think I'll try emergeing the 5336 drivers again. Perhaps using some older, more stable drivers would help.
Back to top
View user's profile Send private message
Arcturus
n00b
n00b


Joined: 02 Nov 2004
Posts: 7
Location: Gent - Belgium

PostPosted: Thu Nov 11, 2004 6:45 pm    Post subject: Reply with quote

Dalek,

I´ve tried both /dev/mouse and /dev/psaux, and there is no difference.
_________________
Life is deadly...
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Fri Nov 12, 2004 6:13 am    Post subject: Reply with quote

Arcturus wrote:
Dalek,

I´ve tried both /dev/mouse and /dev/psaux, and there is no difference.


You may want to look around in /devand see if you can find something else that may be pointing to your mouse. You may also want to use nano or cat to check the error logs in /var/log. That was how I found the problem with mine. It siad it could not find the pointer device. It could be something else. May sure you configure your video card with the correct setttings as well.

I still don't know why it did at least come back to a console. I had to ssh in and do a reboot.

Later

:D :D :D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
lucindrea
n00b
n00b


Joined: 09 Nov 2003
Posts: 50

PostPosted: Tue Nov 30, 2004 10:41 pm    Post subject: Reply with quote

Arcturus wrote:
Dalek,

I´ve tried both /dev/mouse and /dev/psaux, and there is no difference.


i was going nutz trying to work out why my X wasnt working .. i'm on a laptop with a touch pad ..

my mouse was /dev/input/mouse0

i have no window manager , but at least i have a x i can move around the screen :)
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