Slackware :: Can't Startx Using Ordinary User

Sep 13, 2010

i've added a user using

useradd turf passwd turf and so on.. after loggin, i can't startx..

View 5 Replies


ADVERTISEMENT

Slackware :: Slack 13.37 32 Bit Bad Graphics For Ordinary User?

Apr 29, 2011

Have got slow bumpy - slow to load -slow to refresh graphics. Also noticed that when inittab 3 and doing a non graphical login for user startx wont work. Something about fbdev not loading.

logining in via kdm works for user. have tried placing an xorg.conf into /etc/X11 with what used to be ok for user to have dri.am using an radeon hd 2400 pcie graphic card. Also placed a file into /etc/X11/xorg.conf.d/100-dri.conf again with what used to work to get dri working. Is it me or is slackware graphics gone down hill since 13.0?

View 5 Replies View Related

Slackware :: Slack 13.x: Cannot Startx As Any User Except Root?

May 27, 2010

Just installed Slack-13.1 and it looks really good. At least as root. Problem is, I create a normal user, and when I log in as the user, startx just gives me a black screen.

View 2 Replies View Related

Slackware :: Set Default User And/or Password In Console Login, Automate Startx?

Jun 23, 2010

- is there a way to set the default user in console login so that all needed is to press enter(or event without it) to be able to input the password for that user - also is it possible to console login without password, by just inputting user name and pressing enter how to put startx for that user right on login, so that the user doesn't input the command manually

View 6 Replies View Related

Fedora Security :: Execute Program By Ordinary User?

Feb 27, 2011

My program attributes (it uses semanage to change range): I'd like to ordinary user (bartek) can execute my program. I executed as root:

chmod u+s se_chmod4

so now my user can change his range in permissive mode by my program. My politic: In enforcing mode i can see attributes but when i want to excute i get:

How should look like my TE file that user (bartek) could execute my program (forget at moment about "semanage")?

View 8 Replies View Related

OpenSUSE :: Virtual Box Doesn't Work Under Ordinary User

Jul 3, 2011

Virtual Box doesn't work under ordinary user, though this user is in vboxusers group. Under SU it work normally. This happied after upgrage to 4.0.10-8.1 version from obs://build.opensuse.org/Virtualization community repository. In Oss repository there is 4.0.4 version.

Here the massage, that appears after start of Virtual Box under ordinary user: "Failed to create the VirtualBox COM object.

The application will now terminate.
Ditails:
Callee RC:
NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154)

View 1 Replies View Related

General :: Semctl:permission Denied For Ordinary User

Jun 10, 2010

I'm using ubuntu,i have a bin file under my /usr/bin, if i run the command under root user i'm getting no problem an it works fine,if i try it in with differnent user im getting

Code:
semctl:premission denied

so how can i edit my bin file and change it to right permission

View 3 Replies View Related

Ubuntu :: Allowing An Ordinary User To Mount / Unmount Ntfs Partition?

Jun 26, 2010

Is there a way to allow ordinary users to mount / unmount an ntfs partition?I don't want it to be mounted automatically - I can do that. I want it to be mount / unmountable by ordinary users (possibly in a particular group).

View 1 Replies View Related

Slackware :: Failed To Initialize NVIDIA Graphics Device On Startx With Slackware 13.1

Aug 24, 2010

I installed slackware 13.1 x86_64 bit with multilib, and its been about a month already, I'm really enjoying slackware but I am being troubled with my nvidia card, and I need to get my 3D acceleration working. And I've been looking around the net for information and kept on trying to make my nvidia card to work but to no avail. I cant get X to start, once I put in a xorg.conf stating to use the nvidia card. After troubleshooting for almost 2 weeks and now at my wits end, I now come humbly looking for help in linuxquestions slackware community forum.I've installed nvidia 64 bit kernel, drivers from slackbuilds (version 256.44). The laptop model I'm trying to get it working is an -ASUS K52J Intel Core i3 2.40Ghz with 2GB RAM and with an Nvidia Geforce 310M with 1GB dedicated VRAM.

View 14 Replies View Related

