bugGNUstep - Bugs: bug #20965, Cairo shows blank windows after...

Group
 
 

bug #20965: Cairo shows blank windows after AlpenStep

Submitter:  Ingolf Jandt <ingolf>
Submitted:  Mon 03 Sep 2007 01:07:49 PM UTC
   
 
Category:  Backend Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  FredKiefer
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 04 Sep 2007 02:11:24 PM UTC, comment #4: 

Closed as it now works.

Fred Kiefer <FredKiefer>
Group Member
Tue 04 Sep 2007 02:01:21 PM UTC, comment #3: 

O, sorry! Works now after a make clean and reconfigure (which I did after the last svn up, but forgot this time.)
It is not perfect but has greatly improved.
Ingolf

Ingolf Jandt <ingolf>
Tue 04 Sep 2007 12:56:23 PM UTC, comment #2: 

No. Looks still the same.

Btw x gives the warnings below (-- before last change they were less).

% openapp Terminal
2007-09-04 14:49:23.324 Terminal[8588] X-Windows error - BadMatch (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 108
        request code: 2
2007-09-04 14:49:23.528 Terminal[8588] X-Windows error - BadMatch (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 170
        request code: 2
2007-09-04 14:49:23.539 Terminal[8588] X-Windows error - BadMatch (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 218
        request code: 146
2007-09-04 14:49:23.918 Terminal[8588] X-Windows error - BadMatch (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 3889
        request code: 2
2007-09-04 14:49:23.938 Terminal[8588] X-Windows error - BadMatch (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 3937
        request code: 146
2007-09-04 14:49:24.037 Terminal[8588] Font not found BitstreamVeraSansMono-Roman
2007-09-04 14:49:24.184 Terminal[8588] Font not found BitstreamVeraSansMono-Roman
2007-09-04 14:49:24.344 Terminal[8588] X-Windows error - BadMatch (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 3989
        request code: 2
2007-09-04 14:49:24.352 Terminal[8588] X-Windows error - BadMatch (invalid parameter attributes)
          on display: :0.0
                type: 0
       serial number: 4009
        request code: 146

> If the problem persits, could you please try to add some debug output to bestContext() in context.c (subdirectory x11)?

Will try later. What kind of debug output?
ingolf

Ingolf Jandt <ingolf>
Tue 04 Sep 2007 08:23:00 AM UTC, comment #1: 

First, thank you for testing cairo!

Nicolas has done a few more changes to the cairo code, so please give it another try. Your X server doesn't support 32 bits, in that case it should fall back to the old code and use a 24 bits visual. If the problem persits, could you please try to add some debug output to bestContext() in context.c (subdirectory x11)?

Fred Kiefer <FredKiefer>
Group Member
Mon 03 Sep 2007 01:07:49 PM UTC, original submission:  

All window content + menus just white. Worked before.
Art backend works too.
SVN revision 25441. Ubuntu Linux 7.04.
xorg.conf below.

Ingolf

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "dvorak"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Standardgrafikkarte"
        Driver          "nvidia"
        Option          "AddARGBGLXVisuals"     "true"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Standardgrafikkarte"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option  "Composite"     "Enable"
EndSection


Ingolf Jandt <ingolf>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  • -email is unavailable- added by ingolf (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-09-04 FredKiefer StatusNone Fixed
        Assigned toNone FredKiefer
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code