Problems


Recommended Posts

I've dual Planar 1711M screens and an Nvidia Quadro NVS 285.

After installing the drivers (via envy, and through terminal, no gui) the resolution is stuck at 640x480, but in my xorg.conf, no display adaptor is listed, nor any monitor.

Doing a sudo dpkg-reconfigure xserver-xorg, only allow me to specifiy which Keybaord i'm going to be using, no other configuring for other hardware is coming up. Help, before i toss this PC at someone's face.

disclaimer: It's my PC at work, so i'll post my xorg tommorow when i'm there.

Link to comment
https://www.neowin.net/forum/topic/665564-problems/
Share on other sites

Here's my xorg.conf by the way. Installing the restricted drivers keeps me at a low resolution also. With no drivers, my resolution is fine, i can choose between a few options for res.

# xorg.conf (X.Org 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 xorg.conf manual page.
 # (Type "man 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 "InputDevice"
	 Identifier	"Generic Keyboard"
	 Driver		"kbd"
	 Option		"XkbRules"	"xorg"
	 Option		"XkbModel"	"pc105"
	 Option		"XkbLayout"	"us"
 EndSection

 Section "InputDevice"
	 Identifier	"Configured Mouse"
	 Driver		"mouse"
	 Option		"CorePointer"
 EndSection

 Section "Device"
	 Identifier	"Configured Video Device"
 EndSection

 Section "Monitor"
	 Identifier	"Configured Monitor"
 EndSection

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

 Section "ServerLayout"
	 Identifier	"Default Layout"
   screen "Default Screen"
 EndSection
 Section "Extensions"
 EndSection

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589745648
Share on other sites

Well, all I can say here is that the xorg.conf file is not complete.

Your video device is "Configured Video Device". Doesn't tell me a lick about what is installed. There is literally nothing other than a text string as an identifier. :ermm:

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589746422
Share on other sites

Well, all I can say here is that the xorg.conf file is not complete.

Your video device is "Configured Video Device". Doesn't tell me a lick about what is installed. There is literally nothing other than a text string as an identifier. :ermm:

Yea, but what do i do when dpkg-reconfigure xserver-xorg, is only allowing for configuration of the keyboard, and why?

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589746600
Share on other sites

envy?

I have heard of problems when using it. Why not a normal auto-detect and install of nVidia drivers? (what distro are you using?) In bad cases, yum install, or apt-get install the driver? Worst case, use the nvidia ".run" file they have on their website?

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589746800
Share on other sites

envy?

I have heard of problems when using it. Why not a normal auto-detect and install of nVidia drivers? (what distro are you using?) In bad cases, yum install, or apt-get install the driver? Worst case, use the nvidia ".run" file they have on their website?

I've tried all methods, .run file. Envy, and apt-get. I'm using Ubuntu Ultimate Edition. I've never ran into this issue before.... :ermm:

When running the command sudo dpkg-reconfigure -phigh xserver-xorg

I get the following:

xserver-xorg postinst warning: overwriting possibly-customised configuration
   file; backup in /etc/X11/xorg.conf.20080905152158

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589747298
Share on other sites

That is weird. Ubuntu detected my wife's nVidia perfectly. Prompted for install, clicked and done. Same on my new PC I just bought.

Can you run the nvidia-settings app?

What does an lspci -v | grep -A 9 VGA show you?

If you boot the CD Live, what are the contents of your /etc/X11/xorg file?

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589747324
Share on other sites

That is weird. Ubuntu detected my wife's nVidia perfectly. Prompted for install, clicked and done. Same on my new PC I just bought.

Can you run the nvidia-settings app?

Can't because once i install the restricted drivers or the .run driver, i get stuck at a 640x480 display, rendering the gui tool useless.

What does an lspci -v | grep -A 9 VGA show you?

01:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro NVS 285] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: nVidia Corporation Unknown device 0334
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at dd000000 (32-bit, non-prefetchable) [size=16M]
	Memory at d0000000 (64-bit, prefetchable) [size=128M]
	Memory at de000000 (64-bit, non-prefetchable) [size=16M]
	Expansion ROM at dfe00000 [disabled] [size=128K]
	Capabilities: <access denied>

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)

If you boot the CD Live, what are the contents of your /etc/X11/xorg file?

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

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

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection

