LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-23-2006, 06:19 PM   #1
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Rep: Reputation: 15
Xorg Mystery


Ok, I'm trying to get my resolution set up to 1440x900, and I'm changing my xorg.conf file to say 1440x900 in the screen section.

Quote:
Subsection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubsection
As you can see that was changed but it didn't work. I also have 2 other xorg.conf files in the /etc/X11/ directory.

They are:

xorg.conf-fbdev
xorg.conf-vesa

and I've renamed them to other things and nothing seems to work. Whatever I do, it stays at 1024x768.

I'm using slackware 10.2 and it's killing me.

Thanks for you help.

Last edited by suavecu; 03-23-2006 at 06:23 PM.
 
Old 03-23-2006, 06:26 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
I'll take a wild swing at this one... but... do you perchance have an Intel 8xx or 9xx or somenumber like that video card?

Because cards of those series need a 3rd party program to insert the resolution into the bios before it will work.
 
Old 03-23-2006, 06:38 PM   #3
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Original Poster
Rep: Reputation: 15
No I don't. I have an ATI All in wonder card. I have had it work with Fedora, Suse, and Mandriva so I figure I can get it going in here. I also tried changing the font too 1280x1024 and that didn't work either. No matter what the change I make is, it keeps coming back to 1024x768.

I'm so confused, and I finally grabbed slackware because I thought I had a decent understanding of this OS
 
Old 03-23-2006, 08:32 PM   #4
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Original Poster
Rep: Reputation: 15
ok, it looks like from xorg.conf it's reading the xorg.conf-vesa file. And from what I've seen the VESA file might not support anythying over 1024x768. Is there a way to get another xorg.conf-**** file?
 
Old 03-24-2006, 11:01 PM   #5
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Original Poster
Rep: Reputation: 15
Anybody have any ideas how I can at least configure my own xorg.conf file or how I can get a different xorg.conf driver to use that might allow a better resolution.
 
Old 03-25-2006, 06:39 AM   #6
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
First check /var/log/Xorg.0.log to see if you are using the conf file you think you use.

Then make sure your HorizSync and VertRefresh values allow for this resolution.

In the "screen" section, do you point to the correct monitor and device?

If that doesn't help... then I am out of suggestions.

jlinkels
 
Old 03-25-2006, 10:58 AM   #7
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Original Poster
Rep: Reputation: 15
I'm using the xorg.conf file, the HorizSynch and VertRefresh values are set to where they should be, and in the screen section it points to the right monitor, and device (although I know nothing about the device).

Still nothing.
 
Old 03-25-2006, 11:02 AM   #8
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Original Poster
Rep: Reputation: 15
This is what the device says

Quote:
Section "Device"
Identifier "VESA Framebuffer"
Driver "vesa"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
 
Old 03-25-2006, 11:28 AM   #9
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Original Poster
Rep: Reputation: 15
Ok, so I can lower my resolution past 1024x768, by changing the xorg.conf file, but I can't get it to higher than 1024x786. I'm guessing this vesa driver just hates me. Any suggestions on how to fix this or, or how to get another one.
 
Old 03-25-2006, 12:34 PM   #10
suavecu
Member
 
Registered: Dec 2005
Location: Brooklyn
Distribution: Slackware 10.2
Posts: 87

Original Poster
Rep: Reputation: 15
alright so I installed the ati driver to replace the vesa driver and it worked fine. I guess vesa doesn't like my card.
 
Old 03-25-2006, 05:37 PM   #11
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
No, it is not that.

Eiher VESA does not support > 1024, or there is no standardized way to put your card in > 1024 mode, so the VESA driver doesn't know how to do it.

Anyways, I am happy for you that you solved it, to small screen res is SUCH a nuisance.

jlinkels
 
  


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
replace 'xfree86' by 'xorg' in your xorg config file dindoung Linux - Newbie 2 02-26-2005 04:43 AM
libMagick.so.6 mystery baronsam Linux - Software 0 11-06-2004 07:26 PM
mystery of X performance hulf_slo Linux - Software 7 09-21-2004 09:00 PM
mystery jhon Linux - Networking 1 09-01-2004 09:38 AM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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