Why installed Kubuntu 8.04's X failed to start, not Live CD one

Asked by Sancho

I have a computer using VIA on board graphics card. Live CD Kubuntu run perfectly on it. Especially the X. I can login through kdm and even Kubuntu can detect that I have X Video extension (from xvinfo command).

Later, I thought I decided to install that Kubuntu. I was disappointed that KDM could not start. It failed to enter X! It retried 3 times. Every retry showed me some flickers of KDM. But eventually it failed (stopped retrying).

The strange thing was, I had copied Live CD Kubuntu's xorg.conf into the installed version of the same Kubuntu I had. It remained the same.

If I removed the xorg.conf, Kubuntu could start KDM. But xvinfo gave me output "no adaptors present" which means my VIA card has no X video extension.

Because of this problem, I can not start googleearth, playing 3D games and use mplayer nicely.

Why did both Kubuntu not give me the same result? They used the same xorg.conf right? Does anybody get the problem solved?

Some snapshots from log files:
1. kdm.log
...
(==) Using config file: "/etc/X11/xorg.conf"
(EE) No devices detected.

Fatal server error:
no screens found

2. Xorg.0.log
...
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(EE) No devices detected.

Fatal server error:
no screens found

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Pramod Dematagoda (pmdematagoda) said :
#1

Can you post the complete xorg.conf file in /etc/X11/xorg.conf?

Revision history for this message
Sancho (ichsan) said :
#2

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
EndSection

Section "Device"
        Identifier "Configured Video Device"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
EndSection

Section "ServerLayout"
        Identifier "Default Layout"
        Screen "Default Screen"
EndSection

Revision history for this message
Pramod Dematagoda (pmdematagoda) said :
#3

You don't seem to be having a driver entry there, try reconfiguring the X-Server by executing:-
sudo dpkg-reconfigure xserver-xorg
select the driver as via, but if it isn't there/or if it doesn't work then choose vesa(although this should be a last resort since there is no 3D acceleration) and any other options you may want, then see if the problem is solved.

Can you help with this problem?

Provide an answer of your own, or ask Sancho for more information if necessary.

To post a message you must log in.