Rozlisenie a farby

Všetko ohľadom Linuxu...
jumper
Medium Professional
Medium Professional
Používateľov profilový obrázok
Príspevky: 1289
Registrovaný: 21 mar 2005, 14:27
Bydlisko: Bratislava

Rozlisenie a farby

Príspevok od používateľa jumper »

Zdar,

problem:
Pri zmenseni rozlisenia sa uplne zhovadia farby je to vsetko necitatelne aj ked dam vratit povodne zostanu aj tie zle farby

os:
ubuntu 7.10

pc:
amd x2 64bit, 2gb ram, Ati HD 3650, sata2 hdd, crt monitor 17"

Za help budem vdacny



//+
ked zmensim rozlisenie toto spravi ked restartnem pc pri logine v poriadku po prihlaseni toto ked dam spat rozlisenie tak po restarte v poriadku aj po prihlaseni

PLS HELP
Prílohy
problem.jpg
filippo
Expert
Expert
Používateľov profilový obrázok
Príspevky: 148
Registrovaný: 26 aug 2007, 22:31

Príspevok od používateľa filippo »

Aký používaš ovládač grafickej karty? Rozbehal si už akcelerovaný ovládač ATI? Hoď sem výpis z xorg.conf Nájdeš ho v /etc/X11/xorg.conf
jumper
Medium Professional
Medium Professional
Používateľov profilový obrázok
Príspevky: 1289
Registrovaný: 21 mar 2005, 14:27
Bydlisko: Bratislava

Príspevok od používateľa jumper »

Kód: Vybrať všetko

# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"sk"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"fglrx"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
	Load		"glx"
EndSection
filippo
Expert
Expert
Používateľov profilový obrázok
Príspevky: 148
Registrovaný: 26 aug 2007, 22:31

Príspevok od používateľa filippo »

jumper napísal: Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection
Sťahoval si nejaké neslobodné ovládače pre typ tvojej grafickej karty? Štandardne by si mal používať ovládač "ati" v horšom prípade "vesa". Neviem ako by som v tvojom príapde postupoval, ale skúsil by som Envy ovládače http://albertomilone.com/nvidia_scripts1.html Neviem ako pre ATI, ale pre Nvidiu fungujú dokonale. Je to vlastne spúšťací skript, ktorý obsahuje množstvo ovládačov pre ATI a Nvidiu a stiahne potrebný driver presne na daný typ grafickej karty. Za pokus to určite stojí, ale predtým ako to budeš robiť, zálohuj si xorg.conf, lebo istota je istota :)

Kód: Vybrať všetko

sudo cp /etc/X11/xorg.conf /etc/X11/backup_xorg.conf
Ak by sa niečo pokazilo a nenabehol ti X-server, tak obnovíš xorg.conf zo zálohy príkazom (radšej si ho napíš) :D

Kód: Vybrať všetko

sudo cp /etc/X11/backup_xorg.conf /etc/X11/xorg.conf
Napísať odpoveď