[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg resolution problem in testing with



Hi,

I've got Debian testing running xserver-xorg on a system running the Intel 82865 graphics controller.

I can't get 1152x864 resolution even though it's set up in xorg.conf.

KDE says I can have 1024x768, 800x600, 640x480. I've also been able to get 1280x1024 if I set it up in xorg.conf, but it's not terribly usable. But I've never been able to get 1152x864 (I can get it under Windows).

I've included the Screen section of my /etc/X11/xorg.conf file. It looks complete to me, what am I missing.

Aside from the magic to get me my 1152x864, where is it decided what the default (startup) resolution?

Any pointers would be appreciated.

/icebiker

:
Section "Monitor"
       Identifier      "Viewsonic G71+"
       Option          "DPMS"
       HorizSync       30-72
       VertRefresh     50-160
EndSection

Section "Screen"
       Identifier      "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Controller"
       Monitor         "Viewsonic G71+"
       DefaultDepth    24
       SubSection "Display"
               Depth           1
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           4
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           8
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           15
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           16
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           24
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
       EndSubSection
EndSection
:



Reply to: