Strona 1 z 2

Geforce 7300 GS i Ubu 8.04

: 05 maja 2008, 17:33
autor: zwolak89
Witam, mam następujący problem:

Po czystej instalacji Ubuntu 8.04 i wgraniu sterowników Nvidia obojętnie w jaki sposób, przez envy, z repo itp. system startuje w 'niskim trybie graficznym' z rozdzielczością '800x600' i nie działa akceleracja 3d co jest mi potrzebne.

Odp: Geforce 7300 GS i Ubu 8.04

: 05 maja 2008, 18:32
autor: Nemeczek
Lol, U mnie to samo na tej samej karcie ;)
Nie wiem na razie zrezygnowałem z sterowników....
Mam nadzieję że ktoś wie jak to naprawić. (Canonical make bug).

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 18:30
autor: agn
na gf 6600 LE , to samo sie dzieje

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 19:12
autor: kgabriel
u mnie na gf6600 le nie dzieje sie nic takiego... ale do prawidlowego wyswietlania wymaga nvidia-glx-new...

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 19:22
autor: henryy
U mnie na GF 7300 GS też jest ten problem z tego powodu wróciłem do 7.10
Czy został poprawiony ten błąd?

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 19:30
autor: empitt
Sam posiadam grafikę GE 7300GS i żadnych problemów nie zauważyłem (mam zainstalowany sterownik z repo - nvidia-glx-new).

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 19:36
autor: henryy
Czy tzn, ze standardowo pozwoliłeś systemowi zainstalować sterowniki? i było OK?

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 19:47
autor: empitt
Standardowo system chciał zainstalować sterownik nvidia-glx i mu na to nie pozwoliłem. Zainstalowałem ręcznie dwa pakiety nvidia-glx-new i nvidia-settings:

Kod: Zaznacz cały

sudo apt-get install nvidia-glx-new nvidia-settings
Za pomocą nvidia-settings ustawiłem odpowiednią częstotliwość odświeżania dla mojego monitorem, a w starym komputerze z GF 6200GS zwiększałem/poprawiałem rozdzielczość, ponieważ standardowo (stare) Ubuntu 7.04 wykrywało maksymalną 800x600.

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 19:55
autor: henryy
Dzięki EPUL.
Powiedz mi czy trzeba być zaawansowanym, żeby skonfigurować nv-settings, nigdy tego nie robiłem.

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 20:02
autor: empitt
Nie trzeba ;), ale na wszelki wypadek warto zrobić najpierw kopię pliku xorg.conf. Jak coś nie pójdzie to zawsze będziesz mógł przywrócić starą konfigurację. Pamiętaj aby nvidia-settings uruchomić z konta root:

Kod: Zaznacz cały

sudo nvidia-settings
i jeżeli wszystko ustawisz to zapisz swoje nowe ustawienia.

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 20:11
autor: henryy
Teraz jestem w pracy ale jutro od rana spróbuję powalczyć.

Odp: Geforce 7300 GS i Ubu 8.04

: 16 maja 2008, 23:17
autor: LukAs
Jeśli używasz odświeżanie większe od 85Hz, to może to Ci się przyda.

Odp: Geforce 7300 GS i Ubu 8.04

: 17 maja 2008, 11:48
autor: Nemeczek
Ja robiłem upgrade z 7.10 do 8.04 i dopiero po czystej instalce pozbyłem się tego bezpiecznego trybu graficznego.

Odp: Geforce 7300 GS i Ubu 8.04

: 25 maja 2008, 18:45
autor: henryy
Witam.
EPUL zrobiłem wg twojej instrukcji i coś poszło nie tak. Na kompie mam ubu 7.10 i ubuntustudio 8.04. na 7.10 nvidia działa jak należy. Poniżej xorg z 7.10

Kod: Zaznacz cały

# 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 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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
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	"Generic Video Card"
	Driver		"nvidia"
	Busid		"PCI:1:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"False"
EndSection

Section "Monitor"
	Identifier	"SyncMast`"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"SyncMast`"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1280x1024"	"1024x768"	"800x600"	"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
Section "Module"
	Load		"glx"
EndSection

Teraz xorg 8.04

Kod: Zaznacz cały

# 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"	"pl"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nv"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
	Load		"glx"
EndSection
Ten drugi jest jakiś krótki i w zasadzie nic w nim nie ma. Co robić?


W xorg.0.log znalazłem linijkę:

Kod: Zaznacz cały

