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

    • This is about the EU given consumers options, Apple is all about not giving options and locking you into its own services, this hurts Apple far more than it hurts the EU market because it makes Apple products look less appealing by Apple refusing to offer its own service because they have to give options to rivals, the end results are consumers might look at alternatives like Android. It's a game Apple can't really win when there are alternatives and Apple will in time change course on this, until then, let Apple hurt themselves in the EU market.
    • Microsoft unveils new Surface Laptop with improved trackpad, Snapdragon X2, and more by Taras Buria Microsoft's new Surface Laptop Ultra generated a lot of buzz earlier this month, but in addition to its most powerful laptop with an NVIDIA chip, Microsoft also has a more affordable laptop lineup, which has been waiting for an update for quite a while. Today, Microsoft announced the eighth-generation Surface Laptop. The new Surface Laptop is powered by the Snapdragon X2 Plus and X2 Elite processors. These chips offer faster CPU performance, up to 58% faster graphics, and 80 TOPS Neural Processing Units (NPUs) for on-device AI processing. Like the previous models, these chips retain their great energy efficiency, and Microsoft says that buyers can expect up to 20 hours of work on a single charge. The laptop is available in two sizes: 13.8-inch and 15-inch. You will have a hard time finding visual differences between the new and previous models, as Microsoft is not taking any major design leaps, except for the new Jade color, which may look familiar to Surface Laptop 5 owners. Other colors include Platinum, Black, and Dune. The 15-inch variant got a higher-resolution display. It is a 3,270 x 2,180 resolution screen with a pixel density of 262 ppi (the 13-inch model has a 201 ppi density) and a maximum brightness of 600 nits SDR and HDR. Unlike the Surface Pro 12th-gen, which is available with optional OLED displays, the Surface Laptop sticks with IPS, a 1,300:1 contrast ratio, a 120Hz refresh rate, and a 3:2 aspect ratio. Another notable change in the Surface Laptop 8 is its trackpad. It now provides haptic feedback when you perform various actions in apps and the operating system. It is a relatively new feature that Microsoft brought to Windows 11 in recent updates, and it is only available on certain devices, such as the Logitech MX Master 4, Surface Slim Pen 2, the upcoming Surface Laptop Ultra, and now the Surface Laptop 8. The new Surface Laptop with the new Surface Pro Like its tablet-shaped sibling, the new Surface Laptop is notably more expensive. It starts at a $1,599 for a 13.8-inch configuration with a 256GB SSD and 16GB of RAM. However, in the US, the base model has double the storage while keeping the same price. Available configurations include up to 64GB of memory and up to 2TB SSD (user-removable PCIe Gen4). The Surface Laptop 8 is now available for purchase on the official Microsoft website.
    • Microsoft announces 12th-gen Surface Pro with Snapdragon X2 processors by Taras Buria So far, 2026 has been rich in Surface announcements. Microsoft started with a fresh lineup of Surface for Business devices powered by Intel's new Core Ultra 300 processors. Then the company revealed the Surface Laptop Ultra, its most powerful laptop with NVIDIA's RTX Spark processor. Now, it is time for new Surface Pro and Surface Laptop models with Qualcomm processors. Microsoft's original Copilot+ PCs with Snapdragon X1 chips debuted in late May 2024. Two years later, Microsoft is finally updating the lineup with new models featuring Snapdragon X2 processors. The 12th-gen Surface Pro continues the well-established formula of Microsoft's flagship tablet, and Microsoft is not even changing colors, as the tablet will be available in three colors: Dune, Black, and Platinum. The most important changes are mostly hidden inside. Microsoft switched from the Snapdragon X1 to the new Snapdragon X2, which promises up to 53% faster graphics performance than the previous generation and up to 15.5 hours of battery life. The built-in NPU is also much more powerful, and it can run at up to 80 TOPS for on-device AI processing. Like before, the new Surface Pro is available with a 13-inch IPS display, and Microsoft is still offering OLED as a separate, more expensive configuration. Speaking of configurations, the Surface Pro will be available with a 10-core Snapdragon X2 Plus or a 12-core Snapdragon X2 Elite. Microsoft expanded the available RAM configurations to 64GB (previously 32GB was the maximum), while storage remains unchanged at 256GB, 512GB, or 1TB of user-replaceable PCIe Gen4 SSDs. The new Surface Pro and the Surface Laptop Other specs remain mostly unchanged. The computer has the same 1440p Windows Hello webcam, two USB4 ports for charging, data, and display output, Wi-Fi 7 and Bluetooth 5.4 support, dual speakers, and compatibility with Surface Pro Signature and Flex keyboards. With that said, there is one very important aspect of the Surface Pro that changed significantly, and it is the price. While the previous-gen Surface Pro launched at $999 for the base configuration, in 2026, the entry-level Surface Pro with Snapdragon X2, 16GB of memory, and 256GB will set you back an eye-watering $1,499. To sweeten the pill, Microsoft is running a limited-time promotion where Surface Pro buyers can get a free Surface Pro 13-inch Keyboard. The promo runs from June 16 through June 30. The new Surface Pro is available now on the official Microsoft Store website.
    • MakeMKV 1.18.4 Beta by Razvan Serea MakeMKV is a format converter, otherwise called "transcoder". It converts the video clips from proprietary (and usually encrypted) disc into a set of MKV files, preserving most information but not changing it in any way. The MKV format can store multiple video/audio tracks with all meta-information and preserve chapters. There are many players that can play MKV files nearly on all platforms, and there are tools to convert MKV files to many formats, including DVD and Blu-ray discs. Additionally MakeMKV can instantly stream decrypted video without intermediate conversion to wide range of players, so you may watch Blu-ray and DVD discs with your favorite player on your favorite OS or on your favorite device. Reads DVD and Blu-ray discs Reads Blu-ray discs protected with latest versions of AACS and BD+ Preserves all video and audio tracks, including HD audio Preserves chapters information Preserves all meta-information (track language, audio type) Fast conversion - converts as fast as your drive can read data. No additional software is required for conversion or decryption. Available for Windows, Mac OS X and Linux Functionality to open DVD discs is free and will always stay free. All features (including Blu-ray decryption and processing) are free during BETA. MakeMKV 1.18.4 changelog: Small improvements and bugfixes Notable bug fixes: Fixed linux armhf binary crash on certain architectures Download: MakeMKV 1.18.4 Beta | 15.7 MB (Free, paid upgrade available) Download: MakeMKV for Mac OS X | 41.9 MB Links: MakeMKV Website | MakeMKV for Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • Veteran
      branfont went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      209
    3. 3
      PsYcHoKiLLa
      113
    4. 4
      Steven P.
      90
    5. 5
      Nick H.
      71
  • Tell a friend

    Love Neowin? Tell a friend!