Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old July 18th, 2006   #11
strumer
First Cup of Ubuntu
 
Join Date: Jul 2006
Beans: 4
Re: HOW TO: Viewsonic VA1912wb Widescreen Monitor -- 1440x900 Support

Just did this in dapper and it worked great. (nvidia)

The font size was small on the login screen so I edited /usr/share/gdm/themes/Human/gtk-2.0/gtkrc

changed the font name attribute to
font_name = "Sans 36"

Don't know if this is the best way or not.. but it worked for me on the Human theme.
strumer is offline   Reply With Quote
Old July 29th, 2006   #12
jISh
Quad Shot of Ubuntu
 
Join Date: Jun 2006
Location: Toronto, Ontario
Beans: 405
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to jISh
Re: HOW TO: Viewsonic VA1912wb Widescreen Monitor -- 1440x900 Support

Quote:
Originally Posted by theraginasian View Post
Just to try and be helpful, here is what I have found to work by using the GooglePlex...

Code:
Section "Monitor"
	Identifier	"VA1912wb"
	HorizSync 	30.0 - 82.0
	VertRefresh 	50.0 - 85.0
	Option		"DPMS"
	Modeline 	"1440x900_70.00" 126.98 1440 1536 1688 1936 900 901 904 937 -HSync +Vsync
	Modeline 	"1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
	DisplaySize 	1440 900
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV41.1 [GeForce 6800]"
	Monitor		"VA1912wb"
	DefaultDepth	24

	SubSection "Display"
		Depth		24
		Modes		"1440x900_70.00" "1440x900_60.00"
	EndSubSection
EndSection
This worked perfectly, using nVidia and the exact same monitor. Kudos!
jISh is offline   Reply With Quote
Old August 8th, 2006   #13
veritas366
Gee! These Aren't Roasted!
 
Join Date: Feb 2005
Beans: 147
Re: HOW TO: Viewsonic VA1912wb Widescreen Monitor -- 1440x900 Support

Hello...I have this exact monitor. On sale really cheap at Tiger Direct. However the fix didn't work. I'm actually running Mepis, but that uses the Ubuntu repos now, so I think this should be relevant. I got a "undefined reference to screen 0" error. I commented out the reference to screen 0 at the top and instead got a "no screens error."

Here's my xorg as it looked when I made the edits:

Quote:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
#Screen 0 "ATIScreen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
#InputDevice "USB Mouse" "CorePointer"
#InputDevice "Touchpad" "CorePointer"
#InputDevice "Stylus" "CorePointer"
#InputDevice "Eraser" "CorePointer"
#InputDevice "Cursor" "CorePointer"
#InputDevice "Serial Mouse" "CorePointer"
EndSection



Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
Load "synaptics"
EndSection

<skipping all the stuff about input devices>

Section "Monitor"
Identifier "VA1912wb"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 85.0
Option "DPMS"
Modeline "1440x900_70.00" 126.98 1440 1536 1688 1936 900 901 904 937 -HSync +Vsync
Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
DisplaySize 1440 900
EndSection


Section "Device"
Identifier "Card0"
Driver "nvidia"
BoardName "unknown"

#BusID "PCI:1:0:0"
#Option "sw_cursor" # needed for some ati cards
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Option "UseInternalAGPGART" "no"

# savage special options, use with care
#Option "NoUseBios"
#Option "BusType" "PCI"
Option "DmaMode" "None"

# nvidia special options, use with care
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
Option "FlatPanelProperties" "Scaling = native"
Option "NoLogo" "false"
Option "IgnoreEdid" "true" # needs to be true for some nvidia cards
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Card0"
Monitor "VA1912wb"
DefaultColorDepth 24

SubSection "Display"
Depth 24
Modes "1440x900_70.00" "1440x900_60.00"
EndSubSection

# Only the official NVIDIA driver supports twinview
# these setting are an example
Option "TwinView" "false"
Option "SecondMonitorVendorName" "unknown"
Option "SecondMonitorModelName" "unknown"
Option "SecondMonitorHorizSync" "30-75"
Option "SecondMonitorVertRefresh" "50-70"
#Option "MetaModes" "1024x768, 1024x768"
Option "TwinViewOrientation" "RightOf"
Option "ConnectedMonitor" "dfp,dfp"
EndSection



Section "DRI"
Mode 0666
EndSection
What did I do wrong? Thanks.
veritas366 is offline   Reply With Quote
Old August 16th, 2006   #14
raguru
5 Cups of Ubuntu
 
Join Date: Aug 2006
Beans: 19
Ubuntu 6.06
Re: HOW TO: Viewsonic VA1912wb Widescreen Monitor -- 1440x900 Support

I finally got my Viewsonic VA1912wb monitor to work yesterday. I installed Ubuntu 6.06 just last weekend.

I initially tried the different things posted here, but each time when I rebooted, I would get a fatal error with the XServer and I would be given only a text login with no graphics. Each time, I would restore the backup of the xorg.conf file and try something else.

I then installed the NVIDIA drivers since I have a GeForce 6200 AGP graphics card from Method 1 mentioned in this link:

https://help.ubuntu.com/community/Latest_Nvidia_Dapper

Then when I looked in /var/log/xorg.0.log, I found that it had detected my graphics card correctly and even my monitor correctly. So, I decided I did not have to do too many changes in the xorg.conf file. Here are the changes I made to the xorg.conf file after making a backup, of course:

Under Section "Monitor" I added
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 85.0

Under Section "Screen", the default depth was already set to 24. So, under Subsection "Display" Depth 24, the previous entries were as follows:

"1024x768" "832x624" "800x600"

