LinuxQuestions.org
Help answer threads with 0 replies.
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 03-19-2005, 02:21 PM   #1
coldsalmon
Member
 
Registered: Mar 2005
Location: USA
Distribution: Kubuntu Breezy
Posts: 79

Rep: Reputation: 15
xorg.conf


Hi,

I'm trying to get X to start in 1400x1050 resolution. I've tried editing xorg.conf and adding "1400x1050" to all of the display settings, but it does nothing. I still can only go up to 1024x768. Any ideas?

--C
 
Old 03-19-2005, 02:28 PM   #2
chbin
Member
 
Registered: Mar 2005
Distribution: slackware-current
Posts: 379

Rep: Reputation: 31
Trying exactly this:

DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Mode "1400x1050"
EndSubSection

Also the higher the resolution the lower the Refresh Rate. If you choose a VertRefresh that is to high you monitor will not handle it, unless you got a really expensive monitor?
 
Old 03-19-2005, 02:37 PM   #3
coldsalmon
Member
 
Registered: Mar 2005
Location: USA
Distribution: Kubuntu Breezy
Posts: 79

Original Poster
Rep: Reputation: 15
Tried it with no luck. I know that Slackware supports this resolution becasue I ran it on SLAX by typing gui "1400x1050" at the command prompt. I'm on an ATI Mobiliy Radeon 7500 on a Gateway 450 ROG laptop, if that helps.
 
Old 03-19-2005, 02:42 PM   #4
chbin
Member
 
Registered: Mar 2005
Distribution: slackware-current
Posts: 379

Rep: Reputation: 31
If you have VertRefresh or HorizSynce specified in you monitor section, take it out and so what happens.
 
Old 03-19-2005, 03:02 PM   #5
cavalier
Member
 
Registered: Feb 2005
Location: Denver, CO
Distribution: Slack 12, tweaked just so (though I'm also a fan of Ubuntu)
Posts: 198
Blog Entries: 1

Rep: Reputation: 30
Quote:
Originally posted by coldsalmon
Tried it with no luck. I know that Slackware supports this resolution becasue I ran it on SLAX by typing gui "1400x1050" at the command prompt. I'm on an ATI Mobiliy Radeon 7500 on a Gateway 450 ROG laptop, if that helps.
what X server are you running? One for the radeon, or the standard vesa framebuffer that gets set up by default?
,
To get my laptop (a Compaq with a Rage 128 based chipset) to work I had to configure it to use the ATI Rage 128 chipset directly.

If you can't get this by Monday, drop me a note at jas@jasnmis.com. I'll be happy to boot up my work laptop (also a 450 ROG) with Slax and play around with it.
 
Old 03-19-2005, 03:17 PM   #6
coldsalmon
Member
 
Registered: Mar 2005
Location: USA
Distribution: Kubuntu Breezy
Posts: 79

Original Poster
Rep: Reputation: 15
I'm running the default, since I just installed Slackware last night. I just tried copying the gui shellscripts and config files from slax ("gui" "xconf" and "gui.conf"), but they did nothing in my Slackware 10.1 HD install. So I guess the problem isn't with the xorg.conf file. I guess I'll try downloading some new drivers.

--C
 
Old 04-16-2005, 12:12 PM   #7
coldsalmon
Member
 
Registered: Mar 2005
Location: USA
Distribution: Kubuntu Breezy
Posts: 79

Original Poster
Rep: Reputation: 15
Hi,

I've decided to try Slackware again after about a month. I compared the xorg.conf files of slack and ubuntu, which I also run on my laptop. Slack uses the "vesa" framebuffer driver, while ubuntu uses the "ati" driver that is specific to my video card. How would I change the slack driver to ati?

Thanks,

-- C
 
Old 04-16-2005, 12:36 PM   #8
capnpayne
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slack 10.1
Posts: 56

Rep: Reputation: 15
install ati's drivers (sbing's slackware faq, stickied above in this forum, is a good guide). i've done it many times myself, and if you have any issues, i'll be around (along with many others who have done it before).
 
Old 04-17-2005, 01:53 AM   #9
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Another point that I didn';t see made (maybe I missed it) is that you should check out /var/log/Xorg.0.log if things don't work the way you want in regards to your X setup. This will tell you why the resolution you added was not used.

Another hint, grep is a handy tool, errors start with, (EE), warnings start with (WW), and errors about fonts are IPV6 can usually be ignored.

Code:
grep '(EE)' /var/log/Xorg.0.log
grep '(WW)' /var/log/Xorg.0.log
 
Old 04-17-2005, 05:58 PM   #10
coldsalmon
Member
 
Registered: Mar 2005
Location: USA
Distribution: Kubuntu Breezy
Posts: 79

Original Poster
Rep: Reputation: 15
I didn't get any warnings, here are the errors that were not related to fonts:

Open APM failed (/dev/apm_bios) (No such device)
VESA(0): Bad V_BIOS checksum
VESA(0): Bad V_BIOS checksum

It also said:

*(II) VESA (0): Not using built-in mode "1400x1050" (hsync out of range)

and

(II) VESA(0): Not using mode "1400x1050" (no mode of this name)

It lists my graphics card correctly as ATI mobility Radeon 7500 in several places, so maybe the drivers aren't the problem. I guess I just have to know my horizontal sync? Is there any way to test for that? I'm on a laptop, so I don't have any documentation to tell me what it is.



Thanks,

--C
 
Old 04-17-2005, 06:09 PM   #11
coldsalmon
Member
 
Registered: Mar 2005
Location: USA
Distribution: Kubuntu Breezy
Posts: 79

Original Poster
Rep: Reputation: 15
Hi,

I just decided to change the horizontal sync to a range from 31-94, and that did it. Will that have any negative effects on my monitor if the sync ratio is too high? I know that my monitor can handle up to 1400x1050 at a depth of 32.

Thanks,

--C
 
Old 04-17-2005, 06:10 PM   #12
capnpayne
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slack 10.1
Posts: 56

Rep: Reputation: 15
specifications such as that are almost always posted online.

do a google search for '[your laptop model here] documentation'.

edit: appparently you've gotten it!

try to keep that within spec -- yes, it can damage your monitor if it's out of range.
 
Old 04-18-2005, 01:57 AM   #13
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Sorry I missed this. Like capnpayne said, looks like you got it. Bad values can damage your monitor, but in my experience, if the ranges are too far out of whack, you just don't get a display. It would be best to find the specs for your monitor, though. As capnpayne points out, the specs are usually just a Google search away.
 
  


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
xorg.conf mgkemp Linux - Software 1 05-26-2005 08:21 AM
xorg.conf Talen04 SUSE / openSUSE 3 05-18-2005 05:58 AM
xorg.conf Duo Slackware 4 01-07-2005 08:57 PM
Where is xorg.conf? Royle Linux - General 5 11-07-2004 03:40 PM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM

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

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