Od dwóch dni zmagam się z takim problemem. Mam zintegrowaną kartę graficzną:
- GeForce 6100 nForce 430
i stary monitor CRT Flatron 775FT 17"
Natomiast po instalacji - i o tą sytuację mi chodzi - sterowników (wersja NVIDIA-Linux-x86-185.18.36) xorg.conf ustawia rozdzielczość na 1024x768 i w żaden sposób nie mogę zmusić X-orga do działania w rozdzielczości 1280x1024. Dodam tylko, że mój monitor CRT może wyświetlać 1280x1024.
Moje wpisy do xorg.conf:
Kod: Zaznacz cały
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
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 "record"
Load "glx"
Load "dbe"
Load "xtrap"
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 "Monitor Vendor"
ModelName "Monitor Model"
ModeLine "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -hsync +vsync
EndSection
Section "Device"
### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # [i]
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # [i]
#Option "FPScale" # [<bool>]
#Option "FPTweak" # [i]
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 6100 nForce 430"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Modes "1280x1024_85.00"
EndSubSection
EndSection
Kod: Zaznacz cały
ModeLine "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -hsync +vsync
Kod: Zaznacz cały
Modes "1280x1024_85.00"
Używam Debiana Lenny 5.02, kernel 2.6.26-2-686, fluxbox 1.1.1, żadnych menedżerów logowania typu kdm/gdm.
Proszę o pomoc.