Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HP Pavilion zd7000 series Notebook
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
cazze
Apprentice
Apprentice


Joined: 26 Mar 2003
Posts: 155
Location: Brussels - Belgium

PostPosted: Tue Sep 28, 2004 7:09 pm    Post subject: Reply with quote

Slydini,

i saw your post about the synaptics touchpad. I had the same problem X not wanting to start because of the synaptics stuff not found, but now it is working like charm. Do you have the next things installed?

- emerge synaptics?
- In the kernel config: Device Drivers -> Input device support -> Event Interface?

And ofcource the following in your xorg.conf:
Section "InputDevice"
Driver "synaptics"
Identifier "touchpad"
Option "Device" "/dev/mouse"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1900"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection

kammicazze
_________________
Required: Windows 95 or better, so i installed Linux!!!
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Wed Sep 29, 2004 8:15 pm    Post subject: Reply with quote

Hi. I just switched from a working Mandrake installation (using the XF86Config-4 file posted here) to a Gentoo installation. Just finished emerging KDE, and tried the XF86Config-4 file posted at the start of this thread on it. Without configuring KDE quite yet (I expected to just get an X screen), I typed "startx"... and it gave me a "screen not found" error. I have the 1440x900 screen, not the 1680xwhatever, so the config should match... and it was a cut-and-paste, not a manual type it in. The only thing I could think of is here I must use xorg.conf, before I was using XF86Config-4. Does anyone else have this issue? Has anyone solved it? I'd hate to have to throw away my new stage-1 install after getting this far :(
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
xcable
Guru
Guru


Joined: 15 Aug 2002
Posts: 424
Location: College Station, Texas

PostPosted: Wed Sep 29, 2004 8:45 pm    Post subject: Reply with quote

The file should be "XF86Config" if your using XFree86, I'm not sure if "XF86Config-4" will work. It might be a Mandrake specific thing.

XFree and Xorg both work. I first started with xfree but now I run xorg.

Code:

emerge unmerge xfree (if you have xfree installed)
emerge xorg-x11
nano -w /etc/X11/xorg.conf
startx


/etc/X11/xorg.conf
Code:

Section "Files"
 RgbPath       "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath   "/usr/share/fonts/truetype/"
   FontPath   "/usr/share/fonts/TTF/"
   FontPath   "/usr/share/fonts/freefont/"
   FontPath   "/usr/share/fonts/corefonts/"
   FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
   FontPath        "/usr/share/fonts/misc/"
   FontPath        "/usr/share/fonts/TTF/"
   FontPath        "/usr/share/fonts/Speedo/"
   FontPath        "/usr/share/fonts/Type1/"
   FontPath        "/usr/share/fonts/75dpi/"
   FontPath        "/usr/share/fonts/100dpi/"
EndSection

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

Section "InputDevice"
   Identifier     "Keyboard0"
   Driver         "keyboard"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"

EndSection

Section "InputDevice"
   Identifier     "Mouse0"
   Driver         "mouse"
   Option          "Protocol"       "IMPS/2"
   Option          "Device"      "/dev/mouse"
   Option      "Emulate3Buttons"
   Option      "Emulate3Timeout"   "50"
   Option      "ZAxisMapping"      "4 5"   
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName   "Monitor Model"
   HorizSync   30.0-96.0
   VertRefresh   50.0-160.0
   Modeline   "1440x900" 106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
EndSection

Section "Device"
   Identifier     "Card0"
   Driver         "nvidia"
   VendorName     "nVidia Corporation"
   BoardName      "GeForce FX Go5600"
   BusID      "PCI:1:0:0"
   Option      "NoLogo"      "on"
   Option      "CursorShadow"      
   Option      "IgnoreEDID"      "true"
   
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"       # <i>
        #Option     "NoFlip"                # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "NoLogo"                # [<bool>]
        #Option     "UBB"                   # [<bool>]
        #Option     "Stereo"                # <i>
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "NvAGP"                 # <i>
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ConnectedMonitor"      # <str>
        #Option     "ConnectedMonitors"     # <str>
        #Option     "TVStandard"            # <str>
        #Option     "TVOutFormat"           # <str>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "CursorShadow"          # [<bool>]
        #Option     "CursorShadowAlpha"     # <i>
        #Option     "CursorShadowXOffset"    # <i>
        #Option     "CursorShadowYOffset"    # <i>
        #Option     "UseEdidFreqs"          # [<bool>]
        #Option     "FlatPanelProperties"    # <str>
        #Option     "TwinView"              # [<bool>]
        #Option     "TwinViewOrientation"    # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"    # <str>
        #Option     "MetaModes"             # <str>
        #Option     "UseInt10Module"        # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"     # [<bool>]
        #Option     "Overlay"               # [<bool>]
        #Option     "CIOverlay"             # [<bool>]
        #Option     "ForceEmulatedOverlay"    # [<bool>]
        #Option     "TransparentIndex"      # <i>
        #Option     "OverlayDefaultVisual"    # [<bool>]
        #Option     "NvEmulate"             # <i>
        #Option     "NoBandWidthTest"       # [<bool>]
        #Option     "CustomEDID-CRT-0"      # <str>
        #Option     "CustomEDID-CRT-1"      # <str>
        #Option     "CustomEDID-DFP-0"      # <str>
        #Option     "CustomEDID-DFP-1"      # <str>
        #Option     "CustomEDID-TV-0"       # <str>
        #Option     "CustomEDID-TV-1"       # <str>
        #Option     "TVOverScan"            # <f>
        #Option     "IgnoreDisplayDevices"    # <str>
        #Option     "MultisampleCompatibility"    # [<bool>]
        #Option     "RegistryDwords"        # <str>
        #Option     "NoPowerConnectorCheck"    # [<bool>]
        #Option     "AllowDFPStereo"        # [<bool>]

EndSection

