Find the answer to your Linux question:
Results 1 to 5 of 5
Hi everybody! I want to ask someone to help me,I've downloaded the xorg-xserver package by apt-get so,I've got it installed,but there is a little problem,when it asks me for the ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2

    X-server configuration problem

    Hi everybody!
    I want to ask someone to help me,I've downloaded the xorg-xserver package by apt-get so,I've got it installed,but there is a little problem,when it asks me for the configuration to make xorg.conf it can't create the file at the end,it writes the following errors:
    dexconf:error: cannot generate configuration file;shared/default-x-server not set.Aborting.Reconfigure the X server with dpkg-reconfigure to correct this problem

    xserver-xorg postinst warnning:error while preparing new Xorg X server configuration file in /etc/X11/xorg.conf.dpkg-new;not attempting to update existing configuration.

    If I write dpkg-reconfigure xserver-xorg the it writes one more note(and the two errors that I mentioned too)server-xorg postinst warning:overwriting possibly-customised configuration file;backup in /etc/X11/xorg.conf20071031130821,I guess it's because the xorg .conf file has been already created before,but unfortunatelly it's empty.So,the first configuration creates an empty file.Could someone help me?

  2. #2
    Linux Newbie hughitt1's Avatar
    Join Date
    Oct 2005
    Location
    Baltimore, MD USA
    Posts
    167
    Did you run dpkg-reconfigure xserver-xorg as a super user (i.e. sudo ...)?

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Did you gain root privileges before executing dpkg-reconfigure command?
    Log in as regular user and execute this
    Code:
    su -
    dpkg-reconfigure xserver-xorg
    exit
    startx
    Post exact error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2
    yeah,of course I was signed in as root,the problem roots somewhere else,I think hat the configurator program can't write for some reasons,I just want to know the reasosns,and the solution

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    cat /etc/X11/xorg.conf
    Does it list contents of xorg.conf file? Execute startx and post error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •