Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: Engi 15 Listopadu 2006, 15:48:43
-
Dobry mam takytpo problem mam Kubuntu 6,10 a grafiku GeForce FX 5200. Doposial slo setko ako malo ale snazil som sa zapnut OPEN GL ale akosi sa mi to tu pokaslalo a nejde mi zmenit rozlisenie iba 640 na 680. A uz fakt neviem co s tym, nemoze mi niekto poradit?
-
Skontroluj v /etc/X11/xorg.conf aky mas ovladac pre grafiku ak mas nvidia a ma problemy prepis ho rucne na nv alebo pouzi
sudo dpkg-reconfigure xserver-xorgcim sa prenastavi cele xorg.conf.
-
najnovise ma pripoji po starte Kubuntu do textoveho prostredia ako to prepnem na graficke ?
-
Zeptám se - nemáte LCD přes DVI? Pak si totiž nvidia ovladač načítá data přímo z monitoru a často to nefuguje. Úplně stejně mi to také zlobilo s Berylem. Jinak pokud jste připojen přes DVI tak sudo dpkg-reconfigure xserver-xorg moc nepomůže, protože ovladač si trvá na svém, že vaše rozlišení není možné použít, a skončíte u VGA :-)
Takže pokud jste přes DVI, dejte ovladač "nv" místo "nvidia" v xorg.conf, příkaz
sudo gedit /etc/X11/xorg.confa po restartu se podívejte se log pomocí příkazu gedit /var/log/Xorg.0.log . Snad s tím něco uděláme :-))
-
Ne mam klasicky analogovy vystup... ale tak ja sa teraz v tom neviem ani pohnut ked to nemam graficke prostredie ... :(
-
jednoduše - spustit "recovery mode" či jak se to jmenuje v grub a pak dát příkaz
gedit /etc/X11/xorg.conftím se dostanete do konfiguráku, najděte si "nvidia" a změňte na "nv" a zkuste restartovat.
Jestli nepomůže, tak je možné obnovit si zálohovaný xorg, nejdříve si zjistěte, jak se ta záloha přesně jmenuje v adresáři "cd etc/X11/" a pak "dir". Následně jej příkazem
cp /etc/X11/xorg.conf.zaloha /etc/X11/xorg.confobnovte.
-
do toho kate /etc/X11/xorg.conf sa mi neda dostat lebo pise ze sa nepripoji na X server... a neda sa pomocou neakej klavesovej skratky prepnut z textoveho prostredia na graficke prostredia... ako napr. .. myslim ze z grafickeho na textove ide ctrl+alt+F1 ...
-
zkoušel jste to v tom "recovery mode"?
-
zkoušel jste to v tom "recovery mode"?
jj skusal ale tam mi nechcelo to otvorit to xorg.conf
-
tak už jediné, co mě napadá, je nabootovat z live-cd a přes něj se dostat k xorg.conf a upravit jej?
-
ak ste skúšal príkaz gedit, tak tam bude zrejme problém, lebo ak sa nemýlim, gedit je práve grafický textový editor a keď grafické prostredie nejde, tak nefunguje ani gedit. Treba dať sudo nano /etc/X11/xorg.conf ... Teda, aspoň mám pocit, že je problém práve v tomto, pretože ja som si asi pred pol hodinu odpálil grafické prostredie, keď som skúšal podľa edgy návodu nastaviť rozlíšenie obrazovky na 1280x1024... Tiež som skúšal gedit, ale nefungoval a skúsil som nano, spustil sa pico editor. Tam to prepísať, dať ctrl+x a uložiť :)
-
Som to neako rozbehal cez
sudo dpkg-reconfigure xserver-xorg... volaco som tam ponastavoval... neviem ci aj nie nahodou nieco zle ale hadam to nevadi... ale problem je v tom ze mi monitor bezi na 60 Hz a na inu frekvenciu nechce ist
-
Moj xorg.conf vyzera asi takto
# /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-xorg
Section "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"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "SK"
Option "XkbVariant" "qwerty"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "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
EndSection
Section "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
EndSection
Section "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
EndSection
Section "Device"
Identifier "NVIDIA GeForce FX5200"
Driver "nv"
BusID "PCI:1:0:0"
VideoRam 128
EndSection
Section "Monitor"
Identifier "ACER AL1714"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA GeForce FX5200"
Monitor "ACER AL1714"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
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
EndSectionnezda sa vam v tom neaky bordel?... a ako mam nastavit tie Hz?
-
přes "modeline"
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 24.0 - 80.0
VertRefresh 50.0 - 75.0
Option "DPMS"
# 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
ModeLine "1280x1024_7" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
DisplaySize 338 270
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
Option "TripleBuffer" "true"
# Option "ConnectedMonitor" "DFP-0"
# Option "UseEDID" "False"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
# Option "ExactModeTimingsDVI" "TRUE"
# Option "ModeValidation" "DFP-0: AllowNon60HzDFPModes, NoEdidModes, NoVesaModes, NoXServerModes"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024_7" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
-
Teraz ked si uz v grafickom rezime pouzi ten prikaz
sudo gedit /etc/X11/xorg.confa nastav si v sekcii monitor spravne parametre teraz asi nebudu spravne.
Potom si mozes vytvorit nastavenie frekvencie v sekcii screen pri polozke depth 24 zadaj rozlisenie v tvare "rozlisenie(napr. 1280x1024)_frekvencia(v Hz)" cize pre upresnenie by to malo vyzerat takto "1280x1024_75". Pripadne pre uplne presne nastavenie pouzi vyhladavanie vo fore a hladaj polozku modeline.
-
Ten co je hore je zly... mne sa to nejak nezda..... dam vam tu moj a ked vam poviem ze Monitor ma max. rozlisenie 1280 na 1024 na 75 HZ... pri kazdom rozliseni tych 75 HZ
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006
# /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-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "sk"
Option "XkbOptions" "lv3:ralt_switch"
Option "XkbVariant" "qwerty"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Acer AL1714"
VendorName "Plug 'n' Play"
ModelName "Plug 'n' Play"
Gamma 1
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
EndSection
Section "Monitor"
#
Identifier "monitor1"
VendorName "Plug 'n' Play"
ModelName "Plug 'n' Play"
Gamma 1
ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BoardName "nv"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
#
Identifier "device1"
Driver "nv"
BoardName "nv"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Acer AL1714"
DefaultDepth 24
SubSection "Display"
Virtual 640 480
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "Screen"
#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
-
se podívejte na můj (nevšímejte si odkomentovaných #, to mám kvůli DVI) a v sekci "Monitor" je řádka modeline, kde je popsána frekvence a rozlišení (pro výpočet ostatních čísel je program na netu), nad ní je odkomentovaný popis, tu si zkopírujte k sobě a následně v sekci "Screen" přidejte ""1280x1024_7" tím se xorg dozví, co má použít. Je to také počítáno pro 1280x1024/75Hz