arch i problem sa rezoluciom

1

arch i problem sa rezoluciom

offline
  • Pridružio: 28 Feb 2010
  • Poruke: 25

Ljudi imam problem

koristim gnome sa archom
graficka kartica je NVidia geforce 9400
drajver instaliran sa
# pacman -S nvidia
e sad moj monitor je acer
i on podrzava rezoluciju 1440x900
ali meni je rezolucija 1024x768
izgleda da mi monitor nije prepoznat





Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • Uroš Ilić
  • dr stom.
  • Pridružio: 08 Jul 2006
  • Poruke: 2182
  • Gde živiš: Beograd

Hajde posalji nam ovde tvoj /etc/X11/xorg.conf



offline
  • Pridružio: 28 Feb 2010
  • Poruke: 25

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder75) Fri Mar 12 01:44:55 PST 2010

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9400 GT"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1024x768_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

offline
  • Uroš Ilić
  • dr stom.
  • Pridružio: 08 Jul 2006
  • Poruke: 2182
  • Gde živiš: Beograd

Pod sekcijom "Screen", promeni u Option "metamodes" "1440x900"_60 +0+0" sacuvaj pa probaj, tj. restartuj X ili masinu da bi video jel to to.

offline
  • Pridružio: 28 Feb 2010
  • Poruke: 25

opet nece ostala je isto na 1024x768 iako je u xorg.conf 1440x900
hmmm


Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1440x900_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

offline
  • Pridružio: 25 Mar 2004
  • Poruke: 816

http://wiki.archlinux.org/index.php/Xorg#nvidia-xconfig
Citat:
Note: This currently does not work with Xorg 1.8. They are encouraged to use the /etc/X11/xorg.conf.d/20-nvidia.conf that provides a minimal configuration file so that the Nvidia driver is initiated.

offline
  • Pridružio: 28 Feb 2010
  • Poruke: 25

Napisano: 28 Jun 2010 20:54

evo ako nesto znaci



[stefy@Stefan Desktop]$ ls /etc/X11/*
/etc/X11/Xmodmap  /etc/X11/xorg.conf  /etc/X11/xorg.conf.bak

/etc/X11/twm:
system.twmrc

/etc/X11/xinit:
xinitrc  xinitrc.d  xserverrc

/etc/X11/xorg.conf.d:
10-evdev.conf  10-quirks.conf  20-nvidia.conf  20-nvidia.conf.pacnew
[stefy@Stefan Desktop]$ cat /etc/X11/xorg.conf.d/20-nvidia.conf
Section "Device"
        Identifier      "Default nvidia Device"
        Driver  "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1440x900_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Dopuna: 29 Jun 2010 11:49

ljudi ne mogu nikako da instaliram stariju verziju xorg-a
trazio sam svuda ali nista
samo sam nasao nesto ali nisam bas siguran u to
da treba u pacman.conf u ignorepkg da stavim novu verziju ali opet nece
cak ne znam ni sta treba tj kako da naglasim posebnu verziju
npr hocu isto tako firefox 3.5
a on uvek instalita 3.6.6-1
POMAGAJTE HITNO JE

offline
  • Pridružio: 25 Mar 2004
  • Poruke: 816

Hmm, probaj sa beta nvidia drajverima iz AUR-a, možda to sredi problem.

offline
  • Uroš Ilić
  • dr stom.
  • Pridružio: 08 Jul 2006
  • Poruke: 2182
  • Gde živiš: Beograd

Probaj, pa posle rekonfigurisi X da bi kreirao novi xorg.conf
Prvo ubij X sa sudo service gdm stop

Onda kada si u virtuelnoj konzoli, postani root sudo su
Rekonfigurisi X sa Xorg -configure
To ce kreirati xorg.conf.new u tvom korisnickom (u ovom slucaju /root) direktorijumu, pa ga onda prekopiraj na pravo mesto u GUI kao root ali prvo service gdm start ili mozes i odmah iz virt. konzole (naravno pod uslovom da je na Archu to otislo u tvoj user) sa mv xorg.conf.new /etc/X11/xorg.conf
pa onda restartuj X
sudo service gdm restart

Javi sta se desava i posalji ovde i taj novi xorg.conf

offline
  • Pridružio: 28 Feb 2010
  • Poruke: 25

rezolucija je opet 1024x768



Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dri2"
   Load  "dbe"
   Load  "dri"
   Load  "glx"
   Load  "record"
   Load  "extmod"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "G96 [GeForce 9400 GT]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Ko je trenutno na forumu
 

Ukupno su 1086 korisnika na forumu :: 44 registrovanih, 9 sakrivenih i 1033 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: A.R.Chafee.Jr., Bobrock1, bojanM84, bokisha253, Boris BM, cavatina, crnitrn, Denaya, dmdr, DPera, dushan, Kubovac, mercedesamg, Mi lao shu, milanovic, Millennium, milutin134, Mixelotti, Miškić, moldway, muaddib, Nemanja.M, Nikolaa11, ObelixSRB, panzerwaffe, pein, pera bager, Petarvu, powSrb, procesor, RJ, Sale.S, Srki94, Srle993, stankolich, stegonosa, Toper, Tvrtko I, vathra, Vlada78, x9, zbazin, ZetaMan, zillbg