(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

Odp: Geforce 7300 GS i Ubu 8.04

: 04 wrz 2008, 22:35
autor: FliSs_tCv
Witam serdecznie mam ten sam problem z rozdzielczością w ubuntu 8.04 jestem strasznie świezy jeżeli chodzi o linuxa i nie bardzo wszystko rozumiem czy potrafiłby mi ktoś pomóc w zainstalowaniu poprawnie grafiki tak abym mógł ustawić rozdzielczość 1024/768 aktualnie bez sterowników dostępna rozdzielczość to 800/600 po zainstalowaniu aktualizacji z System>Administracja>Sterowniki

Link do obrazka

Po instalacji tych że sterowników rozdzielczość spada do 640/480 i w dół. Próbuję to zrobić ale jestem za siny chyba nie wiem co muszę wykonać:( Proszę o pomoc

Pozdrawiam

Odp: Geforce 7300 GS i Ubu 8.04

: 04 wrz 2008, 23:06
autor: LukAs
Nie jestem pewny czy trzeba dodawać częstotliwości pionowe i poziome monitora, ale modeline będziesz musiał wygenerować. Więc tak.

A i to przeczytaj. Ważne, ponieważ zamiast ekranu logowania powitać może Cię niemiły komunikat ;)

Najpierw w konsoli wpisz:

Kod: Zaznacz cały

gtf 1024 768 100

dla odświeżania 100Hz. Jak chcesz 85Hz, to zamień 100 na 85

Wynik będziesz musiał dodać do sekcji "Monitor" w pliku xorg.conf

W konsoli:

Kod: Zaznacz cały

sudo gedit /etc/X11/xorg.conf
i dodaj wynik do (gdzieś pod) "Section "Monitor"

W tym samym pliku w "Section Device" dodaj:
Option "DynamicTwinView" "False"
Zapisz, Ctrl+Alt+Backspace, zaloguje się ponownie i w System -> Preferencje -> Rozdzielczość Ekranu sprawdz czy jest OK.

Mój plik xorg.conf od sekcji "Device" dla przykładu

Kod: Zaznacz cały

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
	Option		"NoLogo"	"True"
	Option 		"DynamicTwinView" "False"
	#VideoRam 	262144 
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"LG Electronics Inc."
	Modelname	"LG ez T910BU"
	Horizsync	30.0-98.0
	Vertrefresh	50.0-160.0
	Modeline 	"1152x864_100.00"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
	       	Virtual	1152	864
	 					
Modes		"1152x864_100.00"	
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection
Section "ServerFlags"
EndSection

Odp: Geforce 7300 GS i Ubu 8.04

: 04 wrz 2008, 23:21
autor: FliSs_tCv
mój config wygląda następująco:

Kod: Zaznacz cały

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"vesa"
	Busid		"PCI:5:0:0"
	Driver		"nv"
	Screen	0
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 1024x768"
	Horizsync	31.5-48.0
	Vertrefresh	56.0	-	65.0
  	modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  	modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  	modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  	modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
	Gamma	1.0

EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	Monitor		"Configured Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes		"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection
Section "device" #        
	Identifier	"device1"
	Boardname	"vesa"
	Busid		"PCI:5:0:0"
	Driver		"nv"
	Screen	1
EndSection
Section "screen" #        
	Identifier	"screen1"
	Device		"device1"
	Defaultdepth	24
	Monitor		"monitor1"
EndSection
Section "monitor" #        
	Identifier	"monitor1"
	Gamma	1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
EndSection
posiadam już jakieś modeline :>

Kod: Zaznacz cały

modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
To które mi wygenerowało to

Kod: Zaznacz cały

# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
  Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync
Co mam w takim bądź razie wykonać? :)

Odp: Geforce 7300 GS i Ubu 8.04

: 04 wrz 2008, 23:29
autor: LukAs
Zrobił się malutki bałagan.

Radzę zrobić tak.

Otwórz terminal, konsole i wklej/wpisz

Kod: Zaznacz cały

sudo dpkg-reconfigure -phigh xserver-xorg
Utworzy Ci nowy (bez błędnych wpisów) plik xorg.conf.

Po tym zainstaluj sterowniki przez "menedżer sterowników własnościowych" i wklej tutaj cały xorg.

Odp: Geforce 7300 GS i Ubu 8.04

: 04 wrz 2008, 23:45
autor: FliSs_tCv
Aktualny xorg.conf

Kod: Zaznacz cały

# 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"	"pl"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
	Load		"glx"
EndSection
Przy restarcie komputera towarzyszyło mi okienko:

Link do obrazka

Co należy z tym zrobić?

Odp: Geforce 7300 GS i Ubu 8.04

: 04 wrz 2008, 23:56
autor: LukAs
Zaznacz wszystko w pliku xorg.conf i wklej, zamień na wpis poniżej:

Kod: Zaznacz cały

# 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"	"pl"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
	Option		"NoLogo"	"True"
        Option 		"DynamicTwinView" "False"

EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 1024x768"
	Horizsync	31.5-48.0
	Vertrefresh	56.0-65.0
	Modeline 	"1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync
	Gamma	1.0
	
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
	       	Virtual	1024	768
	 					
Modes		"1024x768_85.00"	
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
	Load		"glx"
	Load		"v4l"
EndSection
Section "ServerFlags"
EndSection
Ctrl+Alt+Backspace, ponowne logowanie i w Menu Główne: System -> Preferencje -> Rozdzielczość Ekranu i ustaw 1024x768 85Hz.

Edit.

Wygeneruj ponownie plik xorg.conf i spróbuj jeszcze raz z tą konfiguracją, którą podałem wyżej.