LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Does Slack support 1280 x 800 screen resolution? (https://www.linuxquestions.org/questions/slackware-14/does-slack-support-1280-x-800-screen-resolution-306232/)

Oholiab 03-26-2005 05:17 AM

Does Slack support 1280 x 800 screen resolution?
 
I gots me a new laptop for my 18th yesterday (yay!) and its all... well... widescreen! So the question stands... Does Slackware support 1280 x 800 screen resolution? (plz say yes!)

I havn't installed yet cos of partitioning problems... (see my post in the slack installtion forum)

marghorp 03-26-2005 05:19 AM

Probably. Dunno, I use 1280x1024 and it works. So it should work with that one or similar too.

Oholiab 03-26-2005 05:27 AM

1280x 1024? Isn't that regular aspect ratio though? or am I just stupid?

trickykid 03-26-2005 10:22 AM

It's not slackware that would support it but rather Xorg or XFree86 if they support with a proper driver along with your hardware.. Slackware has really nothing to do with your resolution.

xushi 03-26-2005 10:34 AM

I'm on a 17'' widescreen, and i can tell you it works perfectly with 1680x1050 (yes, very big resolution.. but that's the way i like it) :)

Code:

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync  31.5 - 64.3
    VertRefresh 50 - 90
EndSection

Code:

  Subsection "Display"
        Depth      24
        Modes      "1680x1050"
        ViewPort    0 0
    EndSubsection


Oholiab 03-26-2005 11:49 AM

Awesome! I'm guessing that was your Xorg... AmI right?

xushi 03-26-2005 12:08 PM

Quote:

Originally posted by Oholiab
Awesome! I'm guessing that was your Xorg... AmI right?
yep

marghorp 03-28-2005 06:28 AM

Yes, the 1280x1024 is the regular aspect ratio 4:3, but there is 1280:900 too, so you could try that. I never seen a 1280x800 though :)

Phathead 03-28-2005 10:27 AM

This is specific to a Compaq Presario R3000Z, but it does relate to 1280x800 resolution. You have to add the following to the xorg.conf file:

Code:

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync    28.0 - 96.0
    VertRefresh  50.0 - 86.0
    Modeline "1280x800@70" 101.92 1280 1312 1696 1728 800 816 825 841
EndSection

I do not have my R3000Z yet, so I cannot verify if this works or not. I've lifted this section of the config from this web page: http://www1.uop.edu/~khughes/presario-r3120us/

Careful about just blindly adding that to your xorg.conf, I don't know what it will do on a different monitor.

loof 03-28-2005 10:42 AM

Re: Does Slack support 1280 x 800 screen resolution?
 
Quote:

Originally posted by Oholiab
I gots me a new laptop for my 18th yesterday (yay!) and its all... well... widescreen! So the question stands... Does Slackware support 1280 x 800 screen resolution? (plz say yes!)

I havn't installed yet cos of partitioning problems... (see my post in the slack installtion forum)

It absolutely does. I installed Slackware 10.1 on a Dell Inspiron 6000 two weeks ago and had some trouble getting it to the right resolution, but it does support 1028x800 resolution. I have an ATI Radeon Mobility x300 video card and I am running Xorg hmm....... 6.7 or 6.8 can't remember. I don't have the Xorg.conf file handy (I'm at work =( ) but let me know if you would like me to post it for you.

[GOD]Anck 03-28-2005 11:39 AM

Quote:

Originally posted by marghorp
Yes, the 1280x1024 is the regular aspect ratio 4:3, but there is 1280:900 too, so you could try that. I never seen a 1280x800 though :)
Not to be nitpicky, but 1280/1024 != 4/3, 1280/960 == 4/3 ;)

To the original threadstarter, yes! Slackware will definately "support" any odd resolution that you can make x.org display, and 1280x800 shouldn't be an exception. However, what it's really doing is just stretching everything a little one way or the other, resulting in everything being slightly higher, relatively, than normal, in the case of 1280x800. It will work though, no worries there.

Drakeo 01-03-2008 12:05 AM

Quote:

Originally Posted by Oholiab (Post 1554217)
I gots me a new laptop for my 18th yesterday (yay!) and its all... well... widescreen! So the question stands... Does Slackware support 1280 x 800 screen resolution? (plz say yes!)

I havn't installed yet cos of partitioning problems... (see my post in the slack installtion forum)

well slackware has the module to do it trust me. the thing is this. slack will set your card and monitor up at default setting . and like all good stable slackware you configure the card from the xorgconfig. typ at the root prompt xorgconfig things you need to know your monitor depth and resolutions let slack pic the card unless you know it for sure. then get done save to file then type startx if it works then go into kde resolution program and change it. if you never configured with xorgconfig before be patient you will get it. well the partition thing is like this if you want to keep windows to to then start the installer. at the root prompted type fdisk /dev/hda and resize the partion. you will be lost so bare along. or you can type cfdisk at the prompt delete windows then new primary size leave a gig for swap partition. 10 gig hard drive use 9000 mb for partion. bootable 83 is linux then write type yes windows is gone now the the gig of free space make a primary type 82 which is swap then write. then quit then start the setup. format your swap now hda2 then hda1 linux partion pic ext2 or ext3 format. then do a full install good day put lilo on the MBR reboot slack go to the login typ root then your password then typ startx or type kdm..
slack 10.1 on wirless is fun use the kde tool for loding the module you may need to download a ndiswrapper for it a windows driver for linux. .dhcp your host have fun.

rkelsen 01-03-2008 12:28 AM

Quote:

Originally Posted by Drakeo (Post 3009313)
well slackware has the module to do it trust me.

Errr... Your answer is just a little bit late. ;)

telemeister 01-03-2008 07:04 PM

Am happily running 1280x800 on a lenovo T61 laptop.

Assuming you will want to download and install the NVIDIA drivers, note that
I did have a few issues until I downloaded the latest beta driver.

http://www.nvidia.com/Download/betad...spx?lang=en-us

Once you install the driver it throws to nvidia's X config program.
In my case this worked perfectly first time.

arubin 01-04-2008 03:52 AM

I have a Dell Inspiron 1501 running happily at 1280x800. This was not sorted out through xorgconfig but by manually editing xorg.conf


All times are GMT -5. The time now is 07:07 PM.