Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: h.giuseppe 17 Května 2011, 13:17:13

Název: nastavení rozlišení manuálně [vyřešeno]
Přispěvatel: h.giuseppe 17 Května 2011, 13:17:13
Ahoj,
mám, takový problém. Nainstaloval jsem xubuntu 10.04 na desktop s grafickou kartou
Kód: [Vybrat]
VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] (rev 01)dále jsem postupoval jako po každé opětovné instalaci Ubuntu/xubuntu
1. vygeneroval jsem si xorg.conf
Kód: [Vybrat]
sudo Xorg -configure :12. požadované rozlišení
Kód: [Vybrat]
gtf 1280 1024 753. zkopíroval do /etc/X11/xorg.conf
Kód: [Vybrat]
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "glx"
Load  "dbe"
Load  "extmod"
Load  "dri2"
Load  "dri"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option    "Protocol" "auto"
Option    "Device" "/dev/input/mice"
Option    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
  Modeline "1280x1024_75.00"  138.54  1280 1368 1504 1728  1024 1025 1028 1069  -HSync +Vsync

EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "PrintVGARegs"       # [<bool>]
        #Option     "PrintTVRegs"         # [<bool>]
        #Option     "I2CScan"             # [<bool>]
        #Option     "VBEModes"           # [<bool>]
        #Option     "NoAccel"             # [<bool>]
        #Option     "AccelMethod"         # <str>
        #Option     "ExaNoComposite"     # [<bool>]
        #Option     "ExaScratchSize"     # <i>
        #Option     "SWCursor"           # [<bool>]
        #Option     "ShadowFB"           # [<bool>]
        #Option     "RotationType"       # [<str>]
        #Option     "Rotate"             # [<str>]
        #Option     "VideoRAM"           # <i>
        #Option     "ActiveDevice"       # [<str>]
        #Option     "BusWidth"           # [<str>]
        #Option     "Center"             # [<bool>]
        #Option     "PanelSize"           # [<str>]
        #Option     "ForcePanel"         # [<bool>]
        #Option     "TVDotCrawl"         # [<bool>]
        #Option     "TVDeflicker"         # <i>
        #Option     "TVType"             # [<str>]
        #Option     "TVOutput"           # [<str>]
        #Option     "TVPort"             # [<str>]
        #Option     "DisableVQ"           # [<bool>]
        #Option     "DisableIRQ"         # [<bool>]
        #Option     "EnableAGPDMA"       # [<bool>]
        #Option     "NoAGPFor2D"         # [<bool>]
        #Option     "NoXVDMA"             # [<bool>]
        #Option     "VbeSaveRestore"     # [<bool>]
        #Option     "DisableXvBWCheck"   # [<bool>]
        #Option     "ModeSwitchMethod"   # [<str>]
        #Option     "MaxDRIMem"           # <i>
        #Option     "AGPMem"             # <i>
Identifier  "Card0"
Driver      "openchrome"
VendorName  "VIA Technologies, Inc."
BoardName   "K8M800/K8N800/K8N800A [S3 UniChrome Pro]"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
Modes "1280x1024_60.00"
EndSubSection
EndSection

Ale stejně jde nastavit pouze 800x600 při 60MHz
Já bych potřeboval to rozlišení 1280x1024 při 75 MHz
Děkuji za rady :-)
Název: Re: nastavení rozlišení manuálně [vyřešeno]
Přispěvatel: h.giuseppe 18 Května 2011, 11:05:51
Tak jsem na to přišel nakonec sám.
Na třetím řádku od konce jsem měl špatnou obnovovací frekvenci a asi se to nedohodlo:-D