Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just 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

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Any error message?
    command not found error or blank screen?

    Execute this
    Code:
    sudo lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    May 2009
    Posts
    8
    the code
    sudo lspci | grep -i vga
    has output 01:00.0 Vga compatible controller: Ati technologies Inc RV370 5B60 [Radeon x300 (PLIE)]

    the code
    grep -i driver /etc/x11/xorg.conf
    has output no such file or directory

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    grep -i driver /etc/x11/xorg.conf
    Linux is case sensitive. Its Capital X in X11.

    You have to install ATI Proprietary driver. User "vesa" driver for a while but it doesn't support 3D effect.

    Execute this
    Code:
    sudo nano /etc/X11/xorg.conf
    Add this code in the file :
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"vesa"
    EndSection
    Press Ctrl+X, Y and hit Enter key to save file.
    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

  7. #7
    Just Joined!
    Join Date
    May 2009
    Posts
    8
    when i typ

    sudo nano /etc/X11/xorg.conf

    it says command not found

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Alright. User vi instead of nano.
    Code:
    sudo vi /etc/X11/xorg.conf
    Press i and start editing file.
    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 -- : x
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...