Results 1 to 9 of 9
hi i installed kubuntu aside windows xp
when i start up kubuntu i have a non-graphical screen where i can enter my login and password but when i have done ...
- 05-27-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 8
kubuntu start up problem
hi i installed kubuntu aside windows xp
when i start up kubuntu i have a non-graphical screen where i can enter my login and password but when i have done that it doesn't do anything how can i solve this
- 05-28-2009 #2
Hi and Welcome !
Which version of Kubuntu have you installed? Is it a server edition?
Execute startx command and post error message here, if any.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-28-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 8
hi it is kubuntu 9.04 installed with alternate-cd it isn't a server edition and when i use startx it doesn't do anything
- 05-28-2009 #4
Any error message?
command not found error or blank screen?
Execute this
Post output here.Code:sudo lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-28-2009 #5Just Joined!
- Join Date
- May 2009
- Posts
- 8
the code
has output 01:00.0 Vga compatible controller: Ati technologies Inc RV370 5B60 [Radeon x300 (PLIE)]sudo lspci | grep -i vga
the codehas output no such file or directorygrep -i driver /etc/x11/xorg.conf
- 05-29-2009 #6Linux is case sensitive. Its Capital X in X11.grep -i driver /etc/x11/xorg.conf
You have to install ATI Proprietary driver. User "vesa" driver for a while but it doesn't support 3D effect.
Execute this
Add this code in the file :Code:sudo nano /etc/X11/xorg.conf
Press Ctrl+X, Y and hit Enter key to save file.Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection
Execute startx command again or reboot machine.
Code:sudo shutdown -r now
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-29-2009 #7Just Joined!
- Join Date
- May 2009
- Posts
- 8
when i typ
sudo nano /etc/X11/xorg.conf
it says command not found
- 05-29-2009 #8
Alright. User vi instead of nano.
Press i and start editing file.Code:sudo vi /etc/X11/xorg.conf
Press Esc key. Type Fullcolon ( : ) and small x to save file. There shouldn't be any space between fullcolon and x.
i -- edit file -- Esc -- : xIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-29-2009 #9Just Joined!
- Join Date
- May 2009
- Posts
- 8
When I entered
Code:
sudo vi /etc/X11/xorg.conf
i get a screen i entered
Code:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
there but what must i do then i can't get out of that screen


Reply With Quote