Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Screen flickers after X.org shutdown (fixed)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
limpet_drone
n00b
n00b


Joined: 16 Mar 2006
Posts: 7

PostPosted: Thu Apr 20, 2006 6:33 pm    Post subject: Screen flickers after X.org shutdown (fixed) Reply with quote

Hey there,

I have this peculiar problem - X server runs just fine, but if I try to switch to an alternative virtual terminal or when I exit the screen begins to flicker really bad. And it won't fix until I reboot. It's as if the monitor frequency is scrambled..I've run xorgconfig countless times trying all combinations of frequencies and video drivers but still nothing. Any thoughts would be greatly appreciated. I'm running Gentoo on a 1.8GHz laptop with Intel 855GM, 64MB video card.


Last edited by limpet_drone on Sun Apr 30, 2006 5:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
at240
l33t
l33t


Joined: 12 Aug 2005
Posts: 603
Location: UK

PostPosted: Tue Apr 25, 2006 4:41 pm    Post subject: Reply with quote

Sometimes this sort of problem can be caused by incorrectly configured framebuffer support. Are you using framebuffer? If so, could post the relevant bits of grub.conf and your kernel configuration?
Back to top
View user's profile Send private message
limpet_drone
n00b
n00b


Joined: 16 Mar 2006
Posts: 7

PostPosted: Sun Apr 30, 2006 5:14 pm    Post subject: Reply with quote

Thanks for the reply. It really turned out that the problem was caused by the framebuffer. I simply switched from vesafb-tng support to vesafb and added the vga-statement separately from the video-statement and it worked :D
Back to top
View user's profile Send private message
m1ngsheng
n00b
n00b


Joined: 24 Mar 2005
Posts: 50

PostPosted: Tue Sep 19, 2006 9:29 pm    Post subject: dell latitude x300 Reply with quote

A few months ago - of course after an emerge world - this laptop exhibited the problem described above. I just started trying to correct it.

My BIOS is already set to LCD Mode (LCD Only). Here is my grub.conf:
Code:
timeout 3
default 0
splashimage=(hd0,0)/grub/splash.xpm.gz

# boot Gentoo Linux 2.6
title=Gentoo Linux 2.6
root    (hd0,0)
kernel /kernel-2.6.17-gentoo-r8 root=/dev/hda3 vga=0x318


I am going to look at my framebuffer settings - once I remember where those are. I believe I have seen mention of xorg re-configuration solving this issue...but cannot find that note right now. Any other suggestions?

Edit: Just verified my kernel options: no support for framebuffer here. Now what?


Last edited by m1ngsheng on Tue Sep 19, 2006 10:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
m1ngsheng
n00b
n00b


Joined: 24 Mar 2005
Posts: 50

PostPosted: Tue Sep 19, 2006 9:32 pm    Post subject: no framebuffer support here Reply with quote

Changing my DefaultDepth from 24 to 16 corrected the problem. I can repeat the problem/fix every time by switching between those two settings.

Here are the relevant lines in xorg.conf:
Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "Dell Latitude VGA"
    Monitor     "Dell Latitude LCD"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum