[Wolves] laptop screen bugger

A2RT wolves at mailman.lug.org.uk
Sun Dec 22 16:05:00 2002


howdo

Ok i'm pissed off. I got a 2nd hand laptop a while ago, and it worked fin=
e and=20
dandy for 3 weeks the the screen went dim. Boo hiss. Took it to a place t=
hat=20
said for 100GBP they'll fix it. So, after messing about, picked it up 2 d=
ays=20
ago...and after using it for 6 hours....the screen went dim.

Now i'm wondering if i've been fiddled, or if its something i've done?=20
Basically is it possible for the wrong settings in XFconfig to blow the L=
CD?=20
I've read about how the wrong sync settings can do this...i remember havi=
ng=20
to choose several different settings to get the display working, and ende=
d up=20
with the following config file below (which appears to be set to use "fla=
t=20
panel" - hmmm?)

Any words of wisdom gratefully received, and if anyone knows of a good pl=
ace=20
to fix it let me know.

steve


Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1024x768"
    HorizSync 31.5-48.5
    VertRefresh 40-70
   =20
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563=
=20
-hsync=20

-vsync
   =20
    # 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
   =20
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Neomagic Corporation"
    BoardName "NeoMagic 128XD"
    Driver "neomagic"
    Option "DPMS"
    Option "XaaNoScanlineCPUToScreenColorExpandFill"
   =20
    # Chipset    "NM2160"
    # IOBase     0xfea00000
    # MemBase    0xfd000000
    # VideoRam   2048
    # DacSpeed   90
    # Option     "linear"
    # Option     "nolinear"
    # Option     "sw_cursor"
    # Option     "hw_cursor"
    # Option     "no_accel"
    # Option     "intern_disp"
    # Option     "extern_disp"
    # Option     "mmio"
    # Option     "no_mmio"
    # Option     "lcd_center"
    # Option     "no_stretch"
    Option "XaaNoScanlineImageWriteRect"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16
   =20
    Subsection "Display"
        Depth 8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
   =20
    Subsection "Display"
        Depth 15
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
   =20
    Subsection "Display"
        Depth 16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
   =20
    Subsection "Display"
        Depth 24
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
EndSection