[Bug 370953] Re: Memory allocation problem with virtual resolution

strav essorcreations at gmail.com
Sat May 2 17:52:11 UTC 2009


** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  Ubuntu 9.04, latest updates applied.
  Video Card: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
  eee-pc 1000 (sd)
  
  Let me first say that perhaps this is a configuration problem on my side
  - my apologies if it's the case. Anyhow, when trying to set a virtual
- resolution of 2704 x 1050 for using both my laptop's screen and my
- external LCD screen, xorg loads correctly however, if I try to play a
- video in either VLC or Kaffeine (on either screens), each application
- segfault with, for VLC, the following error message
+ resolution of 2704 x 1050 ((1680 + 1024) x 1050 ) for using both my
+ laptop's screen and my external LCD screen, xorg loads correctly
+ however, if I try to play a video in either VLC or Kaffeine (on either
+ screens), each application segfault with, for VLC, the following error
+ message:
  
+ [????????] x11 video output error: X11 request 132.19 failed with error code 11:
+  BadAlloc (insufficient resources for operation)
+ X Error of failed request:  BadAlloc (insufficient resources for operation)
+ 
+ With the exact same configuration, I did not had this problem in Ubuntu
+ 8.04
+ 
+ Here is my default xorg.conf:
  
  Section "ServerLayout"
  	Identifier     "X.org Configured"
  	Screen      0  "Screen0" 0 0
  	InputDevice    "Mouse0" "CorePointer"
  	InputDevice    "Keyboard0" "CoreKeyboard"
  EndSection
  
  Section "Files"
  	ModulePath   "/usr/lib/xorg/modules"
  	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"
  	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  EndSection
  
  Section "Module"
  	Load  "dbe"
  	Load  "extmod"
  	Load  "dri"
  	Load  "record"
  	Load  "dri2"
  	Load  "glx"
  EndSection
  
  Section "InputDevice"
  	Identifier  "Keyboard0"
  	Driver      "kbd"
  EndSection
  
  Section "InputDevice"
  Identifier     "Mouse0"
  Driver         "synaptics"
  Option         "CorePointer"
  Option          "SendCoreEvents"        "true"
  Option          "SHMConfig"             "on"
  EndSection
  
  Section "Monitor"
  	Identifier   "Monitor0"
  	VendorName   "Monitor Vendor"
  	ModelName    "Monitor Model"
  EndSection
  
  Section "Device"
  	Identifier  "Card0"
  	Driver      "intel"
  	VendorName  "Intel Corporation"
  	BoardName   "Mobile 945GME Express Integrated Graphics Controller"
  	BusID       "PCI:0:2:0"
   	Option 	    "DRI" "true"
  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
  
  Section "DRI"
      Mode         0666
  EndSection
  
  Section "Extensions"
      Option "Composite" "Enable"
  EndSection
+ 
+ 
+ Now the modified one has the "screen" section changed to:
+ 
+ Section "Screen"
+ 	Identifier "Screen0"
+ 	Device     "Card0"
+ 	Monitor    "Monitor0"
+         SubSection "Display"                                                    
+                 Virtual 2704 1050                                               
+         EndSubSection   
+ EndSection
+ 
+ ----
+ 
+ Note that if I first load my xorg.version with the virtual resolution
+ set, killall gdm, change xorg.conf to the  original one, then start gdm,
+ I get to play the videos without any allocation problem.

-- 
Memory allocation problem with virtual resolution
https://bugs.launchpad.net/bugs/370953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list