top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

how to set logverbose=6 to X server (forever) on fedora

+1 vote
155 views

I have a lot of problems with the nvidia proprietary driver. However nouveau is very much too slow so that I have to use the nvidia driver. They ask for logverbose option to be set to at least 6 to send bug reports. I see how I can do that for a manual start with startx, how can I do it for all normal starts? I am using F18 with KDE. I do not want to restart the X server manually each time I switch on the computer.

posted Jun 8, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Try adding to the ServerArgsLocal line in /etc/kde/kdm/kdmrc. I'm assuming your running kdm and not gdm.

answer Jun 9, 2013 by anonymous
Similar Questions
0 votes

I have an nfs share mounted in /etc/fstab
server:/share /mountpoint nfs re,auto,lock,inte 00

Is it possible to to have it auto umount /mountpoint,
after x minutes?

looked at man idle, man bash, man umount
Googled: "umount dir after set time"

0 votes

I want my Fedora 22 box to run at a video resolution of 1680x1050.

I added and selected that resolution by doing:

$ xrandr --newmode "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
$ xrandr --addmode VGA-0 1680x1050_60.00
$ xrandr --output VGA-0 --mode 1680x1050_60.00

That worked, but when I reboot the resolution reverts to 1280x1024.

I tried creating file:

/etc/X11/xorg.conf.d/40-monitor.conf

and putting in it:

Section "Monitor"
 Identifier "VGA-0"
 Option "PreferredMode" "1680x1050_60.00"
EndSection

but that had no effect (perhaps because the resolution was not found after the reboot).

How can I set the resolution to 1680x1050 permanently?

+1 vote

I have a webserver (apache 2.4/php5/mysql 5.6) and i want to be sure it is setup to use FastCGI.

when i execute phpinfo(); i can see (in loaded modules):

mod_proxy_fcgi
mod_proxy_scgi
mod_cgi
mod_php5

however using my standard fedora user account, Ii still can not edit/remove/move files/folders owned by apache user account.

while searching on internet i discovered that fastCGI should allow me (using my fedora user account) to do such thing, even if files/folders are owned by apache user account. Therefore i deduced that fastCGI doesn't work properly on my webserver. Please, could you tell me how can i be sure that fastCGI runs well on my webserver and that i use it correctly ?

0 votes

I have been persuaded to move an application running under linux on to a Hyper-V VM. I am having significant performance issues and hope some one can cast some light on them.

I am having to run on a legacy network card as the 'synthetic' NIC gives poor through put. This gives a drop of about 50% compared with the original machine.

Disc I/O is down by a factor of 8 when copying significant amounts of data. (say 7 Gbyte) The application originally ran on Fedora 15 on an HP DL385 (8-cores) with 8Gbyte memory. The VM is running under Fedora 18 on a Dell R520 with 8 Gbyte with a fixed VHD disc

Am I correct in assuming that Fedora 18 kernel has the latest Microsoft Integration Modules?

...