RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go [SOLVED]

2006-05-22 Thread Daevid Vincent
I finally got this working it seems. 

These links were very helpful:

http://bugs.gentoo.org/show_bug.cgi?id=90047
http://forums.gentoo.org/viewtopic-t-327623.html
http://www.nvnews.net/vbulletin/showthread.php?t=49718&highlight=glx+xorg+ge
ntoo
http://www.nvnews.net/vbulletin/search.php?searchid=464072

I can't recall the exact thing that solved it, but I suspect it was the
nvidia/tls thing in the first post. I un/merged, un/masked, rm -rf  so many
things I can't remember anymore. But at the end of the day, I do have the
latest nvidia drivers working in OpenGL glory on my Dell i8200 notebook
GeForce 440 card.

Glxgears gives me:
7630 frames in 5 seconds = 1526 FPS +/-

Now if only I could figure out a way to get the video card to not share an
IRQ with SEVEN other things including my eth0, wlan and usb amongst other
things -- then it wouldn't studder. *sigh*.

> -Original Message-
> From: Daevid Vincent [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 11, 2006 12:58 PM
> To: gentoo-user@lists.gentoo.org
> Subject: RE: [gentoo-user] Modular Xorg 7 won't start with 
> nVidia GeForce4 440 Go
> 
> > This should not be needed.  The X server (actually, the 
> nvidia module
> > loaded in the X server) should create these automatically if they do
> > not exist.  From an strace of X on my system after removing the
> > nvidiactl and nvidia0 device nodes:
> 
> Okay. I removed them. Thanks.
> 
> > > So what is causing X7 to crash is when I set:
> > > "eselect opengl set nvidia"
> >
> > If you comment out the line:
> > 
> > Load "glx"
> > 
> > in xorg.conf, do you still get the crash?
> 
> No. X starts now. But "glxgears" segfaults.
>  
> > How are you starting the X server?  Does it still crash if 
> > you run just "X :0"?
> 
> I type "startx".
> 
> X :0 just gives me (as you probably already know) a 
> "checker-board" backdrop
> and a cursor. Can't do anything else with it.
> 
> > Take the most recent version of nvidia-kernel and nvidia-glx 
> > (~x86) and
> > take a look at /etc/modules.d/nvidia. There something about a
> > module-option for notebook systems.
> 
> Tried various ways with and without this option enabled.
> However, it says that's to solve "hard lock ups". I don't 
> have that problem.
> X starts, then just dies (if I have the wrong combination of 
> eselect/glx).
> It's definitely related to OpenGL now...
> 
> Tried rebooting after a few different option/tweaks just to 
> be sure too.
> 
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-11 Thread Daniel da Veiga
On 4/11/06, Richard Fish <[EMAIL PROTECTED]> wrote:
> On 4/11/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> > > If you comment out the line:
> > >
> > > Load "glx"
> > >
> > > in xorg.conf, do you still get the crash?
> >
> > No. X starts now. But "glxgears" segfaults.
>
> So it is definitely opengl related.
>

Maybe an idiot question... Have you tried the drivers directly from
NVidia, unmerging the nvida-kernel and nvidia-glx drivers and just
downloading and running the NVidia Installer? I just say that because
I once had problems with the portage versions, tried the installer and
it worked. In another computer I had no problems, but after putting
the NVidia installed driver it gained 20% performance...

> What DE do you normally run?  KDE, Gnome, ?  It seems to me that one
> the programs being started as part of the DE is trying to use opengl,
> and causing a crash.
>
> Have you tried playing with the RenderAccel, NoRenderExtension,
> NoFlip, and AllowGLXWithComposite options?  The safest settings for
> these should be:
>
> Option "RenderAccel" "Off"
> Option "NoRenderExtension" "On"
> Option "NoFlip" "On"
> Option "AllowGLXWithComposite" "Off"
>
> -Richard
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-11 Thread Richard Fish
On 4/11/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> > If you comment out the line:
> >
> > Load "glx"
> >
> > in xorg.conf, do you still get the crash?
>
> No. X starts now. But "glxgears" segfaults.

So it is definitely opengl related.

What DE do you normally run?  KDE, Gnome, ?  It seems to me that one
the programs being started as part of the DE is trying to use opengl,
and causing a crash.

Have you tried playing with the RenderAccel, NoRenderExtension,
NoFlip, and AllowGLXWithComposite options?  The safest settings for
these should be:

Option "RenderAccel" "Off"
Option "NoRenderExtension" "On"
Option "NoFlip" "On"
Option "AllowGLXWithComposite" "Off"

-Richard

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-11 Thread Daevid Vincent
> This should not be needed.  The X server (actually, the nvidia module
> loaded in the X server) should create these automatically if they do
> not exist.  From an strace of X on my system after removing the
> nvidiactl and nvidia0 device nodes:

Okay. I removed them. Thanks.

> > So what is causing X7 to crash is when I set:
> > "eselect opengl set nvidia"
>
> If you comment out the line:
> 
> Load "glx"
> 
> in xorg.conf, do you still get the crash?

No. X starts now. But "glxgears" segfaults.
 
> How are you starting the X server?  Does it still crash if 
> you run just "X :0"?

I type "startx".

X :0 just gives me (as you probably already know) a "checker-board" backdrop
and a cursor. Can't do anything else with it.

> Take the most recent version of nvidia-kernel and nvidia-glx 
> (~x86) and
> take a look at /etc/modules.d/nvidia. There something about a
> module-option for notebook systems.

Tried various ways with and without this option enabled.
However, it says that's to solve "hard lock ups". I don't have that problem.
X starts, then just dies (if I have the wrong combination of eselect/glx).
It's definitely related to OpenGL now...

Tried rebooting after a few different option/tweaks just to be sure too.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Richard Fish
On 4/10/06, Bob Sanders <[EMAIL PROTECTED]> wrote:
> emerge -C nvidia-kernel nvidia-glx
> emerge -av =nvidia-kernel-1.0.8178-r3 =nvidia-glx-1.0.8178-r1

FYI, if you read Daevid's original posting from Mar 29th, these are
the versions where he first encountered this probelm.

If you have some ideas of why this happens, we are certainly
interested, but please check the archives.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Richard Fish
On 4/10/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> I'm getting closer to narrowing this down.
>
> One of the problems is that "/sbin/NVmakedevices.sh" has been yanked from me
> in some nvidia ebuild update. Grr.
>
> Do this instead:
> -
> # /etc/conf.d/local.start

This should not be needed.  The X server (actually, the nvidia module
loaded in the X server) should create these automatically if they do
not exist.  From an strace of X on my system after removing the
nvidiactl and nvidia0 device nodes:

2262  stat64("/dev/nvidiactl", 0xbffcea38) = -1 ENOENT (No such file
or directory)
2262  stat64("/dev/nvidiactl", 0xbffcea38) = -1 ENOENT (No such file
or directory)
2262  mknod("/dev/nvidiactl", S_IFCHR|0666, makedev(195, 255)) = 0
2262  chmod("/dev/nvidiactl", 0666) = 0
2262  chown32("/dev/nvidiactl", 0, 0)   = 0
2262  open("/dev/nvidiactl", O_RDWR)= 7
2262  stat64("/dev/nvidia0", 0xbffce9a8) = -1 ENOENT (No such file or directory)
2262  stat64("/dev/nvidia0", 0xbffce9a8) = -1 ENOENT (No such file or directory)
2262  mknod("/dev/nvidia0", S_IFCHR|0666, makedev(195, 0)) = 0
2262  chmod("/dev/nvidia0", 0666)   = 0
2262  chown32("/dev/nvidia0", 0, 0) = 0
2262  open("/dev/nvidia0", O_RDWR)  = 8

> So what is causing X7 to crash is when I set:
>
> "eselect opengl set nvidia"

If you comment out the line:

Load "glx"

in xorg.conf, do you still get the crash?

How are you starting the X server?  Does it still crash if you run just "X :0"?

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Bob Sanders
On Mon, 10 Apr 2006 15:48:36 -0700
"Daevid Vincent" <[EMAIL PROTECTED]> wrote:


> 
> I'm using the latest 8756 version of the nvidia driver.
>

Try this - 

emerge -C nvidia-kernel nvidia-glx
emerge -av =nvidia-kernel-1.0.8178-r3 =nvidia-glx-1.0.8178-r1

Set the /etc/X11/xorg.conf driver def to nvidia and re-try starting X.

Bob
-  
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Daevid Vincent
I'm getting closer to narrowing this down.

One of the problems is that "/sbin/NVmakedevices.sh" has been yanked from me
in some nvidia ebuild update. Grr. 

Do this instead:
-
# /etc/conf.d/local.start

# This is a good place to load any misc programs
# on startup ( use 1>&2 to hide output)

# added by DV as per some email discussion on the nVidia drivers and UDEV

  for i in 0 1 2 3 4 5 6 7; do
node="/dev/nvidia$i"
rm -f $node
mknod $node c 195 $i  || echo "mknod \"$node\""
chmod 0660 $node  || echo "chmod \"$node\""
chown :video $node|| echo "chown \"$node\""
  done
   
  node="/dev/nvidiactl"
  rm -f $node
  mknod $node c 195 255   || echo "mknod \"$node\""
  chmod 0666 $node|| echo "chmod \"$node\""
  chown :video $node  || echo "chown \"$node\""
-

The module still loaded which was throwing me off. I would have expected it
not to.

So what is causing X7 to crash is when I set:

"eselect opengl set nvidia"

X won't even start (see previous emails for the errors). It wants to. The
screen goes blank and the resolution "blinks" and then crash.

But if I set:

"eselect opengl set xorg-x11"

Then X7 starts, but glxgears appears to barely move, yet it claims ~230fps
?!!?

All of this worked just fine in X6.8.

I'm using the latest 8756 version of the nvidia driver.

> -----Original Message-
> From: Daevid Vincent [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 10, 2006 12:08 PM
> To: gentoo-user@lists.gentoo.org
> Subject: RE: [gentoo-user] Modular Xorg 7 won't start with 
> nVidia GeForce4 440 Go
> 
> 
> I still cannot get X to start with the nvidia drivers. 
> However, I did take
> (someones?) suggestion and tried both the "vesa" and "nv" 
> drivers and they
> both "work". I say "work" because with 'vesa', I get a HUGE 
> (i.e. low rez)
> screen = unuseable. And with the 'nv' I get the right 
> resolution 1600x1200,
> but I get horrible frame-rates (glxgears).
> 
> I tried to turn off the RenderAccel option with 'nvidia' but no joy.

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-10 Thread Daevid Vincent

I still cannot get X to start with the nvidia drivers. However, I did take
(someones?) suggestion and tried both the "vesa" and "nv" drivers and they
both "work". I say "work" because with 'vesa', I get a HUGE (i.e. low rez)
screen = unuseable. And with the 'nv' I get the right resolution 1600x1200,
but I get horrible frame-rates (glxgears).

I tried to turn off the RenderAccel option with 'nvidia' but no joy.

> -Original Message-
> From: Daevid Vincent [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, March 30, 2006 5:53 PM
> To: gentoo-user@lists.gentoo.org
> Subject: RE: [gentoo-user] Modular Xorg 7 won't start with 
> nVidia GeForce4 440 Go
> 
> Richard, I want to thank you for your trying to help me on 
> this first of
> all...
> 
> > Have you tried doing a revdep-rebuild?  
> 
> Yes. There is nothing that needs rebuilding.
> 
> > Have you verified your
> > 'eselect opengl' settings?  What use flags did you build 
> with (emerge
> > -pv xorg-x11 xorg-server)
> 
> locutus ~ # emerge -pv xorg-x11 xorg-server
> 
> Calculating dependencies... done!
> [ebuild   R   ] x11-base/xorg-x11-7.0-r1  USE="-3dfx"
> INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp 
> -citron -digitaledge
> -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio
> -joystick -magellan -magictouch -microtouch -mutouch -palmax -penmount
> -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom"
> VIDEO_CARDS="fbdev nvidia vesa -apm -ark -ati -chips -cirrus 
> -cyrix -dummy
> -fglrx -glint -i128 -i740 -i810 -imstt -mga -neomagic -nsc 
> -nv -rendition
> -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx -tga 
> -trident -tseng
> -v4l -vga -via -vmware -voodoo" 0 kB 
> [ebuild   R   ] x11-base/xorg-server-1.0.2-r2  USE="dri ipv6 
> -debug -minimal
> -xprint" 0 kB 
> 
> 
> 
> locutus ~ # rmmod nvidia
> eselect opengl set nvidia
> locutus ~ # eselect opengl set nvidia
> Switching to nvidia OpenGL interface... Done
> 
> As per your advice, I tried the /root/xorg.conf.new file and 
> edited to be
> /dev/input/mice but I get the same errors.
> 
> It's strange as the screen goes blank like it wants to start, 
> but instead of
> seeing the KDE loading screen like I normally would, it just 
> bails out to
> the console again with those backtrace and signal 11 error.
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-01 Thread Mait
Daevid,

What is your touchpad driver?

-synaptics

That USE flag is little strange for laptop. As I know, so many laptop
has touchpad that drive whit synaptics driver.

Hope to find problem

--
Mait

2006/3/31, Daevid Vincent <[EMAIL PROTECTED]>:
> Richard, I want to thank you for your trying to help me on this first of
> all...
>
> > Have you tried doing a revdep-rebuild?
>
> Yes. There is nothing that needs rebuilding.
>
> > Have you verified your
> > 'eselect opengl' settings?  What use flags did you build with (emerge
> > -pv xorg-x11 xorg-server)
>
> locutus ~ # emerge -pv xorg-x11 xorg-server
>
> Calculating dependencies... done!
> [ebuild   R   ] x11-base/xorg-x11-7.0-r1  USE="-3dfx"
> INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge
> -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio
> -joystick -magellan -magictouch -microtouch -mutouch -palmax -penmount
> -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom"
> VIDEO_CARDS="fbdev nvidia vesa -apm -ark -ati -chips -cirrus -cyrix -dummy
> -fglrx -glint -i128 -i740 -i810 -imstt -mga -neomagic -nsc -nv -rendition
> -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx -tga -trident -tseng
> -v4l -vga -via -vmware -voodoo" 0 kB
> [ebuild   R   ] x11-base/xorg-server-1.0.2-r2  USE="dri ipv6 -debug -minimal
> -xprint" 0 kB
>
>
>
> locutus ~ # rmmod nvidia
> eselect opengl set nvidia
> locutus ~ # eselect opengl set nvidia
> Switching to nvidia OpenGL interface... Done
>
> As per your advice, I tried the /root/xorg.conf.new file and edited to be
> /dev/input/mice but I get the same errors.
>
> It's strange as the screen goes blank like it wants to start, but instead of
> seeing the KDE loading screen like I normally would, it just bails out to
> the console again with those backtrace and signal 11 error.
>
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-04-01 Thread Richard Fish
On 3/30/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> It's strange as the screen goes blank like it wants to start, but instead of
> seeing the KDE loading screen like I normally would, it just bails out to
> the console again with those backtrace and signal 11 error.

Sorry, I'm out of ideas.

-Richard

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-03-30 Thread Daevid Vincent
Richard, I want to thank you for your trying to help me on this first of
all...

> Have you tried doing a revdep-rebuild?  

Yes. There is nothing that needs rebuilding.

> Have you verified your
> 'eselect opengl' settings?  What use flags did you build with (emerge
> -pv xorg-x11 xorg-server)

locutus ~ # emerge -pv xorg-x11 xorg-server

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-x11-7.0-r1  USE="-3dfx"
INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge
-dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio
-joystick -magellan -magictouch -microtouch -mutouch -palmax -penmount
-spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom"
VIDEO_CARDS="fbdev nvidia vesa -apm -ark -ati -chips -cirrus -cyrix -dummy
-fglrx -glint -i128 -i740 -i810 -imstt -mga -neomagic -nsc -nv -rendition
-s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx -tga -trident -tseng
-v4l -vga -via -vmware -voodoo" 0 kB 
[ebuild   R   ] x11-base/xorg-server-1.0.2-r2  USE="dri ipv6 -debug -minimal
-xprint" 0 kB 



locutus ~ # rmmod nvidia
eselect opengl set nvidia
locutus ~ # eselect opengl set nvidia
Switching to nvidia OpenGL interface... Done

As per your advice, I tried the /root/xorg.conf.new file and edited to be
/dev/input/mice but I get the same errors.

It's strange as the screen goes blank like it wants to start, but instead of
seeing the KDE loading screen like I normally would, it just bails out to
the console again with those backtrace and signal 11 error.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-03-29 Thread Richard Fish
On 3/29/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> That error is bogus as that had to do with the "Xorg -configure" version.

Hmm, ok.

> (II) Initializing built-in extension RANDR
> (II) Initializing built-in extension COMPOSITE
> (II) Initializing built-in extension DAMAGE
> (II) Initializing built-in extension XEVIE
> (II) Initializing extension GLX
>

Not sure what is going here.  The backtrace starts from some font
handling functions, but I don't see anything significant in your log
that points to a font issue.  And the backtrace itself doesn't seem to
make any sense.

On my system (using modular X with the nvidia 8178 driver), an strace
of the X server shows that the input devices are initialized almost
immediately after the GLX initialization completes:

13611 write(0, "(II) Initializing extension GLX\n", 32) = 32
13611 open("/usr/lib/xserver/SecurityPolicy", O_RDONLY) = 11
13611 fstat64(11, {st_mode=S_IFREG|0644, st_size=2925, ...}) = 0
13611 mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6651000
13611 read(11, "version-1 \n\n# $Xorg: SecurityPol"..., 4096) = 2925
13611 read(11, "", 4096)= 0
13611 close(11) = 0
13611 munmap(0xb6651000, 4096)  = 0
13611 time(NULL)= 1143686197
13611 write(0, "(II) Synaptics touchpad driver v"..., 53) = 53
13611 write(0, "(**) Option \"Device\"", 20) = 20
13611 write(0, " \"/dev/input/event1\"", 20) = 20

This leads me again to think that there is a problem with the input devices.

Have you tried doing a revdep-rebuild?  Have you verified your
'eselect opengl' settings?  What use flags did you build with (emerge
-pv xorg-x11 xorg-server)

-Richard

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-03-29 Thread Daevid Vincent
> On 3/29/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> > Xorg is not able to detect your mouse.
> > Edit the file and correct the Device.
> 
> This will usually cause a fatal server error.  I suggesting editing
> xorg.conf and pointing the mouse a /dev/input/mice.

That error is bogus as that had to do with the "Xorg -configure" version. 

If you notice, the real 'startx' uses my regular /etc/X11/xorg.conf file
that worked fine with Xorg 6.8 and has no such mouse error.

> If that doesn't help, the contents of /var/log/Xorg.0.log would be the
> most useful thing for us to see.

locutus log # cat Xorg.0.log

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15-gentoo-r1 i686
Current Operating System: Linux locutus.daevid.com 2.6.15-gentoo-r1 #1
PREEMPT Tue Feb 21 18:44:25 PST 2006 i686
Build Date: 28 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 29 17:34:47 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Dell LCD"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Internal Mouse0"
(**) |-->Input Device "External Mouse1"
(WW) The directory "/usr/share/fonts/Speedo" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/windows_TTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/encodings").
(**) FontPath set to
"/usr/share/fonts,/usr/share/fonts/local,/usr/share/fonts/misc,/usr/share/fo
nts/75dpi:unscaled,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/Type1,/
usr/local/share/fonts,/usr/share/fonts/freefont,/usr/share/fonts/terminus,/u
sr/share/fonts/ttf,/usr/share/fonts/cyrillic,/usr/share/fonts/lfp-fix,/usr/s
hare/fonts/lfp-var,/usr/share/fonts/sharefont,/usr/share/fonts/TTF,/usr/shar
e/fonts/ukr,/usr/share/fonts/aquafont,/usr/share/fonts/artwiz,/usr/share/fon
ts/lfp-fix,/usr/share/fonts/lfpfonts-var,/usr/share/fonts/75dpi/,/usr/share/
fonts/100dpi/,/usr/share/fonts/artwiz,/usr/share/fonts/corefonts,/usr/share/
fonts/ttf-bitstream-vera,/usr/share/fonts/ukr,/usr/share/fonts/unifont,/usr/
share/fonts/util"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.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/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card , rev 04 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 04 class 06,04,00 hdr
01
(II) PCI: 00:1d:0: chip 8086,2482 card 8086,4541 rev 02 class 0c,03,00 hdr
80
(II) PCI: 00:1d:2: chip 8086,2487 card 8086,4541 rev 02 class 0c,03,00 hdr
00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev 42 class 06,04,00 hdr
01
(II) PCI: 00:1f:0: chip 8086,248c card , rev 02 class 06,01,00 hdr
80
(II) PCI: 00:1f:1: chip 8086,248a card 8086,4541 rev 02 class 01,01,8a hdr
00
(II) PCI: 00:1f:5: chip 8086,2485 card 1013,5959 rev 02 class 04,01,00 hdr
00
(II) PCI: 00:1f:6: chip 8086,2486 card 14f1,5421 rev 02 class 07,03,00 hdr
00
(II) PCI: 01:00:0: chip 10de,0174 card 1028,00d4 rev a3 class 03,00,00 hdr
00
(II) PCI: 02:00:0: chip 10b7,9200 card 1028,00d4 rev 78 class 02,00,00 hdr
00
(II) PCI: 02:01:0: chip 104c,ac42 card e000, rev 00 class 06,07,00 hdr
82
(II) PCI: 02:01:1: chip 104c,ac42 card e800, rev 00 class 06,07,00 hdr
82
(II) PCI: 02:01:2: chip 104c,8

Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go

2006-03-29 Thread Richard Fish
On 3/29/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> Xorg is not able to detect your mouse.
> Edit the file and correct the Device.

This will usually cause a fatal server error.  I suggesting editing
xorg.conf and pointing the mouse a /dev/input/mice.

If that doesn't help, the contents of /var/log/Xorg.0.log would be the
most useful thing for us to see.

-Richard

-- 
gentoo-user@gentoo.org mailing list