Ubuntu 9.04 supported

Anthony
Posts: 2
Joined: Thu Jun 11, 2009 1:25 pm

Re: Ubuntu 9.04 supported

Post by Anthony »

When will recovery image be available?

Denis
Posts: 301
Joined: Sun Apr 26, 2009 3:24 pm

Re: Ubuntu 9.04 supported

Post by Denis »

Anthony wrote:When will recovery image be available?
We are not going to create recovery image for Ubuntu 9.04. You can reinstall using our wiki guide.
Compulab's Linux support

nfischer
Posts: 1
Joined: Thu Nov 12, 2009 7:53 pm

Re: Ubuntu 9.04 supported

Post by nfischer »

After following the instructions for loading Ubuntu 9.04 from the wiki, I am recieving the following errors while trying to restart the xserver after installing everything.

Thanks for any help you can provide.

root@:~# startx
hostname: Unknown server error
xauth: (stdin):1: bad display name ":0" in "add" command
xauth: creating new authority file /root/.Xauthority
xauth: (argv):1: bad display name ":0" in "list" command
xauth: creating new authority file /root/.Xauthority
xauth: (stdin):1: bad display name ":0" in "add" command
xauth: creating new authority file /root/.Xauthority
xauth: (argv):1: bad display name ":0" in "list" command
xauth: creating new authority file /root/.Xauthority
xauth: (stdin):1: bad display name ":0" in "add" command

X: warning; process set to priority -1 instead of requested priority 0

X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
Current Operating System: Linux 2.6.30.1-concerto-fw2.3-r1 #4 SMP PREEMPT Mon Jul 13 19:24:16 EDT 2009 i686
Build Date: 09 April 2009 02:10:02AM
xorg-server 2:1.6.0-0ubuntu14 (buildd@rothera.buildd)
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 12 19:55:28 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) PSB(0): the stolenBase is:0x3f800000
(EE) PSB(0): screnIndex is:0;fbPhys is:0x3f800000; fbsize is:0x007bf000
FATAL: Module psb not found.
(EE) [drm] drmOpen failed.
(EE) PSB(0): [dri] DRIScreenInit failed. Disabling DRI.
(EE) [drm] Could not uninstall irq handler.
(EE) PSB(0): This driver currently needs DRM to operate.

Fatal server error:
AddScreen/ScreenInit failed for driver 0


Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

ddxSigGiveUp: Closing log

Denis
Posts: 301
Joined: Sun Apr 26, 2009 3:24 pm

Re: Ubuntu 9.04 supported

Post by Denis »

As I see from your logs:
Current Operating System: Linux 2.6.30.1-concerto-fw2.3-r1
This is definitely not our kernel mentioned in wiki. If you intend to use custom kernel - you need to install drm module for Poulsbo chipset. Sources can be found at /drivers/gpu/drm in our kernel tree.
Compulab's Linux support

Raymoon
Posts: 2
Joined: Sun Nov 01, 2009 6:00 pm

Re: Ubuntu 9.04 supported

Post by Raymoon »

Hello Denis,

I was on a lengthy working trip, so here is a late answer:

yes, both option are set in the way you describe them. Unfortunately my screen goes black once the X11 server should start (i see the loading bar with the ubuntu logo).

Here is my xorg.conf:

Code: Select all

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  "glx"
	Load  "record"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
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     "ShadowFB"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ExaMem"             	# <i>
        #Option     "ExaScratch"         	# <i>
        Option      "IgnoreACPI"         	"true"
        Option      "NoPanel"            	"true"
        #Option     "LidTimer"           	# [<bool>]
        #Option     "NoFitting"          	# [<bool>]
        #Option     "DownScale"          	# [<bool>]
	Identifier  "Card0"
	Driver      "psb"
	VendorName  "Intel Corporation"
	BoardName   "System Controller Hub (SCH Poulsbo) Graphics Controller"
	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

Section "DRI"
    Mode 0666
EndSection
I tried to add the xorg.0.log, too but it is too long and i cant append it as attachment, so here is the grep EE from it:

Code: Select all

	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) PSB(0): the stolenBase is:0x3f800000
(EE) PSB(0): screnIndex is:0;fbPhys is:0x3f800000; fbsize is:0x007bf000
(EE) PSB(0): has_fbdev is true

Post Reply

Return to “Ubuntu 9.04”