You are not logged in.

#1 2008-07-13 08:24:28

mohican
Member
Registered: 2008-07-02
Posts: 8

artefacts in 2d (icons and bar)

Hi,

my graphics is after some time always messed up. Does anybody know what causes it? See top of the screenshot and the icons on the left side.

screenshot-full;init:.jpg

http://petr.kozisek.googlepages.com/scr … ;init:.jpg

Thank you for your help

my xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "USB mouse" "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/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option       "XkbRules"      "xorg"
    Option          "XkbModel"      "pc105"
    Option          "XkbLayout"     "us,cz(qwerty)"
    Option          "XkbOptions"    "grp:shifts_toggle"

EndSection

Section "InputDevice"
    Identifier     "USB Mouse" 
    Option "Name" "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)"
    Driver         "mouse" 
    Option         "Device" "/dev/input/mice" 
    Option         "SendCoreEvents" "true" 
    Option         "Protocol" "ExplorerPS/2" 
    Option         "ZAxisMapping" "4 5" 
    Option         "Buttons" "7" 
    Option         "ButtonMapping" "1 2 3 6 7" 
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    HorizSync    30.0 - 100.0
    VertRefresh    50.0 - 75.0
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      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82830 CGC [Chipset Graphics Controller]"
    BusID       "PCI:0:2:0"
EndSection

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

Last edited by mohican (2008-07-13 08:28:18)

Offline

Board footer

Powered by FluxBB