Back Forum Reply New

Screen Blanking on LCD but not CRT

Hi all,

I recently upgraded from a CRT (Gateway) monitor to a LCD monitor (Westinghouse). However, after reconfiguring xorg.conf to handle my new monitor, my screen continues to go blank (but still is faintly visible up close). This happens during use, not just when idle. Is this a software issue or a hardware issue? I've many combinations of xset and xorg.conf to no avail. Does anyone have an good advice?

I'm running  Feisty. Here's my xorg.conf:HTML Code:
Section quot;Filesquot;       FontPath        quot;/usr/share/fonts/X11/miscquot;       FontPath        quot;/usr/share/fonts/X11/cyrillicquot;       FontPath        quot;/usr/share/fonts/X11/100dpi/:unscaledquot;       FontPath        quot;/usr/share/fonts/X11/75dpi/:unscaledquot;       FontPath        quot;/usr/share/fonts/X11/Type1quot;       FontPath        quot;/usr/share/fonts/X11/100dpiquot;       FontPath        quot;/usr/share/fonts/X11/75dpiquot;       # path to defoma fonts       FontPath        quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueTypequot;
EndSection

Section quot;Modulequot;       Load    quot;bitmapquot;       Load    quot;ddcquot;       Load    quot;driquot;       Load    quot;extmodquot;       Load    quot;freetypequot;       Load    quot;glxquot;       Load    quot;int10quot;       Load    quot;vbequot;
EndSection

Section quot;InputDevicequot;       Identifier      quot;Generic Keyboardquot;       Driver          quot;kbdquot;       Option          quot;CoreKeyboardquot;       Option          quot;XkbRulesquot;      quot;xorgquot;       Option          quot;XkbModelquot;      quot;pc104quot;       Option          quot;XkbLayoutquot;     quot;usquot;
EndSection

Section quot;InputDevicequot;       Identifier      quot;Configured Mousequot;       Driver          quot;mousequot;       Option          quot;CorePointerquot;       Option          quot;Devicequot;                quot;/dev/input/micequot;       Option          quotrotocolquot;              quot;ImPS/2quot;       Option          quot;ZAxisMappingquot;          quot;4 5quot;       Option          quot;Emulate3Buttonsquot;       quot;truequot;
EndSection

Section quot;InputDevicequot;       Driver          quot;wacomquot;       Identifier      quot;stylusquot;       Option          quot;Devicequot;        quot;/dev/input/wacomquot;       Option          quot;Typequot;          quot;stylusquot;       Option          quot;ForceDevicequot;   quot;ISDV4quot;         # Tablet PC ONLY
EndSection

Section quot;InputDevicequot;       Driver          quot;wacomquot;       Identifier      quot;eraserquot;       Option          quot;Devicequot;        quot;/dev/input/wacomquot;       Option          quot;Typequot;          quot;eraserquot;       Option          quot;ForceDevicequot;   quot;ISDV4quot;         # Tablet PC ONLY
EndSection

Section quot;InputDevicequot;       Driver          quot;wacomquot;       Identifier      quot;cursorquot;       Option          quot;Devicequot;        quot;/dev/input/wacomquot;       Option          quot;Typequot;          quot;cursorquot;       Option          quot;ForceDevicequot;   quot;ISDV4quot;         # Tablet PC ONLY
EndSection

Section quot;Devicequot;       Identifier      quot;Silicon Integrated Systems #91;SiS#93; 65x/M650/740 PCI/AGP VGA Display Adapterquot;       Driver          quot;sisquot;       BusID           quotCI:1:0:0quot;
EndSection

Section quot;Monitorquot;       Identifier      quot;LCM-20v5quot;       HorizSync       30-82       VertRefresh     56-76
EndSection

Section quot;Screenquot;       Identifier      quot;Default Screenquot;       Device          quot;Silicon Integrated Systems #91;SiS#93; 65x/M650/740 PCI/AGP VGA Display Adapterquot;       Monitor         quot;LCM-20v5quot;       DefaultDepth    24       SubSection quot;Displayquot;    Depth           1    Modes           quot;1400x1050quot; quot;1280x1024quot; quot;1280x960quot; quot;1152x864quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;       EndSubSection       SubSection quot;Displayquot;    Depth           4    Modes           quot;1400x1050quot; quot;1280x1024quot; quot;1280x960quot; quot;1152x864quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;       EndSubSection       SubSection quot;Displayquot;    Depth           8    Modes           quot;1400x1050quot; quot;1280x1024quot; quot;1280x960quot; quot;1152x864quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;       EndSubSection       SubSection quot;Displayquot;    Depth           15    Modes           quot;1400x1050quot; quot;1280x1024quot; quot;1280x960quot; quot;1152x864quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;       EndSubSection       SubSection quot;Displayquot;    Depth           16    Modes           quot;1400x1050quot; quot;1280x1024quot; quot;1280x960quot; quot;1152x864quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;       EndSubSection       SubSection quot;Displayquot;    Depth           24    Modes           quot;1400x1050quot; quot;1280x1024quot; quot;1280x960quot; quot;1152x864quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;       EndSubSection
EndSection

Section quot;ServerLayoutquot;       Identifier      quot;Default Layoutquot;       Screen          quot;Default Screenquot;       InputDevice     quot;Generic Keyboardquot;       InputDevice     quot;Configured Mousequot;       InputDevice     quot;stylusquot;        quot;SendCoreEventsquot;       InputDevice     quot;cursorquot;        quot;SendCoreEventsquot;       InputDevice     quot;eraserquot;        quot;SendCoreEventsquot;
# Found this at
#  from : localhost//showthread.php?t=341617       Option quot;BlankTimequot; quot;0quot;       Option quot;StandbyTimequot; quot;0quot;       Option quot;SuspendTimequot; quot;0quot;       Option quot;OffTimequot; quot;0quot;
EndSection

Section quot;DRIquot;       Mode    0666
EndSection
Thanks!

-Rob
¥
Back Forum Reply New