SliTaz SliTaz Forum

You are not logged in.

#1 2011-11-07 21:17:00

terrybull
Member
Registered: 2011-11-06
Posts: 127

Don't get full screen on Sony Vaio

I have acquired a Sony Vaio PCG-FX103. This is an old Pent 3 machine with 512 ram. I have installed Slitaz 3 stable. The desktop does not fill the screen and is about half size. It is all there and working but just small. How can I get it to fill the screen properly. The graphics chip is Intel 82815.

I get the same problem on other Linux distros but Puppy Wary and Antix work fine, full screen. However I prefer Slitaz

Offline

#2 2011-11-08 18:43:25

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Don't get full screen on Sony Vaio

Xorg server version 7.4+ doesn't auto-detect the display panel on Sony laptops with the 82815 graphics.

Slitaz iso includes VESA generic video driver only,quality not as good but should configure.

Slitaz has to have internet connectivity to install linux-agp and allow tazx to download intel video drivers and there depends.

Internet: Part 1 and Part 2

No internet: Part 2.

Login as root,password: root

Part 1.

#tazpkg get-install linux-agp

#tazx

Choose intel

#tazhw detect-pci

Part 2.

#nano /etc/X11/xorg.conf

Section "Monitor"

        Identifier "Configured Monitor"

        HorizSync 31.5-48.5

        VertRefresh 40-70

        Option "dpms"

EndSection

Section "Screen"

        Identifier "Default Screen"

        Monitor "Configured Monitor"

        Device "Configured Video Device"

        DefaultDepth 16

        Option "Accel"

        SubSection "Display"

                Depth 16

                Modes "1024x768"

        EndSubSection

        SubSection "Display"

                Depth 24

                Modes "1024x768"

        EndSubSection

EndSection

Logout/in of xsession to restart xorg to see effect of configuration.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.015 seconds, 17 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]