Find the answer to your Linux question:
Results 1 to 5 of 5
Hello, everybody.I installed debian linux.But the problem is ,it is saying that screen was not found.After then I found that my monitor(laptop) supports 1280x800.So everytime I reboot grub does not ...
  1. #1
    Just Joined! mlhazan's Avatar
    Join Date
    Jul 2007
    Posts
    53

    Unhappy Fatal error Screen was not found

    Hello, everybody.I installed debian linux.But the problem is ,it is saying that screen was not found.After then I found that my monitor(laptop) supports 1280x800.So everytime I reboot grub does not comes.Linux starts as command promt.Can anybody help me that how can I change the Xwindows resolution?
    Any kind of help will be highly appriciated.

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Have you tried reconfiguring your xserver with dpkg-reconfigure xserver-xorg from the command line, as root user?
    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.

  3. #3
    Just Joined! mlhazan's Avatar
    Join Date
    Jul 2007
    Posts
    53
    Quote Originally Posted by ozar View Post
    Have you tried reconfiguring your xserver with dpkg-reconfigure xserver-xorg from the command line, as root user?
    Thanks for reply.I tried this but Now I am not sure what resolution I should use.cause I already used 1280x800 but it didn't work.My laptop is HP pavilion 6568 se.Next semester I have linux programming in my school.I used Acer travelmate 2420 before but that didn't make any problem.I don't underestand what to do.I opened xorg.conf file using command promt but have no idea what should I change.i am Really in a big problem.

  4. #4
    Linux Newbie Tutku's Avatar
    Join Date
    Jul 2007
    Location
    Izmir / Turkey
    Posts
    167
    from /etc/X11/xorg.conf file you can change resolution manually, and then try
    Code:
    startx
    command for X environment. In xorg.conf file you have to edit Section "Screen" part.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute startx command and if it doesn't work, execute this
    Code:
    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

Posting Permissions

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