Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Debian Sarge Screen res

  • 12-12-2005 04:48PM
    #1
    Registered Users, Registered Users 2 Posts: 514 ✭✭✭


    Hiya, I'm running Debian Sarge on my desktop PC and the resolution is maxed out at 800x600 for some reason.

    I've tried editing the XF86Config-4 file and adding in larger resolutions manually, but unfortunately KDE or X doesn't show it as an option still.

    Any ideas?
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Generic Video Card"
    	Monitor		"PLE431"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1024x768"  "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    


Comments

  • Registered Users, Registered Users 2 Posts: 1,067 ✭✭✭tomk


    It's a while since I moved off Debian, but AFAIR you should do
    dpkg-reconfigure xserver-xfree86
    

    to run through the config sequence again.


Advertisement