LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-24-2006, 02:40 AM   #1
JAKK
Member
 
Registered: Jun 2006
Distribution: Slackware 11
Posts: 92

Rep: Reputation: 15
Question about screen resolution


Hi. I have an ibm thinkpad 390e. It has a 12 inch display,and I have a question about the screen resolution. I think it's at 640x480 right now,and I want to see if I can make it any higher. However,I'm not sure what settings to put into the xorg.conf file. I'm not sure what the various refresh rates are,or even if the screen can do anything above 640x480. Thanks for your help.
 
Old 12-24-2006, 03:09 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If you google for your Model, you may find web sites where users detail the configurations that they used.

For LCD monitors, it is best to determine the native resolution of the monitor and use just that one.
You could use the gft program to generate the modeline to use.
gtf <horizontal> <vertical> <refresh-rate> -x

LCD monitors probably use 56 hz or 60 hz for the refresh rate. You might also try configuring the monitor as a generic LCD monitor to start with as well.

Last edited by jschiwal; 12-24-2006 at 05:49 AM.
 
Old 12-24-2006, 05:42 PM   #3
JAKK
Member
 
Registered: Jun 2006
Distribution: Slackware 11
Posts: 92

Original Poster
Rep: Reputation: 15
Okay,I will try the gtf program. Once I do that, do I just put the modeline in the 'monitor' section? Also,is there a command I can type to see how much hard drive space i have left and how much ram I have? I'm guessing it's in /proc,but I'm not sure what to look for. Thanks for your help.
 
Old 12-24-2006, 05:56 PM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
xorg.conf has its own man page. Excerpts:

Code:
       UseModes  "modesection-id"
              Include the set of modes listed in the Modes section called mod‐
              esection-id.  This make all of the modes defined in that section
              available for use by this monitor.

       Mode  "name"
              This is an optional multi-line entry that can be used to provide
              definitions for video modes for the monitor.  In most cases this
              isn't necessary because the built-in set of VESA standard  modes
              will  be  sufficient.  The Mode keyword indicates the start of a
              multi-line video mode description.  The mode description is ter‐
              minated with the EndMode keyword.  The mode description consists
              of the following entries:
There are two ways of doing it, but for a single modeline, that would be the place to put it.
You also need to add the modeline identifier to the Screen section for each depth:
Code:
Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x800_60"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x800_60"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x800_60"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x800_60"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection
I would also recommend deleting the ".00" from the modeline name.
Code:
gtf 1280 800 60 -x

change this:
  # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
  Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync

to this:
  # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
  Modeline "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync

Last edited by jschiwal; 12-24-2006 at 05:59 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Resolution question BigAL2006 Linux - Newbie 1 09-15-2006 06:23 AM
Screen Resolution Question drakelord Linux - Newbie 5 09-12-2006 02:04 AM
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 02:33 AM
question about screen resolution OsirisX Linux - Software 1 01-17-2005 05:25 PM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 06:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration