top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

F22: where is the files hids-id.h in the Fedora22 kernels?

+2 votes
218 views

On the kernels from kernel.org, we have the file hid-ids.h in:

linux-4.0.5/drivers/hid/hid-ids.h

This kernel is however missing from my F22 installation (with the Fedora kernel).

Any pointer of the possible location.

posted Jun 27, 2015 by Deepak Dasgupta

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
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?

0 votes

I am downloading (with rsync) the x86_64 os and updates, but noticed how little there is under the os directories, and that there is this 'everything' tree with all of the rpms for the os.

Can I rsync the everything packages and repodata directories on top of the os tree to make a complete setup, or do I have to have to keep the everything tree separate?

+1 vote

I recently updated my F21 to F22 and since the update I have 2 graphics servers running. Of course, this is not good for performance. What happens is:

  1. I start the system, and get one server under c-a-F1,
  2. From c-a-F2 I open a console (usually I play some music from the console).
  3. Some time after starting, the current graphical session is moved to c-a-F3, c-a-F2 is still the console I opened, and c-a-F1 is a different (non-logged in) graphical server.

Anyone have an idea what is going on? What information could I research to find out what is wrong? How can I get the system to start only one graphical server?

...