How do I use my widescreen laptop at max resolution?

Booting, installing, newbie
Post Reply
Message
Author
Guest

How do I use my widescreen laptop at max resolution?

#1 Post by Guest »

Hi There!

I've been playing with Puppy for a few weeks now, and I love it!
I've been reading up on screen settings, because my Xvesa Wizard maxes out at 1024x768x16 even though my ATI mobility 9600 can do 1280x800x32.

I've been reading up on the issue, but I think I'm at the point where I can accidentally do more harm to my system than good. Here are the options I'm considering:
Should I try installing the X server through DotPup, reconfiguring the Xvesa somehow, or attempt to install the ATI linux drivers?

Any help is much appreciated.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

Hi,

I would try to install the Xorg-Xserver:
http://www.murga.org/%7Epuppy/viewtopic.php?t=2303

After installation, edit /etc/X11/xorg.conf with beaver, and replace
Driver "vesa"
with
Driver "ati"

Then change this

DefaultDepth 24
to
DefaultDepth 32

Then change these lines:

Code: Select all

    Subsection "Display"
        Depth       24
        Modes       "800x600" "640x480"
#        Modes       "800x600"
#         Modes       "512x384"
        ViewPort    0 0
    EndSubsection
to

Code: Select all

    Subsection "Display"
        Depth       24
        Modes       "800x600" "640x480"
#        Modes       "800x600"
#         Modes       "512x384"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x800"
        ViewPort    0 0
    EndSubsection
And restart X.

The inbuilt ATI-driver should support that mode.

Mark

Guest

Thanks!

#3 Post by Guest »

Thank You for the help!

I had to try it a couple of times, but I now have a *sweet* looking Puppy!

This lap dog looks great at 1280 by 800 wxga!

Here's what worked:
-Switced from Driver "ati" to
Driver "radeon"

-fiddled with the settings until it looked like this:
Section "Screen"
Identifier "Screen 1"

Device "Standard VGA"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
# Modes "640x460"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768"
# Modes "1280x800"
# Modes "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
# Modes "800x600"
# Modes "512x384"
ViewPort 0 0
EndSubsection


EndSection

For some reason, I haven't been able to get depth 32 yet, but that's fine - the 1280x800 was the priority. Also, found that the start menu has lost some functionality:
In the Shut Down area, the Reboot, Power-off and JWM Restart commands hang on me. I think that they can't manage to kill Xorg. If I Shut Down->Exit to Prompt after selecting Reboot or Power-off, the reboot/power-off continues normally.

Any tips on fixing the Reboot, Power-off and JWM Restart commands?

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#4 Post by MU »

yes, http://www.murga.org/%7Epuppy/viewtopic ... 4838#14838

SomePuppy-Programs like the Vesa-Wizard don't work of course, as they were written for the kdrive-server.
If you find other programs that do not work, please add it to the Xserver-Thread, as I read it certainly there. In the beginners Board I might oversee it.

I might tell you alternatives or fixes then.

Mark

Post Reply