Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Pracovní prostředí => Téma založeno: erico9999 21 Dubna 2008, 11:22:38

Název: Problém s rozlišením
Přispěvatel: erico9999 21 Dubna 2008, 11:22:38
Dobý den, mám takový problém.
Mám monitor na kterem by mělo jít nastavit rozlišení 1280x1024 ale mam v nabidce jenom 640x480 a 800x600, jak bych měl nastavit rozlišení 1280x1024?
Opravdu bych to potřeboval a děkuji za všechny odpovědi.
Název: Re: Problém s rozlišením
Přispěvatel: Pavel Půlpán 21 Dubna 2008, 11:25:59
Milionkrát sme to tu řešili, takže příště použít vyhledávání.

http://forum.ubuntu.cz/index.php?topic=20633.0
http://forum.ubuntu.cz/index.php?topic=17855.0
http://forum.ubuntu.cz/index.php?topic=20202.0
Název: Re: Problém s rozlišením
Přispěvatel: Alfox 30 Dubna 2008, 23:46:55
Mám stejný problém s rozlišením po instalaci HH. V příspěvcích výše jsem ale bohužel přímou odpověď nenašel - zkoušel jsem různé úpravy v xorg.conf - asi špatně. :)

Ještě mi taky v HH nefungovalo kolečko myši, ale to už jsem v xorg.conf vyřešil.




--------------------------------------------

# 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"   "cz"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Protocol   "IMPS/2"   
   Driver      "vmmouse"
   Option      "CorePointer"
   Option      "Device"   "/dev/input/mice"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

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

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection

--------------------------------------------