Ubuntu Forums Archive Viewer

no screens found starting xserver-xorg

Archived thread 279136 from Sun Sparc Users. Markdown source: Sun_Sparc_Users/thread_279136_no_screens_found_starting_xserver-xorg.md

Original URL About this archive
#1

I am running Ubuntu Server SPARC build 6.06.1 on a Sun Enterprise 250. Since I am not too good in the text-based department I decided to install Ubuntu Desktop (using sudo apt-get ubuntu-desktop). The install seemed to go fine, but when I tried to startx I received a Fatal Server Error: No Screens Found. I have been doing a lot of research on this problem for the past few days to figure out some sort of resolution, but nothing has worked. I figure it has something to do with the display driver. I took the case out and found that I have what I think is a PGX32 Framebuffer card. Different posts have said that the glint driver should work for this card. Well I'm here to say I've used every driver, including the glint driver, listed in the xorg config tool, but all of them give me the same error, including the vesa and vga drivers. I did an lspci -X to find that the card is listed on PCI:0:5:0 under the name "3DLabs Permedia II 2D+3D", so I have been typing this in during the configuration. I'm really at a loss. I have every ubuntu upgrade and update posted. Does anyone have any ideas?

Here is my xorg.conf:


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"sun"
	Option		"XkbModel"	"type6"
	Option		"XkbLayout"	"us"
EndSection

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"3DLabs Permedia II 2D+3D"
	Driver		"glint"
	BusID		"PCI:0:5:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"3DLabs Permedia II 2D+3D"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

And here is my Xorg.0.log file:


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15-26-sparc64 sparc
Current Operating System: Linux ryan-e250 2.6.15-27-sparc64-smp #1 SMP Sat Sep 16 02:10:04 UTC 2006 sparc64
Build Date: 16 March 2006
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
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: Mon Oct 16 18:10:52 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "3DLabs Permedia II 2D+3D"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 80:00:0: chip 108e,8000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 128: bridge is at (128:0:0), (128,128,128), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 128 I/O range:
	[0] -1	1	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 128 non-prefetchable memory range:
	[0] -1	1	0x00000000 - 0x7fffffff (0x80000000) MX[b]
(II) Bus 128 prefetchable memory range:
	[0] -1	1	0x00000000 - 0x7fffffff (0x80000000) MX[b]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Addressable bus resource ranges are
	[0] -1	1	0x00000000 - 0x7fffffff (0x80000000) MX[b]
	[1] -1	1	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[b]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	1	0x00000000 - 0x00000000 (0x1) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[b]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	1	0x00000000 - 0x00000000 (0x1) IX[b]
(II) All system resource ranges:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[b]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[b]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[b]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[b]
	[4] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[5] -1	1	0x00000000 - 0x00000000 (0x1) IX[b]
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.0.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "glint"
(II) Loading /usr/lib/xorg/modules/drivers/glint_drv.so
(II) Module glint: vendor="X.Org Foundation"
	compiled for 6.99.99.902, module version = 1.0.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.2 $
(II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4,
	pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.0.2
	ABI class: X.Org Video Driver, version 0.8
(EE) No devices detected.

Fatal server error:
no screens found

I originally posted this in the General Help section, but I figure I would get more response in this section. On top of the things listed in this post I have tried running sudo dpkg-reconfigure xserver-xorg several times, trying every driver listed in the config. I also tried running X -probeonly which switches to a blue screen with the following message:

The X server is now disabled. Restart GDM when it is configured correctly.

After that it returns to the console with Fatal server error: No screens found.

I tried running sudo /etc/init.d/gdm restart just for kicks and it did the same thing.

#2

astonius said:


(II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4,
	pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta
(II) Loading sub module "fbdevhw"
(II) LoadModule: "[COLOR="Red"]fbdevhw[/COLOR]"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 7.0.0, module version = 0.0.2
	ABI class: X.Org Video Driver, version 0.8
(EE) No devices detected.

Fatal server error:
no screens found

Assuming that it is the [COLOR="red"]fbdevhw[/COLOR] that actually fails, I'd suggest you remove the "UseFBDev" line from the device section in your xorg.conf, just for a try and to see if the error persists.

See also:

regards

Marc

#3

I tried disabling fbdevhw which did not make a difference. I also tried using some of the other options on the links you posted such as PciRetry, NoAccel, and ChipSet, none of which made any difference.

On a side note, I do know that this card works with Solaris 10.

#4


Section "Device"
	Identifier	"3DLabs Permedia II 2D+3D"
	Driver		"glint"
	BusID		"PCI:0:5:0"
	Option		"UseFBDev"		"true"
EndSection

Did you intentionally set the BusID?

I'm asking this since x.org.0.log states this:


(EE) No devices detected.

Fatal server error:
no screens found

A [FONT="Courier New"]Screen[/FONT] in consists of a [FONT="Courier New"]Device[/FONT] (i.e. the graphics card) and one or more [FONT="Courier New"]Monitor[/FONT]s, while a [FONT="Courier New"]ServerLayout[/FONT] is the combination of a [FONT="Courier New"]Screen[/FONT] and a set of [FONT="Courier New"]InputDevices[/FONT]. The (EE) error message says that it hasn't found any [FONT="Courier New"]*devices*[/FONT], and subsequently the "assembling" of a [FONT="Courier New"]*Screen*[/FONT] will fail.

Maybe the BusID statement is misleading the module and it's looking for the graphics card in the (literally) wrong places?

[COLOR="DarkGreen"]Suggestion: deactivate the BusID statement and see if the module can find the card by itself.[/COLOR]

regards

Marc

#5

I removed the BusID from xorg.conf and tried to startx again. I still received the exact same error. ](*,)

#6

You might try hunting around in the output of "dmesg" on the command line:

$ sudo dmesg | less

and see if you can see the details detected about your video card. It may reveal that you're using the wrong bus or even the wrong driver. Weirder things have happened to me. :D

#7

H0bb3z said: You might try hunting around in the output of "dmesg" on the command line:

$ sudo dmesg | less

and see if you can see the details detected about your video card. It may reveal that you're using the wrong bus or even the wrong driver. Weirder things have happened to me. :D

Running this code returned the following:

[    0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 3.16.1 1999/04/19 07:55'
[    0.000000] PROMLIB: Root node compatible: sun4u
[    0.000000] Linux version 2.6.15-27-sparc64-smp (buildd@vivies) (gcc version 
4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP Sat Sep 16 02:10:04 UTC 2006
[    0.000000] ARCH: SUN4U
[    0.000000] Ethernet address: 08:00:20:cf:98:9b
[    0.000000] On node 0 totalpages: 260662
[    0.000000]   DMA zone: 260662 pages, LIFO batch:15
[    0.000000]   DMA32 zone: 0 pages, LIFO batch:0
[    0.000000]   Normal zone: 0 pages, LIFO batch:0
[    0.000000]   HighMem zone: 0 pages, LIFO batch:0
[    0.000000] Built 1 zonelists
[    0.000000] Kernel command line: root=/dev/sda2 ro quiet splash
[    0.000000] PID hash table entries: 4096 (order: 12, 131072 bytes)
[   12.251609] Console: colour dummy device 80x25
[   12.262170] Dentry cache hash table entries: 262144 (order: 8, 2097152 bytes)
[   12.272216] Inode-cache hash table entries: 131072 (order: 7, 1048576 bytes)
[   12.399185] Memory: 2066008k available (2472k kernel code, 744k data, 184k in
it) [fffff80000000000,000000007feac000]
[   12.479119] Calibrating delay using timer specific routine.. 800.37 BogoMIPS 
(lpj=1600753)
[   12.479483] Security Framework v1.0.0 initialized
[   12.479528] SELinux:  Disabled at boot.
:
[   12.479685] Mount-cache hash table entries: 512
:
[   12.481076] checking if image is initramfs... it is
:
[   15.457341] Freeing initrd memory: 6535k freed
:
[   15.464104] CPU[0]: Caches D[sz(16384):line_sz(32)] I[sz(16384):line_sz(32)] 
:
E[sz(2097152):line_sz(64)]
:
[   15.555121] Calibrating delay using timer specific routine.. 800.05 BogoMIPS 
:
(lpj=1600109)
:
[   15.557059] CPU[1]: Caches D[sz(16384):line_sz(32)] I[sz(16384):line_sz(32)] 
:
E[sz(2097152):line_sz(64)]
:
[   15.557724] CPU 1: synchronized TICK with master CPU (last diff -18 cycles,ma
:
xerr 711 cycles)
:
[   15.557745] Brought up 2 CPUs
:
[   15.557764] Total of 2 processors activated (1600.43 BogoMIPS).
:
[   15.559387] NET: Registered protocol family 16
:
[   15.563471] PCI: Probing for controllers.
:
[   15.564616] PCI: Found PSYCHO, control regs at 000001fe00000000
:
[   15.564635] PSYCHO: Shared PCI config space at 000001fe01000000
:
[   15.577066] PCI-IRQ: Routing bus[ 0] slot[ 5] to INO[1c]
:
[   15.577094] PCI0(PBMB): Bus running at 33MHz
:
[   15.578085] PCI0(PBMA): Bus running at 66MHz
:
[   15.578256] ebus0: [auxio] [power] [SUNW,pll] [sc] [se] [se] [su] [su] [ecpp]
:
 [eeprom] [flashprom] [SUNW,envctrltwo]
:
[   15.582102] power: Control reg at 000001fff1724000 ... not using powerd.
:
[   15.587925] usbcore: registered new driver usbfs
:
[   15.588130] usbcore: registered new driver hub
:
[   15.594325] audit: initializing netlink socket (disabled)
:
[   15.594373] audit(1161412308.196:1): initialized
:
[   15.594642] Total HugeTLB memory allocated, 0
:
[   15.595565] VFS: Disk quotas dquot_6.5.1
:
[   15.595759] Dquot-cache hash table entries: 1024 (order 0, 8192 bytes)
:
[   15.596266] Initializing Cryptographic API
:
[   15.596293] io scheduler noop registered
:
[   15.596342] io scheduler anticipatory registered
:
[   15.596409] io scheduler deadline registered
:
[   15.596532] io scheduler cfq registered
:
[   15.647005] Console: switching to colour frame buffer device 80x30
:
[   15.647033] fb0: Permedia2v frame buffer device, memory = 8192K.
:
[   15.761797] rtc_init: no PC rtc found
:
[   15.762219] [drm] Initialized drm 1.0.1 20051102
:
[   15.778720] su0 at 0x000001fff13062f8 (irq = 5,7ea) is a 16550A
:
[   15.778819] su1 at 0x000001fff13083f8 (irq = 9,7e9) is a 16550A
:
[   15.778987] ttyS0 at MMIO 0x1fff1400000 (irq = 7807200) is a SAB82532 V3.2
:
[   15.779296] ttyS1 at MMIO 0x1fff1400040 (irq = 7807200) is a SAB82532 V3.2
:
[   15.779551] ttyS2 at MMIO 0x1fff1200000 (irq = 7806944) is a SAB82532 V3.2
:
[   15.779799] ttyS3 at MMIO 0x1fff1200040 (irq = 7806944) is a SAB82532 V3.2
:
[   15.783217] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 bloc
:
ksize
:
[   15.784663] loop: loaded (max 8 devices)
:
[   15.784791] sunhme.c:v2.02 8/24/03 David S. Miller (davem@redhat.com)
:
[   15.785986] eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:cf:9
:
8:9b 
:
[   15.786433] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
:
[   15.786455] ide: Assuming 33MHz system bus speed for PIO modes; override with
:
 idebus=xx
:
[   15.787432] rtc_sun_init: Registered Mostek RTC driver.
:
[   15.787449] usbmon: debugfs is not available
:
[   15.787627] usbcore: registered new driver usbhid
:
[   15.787644] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
:
[   15.787992] mice: PS/2 mouse device common for all mice
:
[   15.788379] NET: Registered protocol family 2
:
[   15.831929] IP route cache hash table entries: 65536 (order: 6, 524288 bytes)
:
[   15.835325] TCP established hash table entries: 262144 (order: 9, 4194304 byt
:
es)
:
[   15.856396] TCP bind hash table entries: 65536 (order: 7, 1048576 bytes)
:
[   15.861425] TCP: Hash tables configured (established 262144 bind 65536)
:
[   15.861452] TCP reno registered
:
[   15.861944] TCP bic registered
:
[   15.862050] NET: Registered protocol family 1
:
[   15.862093] NET: Registered protocol family 17
:
[   16.440107] input: Sun Type 5 keyboard as /class/input/input0
:
[   16.440692] input: Sun Mouse as /class/input/input1
:
[    0.074305] Capability LSM initialized
:
[    1.968646] SCSI subsystem initialized
:
[    1.986973] sym0: <875> rev 0x14 at pci 0001:00:03.0 irq 5,7e0
:
[    2.073714] sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
:
[    2.080934] sym0: SCSI BUS has been reset.
:
[    2.080965] scsi0 : sym-2.2.2
:
[    5.080176]   Vendor: FUJITSU   Model: MAN3184MC         Rev: 0107
:
[    5.080237]   Type:   Direct-Access                      ANSI SCSI revision: 
:
03
:
[    5.080285]  target0:0:0: tagged command queuing enabled, command queue depth
:
 16.
:
[    5.080353]  target0:0:0: Beginning Domain Validation
:
[    5.080617]  target0:0:0: asynchronous.
:
[    5.081796]  target0:0:0: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
:
[    5.082444]  target0:0:0: Domain Validation skipping write tests
:
[    5.082461]  target0:0:0: Ending Domain Validation
:
[    5.956311]   Vendor: HP        Model: C1537A            Rev: L706
:
[    5.956364]   Type:   Sequential-Access                  ANSI SCSI revision: 
:
02
:
[    5.956411]  target0:0:4: Beginning Domain Validation
:
[    5.957534]  target0:0:4: asynchronous.
:
[    5.974086]  target0:0:4: FAST-10 SCSI 10.0 MB/s ST (100 ns, offset 16)
:
[    5.985725]  target0:0:4: Domain Validation skipping write tests
:
[    5.985741]  target0:0:4: Ending Domain Validation
:
[    6.321783]   Vendor: TOSHIBA   Model: XM6201TASUN32XCD  Rev: 1103
:
[    6.321834]   Type:   CD-ROM                             ANSI SCSI revision: 
:
02
:
[    6.321883]  target0:0:6: Beginning Domain Validation
:
[    5.080617]  target0:0:0: asynchronous.
:
[    5.081796]  target0:0:0: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
:
[    5.082444]  target0:0:0: Domain Validation skipping write tests
:
[    5.082461]  target0:0:0: Ending Domain Validation
:
[    5.956311]   Vendor: HP        Model: C1537A            Rev: L706
:
[    5.956364]   Type:   Sequential-Access                  ANSI SCSI revision: 
:
02
:
[    5.956411]  target0:0:4: Beginning Domain Validation
:
[    5.957534]  target0:0:4: asynchronous.
:
[    5.974086]  target0:0:4: FAST-10 SCSI 10.0 MB/s ST (100 ns, offset 16)
:
[    5.985725]  target0:0:4: Domain Validation skipping write tests
:
[    5.985741]  target0:0:4: Ending Domain Validation
:
[    6.321783]   Vendor: TOSHIBA   Model: XM6201TASUN32XCD  Rev: 1103
:
[    6.321834]   Type:   CD-ROM                             ANSI SCSI revision: 
:
02
:
[    6.321883]  target0:0:6: Beginning Domain Validation
:
[    6.322019]  target0:0:6: asynchronous.
:
[    6.323276]  target0:0:6: FAST-10 SCSI 10.0 MB/s ST (100 ns, offset 16)
:
[    6.324053]  target0:0:6: Domain Validation skipping write tests
:
[    6.324070]  target0:0:6: Ending Domain Validation
:
[    6.325960]   Vendor: FUJITSU   Model: MAN3367MC         Rev: 0107
:
[    6.326010]   Type:   Direct-Access                      ANSI SCSI revision: 
:
03
:
[    6.326041]  target0:0:8: tagged command queuing enabled, command queue depth
:
 16.
:
[    6.326076]  target0:0:8: Beginning Domain Validation
:
[    6.326304]  target0:0:8: asynchronous.
:
[    6.327471]  target0:0:8: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
:
[    6.328119]  target0:0:8: Domain Validation skipping write tests
:
[    6.328136]  target0:0:8: Ending Domain Validation
:
[    6.333728]   Vendor: FUJITSU   Model: MAG3091L SUN9.0G  Rev: 1111
:
[    6.333778]   Type:   Direct-Access                      ANSI SCSI revision: 
:
02
:
[    6.333809]  target0:0:9: tagged command queuing enabled, command queue depth
:
 16.
:
[    6.333844]  target0:0:9: Beginning Domain Validation
:
[    6.334032]  target0:0:9: asynchronous.
:
[    6.335371]  target0:0:9: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
:
[    6.336267]  target0:0:9: Domain Validation skipping write tests
:
[    6.336284]  target0:0:9: Ending Domain Validation
:
[    6.342256]   Vendor: FUJITSU   Model: MAG3091L SUN9.0G  Rev: 1111
:
[    6.342306]   Type:   Direct-Access                      ANSI SCSI revision: 
:
02
:
[    6.342337]  target0:0:10: tagged command queuing enabled, command queue dept
:
h 16.
:
[    6.342374]  target0:0:10: Beginning Domain Validation
:
[    6.342559]  target0:0:10: asynchronous.
:
[    6.343937]  target0:0:10: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
:
[    6.344820]  target0:0:10: Domain Validation skipping write tests
:
[    6.344838]  target0:0:10: Ending Domain Validation
:
[    6.350881]   Vendor: FUJITSU   Model: MAG3091L SUN9.0G  Rev: 1111
:
[    6.350933]   Type:   Direct-Access                      ANSI SCSI revision: 
:
02
:
[    6.350966]  target0:0:11: tagged command queuing enabled, command queue dept
:
h 16.
:
[    6.351004]  target0:0:11: Beginning Domain Validation
:
[    6.351192]  target0:0:11: asynchronous.
:
[    6.352600]  target0:0:11: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
:
[    6.353492]  target0:0:11: Domain Validation skipping write tests
:
[    6.353509]  target0:0:11: Ending Domain Validation
:
[    6.359492]   Vendor: FUJITSU   Model: MAG3091L SUN9.0G  Rev: 1111
:
[    6.359542]   Type:   Direct-Access                      ANSI SCSI revision: 
:
02
:
[    6.359573]  target0:0:12: tagged command queuing enabled, command queue dept
:
h 16.
:
[    6.359612]  target0:0:12: Beginning Domain Validation
:
[    6.359796]  target0:0:12: asynchronous.
:
[    6.361159]  target0:0:12: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
:
[    6.362053]  target0:0:12: Domain Validation skipping write tests
:
[    6.362070]  target0:0:12: Ending Domain Validation
:
[    7.276771] sym1: <875> rev 0x14 at pci 0001:00:03.1 irq 5,7e6
:
[    7.364420] sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
:
[    7.371728] sym1: SCSI BUS has been reset.
:
[    7.371761] scsi1 : sym-2.2.2
:
[   14.941540] Driver 'sd' needs updating - please use bus_type methods
:
[   14.944036] SCSI device sda: 35885448 512-byte hdwr sectors (18373 MB)
:
[   14.945436] SCSI device sda: drive cache: write back
:
[   14.946298] SCSI device sda: 35885448 512-byte hdwr sectors (18373 MB)
:
[   14.947627] SCSI device sda: drive cache: write back
:
[   14.947652]  sda: sda1 sda2 sda3 sda4
:
[   14.961557] sd 0:0:0:0: Attached scsi disk sda
:
[   14.964647] SCSI device sdb: 71771688 512-byte hdwr sectors (36747 MB)
:
[   14.966017] SCSI device sdb: drive cache: write back
:
[   14.967978] SCSI device sdb: 71771688 512-byte hdwr sectors (36747 MB)
:
[   14.970148] SCSI device sdb: drive cache: write back
:
[   14.970165]  sdb: sdb1 sdb2 sdb3 sdb7
:
[   14.980480] sd 0:0:8:0: Attached scsi disk sdb
:
[   14.981784] SCSI device sdc: 17689267 512-byte hdwr sectors (9057 MB)
:
[   14.983960] SCSI device sdc: drive cache: write through
:
[   14.985597] SCSI device sdc: 17689267 512-byte hdwr sectors (9057 MB)
:
[   14.987243] SCSI device sdc: drive cache: write through
:
[   14.987260]  sdc: unknown partition table
:
[   14.990211] sd 0:0:9:0: Attached scsi disk sdc
:
[   14.991733] SCSI device sdd: 17689267 512-byte hdwr sectors (9057 MB)
:
[   14.993858] SCSI device sdd: drive cache: write through
:
[   14.995644] SCSI device sdd: 17689267 512-byte hdwr sectors (9057 MB)
:
[   14.997403] SCSI device sdd: drive cache: write through
:
[   14.997419]  sdd: unknown partition table
:
[   15.002278] sd 0:0:10:0: Attached scsi disk sdd
:
[   15.003468] SCSI device sde: 17689267 512-byte hdwr sectors (9057 MB)
:
[   15.005725] SCSI device sde: drive cache: write through
:
[   15.007688] SCSI device sde: 17689267 512-byte hdwr sectors (9057 MB)
:
[   15.009412] SCSI device sde: drive cache: write through
:
[   15.009429]  sde: unknown partition table
:
[   15.016159] sd 0:0:11:0: Attached scsi disk sde
:
[   15.017512] SCSI device sdf: 17689267 512-byte hdwr sectors (9057 MB)
:
[   15.019614] SCSI device sdf: drive cache: write through
:
[   15.021416] SCSI device sdf: 17689267 512-byte hdwr sectors (9057 MB)
:
[   15.023096] SCSI device sdf: drive cache: write through
:
[   15.023113]  sdf: unknown partition table
:
[   15.030525] sd 0:0:12:0: Attached scsi disk sdf
:
[   15.954213] EXT3-fs: INFO: recovery required on readonly filesystem.
:
[   15.954237] EXT3-fs: write access will be enabled during recovery.
:
[    0.800199] kjournald starting.  Commit interval 5 seconds
:
[    0.800259] EXT3-fs: recovery complete.
:
[    0.801421] EXT3-fs: mounted filesystem with ordered data mode.
:
[    6.037598] sr0: scsi-1 drive
:
[    6.037621] Uniform CD-ROM driver Revision: 3.20
:
[    6.037778] sr 0:0:6:0: Attached scsi CD-ROM sr0
:
[    6.060095] sd 0:0:0:0: Attached scsi generic sg0 type 0
:
[    6.060184]  0:0:4:0: Attached scsi generic sg1 type 1
:
[    6.060269] sr 0:0:6:0: Attached scsi generic sg2 type 5
:
[    6.060366] sd 0:0:8:0: Attached scsi generic sg3 type 0
:
[    6.060451] sd 0:0:9:0: Attached scsi generic sg4 type 0
:
[    6.060539] sd 0:0:10:0: Attached scsi generic sg5 type 0
:
[    6.060627] sd 0:0:11:0: Attached scsi generic sg6 type 0
:
[    6.060716] sd 0:0:12:0: Attached scsi generic sg7 type 0
:
[    6.697238] st: Version 20050830, fixed bufsize 32768, s/g segs 256
:
[    6.698118] st 0:0:4:0: Attached scsi tape st0<4>st0: try direct i/o: yes (al
:
ignment 512 B), max page reachable by HBA 261974
:
[    9.845499] eth0: Link is up using internal transceiver at 100Mb/s, Full Dupl
:
ex.
:
[   12.102489] Adding 795200k swap on /dev/sda4.  Priority:-1 extents:1 across:7
:
95200k
:
[   12.358650] NET: Registered protocol family 10
:
[   12.359379] lo: Disabled Privacy Extensions
:
[   12.360091] IPv6 over IPv4 tunneling driver
:
[   12.361784] EXT3 FS on sda2, internal journal
:
[   12.801895] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
:
[   12.801917] md: bitmap version 4.39
:
[   13.791108] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@red
:
hat.com
:
[   14.620094] cdrom: open failed.
:
[   15.568082] kjournald starting.  Commit interval 5 seconds
:
[   15.568686] EXT3 FS on sda1, internal journal
:
[   15.568710] EXT3-fs: mounted filesystem with ordered data mode.
:
[    5.181584] eth0: no IPv6 routers present
:
[    5.637957] ioctl32(Xorg:3926): Unknown cmd fd(6) cmd(40584606){00} arg(ffad1
:
a8c) on /dev/fb0
:
[    5.638761] ioctl32(Xorg:3926): Unknown cmd fd(6) cmd(40184600){00} arg(ffad1
:
a94) on /dev/fb0
:
[    7.634246] parport0: PC-style at 0x1fff13043bc (0x1fff13047bc), irq 7806912,
:
 dma 0 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
:
[    7.734240] lp0: using parport0 (interrupt-driven).
:
[    7.783497] ppdev: user-space parallel port driver
:
[   10.683166] ioctl32(Xorg:4074): Unknown cmd fd(6) cmd(40584606){00} arg(ffccb
:
a8c) on /dev/fb0
:
[   10.683219] ioctl32(Xorg:4074): Unknown cmd fd(6) cmd(40184600){00} arg(ffccb
:
a94) on /dev/fb0
:
[   15.395688] ioctl32(Xorg:4399): Unknown cmd fd(6) cmd(40584606){00} arg(ff959
:
a8c) on /dev/fb0
:
[   15.396494] ioctl32(Xorg:4399): Unknown cmd fd(6) cmd(40184600){00} arg(ff959
:
a94) on /dev/fb0
:
(END) 

I know there's a lot in there, but I really don't know what I'm looking for in it, so I figured I would post the whole thing to see if anyone might be able to determine something from it. :D

#8

Okay, it looks like these two lines are the only two to reference your videocard:

[   15.647005] Console: switching to colour frame buffer device 80x30
:
[   15.647033] fb0: Permedia2v frame buffer device, memory = 8192K.

Based on this, it looks like you're loading the right X11 driver for it. Unfortunately, it doesn't say squat about the PCI details...

The logs look like you get through the loading of the glint driver and it hangs trying to load the fbdevhw sub-driver. There is a note on the fbdevhw man page that indicates the fbdev driver doesn't use acceleration, but the glint driver by default does use acceleration. Just for the sake of trying, you might try to set the "NoAccel" option for the glint driver prior to calling the fbdevhw sub-driver:

Option  "NoAccel"  "true"
Option  "PciRetry"  "true"

There is another option called "Overlay" that says something about only being appropriate for 24 and 32 bit modes, but that shouldn't have any affect on just getting the card recognized. You might want to fiddle with it anyway to see if it helps, or try and drop your default color depth to 16 as an option.

#9

H0bb3z said:

Option  "NoAccel"  "true"
Option  "PciRetry"  "true"

These options, both together and by themselves, still return the no screens found error. I actually think that I may try reinstalling Ubuntu this weekend and see if that helps at all. Any advice during installation? Last time I installed server from the disc and then ran the command "sudo apt-get install ubuntu-desktop." That's really the only two things I have done other than upgrade and update.

#10

bumping this topic i have the exact same problem (found this topic with google)

if some knows the anser please help

#11

I know this problem now.

The sun uses multiple host bridges instead on 1 like most systems.

This makes the pci domain like this

0001:0:05.0 for the card

But xorg 7.1 is only able to read at the first domain 00000 so he simply won't find your card.

I saw on the website of xorg that 7.2 has support for multiple domain.

I haven't tried ubuntu feisty (wish has 7.2) so i can't confirm it works now.

For myself i just have placed the card in the last socket.

the 66 wish is on the first pci host bride so xorg is able to detect it.

But i am not shure this is possible on every system and with this solution i lost my 66 slot.

#12

I am having this exact same problem, on the same machine. I have tried pretty much everything tin this thread including moving the card to the last slot like the previous poster mentioned and nothing has worked. I would love for someone to figure this out. im going to try installing the latest version (feisty fawn) and see if this will work as the previous poster mentioned.

#13

jon124 said: I am having this exact same problem, on the same machine. I have tried pretty much everything tin this thread including moving the card to the last slot like the previous poster mentioned and nothing has worked. I would love for someone to figure this out. im going to try installing the latest version (feisty fawn) and see if this will work as the previous poster mentioned.

Wel as you can see feisty doesen't work either for me .. sry for giving you hope lol :p

http://ubuntuforums.org/showthread.php?t=458297

i started this topic in hope to get my other pci cards to work.