Re: F18 - restart the X server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



you do not need a complete xorg.conf on modern systems
that is what /etc/X11/xorg.conf.d exists for to specify
only what you really need different from autoconfig

[root@rh:/etc/X11/xorg.conf.d]$ ls
insgesamt 16K
-rw-r--r-- 1 root root 319 2012-06-13 19:32 00-keyboard.conf
-rw-r--r-- 1 root root  96 2011-07-06 16:00 01-nocaps.conf
-rw-r--r-- 1 root root 147 2011-07-06 16:01 02-vnc.conf
-rw-r--r-- 1 root root 125 2013-01-28 10:32 03-intel.conf
[root@rh:/etc/X11/xorg.conf.d]$ cat 00-keyboard.conf
# This file is autogenerated by system-setup-keyboard. Any
# modifications will be lost.

Section "InputClass"
 Identifier      "system-setup-keyboard"
 MatchIsKeyboard "on"
 Option          "XkbModel"      "pc105"
 Option          "XkbLayout"     "de"
 Option          "XkbVariant"    "nodeadkeys"
 Option          "XkbOptions"    "terminate:ctrl_alt_bksp,"
EndSection

[root@rh:/etc/X11/xorg.conf.d]$ cat 01-nocaps.conf
Section "InputClass"
 Identifier  "Keyboard"
 Option      "XkbOptions" "ctrl:nocaps"
EndSection

[root@rh:/etc/X11/xorg.conf.d]$ cat 02-vnc.conf
Section "Module"
 Load        "vnc"
EndSection
Section "Screen"
 Identifier  "Screen0"
 Option      "passwordFile" "/root/.vnc/passwd"
EndSection

[root@rh:/etc/X11/xorg.conf.d]$ cat 03-intel.conf
Section "Device"
 Identifier  "Videocard0"
 Option      "AccelMethod"   "sna"
 Option      "TearFree"      "true"
EndSection

Am 05.03.2013 12:44, schrieb Kevin Wilson:
> Hi
> Thnks!
> 1)  the AltGR + SysRQ + K suggested in that link does not
> restart the X server; it does make some screen refresh for less then
> 1/10 of a second.
> 2) No xorg.conf under F18 : not /etc/X11/xorg.conf and not according
> to what locate shows.
> Any ideas? I miss that shortcut.
> 
> On Tue, Mar 5, 2013 at 1:34 PM, Reindl Harald <h.reindl@xxxxxxxxxxxxx> wrote:
>>
>>
>> Am 05.03.2013 12:32, schrieb Kevin Wilson:
>>> Hi,
>>> What is the shortcut for restarting the X server?
>>> In old fedora distros it was "alt + ctrl + left arrow".
>>> Now it does not work and there is no such shortcut in "System
>>> setting->keyboard->shortcuts"
>>
>> http://www.webupd8.org/2009/04/ctrl-alt-backspace-disabled-in-most.html

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux