Jump to content

Display problems in some (but not all) applications [solved] : Thanks!


cymbaloum
 Share

Recommended Posts

Hello,

 

Like many people, I had display problems when I updated to Mdv 2006 (strange colors, misplaced icons, etc). These issues were sorted out by updating some x.org packages.

 

However I later found out that the issue is not totally settled. When I tried to install some games such as jump'n bump (from plf), and amphetamine (I think), I got back the same display problems (strange colors, multiple displays of the same picture, etc).

 

Well, I don't care about jump'n bump and other small games, the problem is that this also affects my Citrix client, which is critical for me, since it prevents me from working remotely on Linux.

 

Does anybody understand what's going on here, and how to address it?

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

The videocard info from the Hardware manager of Mandriva Control Center 2006.0

 

Identification

Vendor: ‎Neomagic Corp.

 

Description: ‎NM2360 [MagicMedia 256ZX]

 

Media class: ‎DISPLAY_VGA

 

Connection

Bus: ‎PCI

 

Bus PCI #: ‎1

 

PCI device #: ‎0

 

PCI function #: ‎0

 

Vendor ID: ‎4296

 

Device ID: ‎6

 

Sub vendor ID: ‎4136

 

Sub device ID: ‎145

 

Misc

Module: ‎Card:NeoMagic MagicMedia (laptop/notebook)

 

I performed all the patches and updates suggested by the mandriva software graphical manager (up to last thursday, I think)

Link to comment
Share on other sites

Typically MagicMedia 256ZX comes with just 4MB of video RAM, and no option to share system RAM, so you should obviously not expect much from it...

Anyway, the usual solution for color problems with so little video memory is reducing color depth to 16-bit, from 24-bit.

Can you copypaste the part of your /etc/X11/xorg.conf which refers to your video card and resolutions?

Link to comment
Share on other sites

Typically MagicMedia 256ZX comes with just 4MB of video RAM, and no option to share system RAM, so you should obviously not expect much from it...

Anyway, the usual solution for color problems with so little video memory is reducing color depth to 16-bit, from 24-bit.

Can you copypaste the part of your /etc/X11/xorg.conf which refers to your video card and resolutions?

 

It's true the laptop is oldish, but before the 2006 install I had Mdk 10.1 on it and the Citrix client was working fine...

 

Here's my xorg.conf:

# File generated by XFdrake.

 

# **********************************************************************

# Refer to the XF86Config man page for details about the format of

# this file.

# **********************************************************************

 

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Mandrake 6.0 and later now use a font server independent of

# the X server to render fonts.

FontPath "unix/:-1"

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 "synaptics"

Load "glx" # 3D layer

EndSection

 

Section "InputDevice"

Identifier "Keyboard1"

Driver "keyboard"

Option "XkbModel" "pc105"

Option "XkbLayout" "pt"

Option "XkbOptions" "compose:rwin"

EndSection

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "ExplorerPS/2"

Option "Device" "/dev/mouse"

Option "ZAxisMapping" "6 7"

EndSection

 

Section "InputDevice"

Identifier "SynapticsMouse1"

Driver "synaptics"

Option "Protocol" "auto-dev"

Option "Device" "/dev/input/mice"

Option "MinSpeed" "0.09"

Option "MaxSpeed" "0.18"

Option "BottomEdge" "4200"

Option "SHMConfig" "on"

Option "FingerLow" "25"

Option "LeftEdge" "1700"

Option "MaxTapMove" "220"

Option "MaxTapTime" "180"

Option "FingerHigh" "30"

Option "VertScrollDelta" "100"

Option "TopEdge" "1700"

Option "AccelFactor" "0.0015"

Option "RightEdge" "5300"

EndSection

 

Section "Monitor"

Identifier "monitor1"

VendorName "Generic"

ModelName "Flat Panel 1024x768"

HorizSync 31.5-55

VertRefresh 40-70

 

# 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 "Neomagic Corp."

BoardName "NeoMagic MagicMedia (laptop/notebook)"

Driver "neomagic"

Option "DPMS"

EndSection

 

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 24

 

Subsection "Display"

Depth 8

Virtual 1024 768

EndSubsection

 

Subsection "Display"

Depth 15

Virtual 1024 768

EndSubsection

 

Subsection "Display"

Depth 16

Virtual 1024 768

EndSubsection

 

Subsection "Display"

Depth 24

Virtual 1024 768

EndSubsection

EndSection

 

Section "ServerLayout"

Identifier "layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "Mouse1" "CorePointer"

InputDevice "SynapticsMouse1" "AlwaysCore"

Screen "screen1"

EndSection

Link to comment
Share on other sites

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 24

 

Change the last line to

DefaultColorDepth 16

...and then hit alt+ctrl+backspace...

Any better now?

 

(For the record, a quick google search brought up quite a few dispaly problems with that chip when 24-bit color depth is used).

Edited by scarecrow
Link to comment
Share on other sites

Change the last line to

DefaultColorDepth 16

...and then hit alt+ctrl+backspace...

Any better now?

 

(For the record, a quick google search brought up quite a few dispaly problems with that chip when 24-bit color depth is used).

 

Spot on! Now everything works perfectly!!

 

Thank all three of you so much for the help :thumbs:

 

Next time I'll know where to look when I have these kind of problems again

Edited by cymbaloum
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...