Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Resolution issue...Resolved successful
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gentoonu-b
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2005
Posts: 75

PostPosted: Tue Aug 22, 2006 4:52 pm    Post subject: Resolution issue...Resolved successful Reply with quote

If my Gnome install doesn't include the options needed to adjust screen resoltuion and montior settings. What dependancies or packages do I need to emerge/install?

I want to change my resolution from 1280x1024 to 1024x768. I also want to change my monitor refresh rate.
Thnx.


Last edited by gentoonu-b on Wed Aug 23, 2006 5:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
PsychoticRetina
Guru
Guru


Joined: 18 Dec 2005
Posts: 352
Location: behind the scalpel

PostPosted: Tue Aug 22, 2006 5:17 pm    Post subject: Reply with quote

edit your xorg.conf file, adding options for resolutions you want to be supported, so that it reads something like this (your xorg.conf may differ -> important part in bold)
Quote:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "1280x1024" "resolution_3" "resolution_4"
EndSubSection
EndSection

when fired up, x should start up with the first listed resolution it supports (is capable of using on your system); in this case 1024x768. the other options will be listed in the gnome menu, should you wish to use them instead.
_________________
there are pinheads everywhere.
penguins are no exception.
Back to top
View user's profile Send private message
gentoonu-b
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2005
Posts: 75

PostPosted: Tue Aug 22, 2006 5:42 pm    Post subject: Reply with quote

Thnx I'll try it..

But my question was more about the utility or tool that allows for us to make the changes while in the Gnome environment. What is that tool or utility that i need to emerge/install.
Thnx again.
Back to top
View user's profile Send private message
PsychoticRetina
Guru
Guru


Joined: 18 Dec 2005
Posts: 352
Location: behind the scalpel

PostPosted: Tue Aug 22, 2006 6:15 pm    Post subject: Reply with quote

im unfimiliar with gnome, as im using fluxbox/e17. if youre looking for a stand-alone app that lets you add/remove/choose resolutions, i dont think there is one. gnome (and any other de/wm for that matter) picks up the options from xorg.conf and hands them to you in a window. unless theres a built in option in for that in gnome, xorg.conf editing is what youve got left.

but why make easy things difficult? especially taking into consideration that you chose gentoo, id expect youd want to get to know how it all actually works : )
_________________
there are pinheads everywhere.
penguins are no exception.
Back to top
View user's profile Send private message
TimSSC
Apprentice
Apprentice


Joined: 20 Apr 2006
Posts: 170
Location: Cambridge, MA

PostPosted: Tue Aug 22, 2006 6:31 pm    Post subject: Reply with quote

Yes, the reason you don't see the options for the other options in the gnome resolution settings window is because they are not in xorg.conf. A few things to note: in the screen section, you either need to add this line:
Code:
DefaultDepth 24
and then add your modes to only the depth 24 section, otherwise, you must add the mode line to all the depth sections. Also note that the first resolution listed is the default resolution.

Also, you may need to add lines for the HorizSync and VertRefresh in the monitor section. These depend on your montior, and determine what refresh rates and what resolutions are "legal".

One more thing (though somewhat irrelavent) is that KDE does not use the mode line from xorg.conf, but it does use the monitor settings, so it is good to have properly set monitor settings.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum