LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-31-2006, 12:16 AM   #1
capthowdy1027
LQ Newbie
 
Registered: May 2006
Posts: 4

Rep: Reputation: 0
resolution question


hello everybody, this is my first post and i hope that somebody can help me out here.

i had mandrake 9.2 on my system for a while, but never really used it. just the other day i decided to mess with it some more and upgrade while im at at, so i got mandriva linux 2006. everything is going great except i have to keep my screen resolution at 800x600 because if i have it on 1024x768 its larger than my screen. i looked up my monitor and the max res. is 1280 x 1024, so i shouldnt have any problems. and i really dislike 800x600.

does anybody have any suggestions?

many thanks in advance if anybody can shed some light on this.
 
Old 05-31-2006, 12:35 AM   #2
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
In the Mandriva Control Center, make sure that you have your monitor properly defined, and that you have drivers that correctly support your video card (i.e. NOT the vesa driver). Once you have these properly configured, you should be able to change to whatever the maximum screeen resolution that the video card and monitor will both support. By default, Mandriva sets the video resolution to either 1024x768 or 1280x1024 and enables virtual, so that even if the hardware can't support the maximum resolution, it will at least be achieved in a virtual display (larger than the physical screen).

It would be helpfull if you listed your specific video card and monitor, so that others (like myself) can give you a more detailed answer. Depending on your video card, you may need to install a proprietary driver (ATI, nVidia).
 
Old 05-31-2006, 01:03 AM   #3
capthowdy1027
LQ Newbie
 
Registered: May 2006
Posts: 4

Original Poster
Rep: Reputation: 0
thank you very much for your quick response.

my monitor is a Phillips 107s (crappy as can be)


