Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wieso flimmern auf Konsolen wenn Xserver startet?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
donatz
n00b
n00b


Joined: 06 Oct 2006
Posts: 62
Location: D-95326 Kulmbach

PostPosted: Tue Jan 02, 2007 11:38 am    Post subject: Wieso flimmern auf Konsolen wenn Xserver startet? Reply with quote

Hallo!
Vorweg erstmal ein gesundes Neues! :)

Wenn ich auf meinem Laptop Amilo M7405 den Xserver starte, beginnt der LCD des Notebooks in den Ansichten der Konsolen (Strg + Alt + F1,....F2,....) zu flimmern. Die Darstellung unter KDE ist einwandfrei. Da ich ehrlich geschrieben nicht wirklich Ahnung von Xorg habe und das Howto für den X-Sever gerade mal reichte um den Xserver überhaupt zum Laufen zu bekommen, kann bitte mal jemand meine xorg.conf checken? Vielleicht fällt ja jemanden was auf, wie ich das Flimmern des LCD abstellen kann.

GraKa ist Intel 855GM. LCD 1024x768.

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/local/share/fonts"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
       #Load  "dri"
       #Load  "glx"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option      "XkbRules" "xorg"
   Option      "XkbModel" "pc105"
   Option      "XkbLayout" "de"
   Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card0"
   Driver      "i810"
   VendorName  "Intel Corporation"
   BoardName   "82852/855GM Integrated Graphics Device"
   BusID       "PCI:0:2:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection



Vielen Dank!

cu,
donatz
Back to top
View user's profile Send private message
blice
Guru
Guru


Joined: 12 Feb 2005
Posts: 598
Location: D- 26188

PostPosted: Tue Jan 02, 2007 12:00 pm    Post subject: Reply with quote

Die Consolen hängen eigentlich nicht mit X zusammen. Es kann aber sein, daß dein Display vergisst die Hertz zahlen umzuschalten , wenn du zb von X auf console schaltest.

Versuch mal mit Xrandr (oder emerge krandrtray) , die frequenz zu drosseln (zb auf 60hz). Mein alter Röhrenmonitor mag auch keine hohen frequenzen, ab 70hz fängt mein bild an zu flimmern und aus einem "=" wird ein unerkennbares etwas, das aussieht wie ein unscharfes "-"
_________________
Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de
Back to top
View user's profile Send private message
donatz
n00b
n00b


Joined: 06 Oct 2006
Posts: 62
Location: D-95326 Kulmbach

PostPosted: Tue Jan 02, 2007 12:11 pm    Post subject: Reply with quote

danke für deine rasche Antwort. Es muss woanders hängen, ich habe nur die 60 Hz eingestellt, was anderes bringt mir krandrtray auch gar nicht zur Auswahl....
Zudem muss es schon irgendwie mit dem X-Server zusammenhängen: Boote ich mein System ohne X ist alles ok, boote ich anschließend inkl X => flimmer *grrrrr* und dat nervt wenn man viel auf der Konsole arbeitet :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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