PDA

View Full Version : What could be wrong?


Somenoob
December 16th, 2007, 09:17 PM
I Installed debian-40r1-amd64-kde-CD-1.iso successfully. But X will not start, the error msg states that "there were no screens detected" I have tried to edit xorg.conf like changing to video card driver and such but without any luck.

rsambuca
December 17th, 2007, 03:42 PM
Have you tried reconfiguring your xorg?

dpkg-reconfigure xserver-xorg

jingo811
December 19th, 2007, 01:28 PM
Try changing your driver to vesa in xorg.conf, then restart and see if things is still screwed up.

...
...

Section "Device"
Driver "vesa"
...
...