Ubuntu 9.10 xorg.conf
A xorg.conf filenak itt kellene lennie: /etc/X11
- Ha nincs akkor a sudo dpkg-reconfigure xserver-xorg parancs megcsinálja.
- Szerkesztéshez a következö parancsot kell kiadni sudo gedit /etc/X11/xorg.conf
- Csinálj egy biztonsági mentést és töröld a tartalmát (xorg.conf-nak)
- Pl: nekem az volt a gondom, hogy volt egy régebbi LCD TV amit az Ubuntu 9.10 nem
akarta felismerni. LCD TV paraméterei, Max felbontás: 800x600, Max Hz:60
- A fórumokon inkább pont az ellenkezö gondokkal szoktak küzdeni. Pl: Az ubuntu 9.10
telepítése után nem lehetett a monitor felbontást feljebb állítani 800x600-nál.
- A következö megoldás mindkét esetben használható
- https://www.arachnoid.com/modelines/index.html itt tudod a monitorod kalkulálni
- Saját példámból kiindulva.
- Horizontal resolution pixels 800
- Vertical resolution pixels 600
- Refresh rate Hz 60
A következö sorra lesz szükségünk!
Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
A következö kódsorozatot az üres xorg.conf fileba bekell másolni!
Kiemelve mire kell ügyelni, átírni a saját értékekre!
Xorg.conf mentése, gép újrainditás és láss csodát a monitor beállításnál.
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "PreferredMode" "800x600"
Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "metamodes" "800x600_60 +0+0"
SubSection "Display"
Depth 24
Modes "800x600_60"
EndSubSection
EndSection