Find the answer to your Linux question:
Results 1 to 7 of 7
hy.i just installed debian 3.1 on my wide screen lap top,and when it starts it is loaded in text mode,and after 3 atempts,it pops up"x server coul not be loaded.etc..".i ...
  1. #1
    Just Joined! stasik's Avatar
    Join Date
    Nov 2006
    Location
    dublin
    Posts
    4

    xserver on wide screen



    hy.i just installed debian 3.1 on my wide screen lap top,and when it starts it is loaded in text mode,and after 3 atempts,it pops up"x server coul not be loaded.etc..".i always had this problem when running linux(suse9.3,etc).my video card is ati radeon x700. when installing,i ve chosen ati drivers.....
    what shall i do?
    on
    2cat /var/log/XFree86.0.log | grep EE" i got:
    "(WW) Warning, (EE) error, (NI) not implemented, (??) Unknown
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) No devices detected"
    on "/etc/X11/XF86Config-4" i got "Permission denied"
    any way to make it running?

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    You edit the the XF86Config as root, there you add the desired resolution. You may need to specify HorizSync and VertSync to get the resolutions working
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  3. #3
    Just Joined! stasik's Avatar
    Join Date
    Nov 2006
    Location
    dublin
    Posts
    4
    but how to do that?sorry 4 simple questions,but i m new in linux.

  4. #4
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Code:
    su
    Password: (input the root password, you won't see anything printed in the screen, not even a bunch of *)
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  5. #5
    Just Joined! stasik's Avatar
    Join Date
    Nov 2006
    Location
    dublin
    Posts
    4
    i know how to input user id and assword,but what to type after?

  6. #6
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    nano /etc/X11/XF86Config or
    pico /etc/X11/XF86Config

    The file is very easy to edit, refer to your monitor manual to change HorizSync and VertSync.
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  7. #7
    Just Joined! stasik's Avatar
    Join Date
    Nov 2006
    Location
    dublin
    Posts
    4
    thanks,i ll try that

Posting Permissions

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