Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel update -> Konsole vertikale weiße Streifen
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
Der P@te
Apprentice
Apprentice


Joined: 17 Nov 2004
Posts: 190
Location: Germany

PostPosted: Fri Jan 27, 2006 12:25 pm    Post subject: Kernel update -> Konsole vertikale weiße Streifen Reply with quote

Hallo,

der Titel klingt leider schon merktwürdig aber ich weiß keinen rat mehr. Nach einem Update von Kernel 2.6.13 auf 2.6.15 musste ich leider feststellen das nach dem Start von GDM alle Konsolen (Strg + Alt F1-6) weiße Streifen aufzeigen. Diese sind vertikal und ziehen sich von oben nach unten. An X und GDM wurde allerdings nichts geändert.

dmesg | grep VGA
Code:

vesafb: Intel Corporation, Intel(r)852GM/852GME/855GM/855GME Graphics Controller, Hardware Version 0.0 (OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS)
fb0: VESA VGA frame buffer device
ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)


cat /etc/X11/xorg.conf
Code:

## File generated by xorgconfig.

# Copyright 2004 The X.Org Foundation
# modified by my self ;)

Section "ServerLayout"
        Identifier "X.org Configured"
        Screen  0 "Screen0" 0  0
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
#       Option "BlankTime" "1"
#       Option "StandbyTime" "1"
#       Option "SuspendTime" "1"
#       Option "OffTime" "3"
        Option     "DontVTSwitch" "enabled"
EndSection


Section "Files"
    RgbPath     "/usr/lib/X11/rgb"
    ModulePath  "/usr/lib/modules"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/lib/X11/fonts"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/default"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/share/fonts/jmk"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/sharefonts"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/ukr"
    FontPath    "/usr/share/fonts/100dpi"
EndSection

Section "Module"
        Subsection "extmod"
                Option "DPMS" "true"
        EndSubSection
        Load "extmod"
        Load "dri"
        Load "dbe"
        Load "record"
        Load "strap"
        Load "xstrap"
        Load "glx"
        Load "type1"
        Load "freetype"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver  "kbd"
        Option "XkbLayout" "de"
EndSection


############## Touchpad ########################
Section "InputDevice"
        Identifier "Mouse1"
        Driver "mouse"
        Option "Protocol" "Auto"
        Option "Device" "/dev/input/mice"
        Option "ZaxisMapping" "4 5"
EndSection

############## Monitor ############################
Section "Monitor"
        Identifier "Monitor0"
        VendorName "Monitor Vendor"
        ModelName  "Monitor Model"
        HorizSync   30-48
        VertRefresh 40-70
        Option     "DPMS"
EndSection

Section "Device"
        Option "DRI"
        Option "MonitorLayout" "LFP"
        Option "mtrr" "off"
        Identifier "Card0"
        Driver  "i810"
        VendorName "Intel Corp."
        BoardName "82852/855GM Integrated Graphics Device"
        BusID "PCI:0:2:0"
        VideoRam 65536
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Card0"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport 0 0
                Depth 24
                Modes "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection


Ist zwar momentan nur ein schönheitsfehler aber es nervt schon gewaltig ;) Evt. kann ja jemand mit einem Schuss ins blaue Hilfe leisten. Unter Kernel 2.6.13 welcher nebebei noch läuft tritt das ganze übrigens nicht auf.
_________________
emerge -pv life
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5205

PostPosted: Fri Jan 27, 2006 1:24 pm    Post subject: Reply with quote

hast du vesafb oder vesafb-tng am laufen ??
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
tuxianer
Apprentice
Apprentice


Joined: 17 Dec 2005
Posts: 280
Location: Cologne - Germany

PostPosted: Fri Jan 27, 2006 1:31 pm    Post subject: Reply with quote

Hi,

mach doch mal statt dmseg | grep vga

ein lspci | grep vga und google mal nach relevanten Treibern... das kann es auch sein. Aber so ein Fehler ist mir neu und eigentlich auch sehr ungewöhnlich !!


MfG
Back to top
View user's profile Send private message
Der P@te
Apprentice
Apprentice


Joined: 17 Nov 2004
Posts: 190
Location: Germany

PostPosted: Fri Jan 27, 2006 1:55 pm    Post subject: Reply with quote

@ firefly

vesafb-tng sagt der Kernel.

dmesg | grep vesa
Code:

vesafb: Intel Corporation, Intel(r)852GM/852GME/855GM/855GME Graphics Controller, Hardware Version 0.0 (OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS)
vesafb: VBE version: 3.0
vesafb: no monitor limits have been set
vesafb: scrolling: redraw
vesafb: framebuffer at 0xd8000000, mapped to 0xe0080000, using 6144k, total 8000k


@ tuxianer

siehe erstes Posting von mir...
_________________
emerge -pv life
Back to top
View user's profile Send private message
Ampheus
l33t
l33t


Joined: 19 Oct 2005
Posts: 814
Location: Rheine, NRW, Germany

PostPosted: Fri Feb 10, 2006 9:29 pm    Post subject: Reply with quote

Selbes Problem hier, nur bei mir sind die Streifen blau. :)
Back to top
View user's profile Send private message
Der P@te
Apprentice
Apprentice


Joined: 17 Nov 2004
Posts: 190
Location: Germany

PostPosted: Mon Feb 13, 2006 8:55 am    Post subject: Reply with quote

Oder weiß oder blau, ein Problem scheint es ja zu sein.
_________________
emerge -pv life
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