Hi all. I am using non-free nvidia video driver with Ibex and I have my screen set up the way I like it at 1600x1200 with a refresh rate of 85hz. I use nvidia-settings to make these adjustments and then select "save to X configuration file" and "merge with existing file".
This has worked in the past, but since I upgraded to Ibex it does not. When I save the settings, the terminal window displays:
sh: pkg-config: not found
Any ideas? Here is my xorg.conf file (minus the comments in the beginning):
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "hp P930"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce2 MX 100/200"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
# Removed Option "metamodes" "1280x1024_85 +0+0; nvidia-auto-select +0+0"
# Removed Option "metamodes" "1600x1200 +0+0; nvidia-auto-select +0+0; 1400x1050 +0+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1600x1200_85 +0+0; 1600x1200 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks,
mjc
This has worked in the past, but since I upgraded to Ibex it does not. When I save the settings, the terminal window displays:
sh: pkg-config: not found
Any ideas? Here is my xorg.conf file (minus the comments in the beginning):
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "hp P930"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce2 MX 100/200"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
# Removed Option "metamodes" "1280x1024_85 +0+0; nvidia-auto-select +0+0"
# Removed Option "metamodes" "1600x1200 +0+0; nvidia-auto-select +0+0; 1400x1050 +0+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1600x1200_85 +0+0; 1600x1200 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks,
mjc
Comment