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 05-05-2005, 07:27 AM   #1
nirav_patel
LQ Newbie
 
Registered: Jan 2005
Posts: 11

Rep: Reputation: 0
[n] Slackware High Resolution Problem


Hi all,
I would like to set the resolution of 1152 X 864 with 24 bit color in Slackware 10.1...
I am using CA810E Intel Desktop board (onboard 82810 Graphics) and Samtron 75E 17" Monitor.

I am using 24bit 1152 x 864 with 75Hz refresh Rate in Windows 2000 Pro.

I tried setting in Xorg.config as per the post somewhere on this site but that resulted in black screen!!

Any idea?

1024 x 768 is too low for me!

Thanks.

Nirav
 
Old 05-05-2005, 08:48 AM   #2
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
Log in as root, and go to /etc/X11. Make a backup of your working xorg.conf, and then run "xorgconfig". All lower case, no punctuation.

You may also need to get a driver for the card before it'll work in a non-VESA resolution. After 1024x768, the next resolution that VESA supported was 1600x1200, and I'm not even sure if the Linux VESA API will allow you to use that resolution at 24-bit, because I don't know if it'll address that much video memory.

You will also need to update the monitor settings so that X knows the monitor can handle it. If it knows the video card can handle a higher resolution, but thinks the monitor will croak with anything higher than 640x480, then it won't display anything higher than 640x480. There shouldn't be a big difference between 1152x864 and 1024x768, and my thought is that you may be getting a much lower resolution than 1024 because of the monitor settings.

xorgconfig will set the monitor up, too. Be sure to check http://www.monitorworld.com/monitors_home.html for your monitor so you know what to enter for the monitor.
 
Old 05-05-2005, 08:52 AM   #3
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
A suggestion: Post the display section(s) from your xorg.conf file, and show us what you have that works, and what you tried that doesn't work. (The easiest way to post the file contents is to run a
Code:
$ cat /etc/X11/xorg.conf
command, select the text and copy it, and then past it into you post. If you start the pasted section with the \[CODE\] symbol, and end it with \[/CODE\] (without the back-slashes), it will look like the "cat" line above.)

Oh, if you use the "post reply" option (instead of the "Quick reply" box, just push the "Code" button, and paste it into the box.
 
Old 05-05-2005, 09:22 AM   #4
nirav_patel
LQ Newbie
 
Registered: Jan 2005
Posts: 11

Original Poster
Rep: Reputation: 0
The whole file is too large so I am posting/pasting whatever is important, I think!
Also, there is a difference between 1024 X 768 and 1152 X 864, try yourself, Though I can set resolution max up to 1280 X 1024 but that is with 60Hz refresh rate!! that's too flickery...
So, I want 1152 X 864 with 70/75 Hz.....
OK, here is my xorg.conf file

Code:
# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# 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   31.5 - 64.3

#    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 40-160

EndSection


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

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    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     "vga"
# 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  "Intel 810"
    Driver      "i810"
    #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      "Intel 810"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection    
EndSection
Thanks.
 
Old 05-05-2005, 09:45 AM   #5
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Did you try to replace all references to "1280x1024"
with "1152 X 864" and restart X ?

Also did you look at the output with :
cat Xorg.0.log | grep mode

...to see if there is not problem with "1152 X 864" setting
 
Old 05-08-2005, 08:37 PM   #6
nirav_patel
LQ Newbie
 
Registered: Jan 2005
Posts: 11

Original Poster
Rep: Reputation: 0
If I replace 1280 x 1024 with 1152 x 864 it directly goes to 1024 x 768 resolution! And Xorg.0.log is very large file with so many messages....!!!
Any other idea?

Thanks.
 
Old 05-08-2005, 10:33 PM   #7
m_rizvan_m
LQ Newbie
 
Registered: May 2005
Posts: 18

Rep: Reputation: 0
Reduce your

HorizSync 31.5 - 54
VertRefresh 60-90

your's is too high 160, gradually decrease the values and startx.

You can also do these steps:

1. run 'startx'
2. after your monitor goes blank press "CTRL+ALT+ PLUS KEY on the numpad"

3. now you can see the Display atleast
4. when you are in KDE or Gnome or XFCE
5. run 'krandrtray'
6. right click on the System Tray's Purple icon and choose your refresh rate etc.

have fun.
 
Old 05-12-2005, 10:05 PM   #8
nirav_patel
LQ Newbie
 
Registered: Jan 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Hi,
That did not work
Ok, Let me ask this, if anybody using slackware 10.1 with resolution of 1152 x 864?

My hurdle is, I work with 1152 x 864 screen resolution in windows 2000 pro and my prev linux (Redhat 9.0), why slackware has a problem as it's NEW version.....
Is there anything to do with NEW Intel i810 gaphics driver that came with NEW Slackware 10.1? If RedHat 9.0 supports this reso, why can't Slackware 10.1, as drivers are from the same source freex86 project, isn't it?

I know, I am doing somthing wrong here, but couldn't find out what and where my settings are 'skewing'?
It would be nice if someone take me out of this problem...

Thanks.

Nirav
 
Old 05-13-2005, 02:57 AM   #9
freakyg
Member
 
Registered: Apr 2005
Distribution: LFS 5.0 and 6.1
Posts: 705

Rep: Reputation: 30
Quote:
Originally posted by nirav_patel


Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "Intel 810"
    Monitor     "My Monitor"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1152x864"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection    
EndSection
Thanks.
change your default depth and put 1152x864 as the only option in Modes:
 
Old 05-13-2005, 04:08 AM   #10
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You might try using the gtf program to generate a modeline:
~> gtf 1152 864 75 -x

# 1152x864 @ 75.00 Hz (GTF) hsync: 67.65 kHz; pclk: 104.99 MHz
Modeline "1152x864_75.00" 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync

This modeline is for my graphics card, but enter the same command. You may get better results if the system isn't loaded down much. Be sure you aren't exceeding the ratings for your monitor.
 
  


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
High resolution clock addy86 Programming 4 09-03-2005 11:26 PM
high resolution webcam ahz10 Linux - Hardware 6 05-24-2005 04:55 PM
High Horizontal Resolution on X - How do I? nitrousoxide82 Linux - General 2 05-23-2005 10:50 PM
Can't get high resolution in Slackware Algernon Linux - Newbie 7 08-06-2004 02:24 PM
High resolution on booting spank Linux - Newbie 4 08-26-2003 03:35 AM

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

All times are GMT -5. The time now is 06:46 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