LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   screen resolution too low on externen monitor (https://www.linuxquestions.org/questions/linux-general-1/screen-resolution-too-low-on-externen-monitor-291507/)

switch007 02-17-2005 03:08 PM

screen resolution too low on externen monitor
 
I have an intel i852 with an iiyama Vision Master 1403 attatched, and im stuck at 1024 on 85Hz, i want 1152x768 at 75, which ive selected under in system-config-display. It didnt detect the monitor, its on generic at the moment. I tried going under 'Hardware' and 'Configure' but under CRT it doesnt list 1152x768!

In preferences, resolution it only lists 1024, 800 and 600 and refresh only 85.

This is my xorg config:
Code:

Section "ServerLayout"
        Identifier    "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "AlwaysCore"
EndSection
Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath    "unix/:7100"
EndSection
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
        Load  "dri"
EndSection
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "gb"
EndSection
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option
EndSection
Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "LS704U"
        DisplaySize  320        240
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection
Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
        VendorName  "Videocard vendor"
        BoardName  "Intel 810"
EndSection
Section "Screen"
        Identifier "Screen0"
        Device    "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport  0 0
                Depth    16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Section "DRI"
        Group        0
        Mode        0666
EndSection

Thanks :)

masand 02-17-2005 03:40 PM

have u set this according to ur monitor

HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0

regards

Tuttle 02-17-2005 03:48 PM

Distribution and desktop environment?

switch007 02-18-2005 12:21 AM

Sorry, FC3 and Gnome.

My monitor spec says 'Max Sync Rate (V x H) 160 Hz x 70 kHz' so does that correspond with the HorizSync (70) and VertRefresh (160)?

masand 02-18-2005 12:47 AM

thats the max
but i think u need to enter the range,

from low--->max

regards

switch007 02-18-2005 12:54 AM

