Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] [X11]Bledna Rozdzielczosc
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
hadogenes
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2005
Posts: 107
Location: Poland, Poznan

PostPosted: Mon Apr 18, 2005 10:33 pm    Post subject: [SOLVED] [X11]Bledna Rozdzielczosc Reply with quote

Mam taki problem
Jak wlaczam X-y to mam rozdzielczosc 800*600 a wszedzie mam nastawione aby byla 1024*768
nawet jak sprawdzam sobie ustawienia ekranu to pokazuje mi ze mam 1024*768 (a tak nie jest)
i nie idzie tego przestawic (na 1024*768)
Jak wykompiluje sobie w jajku rivafb i wlacze stery "nv", to
za pierwszym razem wskakuje mi rozdzielczosc 1024*768 a za drogim i nastepnych to co wyzej.

Dodam jeszcze ze jak mialem wczesniej wykompilowane na na karcie i810 to wszystko dzialalo

Mam Rive TNT2 m64 PCI (32 MB RAM) i sterowniki nvidia (glx i kernel) v1.0.6111 (bo slyszalem ze nowsze z riva nie dzialaja)
Gentoo 2005.0 stage 1 ~x86

Prosze o pomoc bo nie wiem czy jest to wina karty czy oprogramowania
Z gory dzieki
Pozdrawiam Hadogenes


Last edited by hadogenes on Sun Nov 06, 2005 4:58 pm; edited 4 times in total
Back to top
View user's profile Send private message
bacouch
Apprentice
Apprentice


Joined: 08 Jun 2002
Posts: 168
Location: Szczecin/Poland

PostPosted: Mon Apr 18, 2005 11:11 pm    Post subject: Reply with quote

Z tego co pamietam to kiedy korzystasz ze sterownikow nvidii do X to nie mozesz w tym samym czasie uzywac rivafb, przynajmniej kiedys tak bylo ze przy przlaczaniu konsol komp sie zacinal. Sprobuj zamiast rivafb uzyc vesa-tng czy jak on sie tam zwie, a jak i to nie pomoze to dobrze by bylo gdybys pokazal swoj xorg.conf.
Back to top
View user's profile Send private message
re-
n00b
n00b


Joined: 08 Mar 2005
Posts: 34

PostPosted: Mon Apr 18, 2005 11:22 pm    Post subject: Reply with quote

ja bym proponowal bys uzyl opcji -dpi do startx
Back to top
View user's profile Send private message
HezniK
n00b
n00b


Joined: 11 Apr 2004
Posts: 61
Location: Szczecin, Poland

PostPosted: Tue Apr 19, 2005 12:03 am    Post subject: Re: [X11]Bledna Rozdzielczosc Reply with quote

hadogenes wrote:

i nie idzie tego przestawic (na 1024*786)


a na 1024x768 probowales? bo wiesz, dla komputera to nie to samo....

pozdrawiam
_________________
------------------------------
Autor tego postu zaprzecza jakoby aktywnie dzialal w ruchu anarchistycznym.
Back to top
View user's profile Send private message
hadogenes
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2005
Posts: 107
Location: Poland, Poznan

PostPosted: Tue Apr 19, 2005 3:04 pm    Post subject: Re: [X11]Bledna Rozdzielczosc Reply with quote

HezniK wrote:
hadogenes wrote:

i nie idzie tego przestawic (na 1024*786)


a na 1024x768 probowales? bo wiesz, dla komputera to nie to samo....

pozdrawiam

nie to moj blad zle napisalem tu bo chodzilo mi o 1024x768 (juz naprawilem)
Back to top
View user's profile Send private message
hadogenes
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2005
Posts: 107
Location: Poland, Poznan

PostPosted: Tue Apr 19, 2005 3:08 pm    Post subject: Reply with quote

bacouch wrote:
Z tego co pamietam to kiedy korzystasz ze sterownikow nvidii do X to nie mozesz w tym samym czasie uzywac rivafb, przynajmniej kiedys tak bylo ze przy przlaczaniu konsol komp sie zacinal. Sprobuj zamiast rivafb uzyc vesa-tng czy jak on sie tam zwie, a jak i to nie pomoze to dobrze by bylo gdybys pokazal swoj xorg.conf.
jak wlaczam sterownik "nvidia" to wyzucam z jadra rivefb
a moj xorg.conf
Code:
Section "ServerLayout"
   Identifier     "Wyjscie"
   Screen      0  "Obraz" 0 0
   InputDevice    "Klawiatura" "CoreKeyboard"
   InputDevice    "Mysz" "CorePointer"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/TTF"
   FontPath   "/usr/share/fonts/Type1"
   FontPath   "/usr/share/fonts/75dpi"
   FontPath   "/usr/share/fonts/100dpi"
   FontPath   "/usr/local/share/fonts"
   FontPath   "/usr/share/fonts"
   FontPath   "/usr/X11R6/lib/X11/fonts"
   FontPath   "/usr/share/fonts/afms"
   FontPath   "/usr/share/fonts/cyrillic"
   FontPath   "/usr/share/fonts/default"
   FontPath   "/usr/share/fonts/freefont"
   FontPath   "/usr/share/fonts/local"
   FontPath   "/usr/share/fonts/ukr"
   FontPath   "/usr/local/share/fonts/freefont"
EndSection

Section "Module"
   Load "freetype"
   Load  "extmod"
   Load  "glx"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "type1"
   Load  "record"
EndSection

Section "DRI"
   Mode 0666
EndSection

Section "InputDevice"
   Identifier  "Mysz"
   Driver      "mouse"
   Option       "Protocol" "ImPS/2"
   Option       "Emulate3Buttons"
   Option       "Device" "/dev/psaux"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier  "Klawiatura"
   Driver      "keyboard"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "pl"
EndSection

Section "Monitor"
   Identifier   "Monitor"
   HorizSync    31.0 - 58.0
   VertRefresh  50.0 - 110.0
   Option        "DMPS"
EndSection

Section "Device"
   Identifier   "Karta"
   Driver      "nvidia"
   BusID      "PCI:1:8:0"
   VendorName   "nVidia Corporation"
   BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
   Option      "NoLogo" "on"
   Option      "DMPS"    "on"
   Option     "RenderAccel" "true"
EndSection

Section "Screen"
   Identifier "Obraz"
   Device     "Karta"
   Monitor    "Monitor"
   DefaultDepth     16
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


PS Sorki juz poprawilem moj blad


Last edited by hadogenes on Sun Nov 06, 2005 4:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
arsen
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 1803
Location: Tychy, Poland

PostPosted: Tue Apr 19, 2005 3:34 pm    Post subject: Reply with quote

Apel punkt 8
Z komentarzami to aż odrzuca człowieka by to przeanalizować :wink:
Back to top
View user's profile Send private message
hadogenes
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2005
Posts: 107
Location: Poland, Poznan

PostPosted: Tue Apr 19, 2005 6:11 pm    Post subject: Reply with quote

Dobra juz to rozwiazalem
To byla kwestia DPI:
Na wylaczonym monitorze mialem 'DPI = 75', a
na wlaczonym 91 i wystarczylo dodac do /usr/bin/startx
'-dpi 75' w linijce 'defaultserverargs' (22 linijka) i
wszystko jest ok
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum