Unix Technical Forum

X - resolution

This is a discussion on X - resolution within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> How can I set my screen resolution to 1280x1024. It worked on mandrake so it must work under slackware... ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-18-2008, 10:09 AM
Matata
 
Posts: n/a
Default X - resolution

How can I set my screen resolution to 1280x1024.

It worked on mandrake so it must work under slackware...

Greetz Matata


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 10:09 AM
/dev/rob0
 
Posts: n/a
Default Re: X - resolution

In article <pan.2003.07.26.14.00.24.428178@NOSPAM.pi.be>, Matata wrote:
> How can I set my screen resolution to 1280x1024.


Copy your Mandrake XF86Config file to Slackware, but change the font
server part to use font paths.

> It worked on mandrake so it must work under slackware...


It will, but Slackware doesn't configure these things for you.
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-18-2008, 10:09 AM
Bilbo
 
Posts: n/a
Default Re: X - resolution

In article <pan.2003.07.26.14.00.24.428178@NOSPAM.pi.be>, Matata wrote:
> How can I set my screen resolution to 1280x1024.


Slackware has a couple of state of the art configuration tools designed
with just this task in mind:

vi
vim
gvim
emacs
joe
jed
mcedit

and some I can't think of right now.

Use anyone of these to alter the file /etc/X11/XF86Config

--
"I do not fear computers. I fear the lack of them."
-- Isaac Asimov
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-18-2008, 10:09 AM
Richard Adams
 
Posts: n/a
Default Re: X - resolution

On Sat, 26 Jul 2003 08:17:33 -0700, /dev/rob0 wrote:

>> It worked on mandrake so it must work under slackware...

>
> It will, but Slackware doesn't configure these things for you.


Slack's xf86config does allow you to define resolutions and also
define which one is to be default as well.

> --
> /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
> or put "not-spam" or "/dev/rob0" in Subject header to reply


--
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.

Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-18-2008, 10:09 AM
George Papadopoulos
 
Posts: n/a
Default Re: X - resolution

On Sat, 26 Jul 2003 16:00:24 +0200, Matata wrote:

> How can I set my screen resolution to 1280x1024.
>
> It worked on mandrake so it must work under slackware...
>
> Greetz Matata


Just use the "xf86cfg" utility and cycle between resolutions. Be carefull
if you have an old monitor!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-18-2008, 10:09 AM
Julio Uehara
 
Posts: n/a
Default Re: X - resolution

Matata <koen@nospam.pi.be> wrote:
> How can I set my screen resolution to 1280x1024.


> It worked on mandrake so it must work under slackware...


Iwould use the same settings in XF86Config as in Mandrake.

Hope it helps.

--Julio


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-18-2008, 10:09 AM
Keith Keller
 
Posts: n/a
Default Re: X - resolution

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In article <slrnbi56sd.b9n.rob0@linuxbox.stpaultel.com>, /dev/rob0 wrote:

> Copy your Mandrake XF86Config file to Slackware, but change the font
> server part to use font paths.


Is there any point to the font server on a typical desktop? It
seems like a bit of a waste to me.

- --keith

- --
kkeller-mmmspam@wombat.san-francisco.ca.us
(try just my userid to email me)
alt.os.linux.slackware FAQ: http://wombat.san-francisco.ca.us/cgi-bin/fom

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj8iyiwACgkQhVcNCxZ5ID/gHACbBhVP/PKvAuQRvB8TUczVc/Rk
zq4AnRk0Tti8UPhn7geodMYHTFha9rDQ
=TfeX
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-18-2008, 10:09 AM
Z
 
Posts: n/a
Default Re: X - resolution

On Sat, 26 Jul 2003 18:57:27 +0300, George Papadopoulos wrote:

> On Sat, 26 Jul 2003 16:00:24 +0200, Matata wrote:
>
>> How can I set my screen resolution to 1280x1024.
>>
>> It worked on mandrake so it must work under slackware...
>>
>> Greetz Matata

>
> Just use the "xf86cfg" utility and cycle between resolutions. Be carefull
> if you have an old monitor!


Edit the /etc/X11/XF86Config file with pico or some other editor.

At the bottom, you'll see a section that looks something like this.

----------------------

Section "Screen"
Identifier "Screen0"
Device "KYRO"
Monitor "My Monitor"
# Set your desired default color depth here (16 or 24)
DefaultDepth 24
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

--------------------------

The first mode is the default (e.g. 1024x768 in my case)


Also, you may want to enter some moitor information in the XF86Config as
well.

------------------------

Section "Monitor"

Identifier "My Monitor"
HorizSync 31.5 - 50.0
VertRefresh 70-120

EndSection

------------------------

In my case, I have a Viwsonic A70. You should consult your monitor instruction
manual for the precise values. Don't put the same refresh info in yours
that I have in mine, because the values could be incorrect.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-18-2008, 10:10 AM
Franz M. Sauerzopf
 
Posts: n/a
Default Re: X - resolution

In <slrnbi5qob.glk.Faux_Pseudo@fugozi.quasi>, Faux_Pseudo wrote:
>> Slackware has a couple of state of the art configuration tools designed
>> with just this task in mind:

>
> You forgot pico. I wouldn't be where I am today with pico.
>


with or without, _but_:
-> nano :-)

--
Franz M. Sauerzopf
Atominstitut, TU Wien

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:07 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com