Jak zmienić rozdzielczość?
: 02 października 2006, 11:16
				
				Witajcie! Zainstalowałem Debian Sarge 3.1.r2-i386, mam Nvidia TNT2 i mimo wszelkich zmian w XF86Config nie mogę zmienić rozdzielczości z 640x480 na żadną inną... Pomocyyy!
			Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://www.debian.pl/
Kod: Zaznacz cały
xrandr
Kod: Zaznacz cały
Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSectionKod: Zaznacz cały
Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-65
	VertRefresh	50-75
	Option		"DPMS"
EndSectionKod: Zaznacz cały
Section "Device"
	Identifier	"vesa"
	driver		"vesa"
	VendorName	"x"
	BoardName	"y"
EndSection
Section "Monitor"
	Identifier	"Monitor0"
	VendorName  	"x"
	ModelName   	"y"
# 800x600 @ 75Hz (VESA) hsync: 46.9kHz
        ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
#	HorizSync   	31.5 - 48.5
#	VertRefresh 	50.0 - 70.0
#	Option	    	"dpms"
EndSection
Section "Screen"
	Identifier 	"Screen0"
	Device     	"vesa"
	Monitor    	"Monitor0"
	DefaultDepth     16
	SubSection "Display"
		Depth    16
		Modes    "800x600" "640x480"
	EndSubSection
EndSectionKod: Zaznacz cały
Section "Monitor"
	Identifier	"1"
	VendorName  	"x"
	ModelName   	"y"
 # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
#        ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
#	HorizSync   	31.5 - 48.5
#	VertRefresh 	50.0 - 70.0
	Option	    	"dpms"
EndSection
Section "Device"
    Identifier  "voodoo"
    Driver      "tdfx"
    #VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
    Identifier  "Screen0"
    Device      "voodoo"
    Monitor     "1"
    DefaultDepth 16
#    Subsection "Display"
#        Depth       8
#        Modes       "800x600" "640x480"
#        ViewPort    0 0
#    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
#        ViewPort    0 0
    EndSubsection
#    Subsection "Display"
#        Depth       24
#        Modes       "800x600" "640x480"
#        ViewPort    0 0
#    EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
# The Identifier line must be present
    Identifier  "Simple Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
# Section "DRI"
#    Mode 0666
# EndSection
Kod: Zaznacz cały
# coś tamKod: Zaznacz cały
coś tam