How do i find that out? Its not in any spec i can find :(

EDIT: Oh, i found it, and those values are correct, what else could it be?

masand 02-18-2005 01:08 AM

what are those values???
we want the range not the maximum value

switch007 02-18-2005 01:43 AM

The ranges in the config are correct

Tuttle 02-18-2005 04:05 PM

ok, try:
Code:

gtf 1152 864 75
then paste the output into the "Monitor" section, change "1152x864_75.00" to "1152x864" and restart the X server (ctrl+alt+backspace).

pashok1981 02-19-2005 07:31 PM

Hi,
Did you manage to find the solution? I have the exact same problem and I have not been able to figure out the solution for a week. I have a dell E772c monitor with an intel 82845G chip. I have tried various permutations of options (BusID, VideoRam, HorizSync, VertRefresh, NoAccel,...) and tried installing the driver from Intel's site. But nothing has worked so far. I am still stuck at 1024x768. The other option that is working is 1280x960. But there is another problem. I have XP too installed and 1152x864 is the resolution that works best for me. Otherwise the font & icons are too big or small. But if I use a different resolution, I have to keep adjusting the monitor's manual settings to fit the screen properly.

My xorg.conf is included below:

Code:

# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier    "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath    "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
        #Load  "GLcore"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Dell E772c"
        DisplaySize  320        240
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        #UseModes    "Valid"
        Option            "dpms"
       
EndSection


#Section "Modes"
#        Identifier  "Valid"
        #Modeline    "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
        # 1152x864 @ 75.00 Hz (GTF) hsync: 67.65 kHz; pclk: 104.99 MHz

#EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
        VendorName  "Videocard vendor"
        BoardName  "Intel 845"
        BusID      "PCI:0:2:0"
        VideoRam    65536
        option      "Displayinfo" "false"
        #option "NoAccel" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport  0 0
                Depth    16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode        0666
EndSection


I am including part of my log file:

Code:


(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 832 kB
(II) I810(0): VESA VBE OEM: Brookdale-G Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Brookdale-G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 845G
(--) I810(0): Chipset: "845G"
(--) I810(0): Linear framebuffer at 0xE0000000
(--) I810(0): IO registers at addr 0xEE000000
(II) I810(0): 1 display pipe available.
(II) I810(0): detected 892 kB stolen memory.
(II) I810(0): I830CheckAvailableMemory: 206844 kB available
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(WW) I810(0): Extended BIOS function 0x5f11 not supported.
(II) I810(0): Before: SWF1 is 0x00000101
(II) I810(0): After: SWF1 is 0x00000108
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 8000 kB
(II) I810(0): VESA VBE OEM: Brookdale-G Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Brookdale-G Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 8000 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 892 kByte
(**) I810(0): VideoRAM: 65536 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 2607
(==) I810(0): Device Presence: disabled.
(**) I810(0): Display Info: disabled.
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0):        CRT
(**) I810(0): Display is using Pipe A
(--) I810(0): Maximum frambuffer space: 65368 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7



(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): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) I810(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) I810(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) I810(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) I810(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 78.8 MHz  Image Size:  310 x 230 mm
(II) I810(0): h_active: 1024  h_sync: 1040  h_sync_end 1136 h_blank_end 1312 h_border: 0
(II) I810(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 800 v_border: 0
(II) I810(0): Serial No: 641802AE003H
(II) I810(0): Monitor name: DELL E772c
(II) I810(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 70 kHz, PixClock max 110 MHz
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 8000 kByte



(II) I810(0): Monitor0: Using hsync range of 30.00-70.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(II) I810(0): Not using mode "1152x864" (no mode of this name)
(II) I810(0): Not using built-in mode "1280x1024" (width too large for virtual size)
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): *Built-in mode "1024x768"
(**) I810(0): *Built-in mode "800x600"
(**) I810(0): *Built-in mode "640x480"
(II) I810(0): Attempting to use 85Hz refresh for mode "1024x768" (54)
(II) I810(0): Attempting to use 85Hz refresh for mode "800x600" (52)
(II) I810(0): Attempting to use 85Hz refresh for mode "640x480" (50)
(**) I810(0): Display dimensions: (320, 240) mm



(II) I810(0): Before: SWF1 is 0x00000101
(II) I810(0): After: SWF1 is 0x00000108
(==) I810(0): Default visual is TrueColor
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 512 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 5120 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ffb000
(II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffa000 (0x0c9ea000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fea000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) I810(0): [drm] DRM interface version 1.2
(II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) I810(0): [drm] added 8192 byte SAREA at 0xd0ae9000
(II) I810(0): [drm] mapped SAREA 0xd0ae9000 to 0xb7e5f000
(II) I810(0): [drm] framebuffer handle = 0xe0020000
(II) I810(0): [drm] added 1 reserved context for kernel
(II) I810(0): Allocated 3072 kB for the back buffer at 0x7800000.
(II) I810(0): Allocated 3072 kB for the depth buffer at 0x7400000.
(II) I810(0): Allocated 32 kB for the logical context at 0x73f8000.
(II) I810(0): Allocated 54016 kB for textures at 0xfcb40000
(II) I810(0): Updated framebuffer allocation size from 5120 to 5128 kByte
(II) I810(0): Updated pixmap cache from 512 scanlines to 514 scanlines
(II) I810(0): 0xa563470: Memory at offset 0x00020000, size 5128 kBytes
(II) I810(0): 0xa4ab5c0: Memory at offset 0x07fff000, size 4 kBytes
(II) I810(0): 0xa4ab5e8: Memory at offset 0x07ffb000, size 16 kBytes
(II) I810(0): 0xa4ec434: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0xa5634b0: Memory at offset 0x07fea000, size 64 kBytes
(II) I810(0): 0xa2e9158: Memory at offset 0x07ffa000, size 4 kBytes
(II) I810(0): 0xa563500: Memory at offset 0x07800000, size 3072 kBytes
(II) I810(0): 0xa563520: Memory at offset 0x07400000, size 3072 kBytes
(II) I810(0): 0xa563560: Memory at offset 0x073f8000, size 32 kBytes
(II) I810(0): 0xa563540: Memory at offset 0x00522000, size 54016 kBytes
(II) I810(0): Activating tiled memory for the back buffer.
(II) I810(0): Activating tiled memory for the depth buffer.
(II) I810(0): [drm] Registers = 0xee000000
(II) I810(0): [drm] Back Buffer = 0xe7800000
(II) I810(0): [drm] Depth Buffer = 0xe7400000
(II) I810(0): [drm] ring buffer = 0xe0000000
(II) I810(0): [drm] textures = 0xe0522000
(II) I810(0): [drm] dma control initialized, using IRQ 9
(II) I810(0): [drm] Initialized kernel agp heap manager, 55312384
(II) I810(0): [dri] visual configs initialized
(==) I810(0): Write-combining range (0xe0000000,0x8000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) I810(0): xf86BindGARTMemory: bind key 7 at 0x000df000 (pgoffset 223)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07ffb000 (pgoffset 32763)
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x07fea000 (pgoffset 32746)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07ffa000 (pgoffset 32762)
(II) I810(0): xf86BindGARTMemory: bind key 4 at 0x07800000 (pgoffset 30720)
(II) I810(0): xf86BindGARTMemory: bind key 5 at 0x07400000 (pgoffset 29696)
(II) I810(0): xf86BindGARTMemory: bind key 6 at 0x073f8000 (pgoffset 29688)
(WW) I810(0): PGTBL_ER is 0x00000049
(II) I810(0): Before: SWF1 is 0x00000108
(II) I810(0): After: SWF1 is 0x00000108
(II) I810(0): Display plane A is enabled and connected to Pipe A.
(II) I810(0): Enabling plane A.
(II) I810(0): Display plane A is now enabled and connected to Pipe A.
(II) I810(0): PIPEACONF is 0x80000000
(II) I810(0): Mode bandwidth is 66 Mpixel/s
(II) I810(0): maxBandwidth is 640 Mbyte/s, pipe bandwidths are 368 Mbyte/s, 0 Mbyte/s
(WW) I810(0): Extended BIOS function 0x5f61 not supported.
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                16 128x128 slots
                4 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) Option "dpms"
(**) I810(0): DPMS enabled
(II) I810(0): X context handle = 0x00000001
(II) I810(0): [drm] installed DRM signal handler
(II) I810(0): [DRI] installation complete
(II) I810(0): direct rendering: Enabled


Tuttle 02-19-2005 07:41 PM

Which kernel version are you using?
Also, what happens if you remove the "#" from in front of the modeline in your config?
Could you try putting it in the monitor section like this:
Code:

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Dell E772c"
        DisplaySize  320        240
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        #UseModes    "Valid"
        Option            "dpms"
        Modeline    "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
EndSection


pashok1981 02-19-2005 08:05 PM

Hi,
It just started again in 1024x768 with the line you suggested. The error in the log file is "Not using mode "1152x864" (no mode of this name)". Same happens if I uncomment the UseModes line. I am using 2.6.10-1.766_FC3.stk16 (the stk16 because it is compiled with 16KB stack which my wireless driver needs). I had the same problem when I had 2.6.9-1.667. I upgraded everything in the hope that it might be some know bug now.

Quote:

Originally posted by Tuttle
Which kernel version are you using?
Also, what happens if you remove the "#" from in front of the modeline in your config?
Could you try putting it in the monitor section like this:
Code:

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Dell E772c"
        DisplaySize  320        240
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        #UseModes    "Valid"
        Option            "dpms"
        Modeline    "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
EndSection



switch007 02-20-2005 02:32 AM

No, i didnt find a solution :(

Dont know if this is of any use:

Code:

(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): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) I810(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) I810(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) I810(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 94.5 MHz  Image Size:  310 x 230 mm
(II) I810(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) I810(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 56.2 MHz  Image Size:  310 x 230 mm
(II) I810(0): h_active: 800  h_sync: 832  h_sync_end 896 h_blank_end 1048 h_border: 0
(II) I810(0): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 v_border: 0
(II) I810(0): Monitor name: LS704U
(II) I810(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 70 kHz, PixClock max 110 MHz
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 16192 kByte


Tuttle 02-20-2005 10:15 AM

Well, I have come to the conclusion that either the i810(i830) driver doesn't have support for that resolution or xorg isn't happy to use it. Xorg does support that resolution, I know this 'cos I use it. Sorry if I am of no more help to you.

pashok1981 02-20-2005 12:46 PM

:( Ok! But can you tell me if there adjusting the modeline options can make the screen size & shape used by linux at 1280x1024 match that of XP at 1152x864 at 65Hz? I mean XP draws a perfect rectangle and uses all of the monitor. But when I start X in linux, all the lines are curved (and so are the edges of the screen). This is the most annoying thing for me right now as I can not keep adjusting the monitor every time I switch between linux and windows. I tried the values from gtf, but that did not work.


Quote:

Originally posted by Tuttle
Well, I have come to the conclusion that either the i810(i830) driver doesn't have support for that resolution or xorg isn't happy to use it. Xorg does support that resolution, I know this 'cos I use it. Sorry if I am of no more help to you.


All times are GMT -5. The time now is 03:13 AM.