Slackware :: Use The Command Startx Slackware Goes To Kde But When Use X Deos Not?

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

Red Hat / Fedora :: Attach An Ordinary File As Well As Excel File While Sending Mail To A Particular User?

Dec 21, 2010

How to attach an ordinary file as well as Excel file while sending mail to a particular user in red hat.

View 1 Replies View Related

Server :: Cannot Startx By User Account Oracle?

Feb 3, 2010

Startx by non-root user account in red hat linux kernel 2.6. How can I use the command "startx" by other user account such as "oracle"? I cannot startx by user account oracle?

Code:
[oracle@localhost ~]$ startx

Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?

Please consult the The X.Org Foundation support at [URL] for help.
[1]+ Stopped startx
[oracle@localhost ~]$

View 1 Replies View Related

Slackware :: Run Startx Only Getting Black Screen

Apr 28, 2011

I did a fresh install of Slackware64 13.37. All went well. I download the latest Ati video drivers, 11.4, and build the slackware package. Install, and run aticonfig --initial all good. But when I run startx I only get a black screen

View 13 Replies View Related

Slackware :: SlackPKG Upgrade And No StartX

Mar 3, 2010

I'm running Slackware current, and just did a slackpkg upgrade. I can't startx. I get the following:
FATAL: Error inserting i915 (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/i915/i915.ko): Invalid module format
(EE) intel(0): No kernel mode setting driver detected.
(EE) Screen(s) found, but none have a usable configuration

View 14 Replies View Related

Debian Multimedia :: How To Launch Desktop By Startx As Normal User

Jan 27, 2016

As a long time FreeBSD user, I consider give Debian a try upon the arrival of my new laptop. However, seems I couldn't launch desktop environment by simply typing startx on console as on FreeBSD. I can start desktop through a display manager like lightdm on Stretch, which is quite easy and straightforward, but I still prefer the "startx way".

I setup Debian Stretch on Virtualbox (4.3.43) using official debian-installer, login as a normal user, and install xfce4 via Code: Select allsudo apt-get install xfce4. The installation of xfce4 was very fast and it also introduced xorg related packages here. Then I edit my $HOME/.xinitrc as follows:

Code: Select allexec startxfce4

I typed startx to expect Xfce desktop but got the errors complained instead: [URL]....

while the xorg.0.log had the following contents: [URL]....

So, I failed to start xfce4 by startx as a normal user and had to install and start lightdm to go into desktop, but when I login as root, it worked and launched Xfce4 by startx without any problem. I couldn't figure it out now.

View 6 Replies View Related

Slackware :: Change Keyboard Language In Startx?

Jun 23, 2011

ive used ubuntu and fedora before, but i asked around for the "best" linux distro and they told me slackware or archlinux so i desided to pick slackware ive installed it and when im in the console mode its the swedish keyboard settings, that i choose in the install but when i go into visual mode startx i dont have the swedish keyboard so i was wondering if eny of you know how to change it

View 3 Replies View Related

Slackware :: Init 4 Wont Startx After Upgrade?

Jan 28, 2010

Thing is : I have an Install DVD created from current with the script from AlienBob about two months ago, I use it as my "default" Slackware64 13 install.

I had my drivers working ( KO modules loaded in kernel 2.6.29.6 ) I had to build for Broadcom Wireless and Nvidia GPU. Today I decided to make an upgrade w slackpkg, blacklisted kernel kernel headers, and everything pertaining to it. Still the damn thing installed 2.6.32.x. anyway, ran lilo to take notice of the change, and rebooted. booted allright, only when i Init 4, it failed to startx. new kernel, new mods needed to be loaded, i picked my DVD with drivers, and tried to run the Nvidia proprietary installer...

It uninstalled the previous driver and started compiling a new kernel module..I had the previous DVD installer of Slackware64 Current, as well as my private repo of packages, either built by me with src2pkg or makepkg, or from slackbuilds, I had my /home partition mounted apart, so i regenerated my system in about one hour...

View 5 Replies View Related

Slackware :: KDE 4.3.4 - White Screen On Executing StartX

Jan 14, 2010

Having slackware 13 after executing startx it gives me white screen. Heres log:

