Find the answer to your Linux question:
Results 1 to 6 of 6
I was attempting to install my ATI drivers for debian, when i uninstalled them because i did something wrong. After i uninstalled them, i found out that I cannot get ...
  1. #1
    Linux Newbie dalinux_n00bie's Avatar
    Join Date
    Nov 2006
    Posts
    226

    xorg.conf got screwed

    I was attempting to install my ATI drivers for debian, when i uninstalled them because i did something wrong. After i uninstalled them, i found out that I cannot get KDE up. I also cannot connect to the internet to re-install them because for some weird reason i have to use knetworkmanager and the command line will not work.

    Is there a way to bring my GUI back up with out re-installing the OS because i no longer have the DVD's for debian.
    "Do or do not...there is no try" -Yoda
    History is a set of lies agreed upon by the winners.
    Linux is user friendly, not idiot friendly.
    Linux User 437442

  2. #2
    Linux Engineer
    Join Date
    Jul 2003
    Location
    Farnborough, UK
    Posts
    1,305
    Is there not a backup in /etc/X11 ?

    If not then run xorgconfig as root.
    Lansbury's Lido

    thekiadriver on #linuxforums - fleetingly

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Try renaming the xorg.conf file temporarily to xorg.conf.old.

    Recent versions of xorg.conf actually don't require the file and should attempt to run even if only at Vesa mode. If this doesn't work post back but at least you will still have your xorg.conf.

  4. #4
    Linux Newbie dalinux_n00bie's Avatar
    Join Date
    Nov 2006
    Posts
    226
    how do i rename a file VIA command line?
    "Do or do not...there is no try" -Yoda
    History is a set of lies agreed upon by the winners.
    Linux is user friendly, not idiot friendly.
    Linux User 437442

  5. #5
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    You can use the cp or mv command.

    Go to a terminal and issue the following commands:

    Code:
    su
    
    cp /path/to/file /path/to/new_file_name
    You can use the mv (move) command if you don't want to use the cp (copy) command. Copy is the safer choice.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    You can also boot your favorite LiveCD and copy the xorg.conf file from that, to your hard drive, of course you may need to edit it to your liking.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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