So at this point i'm fine without installing drivers, but i can't get my second monitor going ( don't know what to put in the xorg.conf manually, they're Planar 1711M's by the way) so that i can effectively use my VM or my machine period, how i want to.

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589764156
Share on other sites

This has really got me stumped.

The "nVidia Corporation NV44 [Quadro NVS 285]" that your lspci reports is supported in the current nVidia drivers. I was kind of hoping it would be a very old card that required the nVidia "legacy" drivers they keep around for the older cards that have had support dropped by nVidia on their 'current' drivers.

No dice. :(

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589764300
Share on other sites

So i got it working, reformatted with Analog connection to my monitors, and it worked.. :|

Reinstalled the Nvidia drivers and got my second screen working, here's my xorg.conf:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@vernadsky)  Thu Jun  5 09:26:53 UTC 2008

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Thu Jul 17 18:39:19 PDT 2008

Section "ServerLayout"
	Identifier	 "Layout0"
	Screen	  0  "Screen0" 0 0
	Screen	  1  "Screen1" RightOf "Screen0"
	InputDevice	"Keyboard0" "CoreKeyboard"
	InputDevice	"Mouse0" "CorePointer"
EndSection

Section "Files"
	RgbPath		 "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
	Load		   "dbe"
	Load		   "extmod"
	Load		   "type1"
	Load		   "freetype"
	Load		   "glx"
EndSection

Section "ServerFlags"
	Option		 "Xinerama" "1"
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	  "PNR PlanarPL1711M"
	HorizSync	   30.0 - 80.0
	VertRefresh	 56.0 - 75.0
	Option		 "DPMS"
EndSection

Section "Monitor"
	Identifier	 "Monitor1"
	VendorName	 "Unknown"
	ModelName	  "PNR PlanarPL1711M"
	HorizSync	   24.0 - 80.0
	VertRefresh	 49.0 - 75.0
EndSection

Section "Device"
	Identifier	 "Device0"
	Driver		 "nvidia"
	VendorName	 "NVIDIA Corporation"
EndSection

Section "Device"
	Identifier	 "Videocard0"
	Driver		 "nvidia"
	VendorName	 "NVIDIA Corporation"
	BoardName	  "Quadro NVS 285"
	BusID		  "PCI:1:0:0"
	Screen		  0
EndSection

Section "Device"
	Identifier	 "Videocard1"
	Driver		 "nvidia"
	VendorName	 "NVIDIA Corporation"
	BoardName	  "Quadro NVS 285"
	BusID		  "PCI:1:0:0"
	Screen		  1
EndSection

Section "Screen"
	Identifier	 "Screen0"
	Device		 "Videocard0"
	Monitor		"Monitor0"
	DefaultDepth	24
	Option		 "AddARGBGLXVisuals" "True"
	Option		 "TwinView" "0"
	Option		 "TwinViewXineramaInfoOrder" "CRT-0"
	Option		 "metamodes" "CRT-0: nvidia-auto-select +0+0"
	SubSection	 "Display"
		Depth	   24
	EndSubSection
EndSection

Section "Screen"
	Identifier	 "Screen1"
	Device		 "Videocard1"
	Monitor		"Monitor1"
	DefaultDepth	24
	Option		 "TwinView" "0"
	Option		 "metamodes" "CRT-1: nvidia-auto-select +0+0"
EndSection

Section "Extensions"
	Option		 "Composite" "Enable"
EndSection

But another problem arises, i can't enable compiz, Its says composite extension is not available. I was told by a co-worker to install xgl, but when doing so my screen goes completely white. So.... what do i do?

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589780800
Share on other sites

At a guess (and it really is just a guess) I'd say you might have to disable Xinerama and use Twinview instead, but not having a nvidia chip, I wouldn't know how to do this, or even if it works. Just seems more logical to me - use a driver-specific function to enable a more advanced setup.

Link to comment
https://www.neowin.net/forum/topic/665564-problems/#findComment-589786924
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Oddly, there was a time that UFC games were culturally relevant, largely because of the graphics and gameplay that was different than the norm. But it seems like as the sport grew in popularity, gaming outlets stopped talking about the games.
    • Microsoft Edge 149.0.4022.69 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.69 changelog: Fixed an issue that caused the Downloads dialog to continue displaying the "Keep/Delete" prompt for .rdp files after the download completed. Stable channel security updates are listed here. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User for 1-Year) by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1 Year) for Windows. Take control of your business finances with Intuit® QuickBooks® Desktop Pro Plus 2024 Lifetime Activation for Windows. This powerful accounting software simplifies bookkeeping, expense tracking, invoicing, and financial management—all in one intuitive platform. Designed for small business owners, freelancers, and accountants, QuickBooks® Desktop Pro Plus 2024 ensures accuracy, efficiency, and seamless transaction tracking. Stay organized, save time, and manage your finances with confidence—no subscriptions, just lifetime access! Financial and business management Comprehensive Financial Management: Gain access to a full suite of features designed to handle everything from creating invoices & managing expenses to generating reports and tracking sales. Enhanced Reporting Tools: Generate professional reports & insights to make informed financial decisions and help you stay ahead of your business goals. Job Costing: Track the profitability of specific jobs or projects. Fixed Asset Management: Track the depreciation & value of fixed assets. Customer & Vendor Management: Organize information, streamline communication & enhance customer relations. Sales Order Processing: Create & manage sales orders from start to finish. Purchase Order Processing: Create & manage purchase orders to streamline vendor payments. Improved Inventory Management: Enhanced features for tracking inventory levels & costs. Automation, integration, and support Enhanced Bank Feeds: Web Connect (manual QBO imports), works on all licenses for easier bank reconciliation Time Tracking: Track employee time to accurately calculate payroll and project costs Easy Data Import: Quickly transfer financial data from Excel or older QuickBooks® versions Why choose Intuit® QuickBooks® Desktop Pro Plus 2024? Effortless Installation: Quick and easy setup with step-by-step guidance. No Hidden Costs: One-time payment—no subscriptions or recurring fees. Direct Official Download: Access the software securely from the official QuickBooks® website. Stay Up to Date: Get the latest updates and features for optimal performance. Multilingual Support: Available in multiple languages to suit your needs. Lifetime Access: A one-time purchase means no ongoing costs. IMPORTANT: Cloud integrations (QuickBooks Payments, TurboTax, and Online logins) are NOT included. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Windows Max number of device(s): 2 (for 1 user only and can't be used simultaneously) Version: 2024 (United States) 64-bit Available to both NEW and EXISTING users For US customers only Updates included An Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1-Year) for Windows: Lifetime License normally costs $536, but it can be yours for just $299.99 for a limited time, a saving of $236. There are also other plans available. For specifications, and license info please click the link below. Get Intuit QuickBooks Desktop Pro Plus 2024 for just $299.99 This is a time limited deal For US customers only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • AFAIK you shouldn't be getting a consent popup at all from Canada, so I think it is to do with a VPN or private/secure DNS.
    • From what I see it's only for Insider - preview builds. Not for everybody. So...
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!