Fedora Core 4 - Podesavanje Rezolucije? :(

2

Fedora Core 4 - Podesavanje Rezolucije? :(

offline
  • aloe  Male
  • Super građanin
  • Pridružio: 01 Nov 2004
  • Poruke: 1270
  • Gde živiš: Beograd

Skinio sam ove vece drajvere od 1mb i uradio sledece:

[root@localhost ~]# rpm -iUvh XFCom_i810-1.2-3.i386.rpm
Preparing...                ########################################### [100%]
        package XFCom_i810-1.2-3 is already installed
[root@localhost ~]#


Sto znaci da su instalirani, uradio reboot ali i dalje stoji

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Unknown monitor"
   HorizSync    31.5 - 37.9
   VertRefresh  50.0 - 70.0
   Option       "dpms"



Trenutno mi xorg.conf fail izgleda ovako:

# Xorg configuration created by system-config-display

Section "ServerLayout"
   Identifier     "single head configuration"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

   RgbPath      "/usr/X11R6/lib/X11/rgb"
   FontPath     "unix/:7100"
EndSection

Section "Module"
   Load  "dbe"
   Load  "extmod"
   Load  "fbdevhw"
   Load  "glx"
   Load  "record"
   Load  "freetype"
   Load  "type1"
   Load  "synaptics"
   Load  "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option   "Xleds"      "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option   "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option   "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option   "XkbModel"   "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option   "XkbLayout"   "de"
# or:
#   Option   "XkbLayout"   "de"
#   Option   "XkbVariant"   "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option   "XkbOptions"   "ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option   "XkbOptions"   "ctrl:nocaps"
#
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "us"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5"
   Option       "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
   Identifier  "Synaptics"
   Driver      "synaptics"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "auto-dev"
   Option       "Emulate3Buttons" "yes"
   Option       "LeftEdge" "120"
   Option       "RightEdge" "830"
   Option       "TopEdge" "120"
   Option       "BottomEdge" "650"
   Option       "FingerLow" "14"
   Option       "FingerHigh" "15"
   Option       "MaxTapMove" "110"
   Option       "VertScrollDelta" "20"
   Option       "HorizScrollDelta" "20"
   Option       "MinSpeed" "0.3"
   Option       "MaxSpeed" "0.75"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Unknown monitor"
   HorizSync    31.5 - 37.9
   VertRefresh  50.0 - 70.0
   Option       "dpms"
EndSection

Section "Device"
   Identifier  "Videocard0"
   Driver      "i810"
   VendorName  "Videocard vendor"
   BoardName   "Intel 852"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Videocard0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768"
   EndSubSection
EndSection

Section "DRI"
   Group        0
   Mode         0666
EndSection



Confused [/code]

Dopuna: 11 Sep 2006 2:16

Kad sam podesio xorg.conf fail ovako sve radi Very Happy


# Xorg configuration created by system-config-display

Section "ServerLayout"
   Identifier     "single head configuration"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   FontPath     "unix/:7100"
EndSection

Section "Module"
   Load  "dbe"
   Load  "extmod"
   Load  "fbdevhw"
   Load  "glx"
   Load  "record"
   Load  "freetype"
   Load  "type1"
   Load  "synaptics"
   Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option   "Xleds"      "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option   "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option   "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option   "XkbModel"   "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option   "XkbLayout"   "de"
# or:
#   Option   "XkbLayout"   "de"
#   Option   "XkbVariant"   "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option   "XkbOptions"   "ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option   "XkbOptions"   "ctrl:nocaps"
#
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "us"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5"
   Option       "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
   Identifier  "Synaptics"
   Driver      "synaptics"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "auto-dev"
   Option       "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

#   HorizSync    31.5 - 37.9
#   VertRefresh  50.0 - 70.0
# command to get these modeline:
# gtf 1280 800 xx
# where xx is the resolution (60,70)
# 75 wont work
# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
#       Modeline "1280x800"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
# 1280x800 @ 70.00 Hz (GTF) hsync: 58.31 kHz; pclk: 98.89 MHz
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Unknown monitor"
   HorizSync    30.0 - 60.0
   VertRefresh  50.0 - 100.0
   ModeLine     "1280x800" 98.9 1280 1352 1488 1696 800 801 804 833 -hsync +vsync
EndSection

Section "Device"

#   BoardName   "Intel 855"
   Identifier  "Videocard0"
   Driver      "vesa"
   VendorName  "Videocard vendor"
   BoardName   "Intel 855"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Videocard0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Group        0
   Mode         0666
EndSection



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • bocke  Male
  • Moderator foruma
  • Glavni moderator Linux foruma
  • Veliki Pingvin
  • Guru
  • Pridružio: 16 Dec 2005
  • Poruke: 12488
  • Gde živiš: Južni pol

Ako si uspeo da pokrenes X pod rezolucijom 800x600, mogao bi da probas:

Citat:To reconfigure your system after the installation has completed, from the main menu, choose Desktop->System Settings->Display.

Na nacin koji je opisano u Fedorinoj zvanicnoj dokumentaciji - http://fedora.redhat.com/docs/fedora-install-guide.....splay.html

Ako to ne uspe (generic LCD 1024x768-), tek onda cemo se baviti varijacijama i varijantama... Da ne komplikujemo..



offline
  • aloe  Male
  • Super građanin
  • Pridružio: 01 Nov 2004
  • Poruke: 1270
  • Gde živiš: Beograd

Sad je sve ok, gore sam naveo kako mi sad stoji xorg.conf fail

offline
  • bocke  Male
  • Moderator foruma
  • Glavni moderator Linux foruma
  • Veliki Pingvin
  • Guru
  • Pridružio: 16 Dec 2005
  • Poruke: 12488
  • Gde živiš: Južni pol

aloe ::Sad je sve ok, gore sam naveo kako mi sad stoji xorg.conf fail

Ok.. Nisam video da si postovao vec... Wink

offline
  • gamzzy 
  • Legendarni građanin
  • Pridružio: 24 Apr 2003
  • Poruke: 10725
  • Gde živiš: Novi Sad

probaj da skines nesto odavde? pa da probas sa time......
http://www.mycity.rs/phpbb/viewtopic.php?t=44178

Ko je trenutno na forumu
 

Ukupno su 1074 korisnika na forumu :: 49 registrovanih, 9 sakrivenih i 1016 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: 357magnum, A.R.Chafee.Jr., babaroga, BlekMen, Bobrock1, BraneS, Bubimir, cavatina, Denaya, Dimitrise93, Dorcolac, dragoljub11987, FOX, goxin, ivica976, kalens021, Karla, kunktator, Leonov, Luka Blažević, MiG-29M2, naki011, Nemanja.M, nikoladim, nuke92, operniki, ozzy, pacika, panzerwaffe, Petar35, procesor, raptorsi, RJ, Rogan33, Sančo, sasa76, slonic_tonic, Smiljke, solic, stegonosa, Sumadija34, torivoje, Tvrtko I, VJ, vobo, Webb, YugoSlav, zodiac94, 125