Re: [SLUG] Debain X Problem

From: Matt Miller (matt.s.miller@gmail.com)
Date: Tue Apr 26 2005 - 09:29:57 EDT


Jesse Broecker said:
> I just recently replaced my fedora core install with a debian one because
> my
> roommate uses the same and it makes easier learning if we use the same.
> However my video card wasn’t listed in the installer (nvidia geforce2 I
> think) and when I try to run X the screen blinks a couple times and gives
> me
> an error message. I don’t have the exact message because I can’t email
> from
> linux yet and am doing the dual boot thing. The message says that it
> cannot
> start X due to some sort of graphical problem. Can anyone help me thanks
> in
> advance.

Jesse,
XFree86 has a built-in nvidia driver simply called 'nv'. Try editing the
/etc/X11/XF86Config-4 file and changing the Driver section for the video
card to read 'nv'.

Section "Device"
        Identifier "Video Card"
        Driver "nv"

Also check the Monitor settings, especially the HorizSync and VertRefresh
sections. Verify these specifications from the manufacturer of the
monitor.

A couple of extra hints:

* Running '$ XFree86 -configure' will create a temporary config file.
After running this command, another line will appear instructing you on
how to use the test config. Assuming the test config works, all you have
to do is copy the test config file to /etc/X11/XF86Config-4.

* Run '$ apt-cache search nvidia' to see all the nvidia packages
available. Run '$ apt-get install nvidia-glx nvidia-kernel-`uname -r`' to
install the nvidia proprietary drivers. Follow any instructions.

Matt
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:02:58 EDT