and when I trie to start X my monitor turnes off. I know that I have the right settings
in my xorg.conf when it is about my monitor becouse if I run X with vesa drivers
my X starts perfekt. So what can be the problem with the nVidia drivers?
P.S I followed this guide: http://www.gentoo.org/doc/en/nvidia-guide.xml
Edit: I just read in this howto that if the monitor options worked with vesa drivers
they maybe not working with nvidia so I run a livecd and simply copy the HorizSync and
VertRefresh from it to my own. But it didn't worke either.
Link: http://gentoo-wiki.com/HOWTO_nVidia_Drivers
My #startx output:
Code: Select all
zerox ~ # startx
xauth: creating new authority file /root/.serverauth.9290
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.17-gentoo-r7 i686
Current Operating System: Linux zerox 2.6.17-gentoo-r7 #8 SMP Sun Sep 3 21:05:47 CEST 2006 i686
Build Date: 03 September 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: Mon Sep 4 00:41:24 2006
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
waiting for X server to shut down X connection to :0.0 broken (explicit kill or server shutdown).
zerox ~ #
Code: Select all
# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"
Section "Device"
Identifier "** NVIDIA (generic) [nv]"
Driver "nvidia" # with "vesa" it workes.
VideoRam 262144
EndSection


