Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: makak 03 Února 2011, 10:22:17
-
Mám notebook Acer Extensa 5620G a k nemu LCD monitor Benq G2222HDL.
Mám s ním taký problém, že ak zapnem notebook s monitorom pripojeným cez DVI, tak sa mi zapne s rozlíšením 1024x768 a maximálne rozlíšenie, ktoré môžem pre neho nastaviť je 1440xneviempresnekoľko. Keď ho pripojím cez VGA kábel tak ide všetko v pohode. Dokonca keď ho následne prehodím na DVI, tak mám stále fullHD rozlíšenie aj po uspatí a prebudení, nie však po reštartovaní počítača.
Tu je môj xorg.conf. Ten tretí vstup som tam pridával ja, podľa vzoru toho druhého, ale nefunguje to.
Section "Monitor"
Identifier "0-LVDS"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "true"
EndSection
Section "Monitor"
Identifier "0-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
SubSection "Display"
Virtual 3200 1080
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-0"
Device "amdcccle-Device[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 3200 1080
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-1"
Device "amdcccle-Device[1]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 3200 1080
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerLayout"
Identifier "amdcccle Layout"
Screen 0 "amdcccle-Screen[1]-0" 0 0
EndSection
Section "Device"
Identifier "Default Device"
Driver "fglrx"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-CRT1" "0-CRT1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-1"
Driver "fglrx"
Option "Monitor-CRT1" "0-CRT1"
Option "Monitor-LVDS" "0-LVDS"
BusID "PCI:1:0:0"
Screen 1
EndSection
-
???
-
Tu je môj xorg.conf. Ten tretí vstup som tam pridával ja, podľa vzoru toho druhého, ale nefunguje to.
Ked si ho tam pridaval po vzore druheho, tak si skusal ho pridat aj do Device? Nejak ho tam nevidim:
Section "Device"
Identifier "amdcccle-Device[1]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-CRT1" "0-CRT1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-1"
Driver "fglrx"
Option "Monitor-CRT1" "0-CRT1"
Option "Monitor-LVDS" "0-LVDS"
BusID "PCI:1:0:0"
Screen 1
EndSection
-
Neviem presne ako... skúsim posledný odsek zmeniť takto :
Section "Device"
Identifier "amdcccle-Device[1]-1"
Driver "fglrx"
Option "Monitor-CRT1" "0-CRT1"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:1:0:0"
Screen 1
EndSection
Momentálne to ale neviem odskúšať lebo tu nemám so sebou monitor. Uvidíme v stredu/štvrtok.
-
nefunguje
-
nič ?
-
Takže pod ubuntu nemôžem používať dvi výstup ? ::)
-
bump
-
Můžeš ho pod "ubuntu" používat. Však ti funguje, ne? Zkoušel jsi ten lcd nastavovat i přes CCC, nebo jenom ručně přes xorg.conf?
-
Samozrejme že som skúšal, ale nebola tam možnosť nastaviť rozlíšenie 1920x1080, iba tých 1440xXXX
-
To je zvláštní, ale mělo by to jít o bez xorg.conf..Zkus ho smazat
-
Zmazal som a dalo sa nastaviť už iba do 1280x800.
Nikto nevie riešenie ? ???