if you search Google for 'Powerspec 8704 Specs', and click the second link down, thats the info on my video card. (sorry i can't post links yet)

ill play around in the Control Center for now, and see what i can come up with.

again, thank you very much.
 
Old 05-31-2006, 01:54 AM   #4
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
hmmm, that's an odd problem. Can you post your /etc/X11/xorg.conf file? Maybe you don't have your modes/device set up right?

regards,
...drkstr
 
Old 05-31-2006, 07:45 AM   #5
TuxSurfer
Member
 
Registered: May 2004
Location: NC USA
Distribution: Fedora 30 - Xfce Spin
Posts: 272

Rep: Reputation: Disabled
Talking Just a thought,

Quote:
Originally Posted by capthowdy1027
my monitor is a Phillips 107s (crappy as can be)...
As a side note, if this monitor is particularly old, I have had to adjust some old monitors manually using the controls on the monitor itself. You may have a knob or a button that will shrink the picture down and another that will adjust it's position. I have had to do this on some old NEC monitors in the past but only if you have been a good person all your life should your problem be this simple.
I would also like to see your xorg.conf file.
 
Old 05-31-2006, 11:35 AM   #6
capthowdy1027
LQ Newbie
 
Registered: May 2006
Posts: 4

Original Poster
Rep: Reputation: 0
yeah, adjusting the actual monitor was one of the first things i tried, and of course it wasnt that easy haha.

im still really new to all this so now ill try to figure out what a xorg.conf file is.
 
Old 05-31-2006, 12:25 PM   #7
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
X is sorta funny about reolutions..

if your Screen modes are set as follows..

Code:
SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
then the default screen size and resolution will be 1280 x 1024

however if your config file is setup like this..

Code:
SubSection "Display"
                Depth           24
                Modes           "800x600" "1024x768" "1280x1024" 
        EndSubSection
Then your default screen size and resolution will be 800 x 600. the system will allow you to switch to the higher resolutions, but as you described the desktop will be larger than the screen size and you will have to scroll around to see the entire desktop...

So if I were you I would check your XF86Config file (or xorg.conf as the case may be)
 
Old 05-31-2006, 06:27 PM   #8
TuxSurfer
Member
 
Registered: May 2004
Location: NC USA
Distribution: Fedora 30 - Xfce Spin
Posts: 272

Rep: Reputation: Disabled
Open your file manager and navigate to the root file system then folder "etc" then to folder "X11" then you should find a file called "xorg.conf" (/etc/X11/xorg.conf) copy and paste the text in that file here. It should look like what farslayer posted, a bunch of stuff about your monitor, keyboard, graphics etc. If you cannot find this file then your distro puts it somewhere else and you will need to find out where. I am running Debian Etch and this is where it is on my box. It may just be a matter of changing your resolutions around like farslayer showed you. We can probably be of more help if we can see that file.

Regards,

TuxSurfer
 
Old 05-31-2006, 09:28 PM   #9
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
Gentlemen (debian users): Mandriva has a very powerful configuration utility designed for new users. No sence scaring people into manually modifying config files if they don't need to. The problem is more than likely a video driver issue. This can be resolved with the easy to use tools provided by Mandriva.

capthowdy1027: Launch the Mandriva Control Center, then click on the "Look at and configure hardware" button. Scroll down the list of hardware (after it finishes detecting), click on the video controller, and click the "run config tool" button. This will launch a program called XFdrake. Next, see what it has selected for "Graphic card". If it lists "vesa", we'll need to change it. Click on the button next to "Graphic card", and under Vendor, find S3, then UniChrome. Click OK, and select Xorg 6.9 with 3D hardware accelleration, then click "Test" on the main menu screen. This will launch a multicolor screen with a dialog box asking if it looks ok. If it looks ok so far, select yes before it times out. If it doesn't work, post back and we'll go from there.

If this worked so far, now you can configure your monitor. If it doesn't list the proper monitor, click the monitor button, and see if yours is listed. If not, try selecting "Plug'n Play" then ok. It will test and see if it can detect your monitor brand and refresh rates. If this fails, you will need to find the specs on your monitor, which should be in the included documentation. You will need Horizontal and Vertical refresh rates. Enter them by selecting "Custom". There are a few predefined rates that might fit the bill here. Be exact, though. Next, select the video resolution you want. It will only list modes supported by both the video card and the monitor (based on the refresh rates). Select the highest resolution desired and the color depth (usually 24 bit for any gaming or looking at photos). Click ok, and test again. If everything looks ok, select "Quit" and it will prompt you to save these settings. Reboot, and see if everything is working.

Let me know how it goes.
 
Old 06-01-2006, 02:17 AM   #10
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Simple and precise. Good directions GrueMaster.

Sometimes I wish Slackware had these kind of things so it wouldn't be so unattractive to newer users.

regards,
...drkstr
 
Old 06-01-2006, 09:12 AM   #11
TuxSurfer
Member
 
Registered: May 2004
Location: NC USA
Distribution: Fedora 30 - Xfce Spin
Posts: 272

Rep: Reputation: Disabled
Very good GrueMaster. What we needed here was another Mandriva user. You may consider posting a "How-to" on this subject, your instructions are clear and concise. Like Darkstar's Slack-box I have no such utility. But I chose Debian because I like to do it manually anyway. I hope this fixes farslayer's problem.
~TuxSurfer
 
Old 06-01-2006, 10:11 AM   #12
capthowdy1027
LQ Newbie
 
Registered: May 2006
Posts: 4

Original Poster
Rep: Reputation: 0
sweet, thanks alot GrueMaster. well, thanks everybody, but mainly thank you for giving me a answer i can understand haha.

time to switch over and see what happens.
 
Old 09-09-2006, 07:14 AM   #13
Samoth
Member
 
Registered: Apr 2005
Distribution: Exherbo
Posts: 474
Blog Entries: 1

Rep: Reputation: 32
Quote:
Originally Posted by farslayer
X is sorta funny about reolutions..

if your Screen modes are set as follows..

Code:
SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
then the default screen size and resolution will be 1280 x 1024

however if your config file is setup like this..

Code:
SubSection "Display"
                Depth           24
                Modes           "800x600" "1024x768" "1280x1024" 
        EndSubSection
Then your default screen size and resolution will be 800 x 600. the system will allow you to switch to the higher resolutions, but as you described the desktop will be larger than the screen size and you will have to scroll around to see the entire desktop...

So if I were you I would check your XF86Config file (or xorg.conf as the case may be)

I have done a lot with Xorg resolutions and I seemed to have found(it is in the docs too) that the desktop virtual res it set at the highest X and the highest Y of all the validated modes.
 
  


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
resolution question for a newbie rooster33 Mandriva 2 10-10-2005 02:00 PM
KDE Resolution Question ddu_ Linux - Newbie 6 12-13-2004 09:12 PM
Resolution Question mapesju Mandriva 5 07-30-2004 12:54 AM
Yet another X monitor resolution question... Raptor Ramjet Slackware 6 10-30-2003 01:58 PM
Name resolution question... (and more) WeNdeL Linux - Newbie 1 01-23-2003 06:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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