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
![not a support question not a support question](/my-plugins/support-forums/icons/support-forums-not-support.png)
Don't get full screen on Sony Vaio
(2 posts) (2 voices)-
Posted 13 years ago #
-
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-pciPart 2.
#nano /etc/X11/xorg.confSection "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 40-70
Option "dpms"
EndSectionSection "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
EndSectionLogout/in of xsession to restart xorg to see effect of configuration.
Posted 13 years ago #
Reply
You must log in to post.