xorg - zmiana rozdzielczości w Etch na większą
: 28 lipca 2008, 14:50
Problem brzmi następująco: zainstalowałem Debiana Etch, skonfigurowałem Xorg'a i nie mogę (przynajmniej używając odnośnika "Rozdzielczość ekranu" w menu gnome zmienić rozdzielczości na 1400/900
fragment xorg'a dot monitora:najwyższa możliwa rozdzielczość w menu to 1280/1024
fragment xorg'a dot monitora:
Kod: Zaznacz cały
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
HorizSync 30-100
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Controller"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection