Re: linux on laptop

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

 



I use a Compaq at work with Intel 845 (or something like) and under Windows 
you can have 1152x864 but X claims the card doesn't support it !! So assuming 
the XF86Config file is correct then maybe X simply does not support that 
resolution on that card. Anyway XF86Config (the Red Hat and Mandrake one is 
in /etc/X11) should have something like the following in it (probably better 
to use whatever X configuration utility comes with your distribution):


Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1280x1024 @ 74 Hz"
    HorizSync 31.5-79.0
    VertRefresh 50-90
# A mode line can be used to try find a mode / resolution setup that X can
# work with if the auto mode selection does not work
#    ModeLine "1280x1024"   108.00   1280 1328 1440 1624   1024 1025 1028 1048 
+hsync +vsync
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    # ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 
-hsync -vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    #ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    #ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    BoardName "ATI Rage Mobility P"
    Driver "ati"
    
    # Option "crt_screen"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16

    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768"
    EndSubsection

    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"

    Screen "screen1"

EndSection

Hope this helps,
Owen

On Tuesday 02 Mar 2004 17:20, Lucia Ballerini wrote:
> Hello!
> I've a Sony VAIO TR3A (intel 855GM) and I installed Red Hat 9.0
> I'm wondering how to get the resolution of 1280x768?
>
> Thank you!
> Lucia
> --*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*--
>                     Lucia Ballerini, Ph.D.
>          Dept. of Technology, Örebro University, Sweden
>
> Mailing address:
> Centre for Image Analysis		tel:  + 46 18 4717849
> Lägerhyddvägen 3  			fax:  + 46 18 553447
> 75237 Uppsala, Sweden
> --*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*--
>
>
> _______________________________________________
> XFree86 mailing list
> XFree86@xxxxxxxxxxx
> http://XFree86.Org/mailman/listinfo/xfree86

_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux