Kezdőlap › Fórumok › Ubuntu Linux › Megint nvidia
- This topic has 72 hozzászólás, 20 résztvevő, and was last updated 19 years telt el by
balev.
-
SzerzőBejegyzés
-
2005-12-06-11:21 #2040286
Na.Az nvidia-settings már megy.Mostmár minden ok,csak még mindíg nem tudom 100-hz-ra tenni a monitort.Nektek megy?
2005-12-06-13:12 #2040287Az /etc/X11/xorg.conf fájlban a Section „Monitor” részben a vizszintes és függõleges frekvenciákat állítsd a monitorod gyári adataira.
Nekem ezek a gyári értékek:HorizSync 30-70
VertRefresh 50-160de az én monitorom csak max. 85 Hz -et bír.
2006-01-23-11:21 #2040288Nem megy fel a 64bites drv. a 64bites ubira. Sõt valamit el is cseszet ,mert nem úgy megy pár dolog ahogy kéne.
UHU -nál is elõfordult hogy nem ment fel mindegyik drv . ,de ubinál is kipróbáltam 6-7 verziót ,de mind valami gcc hibára és
verzióeltérésre panaszkodott. Ennek örömére a csomagkezelõvel felnyomtam szinte mindent amit találtam ,még olyat is aminek sok köze nincs a
forditáshoz.2006-01-23-11:29 #2040289Hát célszerû ugyanazt a gcc verziót használni a modul építéséhez, mint amivel a kernel lett fordítva.
2006-01-23-11:55 #2040290Igen és az hol van ?
2006-01-23-12:04 #2040291Van olyan talán 64 bitre is, hogy linux-restricted-modules, vagy ilyesmi, na az felmegy :). De nézd meg a hupwikiben a breezy kalauzt, abban pontosan le van írva, hogy mi kell, mert egy pár csomagba szét van dobva a .run tartalma.
2006-04-17-15:25 #2040292Van egy 6600GT-m (NV43 dapper szerint is!). Az a probléma állt elõ, hogy amint az nvidia drivert akarom betöltetni az X-szel, abban a pillanatban meghal a gdm indításakor. Nv-vel nincs probléma, de hát nekem nvidia kell:)) Mi lehet a baja?
Az xorg.conf-om így néz ki:
Code:# /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 /etc/X11/xorg.conf manual page.
# (Type „man /etc/X11/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-xorgSection „Files”
FontPath „/usr/share/X11/fonts/misc”
FontPath „/usr/share/X11/fonts/cyrillic”
FontPath „/usr/share/X11/fonts/100dpi/:unscaled”
FontPath „/usr/share/X11/fonts/75dpi/:unscaled”
FontPath „/usr/share/X11/fonts/Type1”
FontPath „/usr/share/X11/fonts/100dpi”
FontPath „/usr/share/X11/fonts/75dpi”
# path to defoma fonts
FontPath „/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
EndSectionSection „Module”
Load „i2c”
Load „bitmap”
Load „ddc”
Load „extmod”
Load „freetype”
Load „int10”
Load „type1”
Load „vbe”
EndSectionSection „InputDevice”
Identifier „Generic Keyboard”
Driver „kbd”
Option „CoreKeyboard”
Option „XkbRules” „xorg”
Option „XkbModel” „pc105”
Option „XkbLayout” „hu”
EndSectionSection „InputDevice”
Identifier „Configured Mouse”
Driver „mouse”
Option „CorePointer”
Option „Device” „/dev/input/mice”
Option „Protocol” „ExplorerPS/2”
Option „ZAxisMapping” „4 5”
Option „Emulate3Buttons” „true”
EndSectionSection „InputDevice”
Driver „wacom”
Identifier „stylus”
Option „Device” „/dev/wacom” # Change to
# /dev/input/event
# for USB
Option „Type” „stylus”
Option „ForceDevice” „ISDV4” # Tablet PC ONLY
EndSectionSection „InputDevice”
Driver „wacom”
Identifier „eraser”
Option „Device” „/dev/wacom” # Change to
# /dev/input/event
# for USB
Option „Type” „eraser”
Option „ForceDevice” „ISDV4” # Tablet PC ONLY
EndSectionSection „InputDevice”
Driver „wacom”
Identifier „cursor”
Option „Device” „/dev/wacom” # Change to
# /dev/input/event
# for USB
Option „Type” „cursor”
Option „ForceDevice” „ISDV4” # Tablet PC ONLY
EndSectionSection „Device”
Identifier „NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]”
Driver „nv”
BusID „PCI:1:0:0”
EndSectionSection „Monitor”
Identifier „Generic Monitor”
Option „DPMS”
EndSectionSection „Screen”
Identifier „Default Screen”
Device „NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]”
Monitor „Generic Monitor”
DefaultDepth 24
SubSection „Display”
Depth 1
Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
EndSubSection
SubSection „Display”
Depth 4
Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
EndSubSection
SubSection „Display”
Depth 8
Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
EndSubSection
SubSection „Display”
Depth 15
Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
EndSubSection
SubSection „Display”
Depth 16
Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
EndSubSection
SubSection „Display”
Depth 24
Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
EndSubSection
EndSectionSection „ServerLayout”
Identifier „Default Layout”
Screen „Default Screen”
InputDevice „Generic Keyboard”
InputDevice „Configured Mouse”
InputDevice „stylus” „SendCoreEvents”
InputDevice „cursor” „SendCoreEvents”
InputDevice „eraser” „SendCoreEvents”
EndSectionSection „DRI”
Mode 0666
EndSection2006-04-17-16:19 #2040293Ha a „Dri” sorokat törlöd? „#”
2006-04-18-07:41 #2040294A Load „Dri” törlése mellett a Load „Glcore”-t is érdemes törölni, és úgy Load „glx”
2006-04-18-07:45 #2040295bepe79 wrote:A Load „Dri” törlése mellett a Load „Glcore”-t is érdemes törölni, és úgy Load „glx”Sajnos így sem mûködik…. :'( A hiba ugyanaz továbbra is.
-
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz