Results 1 to 3 of 3
Debian - NVidia - Resolution
Hi, I'm new on Debian. I'm using Debian GNU/Linux 04.r3 amd64 (kernel 2.6.18-6-amd64). I have a GeForce 6100 on board and a LG L1920P Monitor ...
- 09-29-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
Debian - NVidia - Resolution
Debian - NVidia - Resolution
Hi, I'm new on Debian. I'm using Debian GNU/Linux 04.r3 amd64 (kernel 2.6.18-6-amd64). I have a GeForce 6100 on board and a LG L1920P Monitor (LCD).
I've installed the nvidia driver (NVIDIA-Linux-x86_64-173.14.12-kg2.run) downloaded from Welcome to NVIDIA - World Leader in Visual Computing Technologies and I've used nvidia-xconfig to config the /etc/X11/xorg.conf file.
My problem is with the 1280x1024 resolution.
When I use the generic drive (nv) with this resolution it runs well. But when I use the nvidia driver (nvidia) I can't use it. The screen is black with a blue line on the top. I move the mouse to the top and I can see a part of it. I press Ctrl + Alt + + or - to change the resolution and I found the problem is the resolution because with 1024x768, 800x600 ... it runs correctly.
I try with resolutions such as 1280x960, 1024x768... and I can see it fails when I use ...x1024 resolution.
Can someone help me?
Here is my xorg.conf file:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder5
Thu Jul 17 18:39:00 PDT 2008
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "L1920P"
VendorName "LG Corporation"
ModelName "L1920P"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation C51G [GeForce 6100]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation C51G [GeForce 6100]"
Monitor "L1920P"
DefaultDepth 24
Option "HWCursor" "off"
Option "SWCursor" "on"
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
# Modes "1280x1024" "1024x768" "800x600"
Modes "1280x960" "1024x768" "800x600"
EndSubSection
EndSection
Thanks!
- 09-29-2008 #2Just Joined!
- Join Date
- Sep 2008
- Posts
- 11
As root run :
then runCode:# apt-get install xresprobe
Then read the output and put your inCode:# ddcprobe | less
monitorrange: X-X, X-X
Also a probably easier way to do it would be to :
Then runCode:# apt-get install nvidia-settings
Code:# nvidia-settings
- 09-30-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
I tried it and it showed me:
vbe: VESA 3.0 detected.
oem: NVIDIA
vendor: NVIDIA Corporation
product: Crush50 Board - c51g Chip Rev
memory: 65536kb
mode: 640x400x256
mode: 640x480x256
mode: 800x600x16
mode: 800x600x256
mode: 1024x768x16
mode: 1024x768x256
mode: 1280x1024x16
mode: 1280x1024x256
mode: 320x200x64k
mode: 320x200x16m
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x64k
mode: 1280x1024x16m
edid:
edid: 1 3
id: 4a7b
eisa: GSM4a7b
serial: 000096cc
manufacture: 4 2006
input: separate sync, composite sync, sync on green, analog signal.
screensize: 38 30
gamma: 2.200000
dpms: RGB, active off, suspend, standby
timing: 720x400@70 Hz (VGA 640x400, IBM)
timing: 640x480@60 Hz (VGA)
timing: 640x480@75 Hz (VESA)
timing: 800x600@60 Hz (VESA)
timing: 800x600@72 Hz (VESA)
timing: 800x600@75 Hz (VESA)
timing: 1024x768@87 Hz Interlaced (8514A)
timing: 1024x768@70 Hz (VESA)
timing: 1024x768@75 Hz (VESA)
ctiming: 640x480@75
ctiming: 800x600@75
ctiming: 1024x768@75
ctiming: 1280x1024@60
dtiming: 1280x1024@70
monitorrange: 30-83, 56-75
monitorname: L1920P
monitorname:
I used nvidia-settings but I couldn't configure it. I have the same problem :-S


Reply With Quote
