LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-19-2009, 04:28 AM   #1
Wardub
Member
 
Registered: May 2008
Posts: 49

Rep: Reputation: 21
Urxvt loads slow?


I recently upgraded to 13.0 from 12.2. I use urxvt as my terminal, anyways, I was wondering if anyone experience the same as I have. I use wmii as my window manager, and when ever I open an urxvt window, it loads, then 1 sec later I'll see words. It's strange, the screen kind of refreshes itself. Doesn't seem to happen for xterm. Also when I open urxvt in KDE I don't get this slow down. Anyone know what could be the problem?
 
Old 09-19-2009, 04:36 AM   #2
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
This maybe due to xorg config because it loads pretty fast in my lxde. Make sure your X is configured properly according to your video card, that's all I can think of.
 
Old 09-19-2009, 05:09 AM   #3
Wardub
Member
 
Registered: May 2008
Posts: 49

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by ~sHyLoCk~ View Post
This maybe due to xorg config because it loads pretty fast in my lxde. Make sure your X is configured properly according to your video card, that's all I can think of.
Can you post your config or the relevant parts? I tried copying my 12.2 config over, and it didn't the config didn't even run for me.
 
Old 09-19-2009, 05:18 AM   #4
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
My xorg config ? I doubt it will work for you. Which card have you got? And what is the settings you are using in urxvt in .Xdefaults?
 
Old 09-19-2009, 05:36 AM   #5
Wardub
Member
 
Registered: May 2008
Posts: 49

Original Poster
Rep: Reputation: 21
I have a nvidia card.

Code:
urxvt*font:             xft:Bitstream Vera Sans Mono:pixelsize=12
urxvt*termName:         rxvt
urxvt*background:       #000000
urxvt*foreground:       #cccccc
urxvt*scrollBar:        false
urxvt*perl-lib:         /usr/lib/urxvt/perl/
urxvt*perl-ext-common:  default,matcher
urxvt*urlLauncher:      /opt/mozilla/bin/firefox
urxvt*matcher.button:   1
#urxvt*fading:           50
#urxvt*fadeColor:        #000000

Xft*dpi:                96
Xft*antialias:          true
Xft*hinting:            full

urxvt*background:       rgba:0000/0000/0000/cccc

URxvt.transparent:   true
URxvt.tintColor:     black
URxvt.shading:       18 
 
URxvt*color0:      #000000
URxvt*color1:      #9e1828
URxvt*color2:      #aece92
URxvt*color3:      #968a38
URxvt*color4:      #414171
URxvt*color5:      #963c59
URxvt*color6:      #418179
URxvt*color7:      #bebebe
URxvt*color8:      #666666
URxvt*color9:      #cf6171
URxvt*color10:     #c5f779
URxvt*color11:     #fff796
URxvt*color12:     #4186be
URxvt*color13:     #cf9ebe
URxvt*color14:     #71bebe
URxvt*color15:     #ffffff
This is what I have in .Xresources.
 
Old 09-19-2009, 07:06 AM   #6
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Which nvidia driver have you got installed?
 
Old 09-19-2009, 07:08 AM   #7
slackmagic
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 255

Rep: Reputation: 35
Rename the .Xresources to .Xdefaults and start urxvt again to see what happens


If there are still no changes after you've renamed the file, be sure to run

Code:
xrdb -load $HOME/.Xdefaults
and try again.

Last edited by slackmagic; 09-19-2009 at 07:20 AM. Reason: ***edited due to typo: XResources -> Xresources
 
Old 09-19-2009, 12:56 PM   #8
Wardub
Member
 
Registered: May 2008
Posts: 49

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by slackmagic View Post
Rename the .Xresources to .Xdefaults and start urxvt again to see what happens


If there are still no changes after you've renamed the file, be sure to run

Code:
xrdb -load $HOME/.Xdefaults
and try again.
I tried didn't get any better results.

I'm using the default "nv" as my driver, in 12.2 I had the proprietary drivers installed, "nvidia" I tried those and I got an error something about not finding the driver.

I'm also getting some weird errors now, I can't seem to change my window manager. And Kdestartup4 or something isn't found. I think I'm going to go back to 12.2

Thanks anyways.
 
Old 09-19-2009, 01:04 PM   #9
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Before you go back to 12.2 give one last shot to 13. i am using nvidia myself, I downloaded the 190beta driver from the Nvidia website , then installed the run file. Are you using the driver from nvidia's site or slackbuilds.org? Because the slackbuild didn't work for me and a few other people here.
 
Old 09-19-2009, 02:45 PM   #10
dwr1
Member
 
Registered: Aug 2009
Distribution: slack-current
Posts: 46

Rep: Reputation: 17
urxvt works fine here. loads in a second.

i'm using the generic vesa driver for xorg. you could try that?
 
  


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
Site loads very very slow!! arya6000 Linux - Software 1 11-22-2008 04:30 PM
LILO loads slow devit Linux - Laptop and Netbook 2 08-05-2006 09:30 AM
Slow page loads! Lul2x Linux - Software 4 06-27-2004 11:56 AM
mandrake loads slow. bolinux Mandriva 3 10-15-2003 07:35 PM
cupsd loads slow SharpyWarpy Linux - Software 0 10-07-2003 12:11 AM

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

All times are GMT -5. The time now is 05:37 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