View Single Post
  #1   (View Single Post)  
Old 29th May 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default xfce4 issue on sun blade

Hi,
I've Sun blade 1500, CPU ultrasparc64 1.1 ghertz, 2 giga of RAM, 80 giga HDD, network switched, i've installed NetBSD 7.0 with compilation of pkgsrc2016Q1 to XFCE4, no error no warning, but when i do startxfce4 command, i've issue, this my output :
Code:
udct-telomere# startxfce4
/usr/pkg/bin/startxfce4: Starting X server


X.Org X Server 1.10.6
Release Date: 2011-07-08
X Protocol Version 11, Revision 0
Build Operating System: NetBSD/sparc64  - 
Current Operating System: NetBSD udct-telomere.workgroup 7.0 NetBSD 7.0 (GENERIC.201509250726Z) sparc64
Build Date: 01 August 2011  01:01:00AM
 
Current version of pixman: 0.32.6
	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: Sun May 29 16:59:27 2016
(EE) listPossibleVideoDrivers: trying /dev/fb0
(EE) listPossibleVideoDrivers: trying /dev/fb1
(EE) listPossibleVideoDrivers: trying /dev/fb2
(EE) listPossibleVideoDrivers: trying /dev/fb3
(EE) listPossibleVideoDrivers: trying /dev/fb4
(EE) listPossibleVideoDrivers: trying /dev/fb5
(EE) listPossibleVideoDrivers: trying /dev/fb6
(EE) listPossibleVideoDrivers: trying /dev/fb7
(EE) listPossibleVideoDrivers: trying /dev/fb8
(EE) listPossibleVideoDrivers: trying /dev/fb9
(==) Using default built-in configuration (12 lines)
(EE) RADEON(0): Unable to map MMIO aperture. Invalid argument (22)
(EE) RADEON(0): Memory map the MMIO region failed
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

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.

xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
udct-telomere#
My video card is XVR-100 with ATI radeon chipset

if you want the "/var/log/Xorg.0.log" i can give you !

i think that i must use no-root user ! but how can write xsession for example user phipo ?

Great : i've found the issue i must compile /usr/pkgsrc/x11/xf86-video-ati # make install clean

error >> the computer search glamor for accelerate 2D video.

I've found an C++ program of glamor.h ftp.tku.edu.tw/NetBSD/NetBSD-current/.../nouveau_glamor.c but where to put it.
>> the computer return : pkg-config command , but i don't understand.
i have adding "CONFIGURE_ARGS+= --disable-glx-tls" into the mk.conf.


Regards
Philippe

Last edited by philo_neo71; 30th May 2016 at 12:23 AM.
Reply With Quote