Code:
kephald starting up
XRANDR error base: 159
RRInput mask is set!!
RandRScreen::loadSettings - adding mode: 59 1024 x 768
RandRScreen::loadSettings - adding mode: 60 800 x 600
RandRScreen::loadSettings - adding mode: 61 640 x 480
RandRScreen::loadSettings - adding crtc: 57
RandRScreen::loadSettings - adding output: 58
Setting CRTC 57 on output "VGA" (previous 0 )
CRTC outputs: (58)
Output name: "VGA" .....

ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
"akonadiserver" crashed too often and will not be restarted!
No battery found.
This is not a laptop, quitting ...
<unknown program name>(26219)/: Communication problem with "korgac" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." "

QProcess: Destroyed while process is still running.
Graphic card is intel 82865g
Video driver installed is 2.9.0 from robby workman,
Kernel is 2.6.32.3 generic

View 9 Replies View Related

Slackware :: Screen Hangs Up After Running StartX

Jan 27, 2010

I recently installed Slackware 13. But every time I run startx I get my XFCE screen & it hangs up. Command line works absolutely fine.

View 6 Replies View Related

Slackware :: Startx And Xorgsetup Not Found After Install (13.1)

May 30, 2010

i can't use kde because the startx and xorgsetup commands are not found (from root account). i know i installed x and kde, documentation doesn't say anything about specifying a path, locale and whereis don't show a path. what should i do?

edit: it also isn't found in /usr/bin/X11R6 or /usr/bin or /usr/bin/X11

View 4 Replies View Related

Slackware :: Startx--insconsistent Execution, Except As Root?

Jun 30, 2010

Whenever I try to run startx as a regular user it sometimes executes and at other times it fails. I have to manually restart my machine. When it does execute, the window manager loads, but eventually freezes, and again, I have to reboot.

View 14 Replies View Related

Slackware :: Window Manager Unresponsive After Startx

Nov 10, 2010

I'm running Slackware 12.2 with wmii-3.9.2 as my window manager. My problem is that after startx wmii sometimes becomes unresponsive i.e., can't open xterm or any other program or even quit. have to use Ctrl+Alt+BkSpc.

"$ cat /var/log/Xorg.0.log | grep (EE)" returns nothing. Though after quitting X I often see XIO error 11 (resource temporarily unavailable) but I don't know if this was caused by killing X. Graphics card is nVidia ION. I'm using the latest and recommended driver from [URL](260.19.12). //for xorg.conf see at the bottom

It doesn't seem to be a hardware issue as all the hardware is working properly (dmesg reports nothing suspicious). /var/log/messages reports nothing unusual (except for some acpid messages but that's probably another story).

I suspect it's something to do with my xorg.conf and/or the DISPLAY variable and/or wmii (because Xfce4 does not freeze). echo $DISPLAY returns :0.0 but this value is set by startx/xinit anyway. So I'm lost at this point.

My xorg.conf is:
---------- BEGIN ----------
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"

[Code]....

View 11 Replies View Related

Slackware :: Fresh Slack64 Install Crashes On 'startx'

Feb 10, 2011

I just finished an install of Slack64 current and it's crashing when I try to start up KDE. I tried setting the VESA framebuffer to 'normal' in /etc/lilo.conf, but no dice.

Here's the log file: [URL]

GFX Card: Radeon HD 6850 (yeah I know.. this is probably the source of the conflict)

View 4 Replies View Related

Slackware :: StartX Gives Black Screen With Blinking Button

Jan 26, 2010

I have just installed slackware. I have done
Code:
Xorg -configure
And chosen kde for init program while installing slackware. But when I type
Code:
Xorg -config -retro
or
Code:
startx
I get black screen with blinking button on monitor and keyboard. Obviously KDE doesn't start.

View 14 Replies View Related

Slackware :: KGet In XFCE4 - StartX Command Ends Up

Jan 31, 2011

Kernel 2.6.21.5, GNU/Linux (Slackware 12.0)
xfce 4.4
Qt 3.3.8
KDE 3.5.7
KGet v. 0.8.5

