You are not logged in.
Pages: 1
Hey arch,
My problem is that I am unable to increase my screen resolution. The max is 800x600. My card:
[david@arch64-home ~]$ lspci | grep VGA
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)I have installed nvidia prop drivers as per instructions in the wiki.
My monitor is a Sony LCD 32". It supports upto 1360x768 resolution. I tried setting it via "nvidia-settings " but the screen goes out of bounds.
Please help....
Offline
my xorg.conf configured via nvidia-config
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder62) Thu Jun 3 09:42:34 PDT 2010
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder62) Thu Jun 3 09:41:37 PDT 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 47.7 - 47.7
VertRefresh 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7025 / nForce 630a"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "nvidia-auto-select @1360x768 +0+0"
SubSection "Display"
Depth 16
EndSubSection
EndSectionOffline
> My monitor is a Sony LCD 32".
<jawdrop> 32"?! Is it a TV?
Please post the output of `grep -E '^\((W|E)' /var/log/Xorg.0.log'.
In your xorg.conf I see a CRT, not an LCD, I don't know if that means anything.
I see you're using TwinView - does that mean you have another monitor attached? If so, is it working correctly?
Offline
Hey Karol,
Thanks for your reply.
Yes its a TV. I already had one and dont have enough cash to buy a monitor for the pc. So I am using the TV. Will post the Xorg.0.log as I get home this evening. I have added CRT as that was what the nVidia asked me to do as I am using a VGA cable. I specified twinview just as a trial and error thing. I have just one monitor.
Offline
> Yes its a TV.
I know nothing about hooking up a TV to a PC, but I think you may need to manually (and not via nvidia-settings and the like) specify the resolution and refresh rates.
What DE / WM do you use? What's the output of 'xrandr'?
Offline
sudo xrandr
Screen 0: minimum 1360 x 768, current 1360 x 768, maximum 1360 x 768
default connected 1360x768+0+0 0mm x 0mm
1360x768 50.0*I have configured these settings according to my TVs manual.
Offline
> I have configured these settings according to my TVs manual.
xrandr says you have 1360 x 768 @ 50, if your manual says it's fine, they should work.
Offline
yes they should but sadly they dont ![]()
Offline
> yes they should but sadly they dont
Do you get 1360 x 768 or some other res? Did you try values other than 50 for refresh? How about 60?
http://en.wikipedia.org/wiki/Refresh_rate
Offline
Pages: 1