lunedì 27 settembre 2010

Debian - Configurazione scheda video nVidia Corporation G73 [GeForce 7600 GT]

Quest'oggi ho iniziato la "debianizzazione" di un computer, la prima difficolta` e` stata la configurazione della scheda video.
Non che fosse difficile, tutt'altro, ma non trovavo le informazioni giuste, finche` non sono capitato qui: http://wiki.debian.org/NvidiaGraphicsDrivers#Installation-1
Ho semplicemente digitato (ovviamente come user 'root'):
apt-get install nvidia-glx
Ho sistemato il file "/etc/X11/xorg.conf" secondo le mie esigenze:
Section "ServerLayout"
Identifier     "X.org Configured"
Screen         "Screen0"
Screen         "Screen1" RightOf "Screen0"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/etc/X11/rgb"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load  "glx"
Load  "xtrap"
Load  "GLcore"
Load  "dri"
Load  "dbe"
Load  "record"
Load  "extmod"
EndSection

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

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

Section "Monitor"
Identifier   "Monitor0"
VendorName   "BNQ"
ModelName    "BenQ FP93G"
HorizSync    31.0 - 83.0
VertRefresh  56.0 - 76.0
Option     "DPMS"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "HP"
ModelName    "HP L1510"
HorizSync    31.0 - 75.0
VertRefresh  56.0 - 70.0
Option     "DPMS"
EndSection

Section "Device"
Identifier  "Card0"
Driver      "nvidia"
VendorName  "nVidia Corporation"
BoardName   "G70 [GeForce 7600 GT]"
BusID       "PCI:5:0:0"
Screen      0
EndSection

Section "Device"
Identifier  "Card1"
Driver      "nvidia"
VendorName  "nVidia Corporation"
BoardName   "G70 [GeForce 7600 GT]"
BusID       "PCI:5:0:0"
Screen      1
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24

SubSection "Display"
Viewport   0 0
Depth     24
Modes     "1280x1024_75"
#  Modes     "1024x768_75"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
DefaultDepth 24

SubSection "Display"
Viewport   0 0
Depth     24
Modes     "1024x768_75"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
ed ho avviato il server:
startx

Nessun commento:

Posta un commento