Slackware :: Xorgconfig: Command Not Found?
Mar 17, 2010
I'm trying to reconfigure xwindows because it looks like it's using default generic vga drivers and personally my gui looks like shit and when I open firefox to browse the web everything looks like shit, but when I run xorgconfig I get the following
xorgconfig: command not found
I searched google and couldn't find any helpful information.
I tried running xorgsetup but that's about worthless as can get it only setups the keyboard and asks you what color bit you want to use.
View 16 Replies
ADVERTISEMENT
Jul 13, 2011
i can normally adjust the back light settings of my lap top by pressing fn and the up and down aarows. I am using the default xorg server without using xorgconfig in slackware, and it works perfect so far dispite this slight problem. When i do, do that key combo, (in kde) it does display the the meter of brightness, but i can't move the settings. I believe this may be an x issue, but not sure.
View 6 Replies
View Related
Mar 27, 2010
I've just install Slack 13 and had been looking into the website for configure info. What is my problem is the #xorgconfig does not start on my system. It says command not found. I had searched for answer on the web and found no answer so I post here for help. Is there anything else I need to install to get my intel graphic card display more then 1024 resolution?
View 7 Replies
View Related
Feb 28, 2011
First time I've done this in awhile Upgrading my Slackware64 -current VM, following the standard routine that has always worked in the past -
Code:
slackpkg clean-system
slackpkg install-new
The clean-system removed 2 packages -
util-linux-ng
eggdbus
Installpkg will no longer work, complaining that the rev command is not found. The problem hit with the removal of util-linux-ng. I cp'd util-linux to ~/. Extracted with tar and executed the doinstall. Fixed.
View 4 Replies
View Related
May 15, 2010
I'm using Slackware current. I've updated my current after about two months from the last update, and since there was a huge number of changes I'm having some problems. In particular, I've forgot (my fault!) to give a "slackpkg install-new" before rebooting, so now I'm getting stuck...
Installpkg now claims a "rev" command, but I cannot figure how to find it, since the Slackware package browser on the website is still broken (when will it be available?!?!). Now, each time I try to install or upgrade a new package, I get this error:
/sbin/upgradepkg: line 41: rev: command not found
/sbin/installpkg: line 59: rev: command not found
Where can I find the package containing "rev"?
View 2 Replies
View Related
Mar 1, 2010
I edited my "sudoers" file with "visudo". Added the line, after the root privileges definition.
Code:
root ALL=(ALL) ALL
myuser ALL=(ALL) ALL
I try to:
Code:
$ sudo ls /root
[Code]....
View 5 Replies
View Related
Aug 17, 2010
I've been trying to get some kind of virtualisation solution for my Slackware64, and I'd been having an absolute nightmare trying to get virtualbox to work on my Slackware64 install, so I decided to ditch it and move to KVM instead, as a type 1 hypervisor, having had success with QEMU in the past. I installed qemu-kvm along with all the dependencies using sbopkg, and I didn't have any problems building it, nor creating a user for kvm, or anything of that sort. However, now if I try to open a .iso on a disk image I created using qemu:
Code:
qemu-img create -f qcow2 ubuntu.qcow 4G
Which I am then easily able to access with qemu using the following command:
Code:
qemu ubuntu.qcow -cdrom /ISO/ubuntu-8.10-dvd-i386.iso -m 256 &
(I have an old ubuntu 8.10.iso on my PC that I used just to see if the thing would work) This works just as expected. However, if I try to launch the same .iso using kvm
Code:
kvm -hda ubuntu.qcow -cdrom /ISO/ubuntu-8.10-dvd-i386.iso -m 256 -boot -d &
all I get is "bash: command not found: kvm" I have already loaded the following modules: kvm, kvm-intel, tun. Could I be missing something?
[edit] Also just noticed that though I have created a group for kvm and added myself to libvirt, but when I issue the command "groups" neither of them are there, though I did use:
Code:
groupadd -g 221 kvm
And I was under the impression that I just needed to add my user to libvirt, without needing to manually create the group itself.I may have misunderstood the procedure for installing this properly, but I'm not sure what I've done wrong.
View 3 Replies
View Related
Dec 31, 2010
I was trying to get rid of qtconfig's error message "QGtkStyle was unable to detect the current GTK+ theme.".
So I created the file ~/.gtkrc-2.0 with this content:
Code:
gtk-theme-name="Xfce"
Then I had to read this file after logging in (or at least, when I start X. So I created a ~/.bash_profile file with the following line:
Code:
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
When I now login, I get this message:
Code:
-bash: export: command not found
Any idea what could cause this problem?
I am running Slackware 13.1.
View 3 Replies
View Related
Oct 1, 2010
I installed a program with Yast (Kmess), but when I try to run it, bash gives me back this message:
Code: kmess: command not found I checked into Yast and it seems to be installed correctly!
View 9 Replies
View Related
Mar 26, 2011
I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...
I just installed the JDK, SDK, Eclipse successfully (or I assume):
* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).
** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,
My system:
Intel i7
Ubuntu 10.10 Maverick Meerkat
android-sdk-linux-x86
eclipse 3.6.2
View 5 Replies
View Related
Apr 30, 2011
I installed the Berkeley DB on the Ubuntu server and tried to access the dbxml from the command line and it returns command not found
path/to/dir/dbxml-2.5.16/install/bin$dbxml
-bash" dbxml: command not found
Can someone point me in the right direction
View 1 Replies
View Related
May 6, 2010
In Ubuntu 10.04 grub command prompt setup command does not exist for installing grub.I am trying to recover my Feodra12 OS.Did anyone find alternate command for setup in grub command line for Ubuntu 10.04 ?
View 2 Replies
View Related
Jan 10, 2010
I am a linux newbie, and recently started shell programming. whenever I use 'let' command it gives me an error 'command not found'. I am using ubuntu 9.10 with bash.
View 5 Replies
View Related
Nov 19, 2010
I'm trying to install the projectM visualizer and I'm running into some problems. Initially, I tried to install it by running "sudo apt-get install libvisual-projectm", which seemed to work... except there's no launcher for it in my Applications menu and "projectM-pulseaudio" returns "command not found". From there, I decided to try to build it myself, by following this guide (<- link). It went well until the "make" command, which returns the following error:
[Code]....
View 1 Replies
View Related
Feb 23, 2010
I am doing some embeded linux work in ARM 9263.So I need to make a image for that board.But when I using one command "make uImage" I am getting the following error.
make: arm-linux-gcc: Command not found
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
HOSTCC scripts/basic/fixdep
code....
View 4 Replies
View Related
Jul 26, 2010
I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
View 4 Replies
View Related
Jul 23, 2011
when i use the command startx my slackware goes to kde but when use X deos not. what is X command or whow i can make my X open kde with it
View 10 Replies
View Related
Mar 20, 2010
I have recently installed F12 in my HP Pavilion laptop. I am facing strange problem when I am trying to give a wrong command in terminal.
When I give the wrong command it says "command not found" but waits down instead of showing the prompt.
[codingfreak@localhost ~]$ e
Command not found.
View 11 Replies
View Related
Nov 8, 2010
I'm wondering whether my server has been hacked by someone trying to cover their tracks. When I log in now, I get a message saying "bash: /bin/ls: No such file or directory", and although 'which ls' tells me it's '/bin/ls', it is as if the command does not exist. Note that this NOT a path issue: I get the error when typing '/bin/ls' (and '/usr/bin/ls', which I thought worth trying). I tried to 'sudo chmod +x /bin/ls' and the operation was not permitted.
OK, so thinking I'd somehow hosed things, I did 'sudo apt-get install --reinstall coreutils', hoping to reinstall ls etc. I get this:
Code:
Preparing to replace coreutils 8.5-1ubuntu3 (using .../coreutils_8.5-1ubuntu3_amd64.deb) ...
Unpacking replacement coreutils ...
dpkg: error processing /var/cache/apt/archives/coreutils_8.5-1ubuntu3_amd64.deb (--unpack):
[Code]...
View 6 Replies
View Related
Feb 18, 2011
I a new user of ubuntu.I got this strange problem when I was doing an installation. The command is just in the folder, but the installation says it's not there. I have tried to re-install tcl/tk package in ubuntu, but it doesn't work. Could anybody help me out on this issue
View 5 Replies
View Related
Mar 27, 2011
I downloaded ff 4 tar.bz.2 file ,extaracted to root opened firefox folder and ran from there,but ff 3.6 was still there so i used sudo nautilus to remove the old ver. Now to run ff i have to open root/firefox and there is a script file i use to run ff,if i type firefox in the terminal i get command not found msg.
View 5 Replies
View Related
Aug 7, 2011
I am running gNatty ubuntu 11.04. before yesterday, the Alt+F2 then type in gnome-tweak-tool would successfully open the Advanced Settings in application. But now it shows "command not found", same thing for gnome-terminal...Is there anyway to fix this? What package is the ALT+F2 related to?
View 8 Replies
View Related
Feb 28, 2010
when i try to use apt-get, It says command not found. Did I installed RHEL in wrong way or do I need to configure any file.
View 8 Replies
View Related
Sep 10, 2010
After installing ns-2.34, evtg worked fine, however I wanted to install the crcn (cognitive radio) add-on I had a lot of prablem in the Makefile.in. However the crcn is tested till ns-2.31. I installed ns-2.31 but after installation I cannot use ns. It doesn't enter to the program. It gives me this msg:The program 'ns' is currently not installed. You can install it by typing:
apt-get install host
bash: ns: command not found
however doing apt-get install host is not the solution, it install another kind of command. I don't also think the problem is from the path because I added this and still not working: Maybe I got the PATH wrong or smtg. What to do ? Any ideas?
View 10 Replies
View Related
Oct 28, 2009
i want to ask about "jot" i got this error : Quote: jot: command not found
View 1 Replies
View Related
Jun 22, 2010
During installation of set up its show g++ command not found and Failed! how can I install g++ .
View 2 Replies
View Related
Jul 15, 2011
Problem :A couple of programs I use (or would like to use) seem to be unable to locate "gdkpixbuf.h". This kind of error occurs, every-time :
Code:
/usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
Now, I realize, this file that is being looked for, is over at "/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/",
[code]....
View 7 Replies
View Related
Jul 17, 2010
this is the library needed by CD-burner k3b. I wonder which package contains this library.
View 1 Replies
View Related
Nov 24, 2010
The title says it all...Which package(s) do I need ?
View 4 Replies
View Related
Sep 16, 2015
My first day on a linux ditibution ever, windows user untill now. I just bought a dedicated server and used the automated tools to install debian.
Now I connected through ssh and I saw that python was already installed doing python --version (v2.7.9)
However running 'pip install beautifulsoup4' return -bash: pip: "command not found"
Is there something similar to windows environment variables that I need to set?
Is this a good resource to learn? : [URL] .... dating from 1999
View 5 Replies
View Related