Another for ej...
Forgive my posting this here, but I'm not sure I could get it all into the eBay message system! Additionally, it might prove of interest to others considering Linux.
Good evening, "Old Guy"!
The problem, briefly, is that I'm battling to get the screen resolution sorted out on a Fujitsu Siemens V5535 laptop running Linux Mint. This is evidently quite a common difficulty, and seems related to the lack of a suitable driver for the SiS chipset in the V5535.
A driver ("sis671") has been compiled (no 3D, unfortunately)-and appears to be incorporated in Mint 7 -
SiS_drv.so in
/usr/lib/xorg/modules/drivers/.
The V5535 should have a screen resolution of 1280x800, with a refresh rate of 60Hz.
Much googling revealed a partial cure:
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 28-72
VertRefresh 43-60
EndSection
-The Mint Display Preferences only “sees” Monitor: Unknown – the Detect Monitors button does nothing
-The default xorg.conf only allows screen resolutions of 800x600; 640x480 – refresh rates of 61 and 60Hz respectively;
-The configuration shown above allows 1280x800 (16:10), refresh rate
zero;1024x768(4:3), refresh rate 61Hz; 800x600(4:3), refresh rate 61Hz; 640x480(4:3), refresh rate 60Hz.
I'm reassured by ej's comment that it is only a high refresh rate that will damage the screen - but for a permanent installation, it's obviously better to get it right!
Mepis came closer, but Mandriva One 2009 produces the desired effect - its xorg.conf is much longer, though. Please bear with me:
# File generated by XFdrake (rev 247269)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
#DontZap # disable
(server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable / (resolution switching)
EndSection
Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x800"
HorizSync 31.5-90
VertRefresh 60
# Monitor preferred modeline (59.9 Hz vsync, 49.3 kHz hsync, ratio 16/10, 98 dpi)
ModeLine "1280x800" 71 1280 1328 1360 1440 800 803 809 823 -hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
EndSection
Section "Device"
Identifier "device1"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "SiS SiS 670 / 671-based cards"
Driver "sisimedia"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x800"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "SynapticsMouse1" "SendCoreEvents"
Screen "screen1"
EndSection
I know I could simply install Mandriva, but would really like to stick with Mint if at all possible. Everything else, including the wireless, seems to work fine.
This evening's entertainment is to try to figure out how to install the hard drive which has arrived for the laptop. The plan then is to use its restore discs to reinstall Vista (Home Basic - I know, I know - but gives me a chance to play with Vista if it'll reinstall), and to try to use its own software to shrink its partition to allow room to use the rest of the hard drive for Mint (hopefully) or Mandriva - might actually be posting a separate question about that!
Any suggestions to sort out the resolution/refresh rate gratefully received!