Find the answer to your Linux question:
Results 1 to 7 of 7
Hi, I have an odd problem, when running dpkg-reconfigure xserver-xorg It only asks for keyboard settings, after that, it saves xorg, and exits. It does not ask for which driver ...
  1. #1
    Just Joined! DusteD's Avatar
    Join Date
    May 2006
    Location
    Denmark
    Posts
    35

    dpkg-reconfigure xserver-xorg won't ask for driver

    Hi, I have an odd problem, when running dpkg-reconfigure xserver-xorg
    It only asks for keyboard settings, after that, it saves xorg, and exits.
    It does not ask for which driver i wish to use, or what resolution my screen support.

    I find this quite odd, and have trouble finding the reason for it.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    dpkg-reconfigre xserver-xorg command doesn't ask for Graphics driver and Monitor settings in latest version of Debian and Debian based distros. One has to configure those manually by editing xorg.conf file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Try changing the priority to low e.g.
    Code:
    dpkg-reconfigure xserver-xorg -plow

  4. #4
    Just Joined! DusteD's Avatar
    Join Date
    May 2006
    Location
    Denmark
    Posts
    35
    Quote Originally Posted by devils casper View Post
    dpkg-reconfigre xserver-xorg command doesn't ask for Graphics driver and Monitor settings in latest version of Debian and Debian based distros. One has to configure those manually by editing xorg.conf file.
    Thats an odd development decision. But thank you, good to know
    Do you know of an alternative interface ?

    Quote Originally Posted by daark.child View Post
    Try changing the priority to low e.g.
    Code:
    dpkg-reconfigure xserver-xorg -plow
    I'm sorry, that didn't work

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Location
    London/UK
    Posts
    32
    dpkg-reconfigure xserver-xorg doesn't ask for the driver because it figures this out by itself.

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    It seems like the Debian developers have changed the way "dpkg-reconfigure xserver-xorg" works. There are many posts in various Ubuntu and Debian forums complaining about this because it doesn't seem like the auto detection always works well.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by daark.child View Post
    It seems like the Debian developers have changed the way "dpkg-reconfigure xserver-xorg" works. There are many posts in various Ubuntu and Debian forums complaining about this because it doesn't seem like the auto detection always works well.
    Yes, as I mentioned earlier, dpkg-reconfigure doesn't work like earlier in Debian and Debian based distros. Auto detection is also buggy and doesn't use correct driver. Moreover, vesa driver is not a Generic Driver now. It doesn't work with most of most of Graphics Cards.
    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
  •