You are not logged in.
Pages: 1
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
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
Pages: 1
[ Generated in 0.015 seconds, 17 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]