Find the answer to your Linux question:
Results 1 to 6 of 6
Hi I am very new to Linux. I've installed Debian. I also installed xwindow. I then changed my monitor but the content of the XF86Config still shows the old settings. ...
  1. #1
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45

    Cool Video and Graphic Card issues.

    Hi
    I am very new to Linux. I've installed Debian. I also installed xwindow. I then changed my monitor but the content of the XF86Config still shows the old settings. How can I update this.

    Also I noticed that a generic driver has been installed for my graphic card. I found the drivers on the cd and followed the instructions, but again the content of the XF86Config file is still showing the generic drivers.

    Please help.

    ps. I also edited the XF86Config-4 (as mentioned in another thread) and entered 1024x768, (as it is only showing 800x600 option) but after a reboot it came back saying the Xconfig hasn't been configure properly and report a bug to Debian. now Xwindow isn't even starting up.

  2. #2
    Linux Newbie
    Join Date
    Dec 2005
    Location
    Pennsylvania
    Posts
    102
    try

    apt-get remove {current xserver}
    apt-get install xserver-xorg

    this should remove your current xserver (issues and all) and installa fresh version, and configure it to work correctly with your new monitor.
    Of course, you may need to re-install your favorite Decktop manager when your done.

    I know there is a command to reconfigure x for new hardware, but I cant recall what it is at this time

    As far as your system using the "default" driver for your video card, i would let it be if it works

  3. #3
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by vidd
    I know there is a command to reconfigure x for new hardware, but I cant recall what it is at this time
    Depending on whether you are using XFree86 or X.Org, the command to reconfigure is xf86config or xorgconfig, respectively.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  4. #4
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45
    Quote Originally Posted by techieMoe
    Depending on whether you are using XFree86 or X.Org, the command to reconfigure is xf86config or xorgconfig, respectively.
    I have XFree86 I think. The reason why I think this is because, there is a file called XF86Config-4. But I couldn't find a "command" called xf86config.

    I edited the XF86config file I noticed that under the section display, there are a number of subsections. Each subsection has a mode number, 1.. 24 and the default is 24. So I added "1152x..." "1024x768" .... to the one of these. I rebooted and noticed that now i can see 1024x768 as one of the options but nothing higher.

    Can someone actually explain how this whole thing works.

  5. #5
    Just Joined!
    Join Date
    Apr 2005
    Location
    Upper Peninsula of Michigan
    Posts
    57
    You can reconfigure X by running dpkg-reconfigure xserver-xfree86, or if you are using Xorg it would be xserver-xorg instead of the latter.

  6. #6
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45
    Perfect. Thanks

Posting Permissions

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