Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: brumla.cz 23 Dubna 2008, 14:48:53
-
ahoj, instaloval jsem dnes Ubuntu na jiný počítač a potřeboval bych poradit se zvětšováním ikon... v defaultním nastavení jsou totiž dost malé, což by mohl být problém... díky za radu...
navíc taky mám na lcd monitoru rozlišení 1680x1050, což možná může být celým problémem... změnit jej na 1280x1024 ale jaksi nejde... může tomu bránit zapnutý update manager?
-
hm...cvaknu pravým ->roztáhnout ikonu...
rozlišení změnit jde, musí se na to od lesa...gtf 1280 1024 60vyhodí modeline, ta se doplní na konec sekce monitor v xorg.conf, následně se doplní "1280@1024" do sekce screen a pak to MUSÍ jít.
-
dobře, díky moc... :)
ještě bych měl jeden dotaz, určitě to tu už někde je a předem se omlouvám, že se ptám tak blbě, ale kde se dá nastavit jedno kliknutí místo dvou? :-[
-
tak já nevim... asi to dělám blbě, když to musí jít, ale mně to zatím nejde... :(
spustil jsem terminál, zadal gksudo gedit '/etc/X11/xorg.conf'našel konec sekce "monitor", nakopíroval tam: # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
a pak na konec sekce screen dopsal "1280@1024" (zkoušel jsem i bez uvozovek), ale pořád to nejde...
vyberu 1280x1024, OK, ponechat... ale je to furt stejný a když najedu do volby rozlišení znovu, je tam opět 1680x1050
-
vlož sem ten xorg, koukneme na to...
-
# 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" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Obecný monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
Monitor "Obecný monitor"
DefaultDepth 24
1280@1024
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
-
Omlouvám se, předtím jsem to psal z hlavy
# 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" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Obecný monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
Monitor "Obecný monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSectionprohlídni si sekci screen, takhle by to mělo fungovat.
-
takže jsem nainstaloval aktualizace softwaru a momentálně běžím v rozlišení 800x600, což je opravdu ohromující... :D
akorát, když vlezu do nastavení, je tam už jen jedna volba, a to 640x480...
změnil jsem tu sekci screen, tak zkusím restart a uvidíme... :-\
edit: takže restart nepomohl, pořád jsme v 800x600 bez možnosti změny... wtf?! co s tím mám, proboha dělat?
pro upřesnění, grafika je tu pravděpodobně integrovaná... nemůžu se teď dostat ani na konfiguraci ovladače, je to fakt děs... :-(
-
jo sorry, to jsem zapomel napsat, restart X ;D
-
no, tak při restartu mi teď vyběhla hláška:
Ubuntu is now running in low-graphics mode
Your screen and graphics card could not be detected correctly.
to use higher resolutions, visual effects or multiple screens, you have to configure the display yourself.
a ta grafika je: vesa-Generic VESA-compliant video cards
-
no tak to zkus jinak...
# 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
takzesudo dpkg-reconfigure -phigh xserver-xorga tam si vyber rozliseni, ovladace atd...neni treba se bat, zaloha je vytvorena automaticky
-
Sorry, že se pletu do debaty, mě v tom xorg.conf nějak nezdá ten řádek
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
Možná se pletu, ale ve svém kofiguráku jsem ho nikdy neměl.
-
to nevím, ale udělal jsem to podle poslední rady pana Kudrny a displej je konečně v rozlišení, jaký jsme chtěli a zdá se, že všechno funguje, takže moc děkujeme za pomoc!
-
Sorry, že se pletu do debaty, mě v tom xorg.conf nějak nezdá ten řádek
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
Možná se pletu, ale ve svém kofiguráku jsem ho nikdy neměl.
to je rucni prace, pouziva se v pripade, ze potrebujes zvysit obnovovaci frekvenci, nebo navolit nestandartni rozliseni ;)