Find the answer to your Linux question:
Results 1 to 9 of 9
Hi, I downloaded and installed this file debian-40r0-i386-CD-1.iso. The problem I have is when I installed it, I found only full black screen command, it is like when you run ...
  1. #1
    Just Joined! younness's Avatar
    Join Date
    Oct 2007
    Posts
    17

    How to change Debian graphics

    Hi,
    I downloaded and installed this file debian-40r0-i386-CD-1.iso.
    The problem I have is when I installed it, I found only full black screen command, it is like when you run terminal.

    I would like to run it in graphic style. Does anyone have information about this.

    Thank you

  2. #2
    Just Joined! newd to linux's Avatar
    Join Date
    Oct 2007
    Posts
    12
    Quote Originally Posted by younness View Post
    Hi,
    I downloaded and installed this file debian-40r0-i386-CD-1.iso.
    The problem I have is when I installed it, I found only full black screen command, it is like when you run terminal.

    I would like to run it in graphic style. Does anyone have information about this.

    Thank you
    You'll learn more if you keep running Linux in "full black screen command". LMFAO!

    All joking aside, you'll have to install Xorg if you haven't done so already. You'll also need to install a window manager or desktop environment. I suggest that you just type the following as root:

    apt-get install xorg gnome

    Gnome is really easy to use. You'll figure it out right away. After you get a little more experienced with Linux, you might want to try something else.

  3. #3
    Just Joined! newd to linux's Avatar
    Join Date
    Oct 2007
    Posts
    12
    (Duplicate post. Deleted.)

  4. #4
    Just Joined! younness's Avatar
    Join Date
    Oct 2007
    Posts
    17

    Thanks

    Thank you so much,
    I will now try it and let you know.

  5. #5
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    One would have assumed that if you selected the desktop install option during installation you would already have GNOME. If that's the case it'll simply be a matter of setting up the xorg.conf file.

    (ATI Graphics Cards still have their downfalls, but that's being fixed).
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  6. #6
    Just Joined! younness's Avatar
    Join Date
    Oct 2007
    Posts
    17
    I logged in as root and I tried that commands

    apt-get install xorg gnome
    It still the same black screen. and I tried only 'this apt-get install xorg' and something started installing, however the situation still the same.

    This is some informations about system installed to Grphic card NVidia TNT2/TNT2 Pro. the install language was arabic.

    Any other suggestion guys Please

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Log in as Regular User and Execute this
    Code:
    su
    dpkg-reconfigure xserver-xorg
    exit
    startx
    Post error message here, if any.
    Execute this
    Code:
    su -
    lspci | grep VGA
    cat /etc/X11/xorg.conf | grep Driver
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined! younness's Avatar
    Join Date
    Oct 2007
    Posts
    17
    I logged in as regular user and execute this the commands you suggested
    su
    dpkg-reconfigure xserver-xorg

    it appears as a screen like when I was installing it or like Qbasic. The language looks bad, the system cannot read it just like little squares. As I told you, I used arabic to the installation system it was fine during the installation time thats why I started hitting Enter button randomly.
    After that, it took me back to the black screen. Then

    exit
    startx.

    After that it shows me a mouse shape X a week background screen blue fall of lines and a terminal is white this time I used these:
    su -
    lspci | grep VGA
    cat /etc/X11/xorg.conf | grep Driver.

    when I execute 'lspci | grep VGA' or just lspci it says '-su: lspci: command not found.

    the result of cat /etc/X11/xorg.conf | grep Driver

    Driver "kbd"
    Driver "mouse"
    Driver "vesa"

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    lspci | grep VGA
    Post output here. Post Section Monitor and Section Screen of /etc/X11/xorg.conf file here, if possible.
    Code:
    more /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

Posting Permissions

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