Problem z rozdzielczoscia na steronwikach zamknietch ati

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
gab_12
Posty: 42
Rejestracja: 08 lutego 2008, 13:42
Lokalizacja: £ód¼

Problem z rozdzielczoscia na steronwikach zamknietch ati

Post autor: gab_12 »

Problem polega na tym ze gdy zamieniam starowniki otwarte na zamknieta to zmienie mi sie rodzieczosc na mniejsza i wsyzstko jest wieksze.Nie wiem dlaczego tak sie dzieje .Czy jest taka mozliwoc zeby byla taka sama rodzielczosc jak przy sterownikach otwartych?? Dodam ze musze miec steroniki zamkniete bo tylko na nich mam akcelaracje 3D

to jest moj xorg

Kod: Zaznacz cały

# 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 xorg.conf manual page.
# (Type "man 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"
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"
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	"ATI Technologies Inc RC410 [Radeon Xpress 200M]"
#	Driver		"ati"
	Driver	"fglrx"	
	BusID		"PCI:1:5:0"
	VideoRam	131072
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RC410 [Radeon Xpress 200M]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x800"
	EndSubSection
EndSection

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

Bodzio
Junior Member
Posty: 599
Rejestracja: 26 grudnia 2007, 18:35

Post autor: Bodzio »

Wiem o co Ci chodzi - sam to zauważyłem :) - jedyna rada to zmienić punktację fontów na mniejszą. Pewnie można by się bawić w dpkg-reconfigure, ale to co proponuję jest najszybsze i co ważne - skuteczne
gab_12
Posty: 42
Rejestracja: 08 lutego 2008, 13:42
Lokalizacja: £ód¼

Post autor: gab_12 »

No Bodzio powiem ci ze to co mi powiedziałeś pewnie mi pomoże ale na tyle jeszcze jestem amatorem ze nie wiem jak sie to robi i nawet nie wiem jak sie za to zabrać także mógłbyś mi pomoc i poprowadzić jak to zrobić albo chociaż pokazać gdzie jest jakiś opis czegoś w tym rodzaju??
Bodzio
Junior Member
Posty: 599
Rejestracja: 26 grudnia 2007, 18:35

Post autor: Bodzio »

a jakie masz środowisko ? - jak KDE to szukaj w centrum sterowania
giaur
Member
Posty: 1915
Rejestracja: 25 maja 2007, 22:16

Post autor: giaur »

Jest kilka sposobow na wymuszenie dpi. Na przyklad jezeli chcesz miec dpi 96:

- Jezeli odpalasz serwer X z palca, napisz: startx -- -dpi 96
- Albo: w sekcji "Monitor" ustaw wartosc DisplaySize. Z samej definicji DPI wynika sposob obliczania tego parametru.

Przykladowo, dla 1024x768 i dpi 96 bedzie to:

Kod: Zaznacz cały

(1024 : 96) x 25,4 = 270,93
(768 : 96) x 25,4 = 203,2
Czyli w sekcji "Monitor" dopisujesz:

Kod: Zaznacz cały

DisplaySize 270 203
gab_12
Posty: 42
Rejestracja: 08 lutego 2008, 13:42
Lokalizacja: £ód¼

Post autor: gab_12 »

Wiec tak aktualnie kozystam z fluxboxa gnome i xfce.
No nie stety nie odpalam x'ow z palca wiec postanowilem zmodyfikowac xorga, ale po modyfiacji(odpowiedznim wpisie) nie odpalily sie x'y wiec mysle ze cos zle zrobilem. Aktualnie mam rozdzielczosc 1280x800 i obliczylm to tak

Kod: Zaznacz cały

(1280: 96) x25,4=338
(800: 96) x 25,4=211
i sie w sumie zastaniawim skad sie wzielo ta liczba 25,4 bo moze to jest cos nie tak ??
no i tak dla jasnosci podam ja wyglada moj xorg po modyfikacji

Kod: Zaznacz cały

# 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 xorg.conf manual page.
# (Type "man 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"
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"
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	"ATI Technologies Inc RC410 [Radeon Xpress 200M]"
#	Driver		"ati"
	Driver	"fglrx"	
	BusID		"PCI:1:5:0"
	VideoRam	131072
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
#	DysplaySize 338 211
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RC410 [Radeon Xpress 200M]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x800"
	EndSubSection
EndSection

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

giaur
Member
Posty: 1915
Rejestracja: 25 maja 2007, 22:16

Post autor: giaur »

Nie DysplaySize, tylko DisplaySize. 25.4 to z definicji cala (DPI - punkty na cal)
gab_12
Posty: 42
Rejestracja: 08 lutego 2008, 13:42
Lokalizacja: £ód¼

Post autor: gab_12 »

Pomoglo dzieki. Ale pojawil sie problem inneg typu, w atermie zrobila sie taka jakas dziwna gruba czcionka przy ktorej ciezka jest coskolwiek przeczytac. Przyzanje ze nie mam w atermie polskich liter i tez nie wiem dlaczego ..:/ mój ma .Xresources wyglada ak

Kod: Zaznacz cały

aterm*loginShell:false
aterm*transparent:true
aterm*shading:90
aterm*background:Black
aterm*foreground:White
aterm*scrollBar:true
aterm*scrollBar_right:true
aterm*transpscrollbar:true
aterm*saveLines:32767
aterm*font:*-*-fixed-medium-r-normal--*-111-*-*-*-*-iso8859-2
aterm*boldFont:*-*-fixed-bold-r-normal--*-*-111-*-*-*-*-iso8859-2
XTerm*font: -*-fixed-medium-r-*-*-10-*-*-*-*-*-iso8859-2 
ODPOWIEDZ