Siduction Forum

Siduction Forum => Installation - Support => Topic started by: docadams on 2012/11/20, 21:44:37

Title: Gateway SX2370 installation
Post by: docadams on 2012/11/20, 21:44:37
Installed RC1 12.2.0 on Gateway SX2370 desktop with quad
amd64 processors and radeon hd6530d graphics hardware.

I did a boot to live-ISO and added 'contrib non-free' to the
/etc/apt/sources.list.d/debian.list file instead of the
'contrib firmware-linux-nonfree' as noted on the distro
page.  The recommended text gave an error.

Did the 'apt-get update && apt-get install firmware-linux-nonfree' and was successful.

Upon reboot, no graphics is started, either X or a window
manager such as KDE or other.

Is this my fault?  I'll go back to the start and try again
and see what the results are.

thanks in advance,

viel danke,

chuck
Title: RE: Gateway SX2370 installation
Post by: docadams on 2012/11/21, 06:00:16
Reinstalled system several times and same error(s).

System is running, but no X-server or graphics.  Just as a dumb
terminal, like the old Lear-Sigler ADM-3A.  From the 1980's for
those that aren't that old to remember them.

Did some checking on /var/log/Xorg.319.log file.

xf86OpenConsole: Cannot find a free VT   error message.

Research on web shows that might try 'nvidia-xconfig'.  Not installed.
apt-get install nvidia-xconfig    did get it installed.  Executed
as root.

Now Xorg...log file gets further and new message

(EE) Screen(s) found, but none have a usable configuration.

Hope I am heading in the right direction.
I'll keep plugging away at this until some one comes
along with a fix or some more places to look for errors.
I don't mind doing this to get a good version of siduction
out the door.

thanks,

chuck
Title: Re: RE: Gateway SX2370 installation
Post by: ayla on 2012/11/21, 08:29:41
Quote from: "docadams"
with quad
amd64 processors and radeon hd6530d graphics

Research on web shows that might try 'nvidia-xconfig'.  Not installed.
apt-get install nvidia-xconfig    did get it installed.  

What do you want nvidia-config to do on a radeon card?

Try to boot the Live-Iso with savesettings mode, install, then add "contrib non-free" to your debian.list, apt-get update && apt-get install firmware-linux.
Have a look at /etc/X11 for a file xorg.conf or a folder xorg.conf.d. Rename to something else.
Reboot.
This should do it.

greets
ayla
Title: Re: RE: Gateway SX2370 installation
Post by: arno911 on 2012/11/21, 14:22:28
or install the fglrx driver from sid, blacklist the radeon driver from xorg and have a working system with better graphics performance.
Title: RE: Re: RE: Gateway SX2370 installation
Post by: docadams on 2012/11/21, 15:42:03
Ayla,

Thanks for the help.  I had already figured out that nvidia was the
wrong video card.  :-)  

I went through your steps on the installation and it works.  Many thanks
for the time you saved me.

I am impressed with the support.  The debian group was not helpful on
this problem with the new 'wheezy' distro.

I am a happy camper and will use siduction in a new book that I am
writing.

viel danke,

chuck
Title: Gateway SX2370 installation
Post by: docadams on 2012/11/21, 16:30:16
arno911,

I tried

sudo apt-get install fglrx fglrx-amdcccle

and did not get installation as I think the repository is
not by default available.

Went to package installer and installed

fglrx-driver-1.12-6+point-3(64bit)
amd-opencl-icd-1:12-6-6+point-3(64bit)

tried  sudo amdconfig --initial

and amdconfig not found, but aticonfig was found.

fglrxinfo   gives segmentation fault.

But system is working on reboot.

chuck
Title: Gateway SX2370 installation
Post by: ayla on 2012/11/21, 17:19:42
Hi,

siduction does not use sudo by default.

Use

su-to-root -X -c <command>

insteed.

greets
ayla
Title: Gateway SX2370 installation
Post by: docadams on 2012/11/21, 22:33:55
I always add my account to the /etc/sudoers file.
I am old old fan of sudo for system admin commands.... :-)

I am off siduction until it gets further along.
linuxmint 14 came out yesterday and it works out of the
box.....

thanks,

chuck