Find the answer to your Linux question:
Results 1 to 9 of 9
I used the netinstall CD to install Debian, and now KDE doesn't show resolutions above 800x600... I set resolution to that in the installer so I think that might be ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Location
    Hungary
    Posts
    7

    How to acces setup to reconfigure my display?

    I used the netinstall CD to install Debian, and now KDE doesn't show resolutions above 800x600... I set resolution to that in the installer so I think that might be the problem... Any ideas

  2. #2
    Just Joined!
    Join Date
    Oct 2005
    Location
    Driebergen, The Netherlands
    Posts
    38
    Press Ctrl+Alt+F1 to go the the commandline, login as root, then type:

    Code:
    dpkg-reconfigure xserver-xfree86
    This will open the setup.

    Regards,

    René

  3. #3
    Just Joined!
    Join Date
    Oct 2005
    Location
    Hungary
    Posts
    7
    Thanks, that worked, tough this just doesn't seem to be fully compatible with my radeon 9200, cuz I had such problems before with other distros... Bad thing cuz I don't think I'll live with a 800x600 desktop, I'm too much used to 1024x768... Any solution to this?

  4. #4
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    have you installed the proprietary ati drivers yet and enabled 3d acceleration, plus could you post your /etc/X11/XF86Config-4 file for us...
    Operating System: GNU Emacs

  5. #5
    Just Joined!
    Join Date
    Oct 2005
    Location
    Hungary
    Posts
    7
    I'm installing fglrx and due to some foolishness of mine X is down (I installed only one of the packages) when i try to do so with dpkg -i fglrx-kernel-src_8.18.6-1_i386.deb, it says it requires the package "debhelper",but as a complete newbie in linux i can't get it from just a shell... if someone would please write the command to download things, and maybe the arguments too (the url at wich the debhelper package can be found) I would be really really thankful...

  6. #6
    Just Joined! brother_mick's Avatar
    Join Date
    Jun 2005
    Location
    United Kingdom
    Posts
    65
    to install debhelper from the shell (as root) type

    Code:
    apt-get install debhelper

  7. #7
    Just Joined!
    Join Date
    Oct 2005
    Location
    Hungary
    Posts
    7
    THANKS!!!!! I got it working after some packages installed and the config file made perfect... Oh one more thing remains.. I can't get above 60Hz... Desktop settings just doesn't list it... Where can I add it to the list?

  8. #8
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212

    Refresh rate

    I can't get above 60Hz
    This you cannot set directly into the /etc/X11/XF86config-4 file, but it is related to both the horizontal and the vertical refresh rate that is set in that file.

    You could always reconfigure xserver has mentionned above, or you can just edit the /etc/X11/XF86config-4 file with your appropriate monitor settings (of course make a backup before changing anything):

    Code:
    Section "Monitor"
            Identifier      "Generic Monitor"
            HorizSync       30-96
            VertRefresh     50-160
            Option          "DPMS"
    EndSection
    THIS IS JUST AN EXAMPLE! Those numbers will probably not match yours... Look for your specific monitor settings on the net...
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  9. #9
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27
    careful with the values ..horizontalsync and vertical reresh
    add them if you are confident otherwise it may screw-up your monitor

Posting Permissions

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