hi, There are no other drivers available for Radeon AFAIK. the 2D driver included in the Xorg packagae is what you had in Solaris 10 And if it worked in S10 it should work in SXDE.
Xorg is usually auto configuring the graphic cards it finds. unless the card or Screen is not regognised . Then you need to explicitly configure the hardware. There is two tools for configuring the Xorg Xwindows server. /usr/X11/bin/xorgcfg is the interactive GUI tool that most of the time can be run on the Console VGA screen of the PC. this tool attempts to start X directly and prensents you with a Toolbar based GUI configure interface. /usr/X11/bin/xorgconfig is as you know know textbased and is always usable. These two config tools produces the file xorg.conf. this file need to be placed in the directory /etc/X11 To try the new config you need to kill the DTLOGIN deamon. and restart it. this is done with the commands.: /usr/dt/bin/dtconfig -kill /usr/dt/bin/dtconfig -d svcadm enable cde-login:default when DTLOGIN starts it now uses the new config in /etc/X11/xorg.conf Xorg produces logfiles at startup . They are located in /var/log Xorg.0.log is the most recent log. whatever causes Xorg not to start should be noted in the log. the verbosity of the log can be increased by adding -logverbose to the command string in on the last line of /usr/dt/config/Xservers :0 Local [EMAIL PROTECTED] root /usr/X11/bin/Xserver :0 -nobanner -logverbose Hope this helps you finding out whats wrong here. //Lars ( If Alan has some more ideas here please jump in ) This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org