Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
resolution
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
hardkor
n00b
n00b


Joined: 23 Feb 2005
Posts: 27

PostPosted: Sat Feb 26, 2005 10:21 am    Post subject: resolution Reply with quote

Witam

Code:
Section "Files"

   RgbPath      "/usr/lib/X11/rgb"

   ModulePath   "/usr/lib/modules"

   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/local/"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/misc/"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/75dpi/:unscaled"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/100dpi/:unscaled"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/Type1/"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/CID/"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/Speedo/"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/75dpi/"
   FontPath    "/tmp/Xorg-KEM/lib/X11/fonts/100dpi/"

EndSection

Section "ServerFlags"

   Option      "Pixmap"      "32"
   Option      "PC98"         "off"
   Option      "AllowMouseOpenFail"   "off"
   Option      "DontZoom"      "off"
   Option      "blank time"      "10"
   Option      "standby time"      "20"
   Option      "suspend time"      "30"
   Option      "off time"      "60"

EndSection

Section "Module"

   Load      "dbe"
   Load      "glx"
   Load      "extmod"
   Load      "type1"
   Load      "freetype"

   SubSection "extmod"
              Option         "omit xfree86-dga"
   EndSubSection

EndSection

Section "InputDevice"

   Identifier   "Keyboard"

   Driver      "keyboard"

   Option      "CoreKeyboard"
   Option      "XkbModel"      "pc105"
   Option      "XkbLayout"      "pl"
   Option      "XkbVariant"      ""
   Option      "XkbOptions"      ""

EndSection

Section "InputDevice"

   Identifier   "Mouse"

   Driver      "mouse"

   Option      "CorePointer"
   Option      "Protocol"      "PS/2"
   Option      "Device"      "/dev/mouse"
   Option      "Emulate3Buttons"
   Option      "Emulate3Timeout"   "50"

EndSection



Section "Monitor"

   Identifier   "LG Flatron EZ T710PH"

   VendorName   "LG"
   ModelName   "T710PH"
   HorizSync   30-85
   VertRefresh   50-160
   DisplaySize   1024 786

EndSection

Section "Device"

   Identifier   "GeForceFX 5600"

   VendorName   "nVidia Corp."
   Driver       "nv"
   Option      "NvAgp"         "2"

EndSection

Section "Screen"

   Identifier   "Screen"

   Device      "GeForceFX 5600"
   Monitor      "LG Flatron EZ T710PH"
   DefaultDepth   24
   DefaultFbBpp   32

EndSection

Section "ServerLayout"

   Identifier   "Main Layout"

   InputDevice   "Mouse"
   InputDevice   "Keyboard"
   Screen      "Screen"

EndSection


Oto moj xorg.conf
I pytanie - dlaczego skubany startuje mi w rozdzielczosci 1700x :) ?
Back to top
View user's profile Send private message
vArDo
Apprentice
Apprentice


Joined: 14 Jul 2004
Posts: 218
Location: Bielsko-Biala / Cracow (Poland)

PostPosted: Sat Feb 26, 2005 10:29 am    Post subject: Reply with quote

Sprobuj do sekcji "Screen" walnac cos takiego, np.:
Code:

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection


Ja u siebie w sekcji "Monitor" nie mam zadnego "DisplaySize".

Pozdrawiam

vArDo
Back to top
View user's profile Send private message
deluge
Apprentice
Apprentice


Joined: 28 Jan 2004
Posts: 157

PostPosted: Sat Feb 26, 2005 10:32 am    Post subject: Reply with quote

dodaj moze jeszcze do sekcji screen subsection:
Code:

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 16
        SubSection "Display"
                Depth     1
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection



Oczywiscie zmodyfikuj do swoich potrzeb.
Back to top
View user's profile Send private message
hardkor
n00b
n00b


Joined: 23 Feb 2005
Posts: 27

PostPosted: Sat Feb 26, 2005 11:23 am    Post subject: Reply with quote

widac brakowalo Modes ""
juz dziala
dzieki
Back to top
View user's profile Send private message
m@niac!
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2005
Posts: 77

PostPosted: Sat Feb 26, 2005 4:08 pm    Post subject: Reply with quote

a zauwazylem tez ze w section monitor twoje display size wyglada z deka dziwnie (1024 786) - powinno byc 768, zreszta w tej sekcji parametry hirizsync, vertrefresh i displaysize niczemu nie sluza (u mnie ich wogole nie ma i wszystko dziala jak nalezy)
_________________
linux is like a wigwam - no windows, no gates, with an apache inside
Back to top
View user's profile Send private message
_troll_
Bodhisattva
Bodhisattva


Joined: 04 Feb 2004
Posts: 1971
Location: Warszawa, Poland

PostPosted: Sat Feb 26, 2005 4:30 pm    Post subject: Reply with quote

m@niac! wrote:
a zauwazylem tez ze w section monitor twoje display size wyglada z deka dziwnie (1024 786) - powinno byc 768, zreszta w tej sekcji parametry hirizsync, vertrefresh i displaysize niczemu nie sluza (u mnie ich wogole nie ma i wszystko dziala jak nalezy)

bez displaysize wielu (count(n) >> 1; jesli rozumiesz co ten zapis oznacza) ma problemy z czcionkami z gtk2 (nie uzywajacy gnome'a)

zreszta - wszystkie trzy parametry sa poprawne i _moga_ byc konieczne. To, ze u Ciebie ich nei ma o niczym nie swiadczy. Polecam lekture
Code:
man xorg.conf

Pozdrawiam,
Przemek
_________________
Życie jest jak pudełko czekoladek....
Nigdy nie wiesz na co trafisz" by mother of Forrest Gump
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