Section "Screen"
   Identifier   "Screen0"
   Device        "Card0"
   Monitor       "Monitor0"
 DefaultDepth 24

 SubSection "Display"
  Depth  24
  Modes  "1440x900" "1024x768"
  Viewport 0 0
 EndSubSection
EndSection

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


heath


Last edited by xcable on Wed Sep 29, 2004 9:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Wed Sep 29, 2004 8:56 pm    Post subject: Reply with quote

FWIW, It's "xorg-x11", not just "xorg" that you should emerge...
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
xcable
Guru
Guru


Joined: 15 Aug 2002
Posts: 424
Location: College Station, Texas

PostPosted: Wed Sep 29, 2004 9:13 pm    Post subject: Reply with quote

Thanks codergeek42.

heath
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Wed Sep 29, 2004 9:19 pm    Post subject: Reply with quote

xcable wrote:
Thanks codergeek42.

heath
Just doing my job :wink:


...actually no I'm not. I should really get back to it soon -_- ...
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Fri Oct 01, 2004 12:22 pm    Post subject: Reply with quote

Hey, thanks for the quick replies. I'll try that new config file when I return home. In the meantime, I found that if I comment out the Driver "nvidia" and replace it with Driver "vesa" I can start X with no problems... so the issue seems to reside with my nvidia driver... but I have the module loaded (I can see "nvidia" listed when I do an lsmod), so I'm kinda at a loss. Then again, maybe the new config will fix it. I'll let ya know :)
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
xcable
Guru
Guru


Joined: 15 Aug 2002
Posts: 424
Location: College Station, Texas

PostPosted: Fri Oct 01, 2004 1:12 pm    Post subject: Reply with quote

What kernel are you using? What version of nvidia driver are you using?

Make sure "Use 4Kb for kernel stacks instead of 8Kb" in not enabled in the "Kernel hacking" section.

I use vanilla-source (current is 2.6.8.1). I use nvidia-kernel-1.0.5336-r4 and nvidia-glx-1.0.5336-r2.

heath
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Fri Oct 01, 2004 1:58 pm    Post subject: Reply with quote

OK, here goes:

