Hi guys,
I have installed Kubuntu 8.10 / KDE 4.2 on my PC with nvidia GE9300 video card and I have installed the last NVIDIA driver 180.29. The result is a black screen .
When I go on tty1 and code "startx" I obtain the following errors:
....... etc.....
(==) Using config file "/etc/X11/Xorg.conf"
(EE) No devices detected.
Fatal server error:
no screens found
giving up
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): server error.
My bit of the "xorg.conf" is the following:
Section "Device"
Identifier "nVidia Corporation [GeForce 9300 GT]"
Busid "PCI:1:0:0"
Option "CursorShadow" "1"
Option "MetaModes" "1680x1050, 1280x1024"# default #
Option "HorizSync" "28-64"
Option "VertRefresh" "43-60"
Driver "nvidia"
## Driver "vesa"
EndSection
when I use "vesa" drive instead "nvidia" it works perfectly .
Please can anybody help me ??
thanks in advance
Sandro
I have installed Kubuntu 8.10 / KDE 4.2 on my PC with nvidia GE9300 video card and I have installed the last NVIDIA driver 180.29. The result is a black screen .
When I go on tty1 and code "startx" I obtain the following errors:
....... etc.....
(==) Using config file "/etc/X11/Xorg.conf"
(EE) No devices detected.
Fatal server error:
no screens found
giving up
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): server error.
My bit of the "xorg.conf" is the following:
Section "Device"
Identifier "nVidia Corporation [GeForce 9300 GT]"
Busid "PCI:1:0:0"
Option "CursorShadow" "1"
Option "MetaModes" "1680x1050, 1280x1024"# default #
Option "HorizSync" "28-64"
Option "VertRefresh" "43-60"
Driver "nvidia"
## Driver "vesa"
EndSection
when I use "vesa" drive instead "nvidia" it works perfectly .
Please can anybody help me ??
thanks in advance
Sandro
Comment