Forums

Go Back   Forums > Assistance > Freespire OS Issues > Video
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Video Help with Video Issues.

Reply
 
Thread Tools Search this Thread Display Modes
Old 25-August-2007   #1
kurian
Newcomer
 
Join Date: Jan 2007
Posts: 6
Rep Power: 0kurian is on a distinguished road
Default NVIDIA Geforce 2 Problem

hi me has got a nvidia geforce 2 integrated Gpu graphics card ... .after installing the freespire... i installed the nvidia-legacy driver through synaptic....and then in the xorg.conf file i changed the nv from nvidia... After reboot the nvidia splash screen appeared showing the nvidia was installed successfully...... now when i went to display section in the control panel i could see only one resolution there ie, 1024x768 i am not able to change to 800x600 resolution with refresh rate 85 which is the configuration i used to keep in my system. my monitor is samsung samtron 56v which is not detected in the display section...........Kindly give me a gud reply how to properly change my resolution and refresh rate. the same problem i faced in ubuntu feisty too.....the xorg.conf file is placed here.....
...........
# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
ModulePath "/usr/lib/xorg/modules/nvidia,/usr/lib/xorg/modules"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia Corporation NVCrush11 [GeForce2 MX Integrated Graphics]"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "nologo" "1"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NVCrush11 [GeForce2 MX Integrated Graphics]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
..........................................
kurian is offline   Reply With Quote
Old 25-August-2007   #2
DrHu
Wizard
 
DrHu's Avatar
 
Join Date: Oct 2006
Posts: 4,586
Rep Power: 8DrHu will become famous soon enough
Cool Re: NVIDIA Geforce 2 Problem

In a console..
Code:
sudo nvidia-settings
Cleans up /etc/X11/xorg.conf nicely, and you can set the screen resolutions..
--just remember to save to x configuration file
Attached Images
File Type: png snapshot18.png (82.7 KB, 8 views)
DrHu is offline   Reply With Quote
Old 25-August-2007   #3
kurian
Newcomer
 
Join Date: Jan 2007
Posts: 6
Rep Power: 0kurian is on a distinguished road
Default Re: NVIDIA Geforce 2 Problem

Quote:
Originally Posted by DrHu
In a console..
Code:
sudo nvidia-settings
Cleans up /etc/X11/xorg.conf nicely, and you can set the screen resolutions..
--just remember to save to x configuration file

When i run the command i get the following error ...what to do???
kurian@home:~$ sudo nvidia-settings
Password:

ERROR: NV-CONTROL extension not found on this Display.


ERROR: Unable to determine number of NVIDIA GPUs on ':0.0'.


ERROR: Unable to determine number of NVIDIA Frame Lock Devices on ':0.0'.

X Error: BadDevice, invalid or uninitialized input device 154
Major opcode: 143
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 154
Major opcode: 143
Minor opcode: 3
Resource id: 0x0
Failed to open device
.......
and a nvidia server setting window is open which doesnt have anything like resolution or some thing like that...what do how to correct this error ...please help me
kurian is offline   Reply With Quote
Old 25-August-2007   #4
Dutchmaster
Expert
 
Dutchmaster's Avatar
 
Join Date: Oct 2002
Location: Southwest Virginia
Age: 55
Posts: 1,265
Rep Power: 9Dutchmaster is on a distinguished road
Default Re: NVIDIA Geforce 2 Problem

I never got nvidia geforce go6100 to work. fyi - PCLinuxOS works flawlessly with this card. And Kiowa Linux, even though in beta, is even better.
__________________
John
Blue Ridge Mountains U.S.A.

"Live And Let Live."
Dutchmaster is offline   Reply With Quote
Old 25-August-2007   #5
BobLeslie
Expert
 
BobLeslie's Avatar
 
Join Date: Feb 2002
Posts: 1,209
Rep Power: 10BobLeslie is on a distinguished road
Default Re: NVIDIA Geforce 2 Problem

Quote:
Originally Posted by Dutchmaster
I never got nvidia geforce go6100 to work. fyi - PCLinuxOS works flawlessly with this card. And Kiowa Linux, even though in beta, is even better.

And Mepis, and Debian, and ....
BobLeslie is offline   Reply With Quote
Old 25-August-2007   #6
kurian
Newcomer
 
Join Date: Jan 2007
Posts: 6
Rep Power: 0kurian is on a distinguished road
Default Re: NVIDIA Geforce 2 Problem

please dont make funs to this thread plz only ones who are intrested in giving me answers do give........

i repeat how to correct the problem installing nvidia driver in my freespire system...???? i use nvidia-geforce 2 integrated GPU
kurian is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 19:12.


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.