Jump to content

1280 x 1024 resolution on Mandriva 2006 [solved]


ilia_kr
 Share

Recommended Posts

I've installed the MandrivaLinux Free 2006 on my old box.

At first, i decided to upgrade previous installation (MDK 10.1), and so i did. The screen was allright (1280 x 1024 res).

The upgrade wasn't so good, it missed some packages and coused me a lot of problems, so i formatted the partition and installed from scratch. The new installation solved all problems but now i can't setup the screen res'. The OS recognizes my video card (see spec) but the monitor gives an error message : "out of range 51.1 / 47 hz".

 

My monitor's refresh rate (from manufacturer):

horizontal: 30 - 83 kHz

vertical: 56 - 75 hz

 

How can i fix this? 10x.

Edited by ilia_kr
Link to comment
Share on other sites

Is there some program that automaticly configures the display? How does Linux configure the display after the installation?

 

No, it's not- Linux does absolutely nothing by itself, but some distros have installation scripts which take care of setting the display at the end of the installation.

But there are several tools which do that: xorg's "xorgconfig" for setting without X running, "xorgcfg" (same thing, but with graphical environment), and in mandriva mcc (can be run with or without X running).

Can you copypaste the useful lines from your /etc/X11/xorg.conf here?

Edited by scarecrow
Link to comment
Share on other sites

Can you copypaste the useful lines from your /etc/X11/xorg.conf here?

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "L1750SQ "
HorizSync 30-83
VertRefresh 56-75

# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +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

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1152x864_120"  176.01  1152 1240 1368 1584  864 865 868 926  -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1152x864_100"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1152x864_85"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1152x864_75"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1152x864_60"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1152x864_50"  66.85  1152 1208 1328 1504  864 865 868 889  -HSync +Vsync
EndSection

Section "Device"
Identifier "device1"
VendorName "3Dfx Interactive, Inc."
BoardName "Voodoo Banshee (generic)"
Driver "tdfx"
Option "DPMS"
EndSection

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

Subsection "Display"
	Depth 8
	Virtual 1152 864
EndSubsection

Subsection "Display"
	Depth 15
	Virtual 1152 864
EndSubsection

Subsection "Display"
	Depth 16
	Virtual 1152 864
EndSubsection

Subsection "Display"
	Depth 24
	Virtual 1152 864
EndSubsection
EndSection

Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Screen "screen1"
EndSection

Section "Files"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "unix/:-1"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Link to comment
Share on other sites

And what about this: my video card is AGP, but according to MCC:

Identification
Vendor: ‎3Dfx Interactive, Inc.

Description: ‎Voodoo Banshee

Media class: ‎DISPLAY_VGA

Connection
Bus: ‎PCI

Bus PCI #: ‎1

PCI device #: ‎0

PCI function #: ‎0

Vendor ID: ‎4634

Device ID: ‎3

Sub vendor ID: ‎65535

Sub device ID: ‎65535

Misc
Module: ‎Card:Voodoo Banshee (generic)

Link to comment
Share on other sites

Check whether the package......monitor-edid...... has been installed. If not then install it.

 

Best to reboot and then when completed you open MCC----------->Hardware-------------->Configure your monitor and double click on the highlighted line titled Plug'n Play.

Close out then log out and back in again.

This time open KDE Control Centre ---------------------Peripherals ----------> Display and select your screen size etc there. Click apply.

 

You might need to log out and in again but by now you should be OK. There are not too many Monitor types that monitor-edid can't handle.

 

Cheers. John.

Link to comment
Share on other sites

Check whether the package......monitor-edid...... has been installed. If not then install it.

 

Best to reboot and then when completed you open MCC----------->Hardware-------------->Configure your monitor and double click on the highlighted line titled Plug'n Play.

Close out then log out and back in again.

This time open KDE Control Centre ---------------------Peripherals ----------> Display and select your screen size etc there. Click apply.

 

You might need to log out and in again but by now you should be OK. There are not too many Monitor types that monitor-edid can't handle.

 

Cheers. John.

 

I have that package installed and KDE Control Center does the same, i mean it shows the options that i've seen in the xorg.conf.

 

I've installed the MandrivaLinux Free 2006 on my old box.

At first, i decided to upgrade previous installation (MDK 10.1), and so i did. The screen was allright (1280 x 1024 res).

 

I remember that with 2005LE i had the same problem. I think there are 2 possibilities:

 

1) MDK 10.1 has better tdfx video driver

2) MDK 10.1 uses older version of xorg that still can handle my card

 

Can i install some 10.1 RPM on 2006 that is somehow connected to the issue?

Link to comment
Share on other sites

You could simply change by hand

 

Virtual 1152 864

 

to

 

Virtual 1280 960

(which is real 4:3)

or

Virtual 1280 1024

...which is the more common choice in your "display" subsections and get what you want, but since you solved it another way I guess it could be considered odd...

Edited by scarecrow
Link to comment
Share on other sites

You could simply change by hand

 

Virtual 1152 864

 

to

 

Virtual 1280 960

(which is real 4:3)

or

Virtual 1280 1024

...which is the more common choice in your "display" subsections and get what you want, but since you solved it another way I guess it could be considered odd...

 

I don't quiet get what you said :mellow:

Explain please...

 

I changed the mode line from:

'ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync'

to:

'ModeLine "1280x1024" 135.60 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync'

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...