I've just installed all of the packages in disks 1 and 2 of the slack 12.0 distro so, among them, I have the slack series kde/ installed. I run xfce as the desktop environment, which is able to run KDE apps. In main menu>Network there is kget, a download manager and also supposedly a p2p client. I ran it and it said "It is the 1st time you run kget. Do you want to make the default download manager?". I replied "No". As nothing happened I restarted X (the startx command ends up running xfce), ran kget again, and it made the same question, which this time I answered in the affirmative.

Again nothing happened. So I tried to download some file from the web, in the hope that a kget window would open. But no window opened nor anything else happened! In the console, I did 'ps -e' and there it was, however. So I began the search for documentation. First I ran khelpcenter, and was presented with the kget help. It was all about menus. However, typing kget --help-all in a console, gives almost two screens of information. And I tried several commands, from the GUI, following the syntax displayed by this command, but it was no use. So, I finally had to fall back on LQ, like so many times.

View 7 Replies View Related

Slackware :: Black Screen After StartX - Keyboard Not Responding

Mar 24, 2010

I put Slackware 13 and the scenarios is:

1. I start the computer and after startx I got black screen, the keyboard is not responding the led of the display is yellow etc. Now I reset the computer,
2. Booting Windoze
3. Choose Restart not Shutdown from Windoze
4. Booting Slack
5. startx works fine, the X server is starting and working great.

I have Radeon 9500. I configured X server with 3D accel over 2500 FPS on glxgears. The same problem persists even with X server VESA configured.

View 7 Replies View Related

Slackware :: Upon Startx, 64 Bit SW 13.1 Losses Its Virt Terminals Radeon?

Sep 17, 2010

64 13.1 it's patched to the very latest.I need my terminals. I use them. They do work until X is started.How do I get them to not go away when X is started?radeon 5450I added an append in lilo.conf ofvideo=radeonfbAnd I load the radeon module before I startx/sbin/modprobe radeonBut all of the tty(2 through 6) still disappear as soon as X is started.By "disappear", I mean that there's no cursor or text on the screen -- appears as if is in sleep mode but neither the mouse nor the keyboard -- IOW tty login remains not available.

View 2 Replies View Related

Slackware :: When Run Startx Or Startxfce4 Xfce Freeze During Startup

Mar 10, 2011

I have installed Slackware and chose Xfce as my primer desktop. but when I run startx or startxfce4 xfce freeze during startup what to do?

View 14 Replies View Related

Slackware :: Error Messages On The Text Console When Runnig Startx

Jun 10, 2010

Slackware 12.0 (GNU/linux kernel 2.6) I am said slackware is very stable (I suppose this means it has few bugs). However, every time I run startx to start the graphical interface, for a brief moment I can see (just before the screen is put in graphical mode) a lot of error messages. How can this be? I use slack 12 a lot and have reinstalled this distro many times. However the described behavior always repeats.

View 14 Replies View Related

Slackware :: SalixOS: Disabled Some Services So No Mouse With Gpm Plus No Keyboard After Startx?

Oct 10, 2010

I've installed SalixOS LXDE and thought it was the best thing but... After I disabled almost all services except syslog, dbus, and hald while inside lxde desktop. I rebooted and my mouse and keyboard no longer worked. So then I booted my Slackware install and edited /etc/inittab on the salix partition so I could boot into init 3 (I kinda like init 3 more than 4 anyway). Booted back into salix and keyboard seems to work but gpm doesn't... Gpm can't find any mouse so I do an lsmod and there's only about 4 modules loaded? Crap... So I dig around /etc/rc.d folder and I think it's got to do with me disabling the udev services when everything was fine after a fresh install...

I ran the init script for udev but it does nothing... I also ran pkgtool and went to setup, selected services and hit enter but it jumps back to the main menu?! I don't know if that's a glitch or what but it won't even let me pick the services with pkgtool... So what can I do to change everything back to their default value? I only booted once into my new salix install, changed services, rebooted, and then problems... I really loved the way everything was working on my first boot. Salix is one of those distro's that really gave me a happy feeling with linux so I'd really hate to stop using it over this one wrong thing I did...

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved