LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-20-2008, 07:48 AM   #1
xmeson
Member
 
Registered: Jul 2003
Location: Random
Distribution: Slackware
Posts: 63

Rep: Reputation: 15
Terminal Emulator Freezes on Start Up.


Hi,

I have just upgraded to Slackware 12.1 and my terminal emulator freezes on start up! I can only reboot to solve the problem. Does anybody know what is going on? A solution that does not involve Kernel recompile is greatly appreciated. Everything else works fine.

This problem is with root login. I have not really tried "adduser" to see the effects on other accounts.

Thanks in Advance.

xmeson.
 
Old 06-20-2008, 08:04 AM   #2
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Tell us what desktop-environment you use (Gnome, KDE, xfce, ...)

something to try:
You should be able to somewhere find a place to launch a simple "xterm"
("run program" or similar - or even a menu which lets you do it)

From there - launch your terminal-emulator (gnome-terminal when you are in Gnome) - it will give you some output in the xterm which might reveal why it is freezing.
Plus - if you close the xterm it will get killed along with it.
 
Old 06-20-2008, 09:17 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I believe this to be a bug in the combination of using the VESA driver (which is the default X.Org driver after you install Slackware) and the Terminal application. Try changing to a driver that supports your video chip, or try using another terminal emulator than Terminal (for instance use Konsole instead).
Does this describe your problem?

Eric
 
Old 06-22-2008, 11:35 AM   #4
xmeson
Member
 
Registered: Jul 2003
Location: Random
Distribution: Slackware
Posts: 63

Original Poster
Rep: Reputation: 15
Thumbs up

Quote:
Originally Posted by Alien Bob View Post
I believe this to be a bug in the combination of using the VESA driver (which is the default X.Org driver after you install Slackware) and the Terminal application. Try changing to a driver that supports your video chip, or try using another terminal emulator than Terminal (for instance use Konsole instead).
Does this describe your problem?

Eric
Thank for you both for your responses. I appreciate it esp. Alien Bob. I installed the ATI drivers and the problem is solved now.

So the solution is as follows:

Downloaded ATI drivers and installed from Terminal without startx.

Ran this command: aticonfig --initial --input=/etc/X11/xorg.conf

startx

Ran Terminal and there was no freeze.

Thank you all.

xmeson.
 
Old 06-22-2008, 11:57 AM   #5
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
For future reference,
ATI SlackBuilds
 
Old 07-01-2008, 10:14 PM   #6
roimacay
LQ Newbie
 
Registered: Jul 2008
Distribution: SlackWare 12.1
Posts: 5

Rep: Reputation: 0
Hello, i have justed install Slackware 12.1
I have same prolem with xmeson.Teriminal emulator Freezes on Start up.
I use Laptop IBM T30 ATI Radion 7500 16mb.I dont now install ATI driver for Slackware.I haved go to
slackbuilds (dot) org/result/?sv=12.1&search=fglrx.
Download fglrx-driver and fglrx-modules

I have create
Code:
mkdir driver
and copy fglrx-driver.tar.gz and fglrx-module.tar.gz to driver.
After i unzip it i download ati-driver-installer-8-4-x86.x86_64.run to fglrx-driver and fglrx-module.

i use
Code:
./fglrx-module.SlackBuild
and
Code:
fglrx-driver.SlackBuild
for install

after complete, i edit /etc/rc.d/rc.modules and add
Code:
# Load fglrx modules
/sbin/modprobe fglrx
and i run
Code:
./rc.modules
i see command
Code:
FATAL flgrx not found
Pls help me fix it.Thank you.sorry my bad English.
 
Old 07-01-2008, 11:31 PM   #7
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by roimacay View Post
Hello, i have justed install Slackware 12.1
I have same prolem with xmeson.Teriminal emulator Freezes on Start up.
I use Laptop IBM T30 ATI Radion 7500 16mb.I dont now install ATI driver for Slackware.I haved go to
slackbuilds (dot) org/result/?sv=12.1&search=fglrx.
Download fglrx-driver and fglrx-modules

I have create
Code:
mkdir driver
and copy fglrx-driver.tar.gz and fglrx-module.tar.gz to driver.
After i unzip it i download ati-driver-installer-8-4-x86.x86_64.run to fglrx-driver and fglrx-module.

i use
Code:
./fglrx-module.SlackBuild
and
Code:
fglrx-driver.SlackBuild
for install

after complete, i edit /etc/rc.d/rc.modules and add
Code:
# Load fglrx modules
/sbin/modprobe fglrx
and i run
Code:
./rc.modules
i see command
Code:
FATAL flgrx not found
Pls help me fix it.Thank you.sorry my bad English.
The slackBuilds just create the packages. You still have to install them (hint: use installpkg and check under /tmp for the .tgz files). This is covered in the slackBuild HowTo.

Don't forget to follow the instructions in the slackBuild READMEs as well.

Last edited by shadowsnipes; 07-01-2008 at 11:33 PM.
 
Old 07-02-2008, 07:05 AM   #8
roimacay
LQ Newbie
 
Registered: Jul 2008
Distribution: SlackWare 12.1
Posts: 5

Rep: Reputation: 0
I have fix it, Thank you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Terminal Emulator JMJ_coder Linux - General 3 09-26-2007 05:09 PM
What is a terminal Emulator bharathgowda8 Linux - Software 5 09-06-2007 02:37 PM
Terminal Emulator blinton25 Red Hat 4 04-12-2007 12:49 AM
What terminal emulator to use? mullog Linux - General 6 10-03-2004 07:09 AM
Looking for a better terminal emulator. Travis86 Linux - Newbie 5 03-16-2003 06:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration