Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
John Talbott #1
X problems in debian 3.0r1
Hi All,
I've just installed debian and am having problems with the startx, it
flashes as if trying to go in from the console then I get the following
output, here's the tail of the XFree86.0 log.
"Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(EE) No drivers available.
Fatal server error:
no screens found"
However I set the screen and graphics card (Nvidia Geforce 2 MX) up using
xf86cfg. A friend said that xf86cfg doesn't insert the BusID "PCI:1:1:0"
line into XF86CONFIG and he was right so I added it, but that too hasn't
helped. Here's an extract from my XF86CONFIG.
Section "Monitor"
Identifier "Monitor1"
HorizSync 31.5 - 57.0
VertRefresh 40.0 - 150.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nv"
BusID "PCI:1:1:0"
ChipSet "GeForce"
Card "NVIDIA GeForce"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Any ideas what's going on?
John Talbott
[email]talbott@talk21.com[/email]
John Talbott Guest
-
Setting up Debian: XServer problems and Gnome doesn't start
Hello Robert Bamler (<robert.bamler@gmx.de>) wrote: Looks like you chose the wrong driver for your card (the vga driver). Try ... -
install&configure debian - problems
Hi! I am trying to install Debian-Woody bf flavour.... trying... and trying...and trying... ( This is my first time with Debian, so... ) First... -
Cisco logs to Debian-3.0 server problems..
Hello Family, Been having a hell of a time trying to figure out why a (x86) Debian-3.0 box will do remote logging for other Linux boxes but will... -
Problems with Webmin M4 on Debian 3.0
I am running Debian 3.0r1 on several boxes and administer them using Webmin. I have tried to use the Webmin module to use M4 to add features to... -
Problems installing debian 3.0
Installing debian is giving me trouble on a Dell OptiPlex GXa (which has previously run RH 6.2, 7.x and 8.0). I can't seem to install (or load... -
Andreas Janssen #2
Re: X problems in debian 3.0r1
Hello
John Talbott (<talbott@talk21.com>) wrote:
Another way to configure XFree is using:> I've just installed debian and am having problems with the startx, it
> flashes as if trying to go in from the console then I get the
> following output, here's the tail of the XFree86.0 log.
> "Module class: XFree86 XInput Driver
> ABI class: XFree86 XInput driver, version 0.2
> (EE) No drivers available.
>
> Fatal server error:
> no screens found"
>
> However I set the screen and graphics card (Nvidia Geforce 2 MX) up
> using
> xf86cfg. A friend said that xf86cfg doesn't insert the BusID
> "PCI:1:1:0" line into XF86CONFIG and he was right so I added it, but
> that too hasn't helped. Here's an extract from my XF86CONFIG.
dpkg-reconfigure xserver-xfree86
If you want to use it, say "no" when it asks if you want to use the
Kernel framebuffer.
Do you have all necessary packages installed (try apt-get install> Section "Monitor"
> Identifier "Monitor1"
> HorizSync 31.5 - 57.0
> VertRefresh 40.0 - 150.0
> EndSection
>
> Section "Device"
> Identifier "Card0"
> Driver "nv"
> BusID "PCI:1:1:0"
> ChipSet "GeForce"
> Card "NVIDIA GeForce"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor1"
> DefaultDepth 24
> SubSection "Display"
> Depth 8
> Modes "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "800x600" "640x480"
> EndSubSection
> EndSection
x-window-system-core)?
What about the input devices? Are your keyboard and mouse configured
properly?
best regards
Andreas Janssen
--
Andreas Janssen
[email]andreas.janssen@bigfoot.com[/email]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976
Andreas Janssen Guest
-
Joerg Morbitzer #3
Re: X problems in debian 3.0r1
Or try "XFree86 -configure" and then "XFree86 -xf86config /root>
> Another way to configure XFree is using:
>
> dpkg-reconfigure xserver-xfree86
>
XF86Config.new" (hit CTRL-ALT-BACKPSACE to shut down X again). If this
works copy /root/XF86Config.new to /etc/X11/XF86Config-4 and try again
startx ...
Kind regards, Joerg.
Joerg Morbitzer Guest



Reply With Quote

