Configuring Display
andy baxter
andy at earthsong.free-online.co.uk
Mon Jan 21 21:28:47 UTC 2008
Zatlite Minthar wrote:
> (II) VESA(0): Philips 150S: Using hsync range of 30.00-61.00 kHz
> (II) VESA(0): Philips 150S: Using vrefresh range of 56.00-76.00 Hz
> (II) VESA(0): Not using mode "1024x768 at 60 <mailto:1024x768 at 60>" (no
> mode of this name)
> (II) VESA(0): Not using mode "800x600 at 60 <mailto:800x600 at 60>" (no mode
> of this name)
> (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
> (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
> (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
> (II) VESA(0): Not using built-in mode "400x300" (no mode of this name)
> (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
> (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
> (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
> (**) VESA(0): Built-in mode "1024x768"
> (**) VESA(0): Built-in mode "800x600"
> (**) VESA(0): Built-in mode "640x480"
> (**) VESA(0): Display dimensions: (300, 230) mm
> (**) VESA(0): DPI set to (86, 84)
> (II) VESA(0): Attempting to use 75Hz refresh for mode "1024x768" (116)
> (II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (113)
> (II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (110)
> (**) VESA(0): Using "Shadow Framebuffer"
>
> I think it's a problem of me not knowing how to modify the xorg.conf
> properly.
> I don't have any modelines in the xorg.conf file that's why it's saying
> (II) VESA(0): Not using mode "1024x768 at 60 <mailto:1024x768 at 60>" (no
> mode of this name)
> (II) VESA(0): Not using mode "800x600 at 60 <mailto:800x600 at 60>" (no mode
> of this name)
>
> I thought if I just typed in the 1024x768 at 60
> <mailto:1024x768 at 60> it'll use those settings but now, I'm guessing
> that is only an identifier for the modeline.
I think the problem is you've put '@60' after the resolution when it
doesn't belong there. Also each Subsection "Display" should have a Depth
entry as well, like this:
Section "Screen"
Identifier "Default Screen"
Device "S3 Inc. Trio 64 3D"
Monitor "Philips 150S"
DefaultDepth 15
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
EndSection
More information about the ubuntu-users
mailing list