Results 1 to 7 of 7
Hello, I installed Debian (6.0.3 x86) on my girlfriend's laptop (Asus Z96H). Then I ran it I got flickering screen. Here are
Xorg.conf ht tp://freetexthost.com/3af4qwlj43
Xorg.0.log ht tp://freetexthost.com/qufa3fc20u
Well, I ...
- 10-23-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
Flickering screen/old laptop/Debian
Hello, I installed Debian (6.0.3 x86) on my girlfriend's laptop (Asus Z96H). Then I ran it I got flickering screen. Here are
Xorg.conf ht tp://freetexthost.com/3af4qwlj43
Xorg.0.log ht tp://freetexthost.com/qufa3fc20u
Well, I thought by fixing this:
I would fix it all (still I don't know if these are correct settings for HorizSync and VertRefresh). Maybe anyone can help me?Code:Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Mode1" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 EndSection
Edit: I can't add code, because system thinks that there is url in it.
- 10-23-2011 #2Guest
- Join Date
- Feb 2005
- Posts
- 314
Change you frequencies to these
Restart x or rebot, if that doesn't help, temporarily remove xorg.confCode:HorizSync 30-80 VertRefresh 56-65
Reboot and post outputsCode:mv /etc/X11/xorg.conf /etc/X11/xorg.conf~
Code:grep EE /var/log/Xorg.0.log
(use code tags [code]your text here[/code])Code:grep WW /var/log/Xorg.0.log
- 10-23-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
Doesn't work...Code:HorizSync 30-80 VertRefresh 56-65

Error log:
Warning log:Code:(II) Loading extension MIT-SCREEN-SAVE (EE) open /dev/fb0: No such file or directory (EE) SIS(0): Illegal video RAM size (262144K) detected, using BIOS-provided info (--) SIS(0): MMIO regosters at 0xFDEE0000 (size 64K) (EE) SynPS/2 Synaptics Touchpad Unable to query/initialize Synaptics hardware. (EE) PreInit failed for input debice "SynPS/2 Synaptics TouchPad"
And I was trying to add conf and log file to , but it still didn't let me.Code:(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. (WW) Falling back to old probe method for sis (WW) Falling back to old probe method for vesa (WW) Falling back to old probe method for fbdev (WW) SIS(0): Could not find/read video BIOS (WW) SIS(0): Unable to estimate virtual size
- 10-23-2011 #4Linux Newbie
- Join Date
- Sep 2007
- Posts
- 137
Two suggestions:
If the pkg "firmware-linux" is not installed, please install it. It will bring in both free and non-free firmware blobs (drivers) your video hardware might need:
When Debian's installed, it does not automatically create a xorg.conf file. Unless there's a specific reason for creating the file (multiple monitors, multiple GPUs, etc) you're better off letting the system set the monitor. So you won't lose the xorg.conf file you created:Code:sudo apt-get install firmware-linux
After doing the above, reboot.Code:sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
- 10-24-2011 #5Guest
- Join Date
- Feb 2005
- Posts
- 314
I asked the OP to move the xorg.conf to a backup and reboot previously, judging by the log output I'd say he did try that and it hasn't made any difference.
Also firmware-linux is a metapackage which installs firmware-linux-free and firmware-linux-nonfree. I can see nothing in either of those that would be helpful here.
@the OP can you next create a simple xorg.conf as follows, reboot and see what that does:
Code:Section "Device" Identifier "Device0" Driver "fbdev" EndSection
- 10-24-2011 #6Linux Newbie
- Join Date
- Sep 2007
- Posts
- 137
The OP posted what he did to resolve this at linuxquestions.@the OP can you next create a simple xorg.conf as follows, reboot and see what that does:
- 10-24-2011 #7Guest
- Join Date
- Feb 2005
- Posts
- 314
Thanks for letting me know. Always good to know that you're wasting your time...
[SOLVED] Flickering screen
I had to install Windows XP. :/


Reply With Quote

