Před pár dny jsem na matčin počítač nainstalil 8.10 ubuntu a začal se trápit s rozlišením monitoru. Pořídila si totiž monitor benq G900HD s netypickým nativním rozlišením 1366 x 768. V menu "rozlišení monitoru" je nejvyšší rozlišení 800x600 tak jsem se jal editovat xorg.conf.
K mému udivení neobsahoval xorg.conf po instalaci prakticky nic:
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Nu jal jsem se to editovat předpokládal jsem že následující uprava by měla můj problém vyřešit a zpřístupnit vyšší rozlišení ale nestalo se tak:
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "benq"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "benq"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1366x768" "1280x768" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1366x768" "1280x768" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1366x768" "1280x768" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1366x768" "1280x768" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1366x768" "1280x768" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1366x768" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Po restartu se nezměnilo vůbec nic, rozlišení pořád na 800x600 žádné vyší rozlišení nebylo zpřístupněno, nic. Zkoušel jsem spoustu věcí, upravoval jsem xorg.conf jako divej a zkoušel postupovat podle několika různých návodů ale k výsledku jsem se nedobral.
Takže jsem nakonec udělal novou čistou instalaci Ubuntu 8.10 a volám o pomoc. Doufám že je problém jenom někde mezi židlí a klávesnicí.