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 ...
- 10-29-2005 #1Just 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
- 10-29-2005 #2Just 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:
This will open the setup.Code:dpkg-reconfigure xserver-xfree86
Regards,
René
- 10-29-2005 #3Just 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?
- 10-29-2005 #4Linux 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
- 10-30-2005 #5Just 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...
- 10-30-2005 #6
to install debhelper from the shell (as root) type
Code:apt-get install debhelper
- 10-30-2005 #7Just 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?
- 11-01-2005 #8
Refresh rate
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.I can't get above 60Hz
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):
THIS IS JUST AN EXAMPLE! Those numbers will probably not match yours... Look for your specific monitor settings on the net...Code:Section "Monitor" Identifier "Generic Monitor" HorizSync 30-96 VertRefresh 50-160 Option "DPMS" EndSection"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
- 11-02-2005 #9Just 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


Reply With Quote
