Another 640x400 issue -_-

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
J4ck

Another 640x400 issue -_-

Post by J4ck »

Yes yes yes here goes another one

I've spent several hours googling this issue and scouring through the forums to find that this is a pretty common issue and I can't seem to find a solution anywhere. I've tried nvidia-xconfig command in terminal and I've even tried copying whole xconf files and pasting them to my own

Nothing works.

I think what it's coming down to is the display itself. I'm using a 32" Panasonic Viera as a monitor and it's showing as a crt-0 in the NVidia driver center.

I'm at my wits end here. Here are my graphics card specs PLEASE help!!!!

GeForce 8600 gt (running x86 186. drivers installed through EnvyNG)

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009

# 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 "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
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 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: Another 640x400 issue -_-

Post by Husse »

Which Mint?
Version and edition please
I see in that xorg.conf that section screen is missing which makes it pretty much useless
Something like this instead

Code: Select all

Section "Monitor"
	Identifier	"Configured Monitor"
        HorizSync 35.0 - 90.0
        VertRefresh 43.0 - 72.0
        Option "DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
        Driver "nvidia"
EndSection

Section "ServerFlags"
	Option	"DontZap"	"False"
EndSection
Remove Section "ServerFlags" if you have Mint 8 Helena
The HorizSync value is completely out of range! It's for something like 800x600 and a 32 inch TV has 1920x1080
For both Gloria and Helena no I/O should be in xorg.conf
Locked

Return to “Hardware Support”