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

    • My father still uses a programme written in dbase3. Still manages to work with a little help from dosbox. 
    • Microsoft hides these secret Windows 11 performance boost settings available on every PC by Sayan Sen Windows enthusiasts often look for ways to extract as much performance out of their systems as possible, and it's often the case that they try and do so while trying to minimize the heat and power consumption. This is especially relevant in the case of mobile Windows PCs since laptops and notebooks tend to get hot and management of that heat and power is harder in such a form factor. As such users often turn to techniques like under-volting which can be used to squeeze out the maximum capabilities of a chip while also maintaining lowered power levels. There are official apps from AMD and Intel with the likes of Ryzen Master and XTU (Extreme Tuning Utility). While these are quite handy, most enthusiasts probably prefer to dig into the BIOS and play around with settings there like Curve Optimizer on Ryzen, which lets users set various frequency-voltage scaling values. These are essentially called P-States. If you are not familiar with them, Processor Power Management is done through Advanced Configuration and Power Interface (ACPI) P-states and C-states. While P-states or performance pwoer states handle CPU voltage-frequency scaling, C-states deal with CPU sleep states so that some of the CPU functions, which are not necessary at that moment, can be disabled. The P-states and C-states work together to make the processor run more efficiently. It helps the OS and apps determine which cores can be parked and which should be boosted. Of course not every user is an enthusiast or knows the technicalities and integrities of how things like overclocking or undervolting work. Thankfully for them Windows itself offers something pretty cool, though it is hidden by default on all systems. By default, Windows only has two P-States, "Minimum Processor State" and "Maximum Processor State." However, this can be changed with a Registry trick to expand the options under a secret "Processor performance boost mode" dropdown. This essentially enables the HWP or hardware P-States available on a device, and these are not controlled just by the OS itself as the underlying hardware gets involved too. In total there are five Processor Performance Boost Mode profiles that control how Windows requests and allows CPU turbo/boost behavior under the different power policies. They are: Disabled: In this mode, processor boosting is effectively turned off. The CPU will avoid entering turbo or boost frequencies and instead operate closer to its base frequency ceiling. This can significantly reduce power consumption and heat output, but at the cost of reduced burst performance and responsiveness in short workloads. Enabled: This is the standard behavior where boost functionality is allowed under normal conditions. The processor can opportunistically increase frequency when workload demands it, balancing performance gains with power and thermal constraints as managed by the system. Aggressive: Aggressive mode favors performance more heavily, allowing the CPU to enter higher boost states more readily and sustain them longer. This should in theory improve responsiveness under bursty or heavy workloads but increases power draw and thermal output compared to the default enabled behavior. Efficient Enabled: This mode still allows boosting, but with a stronger bias toward energy efficiency. The system attempts to use boost more selectively, avoiding unnecessary frequency spikes when the performance gain is marginal. Efficient Aggressive: This is a hybrid approach where boost is still performance-responsive, but the system continuously weighs efficiency more heavily than in Aggressive mode. It aims to deliver noticeable performance improvements while reducing wasted power in less demanding scenarios. Here's how to enable the Processor performance boost mode: Open Registry Editor: Press Win+R, type regedit, and click OK. Go to: HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7 (where HKLM stands for HKEY_LOCAL_MACHINE_) Modify the value of Attributes from 1 to 2 (you can find modify option by right-clicking) After that, exit Registry, you should now be able to see the new "Processor performance boost mode" dropdown menu: As you can see there are now five new P-States or CPPC states or power profile available that help define the boost mode processor setting on your PC. Wrapping it up here's a quick run-down of the settings as defined by Microsoft itself. Setting Description Disabled The corresponding P-state-based behaviour is disabled. Collaborative Processor Performance Control (CPPC) behaviour is disabled. Enabled The corresponding P-state-based behaviour is enabled. CPPC behaviour is Efficient Enabled. Aggressive The corresponding P-state-based behaviour is enabled. CPPC behaviour is Aggressive. Efficient Enabled The corresponding P-state-based behaviour is Efficient. CPPC behaviour is Efficient Enabled. Efficient Aggressive The corresponding P-state-based behaviour is Efficient. CPPC behaviour is Aggressive. Aggressive At Guaranteed Windows calculates the desired extra performance above the guaranteed performance level, and asks the processor to deliver that specific performance level. Efficient Aggressive At Guaranteed Windows always asks the processor to deliver the highest possible performance above the guaranteed performance level. In the next part we shall be comparing these settings to explore how much of a benefit or regression they can provide in terms of performance and power efficiency. If you decide to change the values on your system and are experiencing problems like crashes or an overheating PC, make sure to revert the steps back to the original state.
    • I think he means you haven't reviewed previous UFC games. Of course it doesn't matter... Every time you just report on something that involves the President even if just simply what happened you guys usually get accused of being anti-Trump. We live in fun times.
    • So how did you solve the problem? Disabling Secure Boot isn’t a solution.
  • Recent Achievements

    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      93
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!