uname -a
Quote:
Linux beastie 2.6.8.1 #1 SMP Tue Sep 28 06:01:03 EDT 2004 i686 Intel(R) Pentium(R) 4 CPU 3.06GHz GenuineIntel GNU/Linux
That would be the development-sources (supposedly a stable branch... this seems to be the only problem I've seen so far, though).

I stayed away from reducing the kernel stacks option in the kernel hacking section (it didn't make sense to me).

A dmesg | grep nvidia shows that the nvidia module loaded:
Quote:
nvidia: module license 'NVIDIA' taints kernel.
0: nvidia: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-5336 Wed Jan 14 18:29:26 PST 2004

_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Fri Oct 01, 2004 2:22 pm    Post subject: Reply with quote

Hey, on a side note, I'm quite excited... my reason for dropping Mandrake was that KDevelop and the development environment was very poorly configured (I had to give the exact path to the GLU library rather than using -lGLU... though plain old -lGL worked fine... SDL had similar issues)... and worst of all, the debugger was just plain dead. I just tried the exact same project in Gentoo through my VNC session, and it worked great! Just added in the libraries to the project as "-l" additions, fired up the debugger, and was able to step through the beast! For that reason alone, I'm already glad I switched... now if only I can get the display drivers working (especially the GL libraries, as they are involved in my project). :)

EDIT: I just found something else of interest... I was checking the gentoo nvidia install guide, and I found that the MTRR has an uncachable section:
Code:
rich@beastie rich $ cat /proc/mtrr
reg00: base=0x00000000 (   0MB), size=1024MB: write-back, count=1
reg01: base=0x3ff80000 (1023MB), size= 512KB: uncachable, count=1
reg02: base=0xe0000000 (3584MB), size=   4MB: write-combining, count=1
Apparently, the solution to this is to change a BIOS setting... but as we all know, the BIOS has nothing that can be changed in these frelling laptops :(. Anyways, it worked under Mandrake... I can't imagine why it's choking to death here!

Also of note:
Code:
rich@beastie rich $ cat /proc/driver/nvidia/agp/card
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 4x
Registers:       0x1f000e1b:0x00000000
rich@beastie rich $ cat /proc/driver/nvidia/agp/host-bridge
Host Bridge:     Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 4x
Registers:       0x1f004a1b:0x00000900
rich@beastie rich $ cat /proc/driver/nvidia/agp/status
Status:          Disabled
Note that it says the status is "disabled"
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Fri Oct 01, 2004 8:17 pm    Post subject: Reply with quote

Well... I finally got home and tried the new config... no dice :(. Any other ideas?

I've another idea... it's a long shot, but could someone with a 2.6.8.1 kernel post their working config file? Maybe I screwed mine up somehow. I'll paste it in, recompile, and reboot... cross my fingers and try again.

EDIT: OK, I got the config file... err... it's big, so please don't post one here :)
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Fri Oct 01, 2004 9:45 pm    Post subject: Reply with quote

*sigh*

No dice on the new kernel :(. I also re-emerged nvidia-kernel after I re-compiled the kernel because the nvidia kernel module is... well... a module.

I noted also that there were several incompatibilities with whatever 2.6.8.1 kernel I was given and the kernel I am using (a make menuconfig, or a simple make told me that several lines in the .config file were invalid). None of these lines affected graphics, though, so I think it matched up. This time I even tried a kernel that didn't support SMP just to be on the extreme safe side :(.

I am using the development-sources kernel... has anyone successfully used this kernel? Maybe that's my problem. What other 2.6.x kernel choices do I have that you guys know work?
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Sat Oct 02, 2004 6:06 pm    Post subject: Reply with quote

More information:

I looked at the Xorg log file in /var/log... and I noted that none of the modules I requested were loaded. This is seriously confusing... it's like Xorg is ignoring its configuration file... but it does pay attention if I switch over to "vesa"... but only to load the vesa driver, none of the other modules. Also, I am stuck at some unknown low resolution, even though the rest of the settings are set for 1440x900. I'm truly at a loss here! In case it can help someone backtrack what went terribly, horribly wrong, I am providing my log file here. Please, compare it with your own and you'll see what I mean (I compared it to another guys working nvidia setup under gentoo myself). Thanks
Code:

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.5-gentoo i686 [ELF]
Current Operating System: Linux beastie 2.6.8-gentoo-r3 #2 SMP Sat Oct 2 13:42:46 EDT 2004 i686
Build Date: 28 September 2004
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct  2 14:05:26 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/share/fonts/truetype/" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/share/fonts/freefont/" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/share/fonts/corefonts/" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf-bitstream-vera/" does not exist.
 Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/TTF/,/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Speedo/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
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 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 103c,006a rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 103c,006a rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 103c,006a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 103c,006a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 103c,006a rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 103c,006a rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 103c,006a rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24d6 card 103c,006a rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,031a card 103c,006a rev a1 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 10ec,8139 card 103c,006a rev 10 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 1524,1411 card 3800,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 1524,0510 card 103c,006a rev 00 class 05,01,00 hdr 00
(II) PCI: 02:02:0: chip 104c,8026 card 103c,006a rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), 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 0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
 [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
 [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
 [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xd2000000 - 0xd23fffff (0x400000) 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)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
 [0] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
 [1] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
 [0] -1 0 0xd2100000 - 0xd21fffff (0x100000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation GeForce FX Go5600 rev 161, Mem @ 0xd1000000/24, 0xe0000000/28
(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 0xd8000000 from 0xdfffffff to 0xd7ffffff
(II) Active PCI resource ranges:
 [0] -1 0 0xd2000000 - 0xd2003fff (0x4000) MX[B]
 [1] -1 0 0xd2005000 - 0xd20057ff (0x800) MX[B]
 [2] -1 0 0xd2005800 - 0xd20058ff (0x100) MX[B]
 [3] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[B]
 [4] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[B]
 [5] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
 [6] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[B]
 [7] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
 [8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [9] -1 0 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
 [10] -1 0 0x00003c00 - 0x00003c7f (0x80) IX[B]
 [11] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [12] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
 [13] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
 [14] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
 [15] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
 [16] -1 0 0x00002040 - 0x0000204f (0x10) IX[B]
 [17] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
 [18] -1 0 0x00001ce0 - 0x00001cff (0x20) IX[B]
 [19] -1 0 0x00001cc0 - 0x00001cdf (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xd2000000 - 0xd2003fff (0x4000) MX[B]
 [1] -1 0 0xd2005000 - 0xd20057ff (0x800) MX[B]
 [2] -1 0 0xd2005800 - 0xd20058ff (0x100) MX[B]
 [3] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[B]
 [4] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[B]
 [5] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
 [6] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[B]
 [7] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
 [8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [9] -1 0 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
 [10] -1 0 0x00003c00 - 0x00003c7f (0x80) IX[B]
 [11] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [12] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
 [13] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
 [14] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
 [15] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
 [16] -1 0 0x00002040 - 0x0000204f (0x10) IX[B]
 [17] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
 [18] -1 0 0x00001ce0 - 0x00001cff (0x20) IX[B]
 [19] -1 0 0x00001cc0 - 0x00001cdf (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 0xd2000000 - 0xd2003fff (0x4000) MX[B]
 [6] -1 0 0xd2005000 - 0xd20057ff (0x800) MX[B]
 [7] -1 0 0xd2005800 - 0xd20058ff (0x100) MX[B]
 [8] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[B]
 [9] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[B]
 [10] -1 0 0x40000000 - 0x400003ff (0x400) MX[B]
 [11] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[B]
 [12] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
 [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [14] -1 0 0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
 [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [17] -1 0 0x00003c00 - 0x00003c7f (0x80) IX[B]
 [18] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [19] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
 [20] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
 [21] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
 [22] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
 [23] -1 0 0x00002040 - 0x0000204f (0x10) IX[B]
 [24] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
 [25] -1 0 0x00001ce0 - 0x00001cff (0x20) IX[B]
 [26] -1 0 0x00001cc0 - 0x00001cdf (0x20) IX[B]
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
 mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
 mgag550
(II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4,
 pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta
(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) TGA: driver for Digital chipsets: tga, tga2
(II) S3: driver (version 0.3.5 for S3 chipset: 964-0, 964-1, 968,
 Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX
(II) S3VIRGE: driver (version 1.8.6) for S3 ViRGE chipsets: virge, 86C325,
 virge vx, 86C988, virge dx, virge gx, 86C375, 86C385, virge gx2,
 86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d, 86C365,
 trio 3d/2x, 86C362, 86C368
(II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
 SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
 SIS315PRO, SIS550, SIS650/M650/651/740, SIS330(Xabre),
 SIS660/661FX/M661FX/M661MX/741/741GX/M741/760/M760
(II) RENDITION: rendition driver (version 4.0) for chipsets: V1000, V2x00
(II) NEOMAGIC: Driver for Neomagic chipsets: neo2070, neo2090, neo2093,
 neo2097, neo2160, neo2200, neo2230, neo2360, neo2380
(II) I740: Driver for Intel i740 chipset: i740 (agp), i740 (pci)
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
 3dfx Voodoo3, 3dfx Voodoo5
(II) SAVAGE: driver (version 1.1.27) for S3 Savage chipsets: Savage4,
 Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX,
 Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133,
 ProSavage PN133, ProSavage KN133, SuperSavage/MX 128,
 SuperSavage/MX 64, SuperSavage/MX 64C, SuperSavage/IX 128,
 SuperSavage/IX 128, SuperSavage/IX 64, SuperSavage/IX 64,
 SuperSavage/IXC 64, SuperSavage/IXC 64, ProSavage DDR,
 ProSavage DDR-K
(II) CIRRUS: driver for Cirrus chipsets: CLGD5430, CLGD5434-4, CLGD5434-8,
 CLGD5436, CLGD5446, CLGD5480, CL-GD5462, CL-GD5464, CL-GD5464BD,
 CL-GD5465, CL-GD7548
(II) VMWARE: driver for VMware SVGA: vmware0405, vmware0710
(II) TSENG: driver for Tseng Labs chipsets: ET4000, ET4000W32, ET4000W32i,
 ET4000W32p, ET6000, ET6100,
(II) TRIDENT: driver for Trident chipsets: tvga9000, tvga9000i, tvga8900c,
 tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320, cyber9388, cyber9397,
 cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4, tgui9420dgi,
 tgui9440agi, tgui9660, tgui9680, providia9682, providia9685,
 cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d, cyberbladei7,
 cyberbladei7d, cyberbladei1, cyberbladei1d, cyberbladeAi1,
 cyberbladeAi1d, bladeXP, cyberbladeXPAi1, cyberbladeXP4
(II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, ct65525,
 ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550,
 ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300
(II) APM: driver for the Alliance chipsets: AP6422, AT24, AT3D
(II) I128: driver for Number Nine I128 chipsets: i128, i128v2, i128t2r,
 i128t2r4
(II) NSC: Nsc family driver (version 2.7.6) for chipsets: 5530, SC1200,
 SC1400, REDCLOUD
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
 ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
 ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
 ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
 ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
 ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
 ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
 ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
 ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
 ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
 ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
 ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
 ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
 ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
 ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
 ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
 ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
 ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
 ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
 ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
 ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
 ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
 ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
 ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
 ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
 ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
 ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
 ATI Radeon Mobility M7 LW (AGP),
 ATI Mobility FireGL 7800 M7 LX (AGP),
 ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
 ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
 ATI Radeon IGP330/340/350 (A4) 4137,
 ATI Radeon IGP330M/340M/350M (U2) 4337,
 ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
 ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
 ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
 ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
 ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
 ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
 ATI Radeon Mobility 9000 (M9) Lf (AGP),
 ATI Radeon Mobility 9000 (M9) Lg (AGP),
 ATI Radeon 9100 IGP (A5) 5834,
 ATI Radeon Mobility 9100 IGP (U3) 5835,
 ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP),
 ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP),
 ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
 ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
 ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
 ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
 ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
 ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
 ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
 ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
 ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP),
 ATI Radeon Mobility 9600 (M10) NQ (AGP),
 ATI Radeon Mobility 9600 (M11) NR (AGP),
 ATI Radeon Mobility 9600 (M10) NS (AGP),
 ATI FireGL Mobility T2 (M10) NT (AGP),
 ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
 ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
 ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
 ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
 ATI Radeon 9800XT NJ (AGP)
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
 i810e, i815, i830M, 845G, 852GM/855GM, 865G
(II) ARK: driver (version 0.5.0 for ARK Logic chipset: ark1000pv,
 ark2000pv, ark2000mt
(II) CYRIX: driver for Cyrix MediaGX Processors: mediagx
(II) Silicon Motion: driver (version 1.3.1) for Silicon Motion Lynx chipsets:
 Lynx, LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM, Cougar3DR
(II) via: driver for VIA chipsets: CLE266, KM400, K8M800
(II) VESA: driver for VESA chipsets: vesa
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(II) DUMMY: Driver for Dummy chipsets: dummy
(II) FBDEV: driver for framebuffer: fbdev, afb
(II) v4l driver for Video4Linux
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
 i810e, i815, i830M, 845G, 852GM/855GM, 865G
(II) Primary Device is: PCI 01:00:0
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
  at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
xcable
Guru
Guru


Joined: 15 Aug 2002
Posts: 424
Location: College Station, Texas

PostPosted: Sun Oct 03, 2004 9:57 pm    Post subject: Reply with quote

Post this

Code:

cat /etc/X11/xorg.conf


either to this forum or a private message to me.


heath (xcable)
Back to top
View user's profile Send private message
cazze
Apprentice
Apprentice


Joined: 26 Mar 2003
Posts: 155
Location: Brussels - Belgium

PostPosted: Mon Oct 04, 2004 7:41 am    Post subject: Reply with quote

Hi all,

I had lockup problems with the ndiswrapper-0.10. My HP was freezing when i pushed the wireless button or after 10 or 20 minutes of wireless communication.

I recompiled my kernel without smp and everything seems fine now.
I run kernel 2.6.8-gentoo-r3.

- Is there a trick to run an SMP kernel with ndiswrapper working?
- Is there a big differnce between the SMP kernel and the single one on a pentium 4 3.2Ghz with hyperthr.

Kammicazze
_________________
Required: Windows 95 or better, so i installed Linux!!!
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Mon Oct 04, 2004 2:44 pm    Post subject: Reply with quote

xcable wrote:
Post this

Code:

cat /etc/X11/xorg.conf


either to this forum or a private message to me.


heath (xcable)
Ok, here it is:
Code:
Section "Files"
 RgbPath       "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath   "/usr/share/fonts/truetype/"
   FontPath   "/usr/share/fonts/TTF/"
   FontPath   "/usr/share/fonts/freefont/"
   FontPath   "/usr/share/fonts/corefonts/"
   FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
   FontPath        "/usr/share/fonts/misc/"
   FontPath        "/usr/share/fonts/TTF/"
   FontPath        "/usr/share/fonts/Speedo/"
   FontPath        "/usr/share/fonts/Type1/"
   FontPath        "/usr/share/fonts/75dpi/"
   FontPath        "/usr/share/fonts/100dpi/"
EndSection

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

Section "InputDevice"
   Identifier     "Keyboard0"
   Driver         "keyboard"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"

EndSection

Section "InputDevice"
   Identifier     "Mouse0"
   Driver         "mouse"
   Option          "Protocol"       "IMPS/2"
   Option          "Device"      "/dev/mouse"
   Option      "Emulate3Buttons"
   Option      "Emulate3Timeout"   "50"
   Option      "ZAxisMapping"      "4 5"   
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName   "Monitor Model"
   HorizSync   30.0-96.0
   VertRefresh   50.0-160.0
   Modeline   "1440x900" 106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
EndSection

Section "Device"
   Identifier     "Card0"
   #Driver         "nvidia"
   Driver   "vesa"
   VendorName     "nVidia Corporation"
   BoardName      "GeForce FX Go5600"
   BusID      "PCI:1:0:0"
   Option      "NoLogo"      "on"
   Option      "CursorShadow"       
   Option      "IgnoreEDID"      "true"
   Option      "NvAgp" "1"
   
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"       # <i>
        #Option     "NoFlip"                # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "NoLogo"                # [<bool>]
        #Option     "UBB"                   # [<bool>]
        #Option     "Stereo"                # <i>
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "NvAGP"                 # <i>
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ConnectedMonitor"      # <str>
        #Option     "ConnectedMonitors"     # <str>
        #Option     "TVStandard"            # <str>
        #Option     "TVOutFormat"           # <str>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "CursorShadow"          # [<bool>]
        #Option     "CursorShadowAlpha"     # <i>
        #Option     "CursorShadowXOffset"    # <i>
        #Option     "CursorShadowYOffset"    # <i>
        #Option     "UseEdidFreqs"          # [<bool>]
        #Option     "FlatPanelProperties"    # <str>
        #Option     "TwinView"              # [<bool>]
        #Option     "TwinViewOrientation"    # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"    # <str>
        #Option     "MetaModes"             # <str>
        #Option     "UseInt10Module"        # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"     # [<bool>]
        #Option     "Overlay"               # [<bool>]
        #Option     "CIOverlay"             # [<bool>]
        #Option     "ForceEmulatedOverlay"    # [<bool>]
        #Option     "TransparentIndex"      # <i>
        #Option     "OverlayDefaultVisual"    # [<bool>]
        #Option     "NvEmulate"             # <i>
        #Option     "NoBandWidthTest"       # [<bool>]
        #Option     "CustomEDID-CRT-0"      # <str>
        #Option     "CustomEDID-CRT-1"      # <str>
        #Option     "CustomEDID-DFP-0"      # <str>
        #Option     "CustomEDID-DFP-1"      # <str>
        #Option     "CustomEDID-TV-0"       # <str>
        #Option     "CustomEDID-TV-1"       # <str>
        #Option     "TVOverScan"            # <f>
        #Option     "IgnoreDisplayDevices"    # <str>
        #Option     "MultisampleCompatibility"    # [<bool>]
        #Option     "RegistryDwords"        # <str>
        #Option     "NoPowerConnectorCheck"    # [<bool>]
        #Option     "AllowDFPStereo"        # [<bool>]

EndSection

Section "Screen"
   Identifier   "Screen0"
   Device        "Card0"
   Monitor       "Monitor0"
 DefaultDepth 24

 SubSection "Display"
  Depth  24
  Modes  "1440x900" "1024x768"
  Viewport 0 0
 EndSubSection
EndSection

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

Note: I also switched my AGPGART today to the i865 intel AGPGART... it appears to be loading in dmesg, but I still get the same results.

EDIT: On a hunch, is there a way for me to download the Mandrake kernel sources? Maybe I can take this one step at a time and try to figure out what's killing it. I still have the .config from the Mandrake config that was working on a 2.6 kernel. I suspect they are interchangable.
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
KShots
Guru
Guru


Joined: 09 Oct 2003
Posts: 591
Location: Florida

PostPosted: Wed Oct 06, 2004 6:00 pm    Post subject: Reply with quote

I came across this topic with the exact same problem. It seems they aren't sure how they resolved it (udev? What's that?)... however, it was also repeatedly suggested that xorg NOT be compiled with +static (I have EVERYTHING statically linked). So, taking that into account, I will now re-compile xorg with USE="-static" and see what happens. If that fixes it, I'll add it to /etc/portage/packages.mask so I'll never have to worry about it again. Wish me luck :)

EDIT: OK, I finished compiling (I didn't run into the dreaded "Unresolved symbols" error! YAY!!). Now I need to wait a couple hours before I can go home and test it. I'm very optimistic about this - I really hope it works :)

EDIT1: SUCCESS! I am using the nvidia drivers as of this moment. For some reason, it came up in some god-awful low resolution (I think I must have set 640x480 at some point to be absolutely safe), but that can be fixed easily (I believe). Anyways, I saw the nvidia logo pop up, and nothing's been quite as beautiful :). Thank you ck42, even though you probably won't look in this topic :). And thanks to those that also tried to diagnose this problem.
_________________
Life without passion is death in disguise
Back to top
View user's profile Send private message
hilbertAx
n00b
n00b


Joined: 22 Oct 2004
Posts: 22

PostPosted: Fri Oct 22, 2004 3:36 pm    Post subject: nvidia help, should work but...? Reply with quote

Hi everybody!
I'm running Gentoo on my HP zd7229ea, as newbie.

I have a big problem:

with nvidia drivers, X locks up.

I get blank screen, and then if I switch to a console,
the screen is weird, until I reboot without nvidia drivers.
Driver nv works well, though.

The thing I don't understand is that I don't get any errors in the log files.
Everything seems fine to me, from the logs.
It also seems to me that even if I don't see nothing, kdm is up and running:
if I write (without seeing anything) my username and pass, then the hd works
as if it was loading normally kde.

Here are the logs:

uname -a:

Code:

Linux uampiro 2.6.7-gentoo-r11 #1 SMP Wed Oct 20 13:33:17 UTC 2004 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux




cat /proc/driver/nvidia/agp/card
Code:

Fast Writes:     Supported
SBA:        Supported
AGP Rates:     8x 4x
Registers:     0x1f000e1b:0x1f004302






cat /proc/driver/nvidia/agp/host-bridge

Code:

Host Bridge:     Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface
Fast Writes:     Supported
SBA:        Supported
AGP Rates:     8x 4x
Registers:     0x1f004a1b:0x00000b02






cat /proc/driver/nvidia/agp/status

Code:

Status:     Enabled
Driver:     AGPGART (inactive)
AGP Rate:     8x
Fast Writes:     Disabled
SBA:        Enabled




lsmod
Code:

Module                  Size  Used by
nvidia               4818132  -



xorg.conf

Code:

Section "Files"

    RgbPath   "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    ModulePath   "/usr/X11R6/lib/modules"

EndSection


Section "Module"
    Load   "dbe"
    Load   "glx"
#    Load "extmod"
#    SubSection   "extmod"
#   Option   "omit xfree86-dga"
#    EndSubSection
    Load   "type1"
    Load   "freetype"
    Load   "speedo"

EndSection

Section "ServerFlags"

    Option   "blank time"   "10"   # 10 minutes
    Option   "standby time"   "20"
    Option   "suspend time"   "30"
    Option   "off time"   "60"


EndSection

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "keyboard"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Mouse1"
    Driver   "mouse"
    Option   "Protocol"   "IMPS/2"
    Option   "Device"   "/dev/mouse"
    Option   "Emulate3Buttons"
    Option   "Emulate3Timeout"   "50"
    Option   "ZAxisMapping" "4 5"
   
EndSection

Section "Monitor"

   Identifier "Monitor1"
    HorizSync   30.0-96.0         # multisync
    VertRefresh      50.0-160.0        # multisync
    ModeLine "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +VSync

EndSection


Section "Device"


    Identifier   "Card1"
    Driver   "nvidia"
    BusID   "PCI:1:0:0"
    Option    "NvAgp"    "1"
    Option   "HWcursor" "on"
    Option   "IgnoreEDID"   "true"
    Option   "CursorShadow"
EndSection


Section "Screen"


    Identifier   "Screen1"
    Device   "Card1"
    Monitor   "Monitor1"
    DefaultDepth 24

    SubSection "Display"
        Depth      24
        Modes      "1440x900" "1024x768" "640x480"
        ViewPort   0 0
    EndSubsection


EndSection


Section "ServerLayout"


    Identifier   "X.org Configured"
    Screen   0   "Screen1"   0   0
    InputDevice   "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection






xorg 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 uampiro 2.6.7-gentoo-r11 #1 SMP Wed Oct 20 13:33:17 UTC 2004 i686
Build Date: 20 October 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: Fri Oct 22 16:52:21 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen1" (0)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(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 number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 103c,006a rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 103c,006a rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 103c,006a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 103c,006a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 103c,006a rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 103c,006a rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 103c,006a rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24d6 card 103c,006a rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0324 card 103c,006a rev a1 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 10ec,8139 card 103c,006a rev 10 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 1524,1411 card 3800,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 1524,0510 card 103c,006a rev 00 class 05,01,00 hdr 00
(II) PCI: 02:02:0: chip 104c,8026 card 103c,006a rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:03:0: chip 14e4,4320 card 103c,12f4 rev 03 class 02,80,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,3), 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   0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [1] -1   0   0x00003400 - 0x000034ff (0x100) IX[B]
   [2] -1   0   0x00003800 - 0x000038ff (0x100) IX[B]
   [3] -1   0   0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xd2000000 - 0xd23fffff (0x400000) 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)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x0340 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00003400 - 0x000034ff (0x100) IX[B]
   [1] -1   0   0x00003800 - 0x000038ff (0x100) IX[B]
(--) PCI:*(1:0:0) nVidia Corporation GeForce FX Go5200 rev 161, Mem @ 0xd1000000/24, 0xe0000000/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 0xd8000000 from 0xdfffffff to 0xd7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xd2004000 - 0xd2005fff (0x2000) MX[B]
   [1] -1   0   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [2] -1   0   0xd2007000 - 0xd20077ff (0x800) MX[B]
   [3] -1   0   0xd2007800 - 0xd20078ff (0x100) MX[B]
   [4] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [5] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [6] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [7] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [8] -1   0   0xd8000000 - 0xd7ffffff (0x0) MX[B]O
   [9] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
   [11] -1   0   0x00003c00 - 0x00003c7f (0x80) IX[B]
   [12] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [13] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [14] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [15] -1   0   0x00001c80 - 0x00001cbf (0x40) IX[B]
   [16] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [17] -1   0   0x00002040 - 0x0000204f (0x10) IX[B]
   [18] -1   0   0x00002000 - 0x0000201f (0x20) IX[B]
   [19] -1   0   0x00001ce0 - 0x00001cff (0x20) IX[B]
   [20] -1   0   0x00001cc0 - 0x00001cdf (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xd2004000 - 0xd2005fff (0x2000) MX[B]
   [1] -1   0   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [2] -1   0   0xd2007000 - 0xd20077ff (0x800) MX[B]
   [3] -1   0   0xd2007800 - 0xd20078ff (0x100) MX[B]
   [4] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [5] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [6] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [7] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [8] -1   0   0xd8000000 - 0xd7ffffff (0x0) MX[B]O
   [9] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
   [11] -1   0   0x00003c00 - 0x00003c7f (0x80) IX[B]
   [12] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [13] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [14] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [15] -1   0   0x00001c80 - 0x00001cbf (0x40) IX[B]
   [16] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [17] -1   0   0x00002040 - 0x0000204f (0x10) IX[B]
   [18] -1   0   0x00002000 - 0x0000201f (0x20) IX[B]
   [19] -1   0   0x00001ce0 - 0x00001cff (0x20) IX[B]
   [20] -1   0   0x00001cc0 - 0x00001cdf (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 - 0x1fffffff (0x1ff00000) 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 - 0x1fffffff (0x1ff00000) 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   0xd2004000 - 0xd2005fff (0x2000) MX[B]
   [6] -1   0   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [7] -1   0   0xd2007000 - 0xd20077ff (0x800) MX[B]
   [8] -1   0   0xd2007800 - 0xd20078ff (0x100) MX[B]
   [9] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [10] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [11] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [12] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [13] -1   0   0xd8000000 - 0xd7ffffff (0x0) MX[B]O
   [14] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [15] -1   0   0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x00003c00 - 0x00003c7f (0x80) IX[B]
   [19] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [20] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [21] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [22] -1   0   0x00001c80 - 0x00001cbf (0x40) IX[B]
   [23] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [24] -1   0   0x00002040 - 0x0000204f (0x10) IX[B]
   [25] -1   0   0x00002000 - 0x0000201f (0x20) IX[B]
   [26] -1   0   0x00001ce0 - 0x00001cff (0x20) IX[B]
   [27] -1   0   0x00001cc0 - 0x00001cdf (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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6106
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(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: "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: "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: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6106
   Module class: XFree86 Video Driver
(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) NVIDIA X Driver  1.0-6106  Wed Jun 23 08:14:45 PDT 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 - 0x1fffffff (0x1ff00000) 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   0xd2004000 - 0xd2005fff (0x2000) MX[B]
   [6] -1   0   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [7] -1   0   0xd2007000 - 0xd20077ff (0x800) MX[B]
   [8] -1   0   0xd2007800 - 0xd20078ff (0x100) MX[B]
   [9] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [10] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [11] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [12] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [13] -1   0   0xd8000000 - 0xd7ffffff (0x0) MX[B]O
   [14] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [15] -1   0   0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x00003c00 - 0x00003c7f (0x80) IX[B]
   [19] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [20] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [21] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [22] -1   0   0x00001c80 - 0x00001cbf (0x40) IX[B]
   [23] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [24] -1   0   0x00002040 - 0x0000204f (0x10) IX[B]
   [25] -1   0   0x00002000 - 0x0000201f (0x20) IX[B]
   [26] -1   0   0x00001ce0 - 0x00001cff (0x20) IX[B]
   [27] -1   0   0x00001cc0 - 0x00001cdf (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x1fffffff (0x1ff00000) 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   0xd2004000 - 0xd2005fff (0x2000) MX[B]
   [6] -1   0   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [7] -1   0   0xd2007000 - 0xd20077ff (0x800) MX[B]
   [8] -1   0   0xd2007800 - 0xd20078ff (0x100) MX[B]
   [9] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [10] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [11] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [12] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [13] -1   0   0xd8000000 - 0xd7ffffff (0x0) MX[B]O
   [14] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [15] -1   0   0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x00003c00 - 0x00003c7f (0x80) IX[B]
   [22] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [23] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [24] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [25] -1   0   0x00001c80 - 0x00001cbf (0x40) IX[B]
   [26] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [27] -1   0   0x00002040 - 0x0000204f (0x10) IX[B]
   [28] -1   0   0x00002000 - 0x0000201f (0x20) IX[B]
   [29] -1   0   0x00001ce0 - 0x00001cff (0x20) IX[B]
   [30] -1   0   0x00001cc0 - 0x00001cdf (0x20) IX[B]
   [31] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [32] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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
(**) 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" "on"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "IgnoreEDID" "true"
(**) NVIDIA(0): Option "CursorShadow"
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(**) NVIDIA(0): Ignoring EDIDs
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xD1000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX Go5200
(--) NVIDIA(0): VideoBIOS: 04.34.20.33.b2
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 32 bpp: 400 MHz
(II) NVIDIA(0): Not probing EDIDs.
(II) NVIDIA(0): Monitor1: Using hsync range of 30.00-96.00 kHz
(II) NVIDIA(0): Monitor1: Using vrefresh range of 50.00-160.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(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 "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 "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" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (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 "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 "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (height 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 DFP-0:
(**) NVIDIA(0):      Mode "1440x900": 106.5 MHz, 55.9 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.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": 133.5 MHz, 95.3 kHz, 60.0 Hz (D)
(**) 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 "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(**) 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": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(**) 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": 78.8 MHz, 91.1 kHz, 85.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 1440 x 900
(==) NVIDIA(0): DPI set to (75, 75)
(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 "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   0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
   [1] 0   0   0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x1fffffff (0x1ff00000) 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   0xd2004000 - 0xd2005fff (0x2000) MX[B]
   [8] -1   0   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [9] -1   0   0xd2007000 - 0xd20077ff (0x800) MX[B]
   [10] -1   0   0xd2007800 - 0xd20078ff (0x100) MX[B]
   [11] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [12] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [13] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [14] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [15] -1   0   0xd8000000 - 0xd7ffffff (0x0) MX[B]O
   [16] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x00003c00 - 0x00003c7f (0x80) IX[B]
   [24] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [25] -1   0   0x00001c00 - 0x00001c7f (0x80) IX[B]
   [26] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
   [27] -1   0   0x00001c80 - 0x00001cbf (0x40) IX[B]
   [28] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [29] -1   0   0x00002040 - 0x0000204f (0x10) IX[B]
   [30] -1   0   0x00002000 - 0x0000201f (0x20) IX[B]
   [31] -1   0   0x00001ce0 - 0x00001cff (0x20) IX[B]
   [32] -1   0   0x00001cc0 - 0x00001cdf (0x20) IX[B]
   [33] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [34] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1440x900"
(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) 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
(II) Initializing extension GLX
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel Input Handler" (type: Other)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!






kdm 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 uampiro 2.6.7-gentoo-r11 #1 SMP Wed Oct 20 13:33:17 UTC 2004 i686
Build Date: 20 October 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: Fri Oct 22 16:52:21 2004
(==) Using config file: "/etc/X11/xorg.conf"
(II) Initializing extension GLX
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
Creating menu entries for kdm in /usr/kde/3.2/share/config/kdm/sessions...
QImage::convertDepth: Image is a null image
QImage::smoothScale: Image is a null image



glx gears

Code:

Error: couldn't open display (null)




Maybe I didn't configure the kernel right? How do I know from make menuconfig if agpgart is supported? It says it is disabled.

Please, any advice would be great. Thank you.
Back to top
View user's profile Send private message
hilbertAx
n00b
n00b


Joined: 22 Oct 2004
Posts: 22

PostPosted: Sat Oct 23, 2004 12:27 pm    Post subject: Reply with quote

I forgot to mention that I'm using nvidia latest driver.
Back to top
View user's profile Send private message
dentament
n00b
n00b


Joined: 16 Jun 2004
Posts: 74

PostPosted: Sun Nov 07, 2004 12:25 am    Post subject: Reply with quote

hilbertAx wrote:
I forgot to mention that I'm using nvidia latest driver.


Hi. I have a zd7229 too. I had exactly the same problem, using the latest nvidia-kernel / nvidia-glx (1.0.6111-r2).
X didn't really lock, it simply failed to show up on the monitor but *it was* running - that's why you didn't get any error message in logs. I had the "weird console" problem too, had to reboot every time (something readable, but all on white - was it how it looked?).

Anyway... I emerged gentoo's stable nvidia-kernel and nvidia-glx (1.0.5336-r4), opengl-update, and then recompiled the kernel without 4kb kernel stacks (which doesn't work with 1.0.5336-r4) - and this solved the problem.

But then I had another problem, which luckily I had already fixed before on my desktop pc: opengl apps - glxgears for a test - had terrible slowdown whenever any other application was taking some cpu, and had short but strong slowdowns even on moving windows or stuff like that.
I fixed this by adding this line...

Code:
export __GL_SYNC_TO_VBLANK=1


...as first line in /etc/X11/xinit/xinitrc
(this vblank thing is something you can setup by using nvidia-settings with the newest drivers, but with 5536 you can't and you have to set it this way).

(btw: I'm using same screen/geforce xorg.conf settings as the ones in the first post of this thread).

(btw, I add a bit of info which could always be useful :) : to get valid modelines for a given resolution/frequency you can run /usr/X11R6/bin/gtf (/usr/X11R6/bin/gtf --help)).

Bye
Back to top
View user's profile Send private message
dentament
n00b
n00b


Joined: 16 Jun 2004
Posts: 74

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

hilbertAx:
newest nvidia-driver (1.0.6629) is in portage now. I tried it (back with 4k stacks kernel) and it's working (btw: with .5336 I occasionally had a really brief flickering on screen, now it seems to be gone).
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Wed Feb 09, 2005 11:29 am    Post subject: lcd & crt Reply with quote

Hi,

anyone was able to make lcd and crt work both?

I would like to modify my xorg.conf settings for my ZD7050ea to use simultanusly LCD and crt, but I'm having problem because of the particular resolution of the LCD and how the nvidia driver works.

Thank you
Back to top
View user's profile Send private message
xcable
Guru
Guru


Joined: 15 Aug 2002
Posts: 424
Location: College Station, Texas

PostPosted: Wed Feb 09, 2005 2:28 pm    Post subject: Reply with quote

Here is my xorg.conf using Nvidia's twinview. Works fine with an external LCD running at 1024x768.

Code:

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

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        ModulePath      "/usr/X11R6/lib/modules"
        FontPath        "/usr/share/fonts/truetype"
        FontPath        "/usr/share/fonts/freetype"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/share/fonts/ttf-bitstream-vera"
        FontPath        "/usr/share/fonts/local"
        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/"
        FontPath        "/usr/share/fonts/Speedo"
        FontPath        "/usr/share/fonts/cyrillic"
EndSection

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

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "kbd"
        Option          "XkbLayout"     "us"
        Option          "XkbModel"      "pc104"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol"              "IMPS/2"
        Option          "Device"                "/dev/mouse"
        Option          "Emulate3Buttons"
        Option          "Emulate3Timeout"       "50"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Monitor"
        Identifier      "LCD"
        HorizSync       30-69
        VertRefresh     60
        Modeline        "1440x900" 106.47  1440 1520 1672 1904  900 901 904 932 -HSync +Vsync
EndSection

Section "Monitor"
        Identifier      "HD15"
        HorizSync       30-69
        VertRefresh     50-160
EndSection

Section "Device"
        Identifier      "GeForce"
        Driver          "nvidia"
        VendorName      "nVidia Corporation"
        BoardName       "GeForce FX Go5600"
        BusID           "PCI:1:0:0"
        Option          "IgnoreEDID"            "true"
        Option          "NoLogo"                "true"
        Option          "RenderAccel"           "1"
        Option          "CursorShadow"          "1"
        Option          "AGPMode"               "4"
        Option          "AGPFastWrite"          "true"
        Option          "EnablePageFlip"        "true"

        # TwinView configuration
        Option          "TwinView"                      "true"
        Option          "TwinViewOrientation"           "LeftOf"
        Option          "SecondMonitorHorizSync"        "24.0 - 60.0"
        Option          "SecondMonitorVertRefresh"      "56.0 - 75.0"
        Option          "MetaModes"                     "1024x768, 1440x900; NULL, 1440x900"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "GeForce"
        Monitor         "LCD"
        DefaultDepth    24

        SubSection "Display"
                Viewport        0 0
                Depth           24
                Modes           "1440x900" "1024x768" "800x600"
        EndSubSection
EndSection
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Wed Feb 09, 2005 5:31 pm    Post subject: Reply with quote

Thank you Xcable, this is exactly what I'm looking for :)
Have you tryied also to configure svideo with twinview?
Back to top
View user's profile Send private message
Maoz
n00b
n00b


Joined: 23 Mar 2004
Posts: 10

PostPosted: Wed Feb 16, 2005 4:33 pm    Post subject: i2c chip!!! Reply with quote

hi,
which I2C Hardware Bus support and Hardware Sensors Chip have this lap?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 7 of 8

 
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