Hi all!
I've asked in the Spanish forum, but nobody responds.
I've installed SliTaz 4.0 on an old laptop with an Intel 815EM video card. I've edited the /etc/X11/xorg.conf file following these instructions:
http://doc.slitaz.org/en:guides:xorg-xvesa#configuring-x
My /etc/X11/xorg.conf file is like this:
# You can put here your own Xorg configurations. This config file is read
# before all files in /etc/X11/xorg.conf.d and will NOT be erased by any
# updates.
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 28-64
VertRefresh 60
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Files"
ModulePath "/usr/lib/X11/modules"
FontPath "/usr/share/fonts/X11/misc/"
FontPath "/usr/share/fonts/X11/TTF/"
FontPath "/usr/share/fonts/X11/OTF"
FontPath "/usr/share/fonts/X11/Type1/"
FontPath "/usr/share/fonts/X11/100dpi/"
FontPath "/usr/share/fonts/X11/75dpi/"
FontPath "/usr/share/fonts/truetype/ttf-dejavu"
EndSection
However, when I reboot, nothing has changed. The system doesn't seem to read the new video card configuration file. Any ideas??
Thank you very much!!