Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: 24.04.1 LTS (suositeltu, 29.8.2024) ja 24.10 - Ubuntun 20-vuotisjulkaisu! (10.10.2024).
# /etc/X11/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 /etc/X11/xorg.conf manual page.# (Type "man /etc/X11/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-xorgSection "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"EndSectionSection "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe"EndSectionSection "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fi"EndSectionSection "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true"EndSectionSection "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLYEndSectionSection "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLYEndSectionSection "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLYEndSectionSection "Device" Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter" Driver "via" BusID "PCI:1:0:0" VideoRam 64EndSectionSection "Monitor" Identifier "AL1916" Option "DPMS" HorizSync 31-83 VertRefresh 56-75EndSectionSection "Screen" Identifier "Default Screen" Device "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter" Monitor "AL1916" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSectionEndSectionSection "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents"EndSectionSection "DRI" Mode 0666EndSection
__driCreateNewScreen_20050727 - succeededdirect rendering: Yes
Onko tuo VideoRam tuossa tarkoituksella? Voisit kokeilla poistaa sen rivin, en kyllä tiedä auttaako se mutta yrittää voi aina.
sudo nano /etc/X11/xorg.conf
Ja taas nostoo, onko nyt niin, että kukaan ei tiiä tuohon vastausta?Olisi kivaa päästä pelaileen Ubuntullakin
Section "Device"Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"Driver "via"BusID "PCI:1:0:0"VideoRam 64Option "EnableAGPDMA" "true" #esim näinEndSection
Lainaus käyttäjältä: prakka - 14.09.06 - klo:18.13Ja taas nostoo, onko nyt niin, että kukaan ei tiiä tuohon vastausta?Olisi kivaa päästä pelaileen Ubuntullakin Hankala sanoa, yleensä noilla integroiduilla näyttiksillä ei paljoa 3d:tä pyöritellä. Enkä itsekään tiedä kyseisestä piiristä mitään. Mutta mitä olen nyt muilta foorumeilta lukenut ja man via komennolla päätellyt, asiaan voisi vaikuttaa seuraavat optiot:Option "VBEModes" "boolean"Option "EnableAGPDMA" "boolean"Option "HWCursor" "boolean"Eli totuusarvoja haetaan boolean=true tai false(päällä pois päältä). Voit kokeilla eri vaihtoehtoja ja nämahän tosiaan lisätään siihen Koodia: [Valitse]Section "Device"Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"Driver "via"BusID "PCI:1:0:0"VideoRam 64Option "EnableAGPDMA" "true" #esim näinEndSection osioon. Jos x ei käynnisty niin palautusta kehiin backupeista(tai vaihda tilaa nanolla). Noita eri optioneja löytyy tuosta man sivuista lisää. Eli lue sitä.
Eipä ollut tuostakaan apua, sillä Planet Penguin Racer ei vieläkään toimi. Olisi ihanaa saada toimimaan nuo pelit, sillä olisi mukavaa, ettei tarttisi pitää Windowsia vain pelaamisen takia. PPR:ssä se tökkää juuri, kun lähtee laskettelemaan, ja Wolfenstein Enemy Territory taas on sillain oudon näköinen, eli tulee viivoja ruutuun.
erkka@Workgroup:~$ glxgears -printfps__driCreateNewScreen_20050727 - succeeded2589 frames in 5.0 seconds = 517.763 FPS2785 frames in 5.0 seconds = 556.834 FPS2777 frames in 5.0 seconds = 555.294 FPS