Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Apple said to hold 'iPad 3' event first week in March
· Apple now worth more than Google and Microsoft combined
· Microsoft releases full details of Windows 8 on ARM
· VectorLinux 7.0 - Sparta belongs to Spartans
· Update Rollup 21 for Microsoft Dynamics CRM 4.0 (KB 2621054)
· CVS/Icedove Updates for Debian
· CEBA-2012:0106: CentOS 5 selinux-policy Update
· RHSA-2012:0107-01: Important: kernel security and bug fix update
· 7 openSUSE Updates
· Security Support for Debian GNU/Linux 5.0 terminated on February 6th

Upcoming News
· [security-announce] openSUSE-SU-2012:0234-1: important: MozillaFirefox: Version 10
· [security-announce] openSUSE-SU-2012:0236-1: important: kernel: security and bugfix update.
· [security-announce] openSUSE-SU-2012:0237-1: important: VUL-0: nginx: heap overflow
· [security-announce] openSUSE-SU-2012:0227-1: important: xorg-x11-server
· [security-announce] openSUSE-SU-2012:0039-2: important: MozillaFirefox
· [security-announce] SUSE-SU-2012:0221-1: important: Security update for Mozilla Firefox
· [security-announce] openSUSE-SU-2012:0206-1: important: kernel: security and bugfix update.
· [security-announce] openSUSE-SU-2012:0208-1: important: tomcat6: Fix multiple weaknesses in HTTP DIGESTS
· [security-announce] SUSE-SU-2012:0198-1: important: Security update for Mozilla XULrunner
· [RHSA-2012:0107-01] Important: kernel security and bug fix update

Linux Compatibility
· XPS L502X
· Slim Portable DVD Writer GP10
· AverTV Volar Green HD
· Dell Latitude E6420
· Canon CanoScan FB 636U
· Logitech QuickCam Pro 4000
· GeForce 7300 GT
· Umax Astra 4500 USB Scanner
· Photosmart Pro B9180
· kingston DataTraveler DTI/16GB

New Forum Topics
· Directx
by: Rajoo
on: 2012-02-06 21:29
0 replies, 115 views

· Code: Bad EIP Value
by: megatouchguy
on: 2012-01-28 06:27
0 replies, 358 views

· XP Pro crashes on start up
by: javien
on: 2012-01-17 12:38
6 replies, 2032 views

· Lan Wireless Access To Shared Folders Problem
by: MinusZero
on: 2012-01-09 06:45
2 replies, 2215 views

· Motherboard glitch
by: danleff
on: 2012-01-08 12:03
3 replies, 659 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » Compatibility Database » Hardware (Linux) » Details for MSI NX7600GS-T2D256E Geforce 7600GS 256MB 128-bit GDDR2 PCI Express x16 Video Card

Summary


Product:
MSI NX7600GS-T2D256E Geforce 7600GS 256MB 128-bit GDDR2 PCI Express x16 Video Card

Vendor:
MSI

Tested operating systems:
Fedora Core

Most recent version of this submission:
MSI NX7600GS-T2D256E Geforce 7600GS 256MB 128-bit GDDR2 PCI Express x16 Video Card

Average Rating:


Submit a new result for this product



Bookmark and Share

Operating System: Fedora Core Rating:

Submitted on 2006-06-28 16:55:06

Mwengwe

Post License:
GNU LGPL
MSI NX7600GS-T2D256E Geforce 7600GS 256MB 128-bit GDDR2 PCI Express x16 Video Card. Worked great. I'm using it to run a dual head monitor system.

Need to install nVidia drivers. Followed fedorafaq.org instructions: http://www.fedorafaq.org/#nvidia\ worked just fine.

The gnome display utility didn't get the dual head system to work correctly I had to make the changes myself to the /etc/X11/xorg.conf file. Here is my file.

-----------CUT------------------------------------------------------------
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
EndSection

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

Section "InputDevice"
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 "ViewSonic VG920"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "ViewSonic VG920"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation C51 PCI Express Bridge"
BusID "PCI:3:0:0"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation C51 PCI Express Bridge"
BusID "PCI:3:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
--------END-CUT-----------------------------------------------------------

Linux Compatible » Compatibility Database » Hardware (Linux) » Details for MSI NX7600GS-T2D256E Geforce 7600GS 256MB 128-bit GDDR2 PCI Express x16 Video Card
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2011 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition