LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   change resolution (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/change-resolution-198653/)

tlarolle 06-28-2004 09:17 AM

change resolution
 
I've been trying to get my IBM t41 resolution to be at 1400X1024. Not really sure where to start.

Here's what i've done or installed so far.

xfree86 4.3.0.7 running with xfree86-dri-trunk

radeon module compile and running

here's my dmesg | grep radeon
Code:

radeonfb: Invalid ROM signature 0 should be 0xaa55
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=260.00 Mhz, System=183.00 MHz
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: 1024x768
radeonfb: detected LVDS panel size from BIOS: 1024x768
radeondb: BIOS provided dividers will be used
radeonfb: Power Management enabled for Mobility chipsets
radeonfb: ATI Radeon LW  DDR SGRAM 32 MB
[drm] Initialized radeon 1.9.0 20020828 on minor 0

and dmesg | grep agpgart
Code:

Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 855PM Chipset.
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 256M @ 0xd0000000
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode


and of course my XF config file
Code:

Section "ServerLayout"
        Identifier        "T40 Layout"
        Screen                "T40 Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Generic Mouse"
EndSection
Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "speedo"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "Protocol"                "PS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "ATI Radeon Mobility 7500"
        Driver                "radeon"
EndSection

Section "Monitor"
        Identifier        "IBM ThinkPad LCD"
        HorizSync        30 - 90
        VertRefresh        58 - 70
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "T40 Screen"
        Device                "ATI Radeon Mobility 7500"
        Monitor                "IBM ThinkPad LCD"
        DefaultDepth        24
        SubSection "Display"
                Depth                8
                Modes                "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort        0 0
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort        0 0
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort        0 0
        EndSubSection
EndSection

Section "DRI"
        Mode        0666
EndSection

Any suggestions?

tlarolle 06-28-2004 02:42 PM

This is for the radeon 7500 mobility.

J.W. 06-28-2004 07:11 PM

The resolution setting you wish to use (1400x1024) is not listed as an option in the Modes line of the Display section - the closest is 1400x1050.

I don't know what resolution settings are supported by the T41, but assuming the ones you want are supported, you could try editing the file and replacing each 1050 with 1024. Save the original file in case you need to restore it. -- J.W.

p0ppe 07-03-2004 07:09 PM

Have a look at /var/log/XFree86.0.log, it should display the modes supported by your monitor.

Here's what my looks like for example;
(II) I810(0): Supported VESA Video Modes:
(II) I810(0): 720x400@70Hz
(II) I810(0): 640x480@60Hz
(II) I810(0): 640x480@75Hz
(II) I810(0): 800x600@75Hz
(II) I810(0): 1024x768@75Hz
(II) I810(0): 1280x1024@75Hz
(II) I810(0): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 800 vsize 600 refresh: 100 vid: 26693
(II) I810(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) I810(0): #2: hsize: 1024 vsize 768 refresh: 100 vid: 26721
(II) I810(0): #3: hsize: 1152 vsize 864 refresh: 110 vid: 29297
(II) I810(0): #4: hsize: 1280 vsize 1024 refresh: 100 vid: 43137
(II) I810(0): #5: hsize: 1600 vsize 1200 refresh: 90 vid: 24233
(II) I810(0): #6: hsize: 1600 vsize 1280 refresh: 85 vid: 39337
(II) I810(0): #7: hsize: 1856 vsize 1392 refresh: 80 vid: 21705


All times are GMT -5. The time now is 10:39 AM.