Announcement

Collapse
No announcement yet.

How to reset X11

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to reset X11

    Is there a way to reset the xorg.conf file?

    I got the following with dpkg-reconfigure xserver.xorg:

    jorge@d1-2004:~$ sudo dpkg-reconfigure xserver.xorg
    Password:
    Package `xserver.xorg' is not installed and no info is available.
    Use dpkg --info (= dpkg-deb --info) to examine archive files,
    and dpkg --contents (= dpkg-deb --contents) to list their contents.
    /usr/sbin/dpkg-reconfigure: xserver.xorg is not installed

    thanks

    #2
    Re: How to reset X11

    I think that should be
    Code:
    jorge@d1-2004:~$ sudo dpkg-reconfigure xserver-xorg

    Comment

    Working...
    X