Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: fahaj 05 Října 2011, 14:04:36
-
Hezké odpoledne :-)
Potřeboval bych poradit s monitorem Fujitsu-Siemens Scenicview A19-1 model L9ZA.
Měl by zvládnout dle info na štítku rozlišení 1280x1024@60, což se ovšem neděje.
Nabíhá v nejvyšším rozlišení 1024x768.
Zkoušel jsem údaje ze štítku nacpat do xorg.conf, ale s tímto mi xka skončily na černé obrazovce.
Grafickou kartu mám integrovanou Intel 82915G, systém Lubuntu 11.04
Můj nefunkční xorg.conf:
Section "Screen"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
-
Řešilo se to tu milionkrát, tady je odkaz http://forum.ubuntu.cz/index.php?topic=58630.25;topicseen
-
Děkuji Rovere623 za nakopnutí :-)
s panem Googlem sme to nakonec dořešili.
Přikládám funkční podobu xorg.conf pro konkrétní monitor, snad to ještě někomu pomůže.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "dri2"
Load "record"
Load "dbe"
Load "dri"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Scenicwier A19-1"
Option "DPMS"
VendorName "Monitor Vendor"
# 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 "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
-
mam podobny problem pri spojeni lenovo z570 s monitorem acerAL1976 rozsliseni pouze 1024x768 jak je to resene u notebooku ? muj Xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.48 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Sun Sep 9 21:29:02 PDT 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
kde je editace to co tu je je asi pouze ten notebooovej monitor jak ke je externi?
-
Je to stejné, jen je nutné ten identifikátor "Monitor0" přepsat na "Monitor1" a měl by jsi vystačit jen se sekcemi "Monitor" a "Screen"