Strona 1 z 1

Zmiana częstotliwości odświeŻania ekranu

: 24 maja 2007, 16:07
autor: herk
Witam.

Jak można zmienić częstotliwość odświeżania ekranu? W opcjach mam ustawione na 60 Hz i zmienić się tego nie da. Może jakoś z konsoli?

Może jest to wina sterowników karty graficznej?
Jest to karta wbudowana (laptop) Intel Graphics Media Accelerator 900
Zainstalowałem sterowniki Windows do tej karty za pomocą ndiswrappera.

I jak mogę zmniejszyć rozdzielczość, teraz ustawioną mam 1024x768 a w Windzie mogłem mieć większą.

Debian Etch KDE 3.5

Zawartość pliku xorg.conf :

Kod: Zaznacz cały

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Monitor		"Generic Monitor"
	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

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
Będę wdzięczny za pomoc.

Pozdrawiam.

: 24 maja 2007, 17:51
autor: Kaka'
herk pisze: Depth 24
Modes "1024x768" "800x600" "640x480"
i
herk pisze:Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Pokombinuj z tym...

: 24 maja 2007, 18:05
autor: mlyczek
Ad odświeżanie ekranu:
herk pisze:HorizSync 28-51
VertRefresh 43-60
Konkretnie to te wartości muszą być takie jak w instrukcji dla laptopa (albo poszukaj na ich stronie internetowej)

Ad rozdzielczość:
herk pisze:SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
Wpisz rozdzielczość taką, jaką chcesz mieć na pierwsze miejsce z tej listy.

: 26 maja 2007, 00:26
autor: velmafia
I jak mogę zmniejszyć rozdzielczość, teraz ustawioną mam 1024x768 a w Windzie mogłem mieć większą.
skoro w /etc/X11/xorg.conf największą rozdzielczość masz 1024x768, to nie dziw się że nie możesz wybrać większej rozdzielczości

http://debian.linux.pl/viewtopic.php?p=5622#5622
to powinno pomóc

: 07 lipca 2007, 13:01
autor: andrek
Wybaczcie, że odkopuje - nie chcę zaśmiecać forum kolejnym nowozałożonym tematem.

Otóz dla windowsa istnieje taki cudowny programik zwany Powerstrip [ nie, to nie żaden pokaz striptizu :) ]
Umożliwia on ustawienie DOWOLNYCH wartości odświeżania. Oficjalnie mój monitor LCD obłsuguje do 75Hz, jednak tam bez żadnego zająknięcia pracował ok 2 lata na wartości 79Hz / 64KHz. Czy jest tutaj coś takiego możliwe?

Druga sprawa, wychodząc z x-ów do konsoli [ ctrl alt f1 / f2 itd... ] mam odświeżanie na poziomie 60Hz.. Szczerze mówiąc, nie da się przy tym pracować. Da się coś z tym fantem zrobić?