To that I added 1440x900 as shown below:

"1440x900" "1024x768" "832x624" "800x600"

When I logged out and pressed Ctrl-Alt-Backspace to restart the XServer, voila, everything was nice and crisp in 1440x900!

Please post if you have any questions.
raguru is offline   Reply With Quote
Old September 12th, 2006   #15
utdjohn
First Cup of Ubuntu
 
Join Date: Sep 2006
My beans are hidden!
Re: HOW TO: Viewsonic VA1912wb Widescreen Monitor -- 1440x900 Support

Hello. I've tried just about everything mentioned in this thread, as well as other places... Still no luck. No matter what, I get 1024x768.

- Fresh install of Ubuntu 6.06
- Thinkpad T40
- Radeon Mobility M7 LW (7500)
- Viewsonic VA1912wb

- Tried first with default drivers (ati), and then installed the DRI Radeon drivers from http://dri.freedesktop.org/wiki/

- DRI drivers seemed to work because I get no errors and:
glxinfo | grep render ->
direct rendering: Yes
OpenGL renderer string: Mesa DRI Radeon 20060327 AGP 4x x86/MMX/SSE2 TCL

- Have tried many xorg.conf combinations. Currently, I have commented out all diplay modes except 1440x900

- But no matter what I do, it goes to 1024x768, which is also what the "Screen Resolution" dialog says. The funny thing is, it also says the refresh rate is -25862 Hz.

- Here's my config. I deleted out all the other display depths for brevity, but I had each of them with the "1024x768" option only. I also took them out all together and this made no difference. I figure my card should be able to support the 24bit depth, which is what I have the default pointing to.

Thanks in advance!!

Section "Device"
Identifier "Radeon Mobility M7 LW"
Driver "radeon"
VendorName "ATI Technologies Inc."
BoardName "Radeon Mobility M7 LW"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "EnablePageFlip" "true"
EndSection

Section "Monitor"
Identifier "VA1912wb"
HorizSync 30-82
VertRefresh 50-85
Option "DPMS"
Modeline "1440x900@75" 146.10 1440 1472 2024 2056 900 917 928 946
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Radeon Mobility M7 LW"
Monitor "VA1912wb"
DefaultDepth 24
SubSection "Display"
Depth 24
#Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x640" "640x480"
#Modes "1440x900" "1280x1024" "1280x960" "1152x864" "832x624" "800x600" "720x400" "640x640" "640x480"
Modes "1440x900"
EndSubSection

EndSection
utdjohn is offline   Reply With Quote
Old February 19th, 2007   #16
SVWander
Gee! These Aren't Roasted!
 
Join Date: Mar 2006
Location: Hurley, Wisconsin
Beans: 160
Ubuntu 9.04 Jaunty Jackalope
Re: HOW TO: Viewsonic VA1912wb Widescreen Monitor -- 1440x900 Support

Quote:
Originally Posted by lysis View Post
i spent 5 hours trying to figure this out since this is a 16:10 monitor (not the norm) and i couldn't figure out how to default to the 1440x900. i found a couple posts that helped me get the information posted. please follow directions as listed and this should be all you need to do.



install fglrx as instructed by the wiki (directions below for ease of use)

[code]Ubuntu provided drivers

1.

Install the kernel drivers. These drivers should be installed by default, but it's better to make sure they are installed. You need the package linux-$arch, where you replace $arch by the CPU architecture for the machine. This is 386 or 686 for Intel pentium, 386 or K7 for AMD athlon.

sudo apt-get install linux-686

2.

Install the xorg-driver-fglrx package:

sudo apt-get install xorg-driver-fglrx

3.

Add fglrx to /etc/modules:

echo fglrx | sudo tee -a /etc/modules

4.

Change 'ati' to 'fglrx' in /etc/X11/xorg.conf

sudo sed -e 's/"ati"/"fglrx"/' -i /etc/X11/xorg.conf

5.

Restart your computer
[
Well, when I rebooted xorg was not working. Since I am new to Ubuntu I have no idea how to copy the error message that it allowed me to see. I reversed the instructions to:

sudo sed -e 's/"fglrx"/"ati"/' -i /etc/X11/xorg.conf

hopefully I got it typed in correctly . . . rebooted. There was a much short message when xorg didn't load . . . can anyone tell me how to get back into Ubuntu.
the machine is a gateway with a
Celeron CPU 2.40GHz
Nvidia GeForce4 MX 440
UPDATE: I was able to get xorg.conf back to the way it was before I started messing with it. I looked at the copy of xorg.conf in C Live and didn't find a reference to ati and when I looked at the either the one is CD Live or in the one I tried to modify. So I am back to where I started.

Last edited by SVWander; February 20th, 2007 at 09:37 AM.. Reason: add information
SVWander is offline   Reply With Quote
Old April 17th, 2007   #17
il-luzhin
A Carafe of Ubuntu
 
il-luzhin's Avatar
 
Join Date: Mar 2007
Location: Vancouver, BC
Beans: 149
Ubuntu 9.10 Karmic Koala
Send a message via MSN to il-luzhin
Re: HOW TO: Viewsonic VA1912wb Widescreen Monitor -- 1440x900 Support

I still can't get my sis730 integrated video to work with viewsonic vx1945wm. I have downloaded a driver from www.sis.com but don't know how or where to install a driver that isn't in a package download. Someone please save me.

Section "Device"
Identifier "Generic Video Card"
Driver "sis"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-82
VertRefresh 50-85
Modeline "1440x900@75" 146.10 1440 1472 2024 2056 900 917 928 946
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
il-luzhin is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:52 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry