Find the answer to your Linux question:
Results 1 to 4 of 4
Hello I am new to linux. I installed suse 11 from a dvd. Everything went fine. When I booted the suse 11 I am not able to enter into the ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    2

    Not able to configure Xorg in suse11

    Hello I am new to linux. I installed suse 11 from a dvd. Everything went fine. When I booted the suse 11 I am not able to enter into the desktop as it is directly going to the terminal(like in failsafe).

    The error I am getting is Xorg is not properly configured. I dont know anything about xorg. I have ATI Raedon express graphics card. Please give me some information as soon as possible.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You have to install ATI Proprietary driver. Try to fix Graphics using vesa driver first.
    Boot up in command line mode. There is an option for that in GRUB Menu. Log in as regular user and execute this
    Code:
    su -
    sax2 -m 0=vesa
    exit
    startx
    Check if Graphics works fine. Post error message here, if any.
    Execute this to restart machine.
    Code:
    su -
    shutdown -r now
    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
    Dec 2008
    Posts
    2
    It worked...

    Can you please give me more information about the probelm?.

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Basically the installer saw that you had an ATI card/chip and used an open source ATI driver. That dirver is 2D acceleration for ATI cards, but your card for some reason did not work with it. Probably because it is a newer yet to be supported card. The vesa driver is a generic driver that will work with almost any video card but has no acceleration. To get 3D acceleration you must install the propritary ATI driver from ATI. The propritary driver should support all ATI cards.

    here is a link to a how to

    ATI - openSUSE

Posting Permissions

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