LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-06-2005, 07:59 PM   #1
chadypu
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Rep: Reputation: 0
cannot get a resolution to 1280x1024


im on a big 19 inch dell monitor (the p991) which i know can do atleast 1280x1024 at 75 or 85khz

the only way to get my resolution to 1280x1024 is to edit the xorg.conf file to have a vertical refresh rate of 60 or lower, and that kills my eyes

here is some of my xorg.conf

Code:
Section "Monitor"

    Identifier  "UltraScan P911"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   64,50-60

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 70-100
    
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"RivaTNT2"
    VendorName	"Nvidia"
    BoardName	"Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset	"generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "svga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nvidia"
    VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "UltraScan P911"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
i have current nvidia drivers installed to, (7174, i think) and i can tell they are working because i see the nvidia splash screen

any help would be greatly appreciated
 
Old 06-06-2005, 08:17 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
There is a tool out there that if you supply the specs of the monitor it should produce the need info to insert into the xorg.conf file. I cannot remember it right now. If I do I will post.

Another thought is to boot up with a live CD like knoppix and see if you can change the settings to the way you want it and then look at its xorg.conf and compare.

Brian1
 
Old 06-06-2005, 08:19 PM   #3
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
You need both the proper HorizSync and VertRefresh for your monitor.
Check the manufacturer of you monitor, or it's manual.
 
Old 06-06-2005, 08:31 PM   #4
chadypu
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Original Poster
Rep: Reputation: 0
http://support.dell.com/support/edoc...91/en/spec.htm

those are the specs

it gives an 'optimal' res of 1280 x 1024 at 85 Hz
in the table it shows a horizontal res of something like 80-90hz

so it should run at those resolutions

ill look into knoppix to check if it works in that
 
Old 06-06-2005, 09:02 PM   #5
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
According to Dell's specs page, your horizontal and vertical refresh numbers are way off. That *will* prevent you from using the monitor's upper resolutions and refresh rates.

I'd suggest you run through xorgconfig and set them correctly....
 
Old 06-06-2005, 09:15 PM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by chadypu
http://support.dell.com/support/edoc...91/en/spec.htm

those are the specs

it gives an 'optimal' res of 1280 x 1024 at 85 Hz
in the table it shows a horizontal res of something like 80-90hz

so it should run at those resolutions

ill look into knoppix to check if it works in that
Forget Knoppix...that's a waste of time, and not necessary.
Set the Vert to 48 - 120 and the Horz to 30 -107
If that looks good at 1280 x 1024, then issue "xrandr" and
see what you get for the values, like this:
Code:
mingdao@james:~$ xrandr
 SZ:    Pixels          Physical       Refresh
*0   1024 x 768    ( 302mm x 232mm )  *75   70   60  
 1    800 x 600    ( 302mm x 232mm )   75   72   60   56  
 2    640 x 480    ( 302mm x 232mm )   75   73   60  
 3    832 x 624    ( 302mm x 232mm )   75  
 4    512 x 384    ( 302mm x 232mm )   75   70   60  
 5    416 x 312    ( 302mm x 232mm )   75  
 6    400 x 300    ( 302mm x 232mm )   75   72   60   56  
 7    320 x 240    ( 302mm x 232mm )   75   73   60  
Current rotation - normal
Current reflection - none
Rotations possible - normal 
Reflections possible - none
mingdao@james:~$
Then you can adjust your rates if need be, or you could just
use the table Dell published, and start with 1280 x 1024 with
Horizontal 91.2 Vertical 85.0

This is all more trial and error in *nix than in Windoze, where
you have that config screen that let's you adjust them via a
GUI rather than in a term. No matter, you'll get it right soon.
You're a Slacker, mate, so do it in a term. ;-)

And btw...don't reboot your computer when you make these
changes, just restart the X server. Either via your WM/DE's
menu, or with Ctrl+Alt+Bksp
 
Old 06-06-2005, 09:47 PM   #7
chadypu
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Original Poster
Rep: Reputation: 0
thanks chinaman!
even gotting it working at 1600x1200!
 
Old 06-06-2005, 10:24 PM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by chadypu
thanks chinaman!
even gotting it working at 1600x1200!
Good on yah! I'm happy, too!

My little 15" LCD won't go above 1024x768. Looks like a postage stamp...I'm envious :-)
 
Old 06-07-2005, 12:53 AM   #9
snickwad
LQ Newbie
 
Registered: Aug 2004
Location: South West, UK
Distribution: Slackware
Posts: 27

Rep: Reputation: 15
Hi, glad you are sorted.

I used this:- http://www.sh.nu/nvidia/gtf.php to generate a custom modeline entry for my xorg.conf, as despite entering the correct horz and vert frequency, I could not get the refresh rates I knew I should have available at the higher resolutions. Now get 1280 x 1024 at the max refresh of 85hz.
 
  


Reply



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
[10.2]ATI resolution is 1400x1050 but looks like 1280x1024 Harkov Slackware 3 10-27-2005 08:48 PM
1280x1024 screen resolution fafis Linux - Newbie 2 10-08-2005 11:22 AM
resolution of 1280x1024 with i830M possible on external display wolfgang pauli Linux - Newbie 0 06-20-2005 05:00 PM
Can't Set Resolution to 1280x1024... [PQ3]RogeR Mandriva 5 12-06-2003 04:34 PM
Can't get my resolution set to 1280x1024 Blurp Linux - Hardware 4 12-02-2003 05:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:30 PM.

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