LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-21-2006, 10:35 PM   #1
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Rep: Reputation: 31
Help: ViewSonic VA2012wb


hi,
i got a ViewSonic VA2012wb widescreen display (20 inch) and am having troubles getting FC4 to display properly at 1680X1050 resolution without stretching. there is not a display driver for a viewsonic VA2012wb in FC4, so i'm using the generic "LCD Panel 1680x1050" driver which is stretching the display (wrong resolution). My video card is a 6600GT with the latest nvidia drivers 81.78. i have also tried the dell 2005fps driver but no luck. xorg.conf is set for 1680x1050 but it don't work.
 
Old 01-22-2006, 01:48 AM   #2
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
for some reason it is running at 1280x1024!!!

here is my xorg.conf....

PHP Code:
Section "Monitor"
    
Identifier   "Monitor0"
    
VendorName   "Monitor Vendor"
    
ModelName    "ViewSonic VA2012wb"
    
HorizSync    30.0 82.0
    VertRefresh  50.0 
75.0
    Option        
"dpms"
EndSection

Section 
"Device"

#       Option        "NvAGP" "1"
    
Identifier  "Videocard0"
    
Driver      "nvidia"
    
VendorName  "Videocard vendor"
    
BoardName   "NVIDIA GeForce 6600 GT"
    
Option        "Coolbits" "1"
    
BusID       "PCI:01:00:0"
EndSection

Section 
"Screen"
    
Identifier "Screen0"
    
Device     "Videocard0"
    
Monitor    "Monitor0"
    
DefaultDepth     24
    SubSection 
"Display"
        
Viewport   0 0
        Depth     16
        Modes    
"1680x1050" "1600x1200" "1400x1050" "1280x960" "1280x800" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    
EndSubSection
    SubSection 
"Display"
        
Viewport   0 0
        Depth     24
        Modes    
"1680x1050" "1600x1200" "1400x1050" "1280x960" "1280x800" "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    
EndSubSection
EndSection 
puter is a asus pc-dl, running dual 2.8ghz xeons at 3.25 ghz

Last edited by RottenMutt; 01-22-2006 at 11:47 AM.
 
Old 01-22-2006, 02:05 AM   #3
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I looked at the specs on that monitor. The maximum resolution is 1280 x 1024. It won't go any higher.
 
Old 01-22-2006, 09:53 AM   #4
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by AwesomeMachine
I looked at the specs on that monitor. The maximum resolution is 1280 x 1024. It won't go any higher.
thank you for looking but it is 1680x1050 http://www.viewsonic.com/products/de...ries/va2012wb/
windows xp detects it correctly, but no fc4.
i have also tried the dell 2005fps display settings without luck. i am using a kvm switch, could that be the cause?

Last edited by RottenMutt; 01-22-2006 at 09:55 AM.
 
Old 01-22-2006, 09:07 PM   #5
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
i tried the dvi cable without luck, actually blank screen.
 
Old 01-23-2006, 12:00 AM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I kind of doubt windows would work with the kvm switch, but not linux. I must have messed up somehow putting your monitor model in the search engine box. That happens, sorry. You might consider making that the only resolution available in linux. Then it pretty much has to do it. I've had where linux was configured to use more than one resolution and it got stuck on a lower one. The only solution was to remove the other resolutions. That forced it to the higher resolution.
 
Old 01-23-2006, 10:51 AM   #7
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
i've found a link to a dell 2405fps where the solution was to add modeline entries:
http://www.linuxquestions.org/questi...ight=2405+dell
i think this is the solution, now to figure the correct modeline. here is a link to a modeline generator http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

here is a simillar link, crosslink, to a dell 2005fps where a user is having a simillar problem:
http://www.linuxquestions.org/questi...d.php?t=406540
should be a same solution.

i'm using a four port kvm switch which works fine with the two other WinXP boxes.

Last edited by RottenMutt; 01-23-2006 at 06:22 PM.
 
Old 01-24-2006, 08:15 PM   #8
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
well it boots to the log on screen at 1680x1050, but after logon it defaults to 1280X1024!!!
xorg.conf file:
Code:
Section "Monitor"
	Identifier  "Monitor0"
	VendorName  "ViewSonic"
	ModelName   "VA2012wb"
	HorizSync    30.0 - 94.0
	VertRefresh  50.0 - 75.0
 	Option	    "dpms"
	UseModes    "16:9"
EndSection

Section "Modes"
 Identifier     "16:9"
#  Modeline      "1680x1050" 188.074 1680 1800 1984 2288 1050 1051 1054 1096 #-Hsync +Vsync #VR 75Hz
   Modeline      "1680x1050" 173.831 1680 1792 1976 2272 1050 1051 1054 1093 -HSync +Vsync #vertical refresh 70Hz
#  Modeline      "1680x1050" 147.136 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync #vertical refresh 60Hz
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	VendorName  "Videocard vendor"
	BoardName   "NVIDIA GeForce 6600 GT"
	Option	    "Coolbits" "1"
	BusID       "PCI:01:00:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1680x1050"
	EndSubSection
EndSection


Xorg.0.log file ends with
(II) NVIDIA(0): Setting mode "1280x1024"
AUDIT: Tue Jan 24 19:57:28 2006: 17758 X: client 5 rejected from local host

Last edited by RottenMutt; 01-24-2006 at 08:18 PM.
 
Old 01-24-2006, 09:18 PM   #9
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
well if i log into my user account it works!!! it must be a permissions thingy with my root account

any sugestions
 
Old 01-24-2006, 10:46 PM   #10
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
set 1680x1050 screen resolution, by select desktop-preference-screen resolution 1680x1050 fixes it.
 
Old 01-25-2006, 12:51 PM   #11
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
FC4 has a "gtf" program which will generate modelines, and it is to the general timing formulas which is what i used. i did notice that most of the online modeline generators do not agree with the general timing formulas, so be careful. i got a spreadsheet from Viewsonic who go it from NSC, I moded it to create the linux modeline.

i do like that you can set any refresh rate and or resolution you want, unlike windows which is only what is available. i need to add modelines for the popular resolution formals for games, but if the game doesn't get good frame rates at the native resolution i will just use half the native resolution (840x525). in other words four pixels will make up what 1 did.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ViewSonic VG900b depaul Linux - Hardware 4 04-27-2005 08:56 AM
ViewSonic E70 RySk8er30 Linux - Hardware 4 02-25-2005 08:32 AM
Suse With Viewsonic A90f+ Crashed_Again Linux - Hardware 3 06-22-2004 09:21 AM
5900XT, ViewSonic not probed MrJoshua Fedora - Installation 0 06-05-2004 11:29 AM
Viewsonic P95f+ Freaksta Linux - Hardware 0 05-07-2004 12:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration