You are not logged in.

xjnumb

Beginner

  • "xjnumb" started this thread

Posts: 2

Location: Netherlands

  • Send private message

1

Tuesday, February 27th 2007, 9:25am

How to get display resolution 1680X1050 in KDE

Just bought a 22" monitor with 1680X1050 resolution. Set this up in the configuration program of PCLOS

In KDE Peripherals>display the resolution of 1680X1050 is not listed. Listed is 1600X1200 which is used. The display is not oke due to the high resolution: circles not round, banding in solid background color etc.

In KDE Control Center > Information > X-Server The monitor is listed as 1600X1200

The Xorg.conf file below, it seems to be oke with the right resolution.

# File generated by XFdrake (rev 41554)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"

# minimal fonts to allow X to run without xfs
FontPath "/usr/lib/X11/fonts/misc:unscaled"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "microsoftpro"
Option "XkbLayout" "us_intl"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1680x1050"
HorizSync 31.5-90
VertRefresh 60

# 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"
VendorName "Intel Corp."
BoardName "Intel 945"
Driver "i810"
Option "DPMS"
Option "May_Need_ForceBIOS" "1"
EndSection

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

Subsection "Display"
Depth 8
Modes "1680x1050"
EndSubsection

Subsection "Display"
Depth 15
Modes "1680x1050"
EndSubsection

Subsection "Display"
Depth 16
Modes "1680x1050"
EndSubsection

Subsection "Display"
Depth 24
Modes "1680x1050"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

In Mandrake 2007 the monitor does not require manual installation, it is detected correctly. However the same issue with KDE occurs: resolution 1600 X 1200.

Is there a work-around ??

2

Friday, March 2nd 2007, 4:58pm

Try commenting out the modelines or editing them so they show the right resolution, but I don't think you need the modelines.

xjnumb

Beginner

  • "xjnumb" started this thread

Posts: 2

Location: Netherlands

  • Send private message

3

Friday, March 2nd 2007, 7:36pm

Resolution 1680x1050

Thanks for yoyr response

Commenting out did not make any difference.

I have also 915resolution installed, with the correct X and Y res. This loads during boot.

Somehow these setting are getting ignored during the boot process.